From de74e1f04d54ce4b40989a19e79ae014fd977daa Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Tue, 4 Jun 2019 01:02:57 +0300 Subject: [PATCH] Fixed bugsnag native issue --- ios/Podfile.lock | 11 +- .../BugsnagReactNative/BSGConnectivity.h | 1 + .../BSGOutOfMemoryWatchdog.h | 1 + .../BugsnagReactNative/BSGSerialization.h | 1 + .../BugsnagReactNative/BSG_KSArchSpecific.h | 1 + .../BugsnagReactNative/BSG_KSBacktrace.h | 1 + .../BSG_KSBacktrace_Private.h | 1 + .../Private/BugsnagReactNative/BSG_KSCrash.h | 1 + .../BugsnagReactNative/BSG_KSCrashAdvanced.h | 1 + .../Private/BugsnagReactNative/BSG_KSCrashC.h | 1 + .../BSG_KSCrashCallCompletion.h | 1 + .../BugsnagReactNative/BSG_KSCrashContext.h | 1 + .../BugsnagReactNative/BSG_KSCrashDoctor.h | 1 + .../BugsnagReactNative/BSG_KSCrashReport.h | 1 + .../BSG_KSCrashReportFields.h | 1 + .../BSG_KSCrashReportFilter.h | 1 + .../BSG_KSCrashReportFilterCompletion.h | 1 + .../BSG_KSCrashReportStore.h | 1 + .../BSG_KSCrashReportVersion.h | 1 + .../BSG_KSCrashReportWriter.h | 1 + .../BugsnagReactNative/BSG_KSCrashSentry.h | 1 + .../BSG_KSCrashSentry_CPPException.h | 1 + .../BSG_KSCrashSentry_Deadlock.h | 1 + .../BSG_KSCrashSentry_MachException.h | 1 + .../BSG_KSCrashSentry_NSException.h | 1 + .../BSG_KSCrashSentry_Private.h | 1 + .../BSG_KSCrashSentry_Signal.h | 1 + .../BSG_KSCrashSentry_User.h | 1 + .../BugsnagReactNative/BSG_KSCrashState.h | 1 + .../BugsnagReactNative/BSG_KSCrashType.h | 1 + .../BugsnagReactNative/BSG_KSDynamicLinker.h | 1 + .../BugsnagReactNative/BSG_KSFileUtils.h | 1 + .../BugsnagReactNative/BSG_KSJSONCodec.h | 1 + .../BugsnagReactNative/BSG_KSJSONCodecObjC.h | 1 + .../Private/BugsnagReactNative/BSG_KSLogger.h | 1 + .../Private/BugsnagReactNative/BSG_KSMach.h | 1 + .../BugsnagReactNative/BSG_KSMachApple.h | 1 + .../Private/BugsnagReactNative/BSG_KSObjC.h | 1 + .../BugsnagReactNative/BSG_KSObjCApple.h | 1 + .../BSG_KSSafeCollections.h | 1 + .../BugsnagReactNative/BSG_KSSignalInfo.h | 1 + .../BugsnagReactNative/BSG_KSSingleton.h | 1 + .../Private/BugsnagReactNative/BSG_KSString.h | 1 + .../Private/BugsnagReactNative/BSG_KSSysCtl.h | 1 + .../BSG_KSSystemCapabilities.h | 1 + .../BugsnagReactNative/BSG_KSSystemInfo.h | 1 + .../BugsnagReactNative/BSG_KSSystemInfoC.h | 1 + .../Private/BugsnagReactNative/BSG_KSZombie.h | 1 + .../BugsnagReactNative/BSG_RFC3339DateTool.h | 1 + .../Private/BugsnagReactNative/Bugsnag.h | 1 + .../BugsnagReactNative/BugsnagApiClient.h | 1 + .../BugsnagReactNative/BugsnagBreadcrumb.h | 1 + .../BugsnagReactNative/BugsnagCollections.h | 1 + .../BugsnagReactNative/BugsnagConfiguration.h | 1 + .../BugsnagReactNative/BugsnagCrashReport.h | 1 + .../BugsnagReactNative/BugsnagCrashSentry.h | 1 + .../BugsnagErrorReportApiClient.h | 1 + .../BugsnagReactNative/BugsnagFileStore.h | 1 + .../BugsnagReactNative/BugsnagHandledState.h | 1 + .../BugsnagKSCrashSysInfoParser.h | 1 + .../Private/BugsnagReactNative/BugsnagKeys.h | 1 + .../BugsnagReactNative/BugsnagLogger.h | 1 + .../BugsnagReactNative/BugsnagMetaData.h | 1 + .../BugsnagReactNative/BugsnagNotifier.h | 1 + .../BugsnagReactNative/BugsnagReactNative.h | 1 + .../BugsnagReactNative/BugsnagSession.h | 1 + .../BugsnagSessionFileStore.h | 1 + .../BugsnagSessionTracker.h | 1 + .../BugsnagSessionTrackingApiClient.h | 1 + .../BugsnagSessionTrackingPayload.h | 1 + .../Private/BugsnagReactNative/BugsnagSink.h | 1 + .../Private/BugsnagReactNative/BugsnagUser.h | 1 + .../NSDictionary+BSG_Merge.h | 1 + .../NSError+BSG_SimpleConstructor.h | 1 + .../BSG_KSCrashReportWriter.h | 1 + .../Public/BugsnagReactNative/Bugsnag.h | 1 + .../BugsnagReactNative/BugsnagBreadcrumb.h | 1 + .../BugsnagReactNative/BugsnagConfiguration.h | 1 + .../BugsnagReactNative/BugsnagCrashReport.h | 1 + .../BugsnagReactNative/BugsnagMetaData.h | 1 + .../BugsnagReactNative/BugsnagReactNative.h | 1 + .../BugsnagReactNative.podspec.json | 46 + ios/Pods/Manifest.lock | 11 +- ios/Pods/Pods.xcodeproj/project.pbxproj | 6429 +++++++++-------- .../xcschemes/BugsnagReactNative.xcscheme | 60 + .../xcschemes/Pods-eSteem.xcscheme | 2 +- ...agePickerController-QBImagePicker.xcscheme | 4 +- .../QBImagePickerController.xcscheme | 2 +- .../xcschemes/RNImageCropPicker.xcscheme | 2 +- .../xcschemes/RSKImageCropper.xcscheme | 2 +- .../xcschemes/SDWebImage.xcscheme | 2 +- .../react-native-fast-image.xcscheme | 2 +- .../react-native-version-number.xcscheme | 2 +- .../xcschemes/xcschememanagement.plist | 57 +- .../BugsnagReactNative-dummy.m | 5 + .../BugsnagReactNative-prefix.pch | 12 + .../BugsnagReactNative.xcconfig | 9 + .../Pods-esteem-tvOS.debug.xcconfig | 2 +- .../Pods-esteem-tvOS.release.xcconfig | 2 +- .../Pods-esteem-tvOSTests.debug.xcconfig | 2 +- .../Pods-esteem-tvOSTests.release.xcconfig | 2 +- .../Pods-esteem-acknowledgements.markdown | 24 + .../Pods-esteem-acknowledgements.plist | 30 + .../Pods-esteem/Pods-esteem.debug.xcconfig | 6 +- .../Pods-esteem/Pods-esteem.release.xcconfig | 6 +- .../Pods-esteemTests.debug.xcconfig | 4 +- .../Pods-esteemTests.release.xcconfig | 4 +- ios/eSteem.xcodeproj/project.pbxproj | 127 +- .../xcschemes/xcschememanagement.plist | 2 +- .../UserInterfaceState.xcuserstate | Bin 57128 -> 57594 bytes 110 files changed, 4024 insertions(+), 2925 deletions(-) create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSGConnectivity.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSGOutOfMemoryWatchdog.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSGSerialization.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSArchSpecific.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSBacktrace.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSBacktrace_Private.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrash.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashAdvanced.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashC.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashCallCompletion.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashContext.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashDoctor.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReport.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportFields.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportFilter.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportFilterCompletion.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportStore.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportVersion.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportWriter.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_CPPException.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_Deadlock.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_MachException.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_NSException.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_Private.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_Signal.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_User.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashState.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashType.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSDynamicLinker.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSFileUtils.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSJSONCodec.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSJSONCodecObjC.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSLogger.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSMach.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSMachApple.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSObjC.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSObjCApple.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSafeCollections.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSignalInfo.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSingleton.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSString.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSysCtl.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSystemCapabilities.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSystemInfo.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSystemInfoC.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSZombie.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BSG_RFC3339DateTool.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/Bugsnag.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagApiClient.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagBreadcrumb.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagCollections.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagConfiguration.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagCrashReport.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagCrashSentry.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagErrorReportApiClient.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagFileStore.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagHandledState.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagKSCrashSysInfoParser.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagKeys.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagLogger.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagMetaData.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagNotifier.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagReactNative.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSession.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionFileStore.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionTracker.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionTrackingApiClient.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionTrackingPayload.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSink.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/BugsnagUser.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/NSDictionary+BSG_Merge.h create mode 120000 ios/Pods/Headers/Private/BugsnagReactNative/NSError+BSG_SimpleConstructor.h create mode 120000 ios/Pods/Headers/Public/BugsnagReactNative/BSG_KSCrashReportWriter.h create mode 120000 ios/Pods/Headers/Public/BugsnagReactNative/Bugsnag.h create mode 120000 ios/Pods/Headers/Public/BugsnagReactNative/BugsnagBreadcrumb.h create mode 120000 ios/Pods/Headers/Public/BugsnagReactNative/BugsnagConfiguration.h create mode 120000 ios/Pods/Headers/Public/BugsnagReactNative/BugsnagCrashReport.h create mode 120000 ios/Pods/Headers/Public/BugsnagReactNative/BugsnagMetaData.h create mode 120000 ios/Pods/Headers/Public/BugsnagReactNative/BugsnagReactNative.h create mode 100644 ios/Pods/Local Podspecs/BugsnagReactNative.podspec.json create mode 100644 ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/BugsnagReactNative.xcscheme create mode 100644 ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative-dummy.m create mode 100644 ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative-prefix.pch create mode 100644 ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.xcconfig diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 35eadadc2..0901b9a3c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -9,6 +9,11 @@ PODS: - AppCenterReactNativeShared (1.13.0): - AppCenter/Core (= 1.14.0) - boost-for-react-native (1.63.0) + - BugsnagReactNative (2.20.0): + - BugsnagReactNative/Core (= 2.20.0) + - React + - BugsnagReactNative/Core (2.20.0): + - React - CodePush (1000.0.0): - CodePush/Base64 (= 1000.0.0) - CodePush/Core (= 1000.0.0) @@ -104,6 +109,7 @@ DEPENDENCIES: - AppCenter/Crashes (~> 1.14.0) - AppCenter/Push (~> 1.14.0) - AppCenterReactNativeShared (~> 1.13.0) + - BugsnagReactNative (from `../node_modules/bugsnag-react-native`) - CodePush (from `../node_modules/react-native-code-push`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`) @@ -134,6 +140,8 @@ SPEC REPOS: - SDWebImage EXTERNAL SOURCES: + BugsnagReactNative: + :path: "../node_modules/bugsnag-react-native" CodePush: :path: "../node_modules/react-native-code-push" DoubleConversion: @@ -157,6 +165,7 @@ SPEC CHECKSUMS: AppCenter: 02c5efe08d3bbab5421ae41d5f7aa7238906b817 AppCenterReactNativeShared: 00f470c3c17b47718db8733cbe811ccdcfd86282 boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c + BugsnagReactNative: 9f2adc8dddc3231317989497328b24bf97150256 CodePush: a503ca0caee269e68d8faaafe4414990ec282520 DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31 @@ -171,6 +180,6 @@ SPEC CHECKSUMS: SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8 yoga: 92b2102c3d373d1a790db4ab761d2b0ffc634f64 -PODFILE CHECKSUM: ab732d8c64d6afc103bba2b4ead467d6a8684996 +PODFILE CHECKSUM: 4c8480eb882a405d8226d42c0b34046d1eb5e724 COCOAPODS: 1.6.1 diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSGConnectivity.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSGConnectivity.h new file mode 120000 index 000000000..ba526a52e --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSGConnectivity.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BSGConnectivity.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSGOutOfMemoryWatchdog.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSGOutOfMemoryWatchdog.h new file mode 120000 index 000000000..2bbb04bfd --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSGOutOfMemoryWatchdog.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BSGOutOfMemoryWatchdog.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSGSerialization.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSGSerialization.h new file mode 120000 index 000000000..ff094d982 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSGSerialization.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BSGSerialization.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSArchSpecific.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSArchSpecific.h new file mode 120000 index 000000000..0691a2ef8 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSArchSpecific.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSArchSpecific.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSBacktrace.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSBacktrace.h new file mode 120000 index 000000000..47b50f2d9 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSBacktrace.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSBacktrace.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSBacktrace_Private.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSBacktrace_Private.h new file mode 120000 index 000000000..ed66fd24a --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSBacktrace_Private.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSBacktrace_Private.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrash.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrash.h new file mode 120000 index 000000000..b2434789e --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrash.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrash.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashAdvanced.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashAdvanced.h new file mode 120000 index 000000000..ad8af7cd3 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashAdvanced.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashAdvanced.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashC.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashC.h new file mode 120000 index 000000000..b86ea33d4 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashC.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashC.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashCallCompletion.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashCallCompletion.h new file mode 120000 index 000000000..b57c08d5b --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashCallCompletion.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSCrashCallCompletion.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashContext.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashContext.h new file mode 120000 index 000000000..e4c04791a --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashContext.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashContext.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashDoctor.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashDoctor.h new file mode 120000 index 000000000..80cbf55aa --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashDoctor.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashDoctor.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReport.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReport.h new file mode 120000 index 000000000..88348ea05 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReport.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashReport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportFields.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportFields.h new file mode 120000 index 000000000..3a355dc7f --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportFields.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashReportFields.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportFilter.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportFilter.h new file mode 120000 index 000000000..92a2aef00 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportFilter.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Reporting/Filters/BSG_KSCrashReportFilter.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportFilterCompletion.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportFilterCompletion.h new file mode 120000 index 000000000..afd65e741 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportFilterCompletion.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Reporting/Filters/BSG_KSCrashReportFilterCompletion.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportStore.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportStore.h new file mode 120000 index 000000000..c60c3dbae --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportStore.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashReportStore.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportVersion.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportVersion.h new file mode 120000 index 000000000..5f3c4a7cc --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportVersion.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashReportVersion.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportWriter.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportWriter.h new file mode 120000 index 000000000..3c1141c10 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashReportWriter.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BSG_KSCrashReportWriter.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry.h new file mode 120000 index 000000000..8893e0ceb --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_CPPException.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_CPPException.h new file mode 120000 index 000000000..1410087f4 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_CPPException.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry_CPPException.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_Deadlock.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_Deadlock.h new file mode 120000 index 000000000..3e48ae70c --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_Deadlock.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry_Deadlock.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_MachException.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_MachException.h new file mode 120000 index 000000000..c3b2eabb1 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_MachException.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry_MachException.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_NSException.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_NSException.h new file mode 120000 index 000000000..f7f9c6ca6 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_NSException.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry_NSException.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_Private.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_Private.h new file mode 120000 index 000000000..c19dbe4fc --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_Private.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry_Private.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_Signal.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_Signal.h new file mode 120000 index 000000000..bfa29ab2d --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_Signal.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry_Signal.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_User.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_User.h new file mode 120000 index 000000000..38776f884 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashSentry_User.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Sentry/BSG_KSCrashSentry_User.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashState.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashState.h new file mode 120000 index 000000000..c1dbc9924 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashState.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashState.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashType.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashType.h new file mode 120000 index 000000000..5ef29e0cc --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSCrashType.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSCrashType.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSDynamicLinker.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSDynamicLinker.h new file mode 120000 index 000000000..d648ff817 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSDynamicLinker.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSDynamicLinker.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSFileUtils.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSFileUtils.h new file mode 120000 index 000000000..aa81d07d8 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSFileUtils.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSFileUtils.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSJSONCodec.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSJSONCodec.h new file mode 120000 index 000000000..f137945c9 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSJSONCodec.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSJSONCodec.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSJSONCodecObjC.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSJSONCodecObjC.h new file mode 120000 index 000000000..9473418b3 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSJSONCodecObjC.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSJSONCodecObjC.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSLogger.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSLogger.h new file mode 120000 index 000000000..ede47600c --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSLogger.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSLogger.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSMach.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSMach.h new file mode 120000 index 000000000..707b63b3f --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSMach.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSMach.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSMachApple.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSMachApple.h new file mode 120000 index 000000000..c5aeaa3b6 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSMachApple.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSMachApple.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSObjC.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSObjC.h new file mode 120000 index 000000000..3f2435544 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSObjC.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSObjC.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSObjCApple.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSObjCApple.h new file mode 120000 index 000000000..d783942bd --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSObjCApple.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSObjCApple.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSafeCollections.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSafeCollections.h new file mode 120000 index 000000000..69c137167 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSafeCollections.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSSafeCollections.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSignalInfo.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSignalInfo.h new file mode 120000 index 000000000..ed76913f7 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSignalInfo.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSSignalInfo.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSingleton.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSingleton.h new file mode 120000 index 000000000..c345b6264 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSingleton.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSSingleton.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSString.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSString.h new file mode 120000 index 000000000..cafd37769 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSString.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSString.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSysCtl.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSysCtl.h new file mode 120000 index 000000000..2b488e2c3 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSysCtl.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSSysCtl.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSystemCapabilities.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSystemCapabilities.h new file mode 120000 index 000000000..d8318f87c --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSystemCapabilities.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSSystemCapabilities.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSystemInfo.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSystemInfo.h new file mode 120000 index 000000000..ec4fee2de --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSystemInfo.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSSystemInfo.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSystemInfoC.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSystemInfoC.h new file mode 120000 index 000000000..2d24e1cff --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSSystemInfoC.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/BSG_KSSystemInfoC.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSZombie.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSZombie.h new file mode 120000 index 000000000..d15a1ad4e --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_KSZombie.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSZombie.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BSG_RFC3339DateTool.h b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_RFC3339DateTool.h new file mode 120000 index 000000000..3182012d8 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BSG_RFC3339DateTool.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/BSG_RFC3339DateTool.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/Bugsnag.h b/ios/Pods/Headers/Private/BugsnagReactNative/Bugsnag.h new file mode 120000 index 000000000..7317e61f4 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/Bugsnag.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/Bugsnag.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagApiClient.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagApiClient.h new file mode 120000 index 000000000..85e8b00af --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagApiClient.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagApiClient.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagBreadcrumb.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagBreadcrumb.h new file mode 120000 index 000000000..6ca79177b --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagBreadcrumb.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagBreadcrumb.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagCollections.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagCollections.h new file mode 120000 index 000000000..3f6410e96 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagCollections.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagCollections.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagConfiguration.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagConfiguration.h new file mode 120000 index 000000000..4962f3dbf --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagConfiguration.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagConfiguration.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagCrashReport.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagCrashReport.h new file mode 120000 index 000000000..dd2ada5f1 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagCrashReport.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagCrashReport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagCrashSentry.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagCrashSentry.h new file mode 120000 index 000000000..8c40c0e97 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagCrashSentry.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagCrashSentry.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagErrorReportApiClient.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagErrorReportApiClient.h new file mode 120000 index 000000000..8354707ae --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagErrorReportApiClient.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagErrorReportApiClient.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagFileStore.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagFileStore.h new file mode 120000 index 000000000..7c41db05d --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagFileStore.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagFileStore.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagHandledState.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagHandledState.h new file mode 120000 index 000000000..c886975fc --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagHandledState.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagHandledState.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagKSCrashSysInfoParser.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagKSCrashSysInfoParser.h new file mode 120000 index 000000000..36eab6f7c --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagKSCrashSysInfoParser.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagKSCrashSysInfoParser.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagKeys.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagKeys.h new file mode 120000 index 000000000..ba6ca62c1 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagKeys.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagKeys.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagLogger.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagLogger.h new file mode 120000 index 000000000..9d008fdcb --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagLogger.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagLogger.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagMetaData.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagMetaData.h new file mode 120000 index 000000000..0b5629647 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagMetaData.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagMetaData.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagNotifier.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagNotifier.h new file mode 120000 index 000000000..2c4b311f4 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagNotifier.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagNotifier.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagReactNative.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagReactNative.h new file mode 120000 index 000000000..7bfa357cf --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagReactNative.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/BugsnagReactNative.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSession.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSession.h new file mode 120000 index 000000000..2ddf68710 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSession.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagSession.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionFileStore.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionFileStore.h new file mode 120000 index 000000000..108e46a0a --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionFileStore.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagSessionFileStore.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionTracker.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionTracker.h new file mode 120000 index 000000000..b407af823 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionTracker.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagSessionTracker.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionTrackingApiClient.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionTrackingApiClient.h new file mode 120000 index 000000000..49e3ae260 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionTrackingApiClient.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagSessionTrackingApiClient.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionTrackingPayload.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionTrackingPayload.h new file mode 120000 index 000000000..8bdd9130c --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSessionTrackingPayload.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagSessionTrackingPayload.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSink.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSink.h new file mode 120000 index 000000000..2edea8658 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagSink.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagSink.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagUser.h b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagUser.h new file mode 120000 index 000000000..37960c13e --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/BugsnagUser.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagUser.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/NSDictionary+BSG_Merge.h b/ios/Pods/Headers/Private/BugsnagReactNative/NSDictionary+BSG_Merge.h new file mode 120000 index 000000000..819cba0b6 --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/NSDictionary+BSG_Merge.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/NSDictionary+BSG_Merge.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/BugsnagReactNative/NSError+BSG_SimpleConstructor.h b/ios/Pods/Headers/Private/BugsnagReactNative/NSError+BSG_SimpleConstructor.h new file mode 120000 index 000000000..0db83f92c --- /dev/null +++ b/ios/Pods/Headers/Private/BugsnagReactNative/NSError+BSG_SimpleConstructor.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/KSCrash/Source/KSCrash/Recording/Tools/NSError+BSG_SimpleConstructor.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/BugsnagReactNative/BSG_KSCrashReportWriter.h b/ios/Pods/Headers/Public/BugsnagReactNative/BSG_KSCrashReportWriter.h new file mode 120000 index 000000000..3c1141c10 --- /dev/null +++ b/ios/Pods/Headers/Public/BugsnagReactNative/BSG_KSCrashReportWriter.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BSG_KSCrashReportWriter.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/BugsnagReactNative/Bugsnag.h b/ios/Pods/Headers/Public/BugsnagReactNative/Bugsnag.h new file mode 120000 index 000000000..7317e61f4 --- /dev/null +++ b/ios/Pods/Headers/Public/BugsnagReactNative/Bugsnag.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/Bugsnag.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagBreadcrumb.h b/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagBreadcrumb.h new file mode 120000 index 000000000..6ca79177b --- /dev/null +++ b/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagBreadcrumb.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagBreadcrumb.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagConfiguration.h b/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagConfiguration.h new file mode 120000 index 000000000..4962f3dbf --- /dev/null +++ b/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagConfiguration.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagConfiguration.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagCrashReport.h b/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagCrashReport.h new file mode 120000 index 000000000..dd2ada5f1 --- /dev/null +++ b/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagCrashReport.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagCrashReport.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagMetaData.h b/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagMetaData.h new file mode 120000 index 000000000..0b5629647 --- /dev/null +++ b/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagMetaData.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/vendor/bugsnag-cocoa/Source/BugsnagMetaData.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagReactNative.h b/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagReactNative.h new file mode 120000 index 000000000..7bfa357cf --- /dev/null +++ b/ios/Pods/Headers/Public/BugsnagReactNative/BugsnagReactNative.h @@ -0,0 +1 @@ +../../../../../node_modules/bugsnag-react-native/cocoa/BugsnagReactNative.h \ No newline at end of file diff --git a/ios/Pods/Local Podspecs/BugsnagReactNative.podspec.json b/ios/Pods/Local Podspecs/BugsnagReactNative.podspec.json new file mode 100644 index 000000000..ce544a5e2 --- /dev/null +++ b/ios/Pods/Local Podspecs/BugsnagReactNative.podspec.json @@ -0,0 +1,46 @@ +{ + "name": "BugsnagReactNative", + "version": "2.20.0", + "license": "MIT", + "summary": "Bugsnag crash and error reporting for React Native apps", + "authors": { + "Delisa Mason": "iskanamagus@gmail.com" + }, + "homepage": "https://docs.bugsnag.com/platforms/react-native", + "source": { + "git": "https://github.com/bugsnag/bugsnag-react-native.git", + "tag": "v2.20.0" + }, + "platforms": { + "ios": "8.0" + }, + "preserve_paths": "*.js", + "libraries": [ + "z", + "c++" + ], + "frameworks": [ + "MessageUI", + "SystemConfiguration" + ], + "dependencies": { + "React": [ + + ] + }, + "public_header_files": "cocoa/**/{Bugsnag,BugsnagReactNative,BugsnagMetaData,BugsnagConfiguration,BugsnagBreadcrumb,BugsnagCrashReport,BSG_KSCrashReportWriter}.h", + "source_files": [ + "cocoa/BugsnagReactNative.{h,m}", + "cocoa/vendor/bugsnag-cocoa/Source/**/*.{h,m,mm,cpp,c}", + "cocoa/**/{Bugsnag,BugsnagReactNative,BugsnagMetaData,BugsnagConfiguration,BugsnagBreadcrumb,BugsnagCrashReport,BSG_KSCrashReportWriter}.h" + ], + "subspecs": [ + { + "name": "Core", + "source_files": "cocoa/BugsnagReactNative.{h,m}", + "public_header_files": [ + "cocoa/BugsnagReactNative.h" + ] + } + ] +} diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index 35eadadc2..0901b9a3c 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -9,6 +9,11 @@ PODS: - AppCenterReactNativeShared (1.13.0): - AppCenter/Core (= 1.14.0) - boost-for-react-native (1.63.0) + - BugsnagReactNative (2.20.0): + - BugsnagReactNative/Core (= 2.20.0) + - React + - BugsnagReactNative/Core (2.20.0): + - React - CodePush (1000.0.0): - CodePush/Base64 (= 1000.0.0) - CodePush/Core (= 1000.0.0) @@ -104,6 +109,7 @@ DEPENDENCIES: - AppCenter/Crashes (~> 1.14.0) - AppCenter/Push (~> 1.14.0) - AppCenterReactNativeShared (~> 1.13.0) + - BugsnagReactNative (from `../node_modules/bugsnag-react-native`) - CodePush (from `../node_modules/react-native-code-push`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`) @@ -134,6 +140,8 @@ SPEC REPOS: - SDWebImage EXTERNAL SOURCES: + BugsnagReactNative: + :path: "../node_modules/bugsnag-react-native" CodePush: :path: "../node_modules/react-native-code-push" DoubleConversion: @@ -157,6 +165,7 @@ SPEC CHECKSUMS: AppCenter: 02c5efe08d3bbab5421ae41d5f7aa7238906b817 AppCenterReactNativeShared: 00f470c3c17b47718db8733cbe811ccdcfd86282 boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c + BugsnagReactNative: 9f2adc8dddc3231317989497328b24bf97150256 CodePush: a503ca0caee269e68d8faaafe4414990ec282520 DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31 @@ -171,6 +180,6 @@ SPEC CHECKSUMS: SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8 yoga: 92b2102c3d373d1a790db4ab761d2b0ffc634f64 -PODFILE CHECKSUM: ab732d8c64d6afc103bba2b4ead467d6a8684996 +PODFILE CHECKSUM: 4c8480eb882a405d8226d42c0b34046d1eb5e724 COCOAPODS: 1.6.1 diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index 234834054..64186753f 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -38,275 +38,409 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0028CF9E481BE5FEEB3A243F9C6529A5 /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 607BD3F56357D7CCE28191EBC765FB40 /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01EF10C24E7D832D4233904290D874EB /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = A087070B5F198DAECD7244BD938865EB /* unzip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02C4922DCB45D244C04DF923E0DF3FCF /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 92810FD0C4E1BE3BDA52690E8FE1FD30 /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00DAAFBE5F4FE8555AA789A1471E1319 /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C60D9BCCC0AFABE65D0F627CBF10E12 /* RSKImageCropper-dummy.m */; }; + 0159295F29CB1329AECFF90F3E5BCC09 /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C6A22D94ED6FBF5D57C7FDFB82657F66 /* QBAlbumCell.m */; }; + 01EC7CE3FB7F2F8E3A65BB1F88637B38 /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = B9EBC22589BA4A8CCA7B6B1BC871EA75 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01EF10C24E7D832D4233904290D874EB /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = 92DD805D6BF7F16C1E090D74A264D4CF /* unzip.h */; settings = {ATTRIBUTES = (Project, ); }; }; 02FF5D849A0664874439EF4BAC2A029C /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7028F5EAF2CC097E374B74CA0923743D /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 0324FDE295C4242D9714D6BC9EE234F9 /* JWTAlgorithmFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 146FCBDB3A5E6E5616D34CE3DF5E748E /* JWTAlgorithmFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05F05791DFA70568A85076720D21B89B /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6800F20D6CB1B8DCCFD1206272C04431 /* UIView+WebCacheOperation.m */; }; - 06DB7250FE3510C5A87E2F086E4F55F9 /* SDWebImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = C22CA1B4D2334EDE084E57665F535F1F /* SDWebImageCoder.m */; }; - 071EEBD7607057B69A7A70DC101B214D /* pwd2key.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FAD4F526A325839E3F1087E5B1E103E /* pwd2key.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 083A88705601D7818D7F95F782A3A557 /* pwd2key.c in Sources */ = {isa = PBXBuildFile; fileRef = 225E1BACC1355DE6A273CEC59DDA4D1A /* pwd2key.c */; }; + 0324FDE295C4242D9714D6BC9EE234F9 /* JWTAlgorithmFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 04C50D2F98393D3023D6EF34EBB30CBC /* JWTAlgorithmFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04DB1BE9A9A7D5B3881774F90B475347 /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = BE7DD84AFEA148B7BF0E08225616D030 /* RSKImageScrollView.m */; }; + 071EEBD7607057B69A7A70DC101B214D /* pwd2key.h in Headers */ = {isa = PBXBuildFile; fileRef = 73E8DD6B67CCC9B7BC0F23A6635F8AAD /* pwd2key.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 078023BEC883F24DA7D16135AA76DF0A /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = CF4BEBBD6F601205C2662D54DB4ACABD /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 083A88705601D7818D7F95F782A3A557 /* pwd2key.c in Sources */ = {isa = PBXBuildFile; fileRef = 86894EAC9FB7C4E152E3D9E66D44EAC0 /* pwd2key.c */; }; + 08E8C8058DB33EC9CFEC072A1D501DFC /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 86889AEF80B4B719DABB0F5EE81718F1 /* BugsnagSessionTracker.m */; }; 08F9747618A9327A39D7B1AF00D5DC5C /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = DF4D1AE53F3DD8EC81B815EE524393D1 /* diy-fp.cc */; }; 091C0C0E3A30D286E30F860AE0925759 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A2B129D6BD066E4B086FE930422F11A /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09A60460C92FB8D96976BB237D798F51 /* JWTCryptoKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 68D0A647384C3F898E44573B660CFD8B /* JWTCryptoKey.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09EB59403E5F072E3F8253ADE9DB7166 /* RCTConvert+CodePushUpdateState.m in Sources */ = {isa = PBXBuildFile; fileRef = DDB8F6F3900ADD8B8128B455F2AE3505 /* RCTConvert+CodePushUpdateState.m */; }; - 09EEE5132A72FFD77E3349C3280E6FF7 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F9A7AC72B0729D935D7C4B0D3E851A6 /* NSButton+WebCache.m */; }; + 09A60460C92FB8D96976BB237D798F51 /* JWTCryptoKey.h in Headers */ = {isa = PBXBuildFile; fileRef = A4BDF6B76611455CA953CE166F11D940 /* JWTCryptoKey.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09EB59403E5F072E3F8253ADE9DB7166 /* RCTConvert+CodePushUpdateState.m in Sources */ = {isa = PBXBuildFile; fileRef = CC977020A44D23B37867D6DC5B394176 /* RCTConvert+CodePushUpdateState.m */; }; 0A63FF2A23BA8EF950D29CA533F04607 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B04DC1F9131D746FC83E6812AFC9503 /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 0B4DF284B70AFF46B9CA63838F8DC872 /* RSKImageCropper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C60D9BCCC0AFABE65D0F627CBF10E12 /* RSKImageCropper-dummy.m */; }; - 0BF0AE3D28D60EA161125EFAE18BE5B1 /* fileenc.c in Sources */ = {isa = PBXBuildFile; fileRef = E154FB003D2E6008D3C76EFB9F77FAFB /* fileenc.c */; }; - 0E37347600D2805035F183F185783BCE /* JWTAlgorithmNone.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C05CBC186EA0B0866188E15512FEDFA /* JWTAlgorithmNone.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E66789E270D6AE8CD9F179AB8DDB12B /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3D3A270061D5A13C267E3EDC1E773490 /* es.lproj */; }; - 0EC3325AEF4BECAA639DF2F245654EAE /* JWT.h in Headers */ = {isa = PBXBuildFile; fileRef = F6225084B5C34C631A6F55FEE512CB22 /* JWT.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EC3C7800E17564B466D49AB74457F6C /* CodePushPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = FE35A46F3F10278A3560B0E88632E1DF /* CodePushPackage.m */; }; - 1006647F21E7CB6ECDF8FF6D0A6DD3A5 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8607965A5F8786B1713255AA09A4C1FC /* SDWebImageDownloader.m */; }; - 1038694DFEFA5A751E666747FDB9DF8B /* JWTCoding+VersionOne.m in Sources */ = {isa = PBXBuildFile; fileRef = 895DE59832E2F1B53A1C5D79671C1CD6 /* JWTCoding+VersionOne.m */; }; + 0B43C2BFC2D557231D532BE8B1D26EE8 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = CD2F4A68EEE12922FBA0DC1A83A3C801 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BF0AE3D28D60EA161125EFAE18BE5B1 /* fileenc.c in Sources */ = {isa = PBXBuildFile; fileRef = 138BAE6F92B40F50FF8124944FA368C5 /* fileenc.c */; }; + 0D9593E633A22A892259DD78AB9E6B8D /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = CBF428AC95C07CE34F4EB48339C33DF3 /* BSG_KSCrashCallCompletion.m */; }; + 0DC2421A4994FDEA9802742B188F1E19 /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = B9B56CCA96F8A46204EB92FBF93C52B1 /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E37347600D2805035F183F185783BCE /* JWTAlgorithmNone.h in Headers */ = {isa = PBXBuildFile; fileRef = 37E491BBA08CB86C94DF2B2C778A1714 /* JWTAlgorithmNone.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EC3325AEF4BECAA639DF2F245654EAE /* JWT.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7260E1A935D6E84B2ED73D28ECD38E /* JWT.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EC3C7800E17564B466D49AB74457F6C /* CodePushPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BA942C534B1F0171BD1D8DABE901270 /* CodePushPackage.m */; }; + 0FF126D705FC6221432AFA531A24805F /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = E70E1D0A7647A5D254B5AB39C8A6448B /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FF7CE21B4F1DD4D9597CCE7DB2E3316 /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = B571CE71FFB1AF440FCDD612AC9DBC0C /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1038694DFEFA5A751E666747FDB9DF8B /* JWTCoding+VersionOne.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E5205465621650AC1F0D6AF7B87F4C9 /* JWTCoding+VersionOne.m */; }; 10695B47303DF2F97F58581E0E53C2E2 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 820139734835655803C79DB8C07D3411 /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 107BF2E806089DC6DD5715D1FCADC1FF /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = FA5EB1A0B03D921885FA4CAB86FD213F /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10FDC051ACE8E050C9310C79F6E00563 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = D7D6FC1A3CD02B1FD0D5FE82795EFA91 /* hmac.c */; }; - 14F6C8E6BBE67A6432D609219E51F519 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 095FFBC9C34D1A4C865B812230637077 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1501B2DA6375CCE853CE05E34F33A743 /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = DA4DEBF79ECF92DF7CD290D007B93724 /* UIApplication+RSKImageCropper.m */; }; - 175461770DFDED34EC9821AF083ECC10 /* CodePushTelemetryManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DFB5BBDB753BFC3C6BC5331483C988C2 /* CodePushTelemetryManager.m */; }; - 17D60FC95BF7C115D6B37E4F3CB13E3C /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = C5BC49E76626C3B2674393C1AB1C8DA1 /* CGGeometry+RSKImageCropper.m */; }; - 18F3FFFAC87F0B2772426FD203A4F49E /* FLAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 69F494E848300277EDBFB3442D7C9A05 /* FLAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10FDC051ACE8E050C9310C79F6E00563 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FCBF1A2826F9C6A074768502C811548 /* hmac.c */; }; + 11416E41EF926BC2D74944D46CC3CABA /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 952626E97E426F5DF1D1EACDB30765C8 /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11545C2F083BBA5C385DEBD0B0784F90 /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 60D2981CFEEC2FE7537D80B87E886A1B /* RSKInternalUtility.m */; }; + 11FBD211BE4537F2239BC52FF9E9E241 /* BSG_KSZombie.c in Sources */ = {isa = PBXBuildFile; fileRef = FDAE87B576CC7BFF7A98DDB416ED5F19 /* BSG_KSZombie.c */; }; + 1229577E0EB30AFD68367DB24D1E46D0 /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = C11BC1F53722F80A9E5D4BAAABCFF015 /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 131CEFD8502E1B1257364913F0D0E290 /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 50510BCCFB5A2689ECF8FC424407E013 /* BugsnagSessionTrackingApiClient.m */; }; + 138E8AA9C6EF9ED20359ED87026AC8FD /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D565838FB6DAA9F8052D83CC3C74696 /* SDAnimatedImageRep.m */; }; + 1425C670663BF5E4D290646FDA54EB94 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C7EB417AA2E23A60B088F39C0C51B62 /* SDWebImagePrefetcher.m */; }; + 1516F59CB7786E67FBC7775B1FB759A1 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = A52C199C4C128B07747F758F116B08A6 /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1578F62371464F1E34DB0711F08E9529 /* SDWebImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C6B3482965C9A0E55EB33F7EB128371 /* SDWebImageFrame.m */; }; + 1654C30EAE5FDA787900B68C022189EA /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = AB349F84462BEA124E37BCC4CA8E89F9 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 165AF5FEDD4DE4D5CEAE0D3B74402992 /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = E9002586379CECC7ADB1FA38590B94D8 /* BugsnagCollections.m */; }; + 175461770DFDED34EC9821AF083ECC10 /* CodePushTelemetryManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CEA1980FBE21877C0B2BC872ED50F717 /* CodePushTelemetryManager.m */; }; + 18C461D7A1D0FCD94F73361911F0D20C /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = AC9F223DE574EF508E16A11CC16D5BD1 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; 191C15F88ACEC13860AD338F208BDDB5 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 843CA64C9E4C3154590989859575DC94 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19A33955B998E62EE86F04B704A5F64C /* sha1.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B61F0129BA1B816D088F141195D7FFB /* sha1.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19A33955B998E62EE86F04B704A5F64C /* sha1.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F68A62EC3CCF2DA390DD6F8C509A1F0 /* sha1.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1A6BB3682752BA9D73FB55FEFB1AB20D /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = CC9F8833EA424D5B9952546B9AE1F358 /* signalhandler.cc */; }; - 1CCDD41CFF7486A248DBD4BE1BD0E96D /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = BE47219642ED1FB01053598B59536102 /* ioapi.c */; }; - 1D87B794AA45A908C5247F2E25E7D252 /* JWTCoding+ResultTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D505B832753C3E6E0BEECE912F70A8B /* JWTCoding+ResultTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DB777F656BAD1C2864FEDD276FDBFEE /* JWTCryptoSecurity.m in Sources */ = {isa = PBXBuildFile; fileRef = 86ECDC7F4414DD5F1AE115FE981811FE /* JWTCryptoSecurity.m */; }; + 1C439829DFF851045BAE33E22B8FFC85 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = F8D1165C82DA403EE98B2E943CD9C453 /* UIImage+MultiFormat.m */; }; + 1CCDD41CFF7486A248DBD4BE1BD0E96D /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 09E620F6A3D02355A4F234C38B6F9807 /* ioapi.c */; }; + 1D87B794AA45A908C5247F2E25E7D252 /* JWTCoding+ResultTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = A4934E8741C1593825184F3EDF0C6378 /* JWTCoding+ResultTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DB777F656BAD1C2864FEDD276FDBFEE /* JWTCryptoSecurity.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C683015CA6D63D5C11C15828B2CCD0 /* JWTCryptoSecurity.m */; }; 1DEBCB73B19589825892640DDE292CB0 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 63580F40EBE62F749804E408E75961B6 /* symbolize.cc */; }; - 1F68A1C21178227CD727F88A6C222A8F /* MF_Base64Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 37DBA0EDC6BC5181BFC52B9791C08257 /* MF_Base64Additions.m */; }; - 1FCA5B3744D9289CC2A9ED7063298122 /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 166BDE86AF231C3B009C6979BDC8C7A9 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20AB6FC2A89CD11942D71AABECD33787 /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = D8BA20A63B10D52DF1079601D1344151 /* crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E1A2DDA3191C30E67AB290086780181 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = FFC66A52420A1C84D5D4471D12EFC0C8 /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E434466C3C6DBD62E2528F5E9D7D841 /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D94F88C99B79275480E352ED0ACB662 /* BugsnagErrorReportApiClient.m */; }; + 1F27B37A8DE189DAE7B8C9ED4A593214 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 997438A13F3E95547B33B3E1C73E9401 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F68A1C21178227CD727F88A6C222A8F /* MF_Base64Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3812D6BAC4E109E0B79C91735DB07CBD /* MF_Base64Additions.m */; }; + 1FCE6BAC622652E58089AFFE287486D8 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = B1E42E568E0A63C05222E91D65CFEB16 /* ImageCropPicker.m */; }; + 20AB6FC2A89CD11942D71AABECD33787 /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 57B722A6CBC6D046F2AF495083481D58 /* crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; 20F0D13F0C31A19295812D26BA9F58B9 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 844756EAB40EF7BC2596486FA92E9B31 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24C99BBFC4675286D8979946092A03A1 /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BB6BD5B58F2FF8BCAA50589AEBECDC98 /* QBImagePicker.storyboard */; }; - 258217C30CBF93AD5ACE143F3BEEDA9A /* CodePushUpdateUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E65A0F7B8BBD93194F1A04A01E3C36 /* CodePushUpdateUtils.m */; }; - 289B3BDBBA4561337A4D372A0576A3DE /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D6B804D48DC1FDE5B92813CEEDC70C1 /* UIView+WebCache.m */; }; - 2983A7B37C73358B93BC37EAA18E008F /* JWTClaimsSetSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = CC82B7D8F32C304F24D5FFD0BE9F7D7B /* JWTClaimsSetSerializer.m */; }; - 2A8DF405B77311F504B89F5A767981E4 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 715FDEDBFBDAAA3860DA656AB6AEA740 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2AC1F0C5FC8F6A53EEC8597AEB35BCC5 /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E9481CFDB2D800E3680247ED380EEC70 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B9D861510E9FF0477615920B7B15C66 /* CodePushUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 33D5FF0BF3FE77178E5FC08170428B55 /* CodePushUtils.m */; }; - 2C5F118BD86B7C0FBF984A8F7B911103 /* SDWebImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CAAC1197F4B619285A0DDB4343B3C52 /* SDWebImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D1FC91D4249EEB9B9282C08F130F13F /* CodePush.m in Sources */ = {isa = PBXBuildFile; fileRef = 90B82DFDA8358846D21A2C2AA5A797AF /* CodePush.m */; }; - 2D93153AB742FD4C90CA365AD4B05CB3 /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA0E30852039647A05EF9151967655F /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E07D9CFD7898BF044BED8D337FBFF40 /* JWTCryptoKeyExtractor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CBA58F5C91FFDC62FBFA2348F6D22B3 /* JWTCryptoKeyExtractor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E7BC2AA84DD6365488051195C4D47B5 /* aescrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 69522A1FD823D3733B2F6D6F08442335 /* aescrypt.c */; }; - 30188ECBB8F95DC12EA5D72523E63F4A /* SSZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = D0D30A33A57A63A2F87A687BA17545E9 /* SSZipArchive.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31F8A75AB3DDB54AB9829D7C46C8E274 /* Pods-eSteem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BDF2AFEC7173A7F41200A277A71E1E9 /* Pods-eSteem-dummy.m */; }; - 34A027854C1DF37D96BF1C920605EF04 /* JWTAlgorithmRSBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 6541FE7A0B392399A8A79F91E5993993 /* JWTAlgorithmRSBase.m */; }; - 36B5DD580E3F1889FE2476AB9D75A98F /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 38D2252A0427FEC18CE219EE8D075D0B /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21113647B525F9EBE0C46BE5A29ED5C0 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8607965A5F8786B1713255AA09A4C1FC /* SDWebImageDownloader.m */; }; + 23AC52D51A7DF1BE5A5224FE8B1E5E40 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = DC150FAB65C62D3C28BF3D445540FFF1 /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23E4155D3857FAF8DFF715C05666295C /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = CEB897AF8F4400EB490B5D755B881DA3 /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 240CAE1A628A43824D91FDDD7C39C429 /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 31325E6D6666F4E132E0967EE0902319 /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24E52A4E269CE09BE0A968FEF1263955 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = BF15D6F0F2C41C43EA9D0FF22E6D1E57 /* QBSlomoIconView.m */; }; + 2566B6B5626162F7641C6F0EAFD0D701 /* FLAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E2EC44A7DC9C6DD0720953CCEF71DC2 /* FLAnimatedImageView+WebCache.m */; }; + 258217C30CBF93AD5ACE143F3BEEDA9A /* CodePushUpdateUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 564B29CCC3F5E8A1DC0893E8B20A49C3 /* CodePushUpdateUtils.m */; }; + 26ADE10E48C6A2D4215CCB1CDFD353E6 /* BSG_KSCrashSentry_Deadlock.m in Sources */ = {isa = PBXBuildFile; fileRef = 86EF5D33152A2495763B188D5CC4E38A /* BSG_KSCrashSentry_Deadlock.m */; }; + 26F1E778EE84979BE2F780894F01E462 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 707CE5EE5994AE69CC7AFA7282F187EC /* BugsnagUser.m */; }; + 288810E51CC55ACCEEC5F1F0C7E33C26 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = C9B62B3BF5E51266ABFB09524029A68A /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2983A7B37C73358B93BC37EAA18E008F /* JWTClaimsSetSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = C9463D18711673D40015F116C4A5C243 /* JWTClaimsSetSerializer.m */; }; + 2A1CF0AE917F076FDC8DBBEC59DF9F9E /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = B4258FDC44F3428B09CF80BA5F4C3740 /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AAB7689FF1D30CE0CB07DA56031F6F5 /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CF1D00838C32EB1D42D95828E5FA4CF /* FFFastImageSource.m */; }; + 2B16A859937A968187969DD05C0135C0 /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC0B2440EC8D0EDCA14A733293ED884 /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B9D861510E9FF0477615920B7B15C66 /* CodePushUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EC5D75EBB247B2767F38274D99B3C58 /* CodePushUtils.m */; }; + 2C66B6A92590D01C85F5E5E388DC9AD0 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 57627898649983C794800267A40B80A0 /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D1FC91D4249EEB9B9282C08F130F13F /* CodePush.m in Sources */ = {isa = PBXBuildFile; fileRef = 680BAFF52F853A8C1C9C0047E531FD9B /* CodePush.m */; }; + 2D410171962A3FC3638113B506828154 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = D1954F55DE361F9BFF4DCD90EB86920D /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E07D9CFD7898BF044BED8D337FBFF40 /* JWTCryptoKeyExtractor.h in Headers */ = {isa = PBXBuildFile; fileRef = CE2AE7D2258089C84B1E1014A03E00B0 /* JWTCryptoKeyExtractor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E7BC2AA84DD6365488051195C4D47B5 /* aescrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 33032E1339F0A1E24A2BF928D98BABA7 /* aescrypt.c */; }; + 2E92CB7308B839EA0AAC2C9255BA6022 /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 98FE41DB3614594A7AA7792D47C2507D /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EC9018B4E7DF963D0EAE43AB0AE7AF7 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D6B804D48DC1FDE5B92813CEEDC70C1 /* UIView+WebCache.m */; }; + 2EF53CBC448031ACCED0A28D74801682 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = EE8288E043B08C408E9097F86830B13F /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30188ECBB8F95DC12EA5D72523E63F4A /* SSZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D1A23BE3FF7CA55B8DCEDAE4CB53B66 /* SSZipArchive.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31404767928FD7748CEB481426F04795 /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 777D4C6D5DD2B6CA1C810FD9A48D01AB /* BSG_KSCrashType.c */; }; + 31C30F1FE66BDAA2890F182DB636BF4A /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 76A28C3C7CF9D85536EDF2F0C1106662 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34A027854C1DF37D96BF1C920605EF04 /* JWTAlgorithmRSBase.m in Sources */ = {isa = PBXBuildFile; fileRef = E7936CD8B693DC756B6B66517820C23E /* JWTAlgorithmRSBase.m */; }; + 35793CB46A36B2B5BFB0DF485E5BD86B /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = 42B6588A46C79743B19B4D6FE22043BA /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36F0950BDB4237646D7A462DFE894264 /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F9A7AC72B0729D935D7C4B0D3E851A6 /* NSButton+WebCache.m */; }; 3728CB53E4723B332E0C5D8CD2409CDE /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = A3B6CA9CAEA4DA603BB12BE079C90EC3 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3820E0D9C2029174F39F63BDFC78C225 /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 19606A31A34D26987545918B001A60A9 /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 386C1825AFE96924D948F6F9B28E4CE9 /* JWTCoding+VersionTwo.m in Sources */ = {isa = PBXBuildFile; fileRef = 232091FBE5EC63774381C9859389BD8C /* JWTCoding+VersionTwo.m */; }; - 3BADAA3225CB99AC53E493B5AE400247 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = EF44CFD392E7FBB7D6FADACB4F7FE831 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 386C1825AFE96924D948F6F9B28E4CE9 /* JWTCoding+VersionTwo.m in Sources */ = {isa = PBXBuildFile; fileRef = 80445CDB352BCF400E0FE32BAACC08F8 /* JWTCoding+VersionTwo.m */; }; + 388E0E836490D92BE7596FDCDDFB0378 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9DCE0D541D95C85314C0B42BB8B5868D /* en.lproj */; }; + 3A0D909A5C0A940F8CAD2B4CFFDC5110 /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB5676745CDA65D1601C8E663916630 /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A6BD0F381FD2A8812BF31832C4837CC /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 0718C00486956C3B8F15BCBB43D7E2B8 /* BSG_KSCrashC.c */; }; + 3BF4FD4F9E74001C858AE24665145452 /* SDWebImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E546415C06312A2443D0CC60965C50A6 /* SDWebImageGIFCoder.m */; }; 3DE45D3910CC47153462598BD966C2FA /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3F038148531D617B4ECB201BDFB12315 /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 3E8984F26BE200A0D5D95E65D21A7A96 /* JWTCryptoSecurity.h in Headers */ = {isa = PBXBuildFile; fileRef = 0731AB681C1D787C1ED37BBB8E25912F /* JWTCryptoSecurity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E9A57523733B68F378D620EEB144BAD /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 857008FD0583E9192A4A185A08EF678C /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3EADB83D5A6E28573E92B6B9AC9522A9 /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = C6A22D94ED6FBF5D57C7FDFB82657F66 /* QBAlbumCell.m */; }; - 403AD73D73556B4D27AB2C15906BC3AB /* brg_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 809272F98B5D295B781BA5967D77A56E /* brg_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43B4628B773440E1DC8D91DE04A5CD16 /* SDWebImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E546415C06312A2443D0CC60965C50A6 /* SDWebImageGIFCoder.m */; }; - 462EDBFD515462B1EBA2BBDE152095B8 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B8BE36DC8B7175BC7141A9E2DB2D1E67 /* SDImageCache.m */; }; - 4634A3A390450D9C6127D660C6476158 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = BF15D6F0F2C41C43EA9D0FF22E6D1E57 /* QBSlomoIconView.m */; }; - 47AA9E08FAEEC59F4E5539DC361A84CD /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 12DF88709072FB6D652AED5C8A838950 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4844B3B5CCF6897048BC91D83C04C979 /* hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = D29AFAD73F2DB19F82BE7807E11D811F /* hmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48BE10C13AFE7C75DFD857416D8D56C5 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 997438A13F3E95547B33B3E1C73E9401 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49AC90810A13F415C07EB75D9101CAEB /* SDWebImageImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 76888898E67D564A408F3A6B05494CE8 /* SDWebImageImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E09E81BAC225258EF411A9BD007FE5A /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = 5AB58978A13C3A8122233FBB0A50A5D3 /* BSG_KSCrashSentry.c */; }; + 3E4F2019C9423BCBB0ABFE172BDB499E /* RSKInternalUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 19606A31A34D26987545918B001A60A9 /* RSKInternalUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E8984F26BE200A0D5D95E65D21A7A96 /* JWTCryptoSecurity.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F5CCF37361966DF0C145FA1E80B376 /* JWTCryptoSecurity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EE3E703C1ED46A3CFAD520A1B065F48 /* SDWebImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = BA802279093F73E21B40CF19981E1AD9 /* SDWebImageCoderHelper.m */; }; + 3EF9CC01D03D22848134C98945A205CA /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = B683AF04FD8E58FDAD4005169150E62B /* BugsnagFileStore.m */; }; + 3FAEE75A36ED21ECEC14EC935505BD82 /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = 598741F8DD63B47FDF57EE28091B0526 /* BSG_KSMach_Arm64.c */; }; + 403AD73D73556B4D27AB2C15906BC3AB /* brg_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 9329C4411A17FA86D4907DEC7ED687EA /* brg_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4144D4F2D8F07D189DEC7226BB72175A /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 16C41D636B3D223BC9F5DA338ABCBB4D /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 419E677B88E67DB5A8EB6B7EB79AD29B /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 095FFBC9C34D1A4C865B812230637077 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4217595B9D52B007DDEDAD0044474E27 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FEA681DFC20F5CAD1524C57BBF8A8B0 /* BSG_KSCrashSentry_NSException.m */; }; + 42E79A824DE072924EBAE31BDA34E943 /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 0498732578B070F40B7154D6C0AA8CBF /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46801E910D0D684008F4943D5D448707 /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F70D4F2276E50162237A30BA3A9E51 /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4694B3CFCDBE4C9D25AA335F601AB114 /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = DB35757E51EF21A3F4CDAF196DDABBC0 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46C814CBA2CEB626A24FDE611BA5BE01 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 085CB765477FB55A8D3AC5A05A00BA50 /* SDWebImageDownloaderOperation.m */; }; + 474A921E3149AA22718FD0690C562F86 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 677BF24D7A701547C02E11DA3F473768 /* UIImageView+WebCache.m */; }; + 47A337D3176B7E0D46EBCBB8B289F4AB /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 18909EC908180DF21B357CCEE15B8FD0 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47C6F521FC21638C2343B2D9A12B16D3 /* SDWebImageImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 76888898E67D564A408F3A6B05494CE8 /* SDWebImageImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4844B3B5CCF6897048BC91D83C04C979 /* hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 47708A6C525EACDE234B4AF0DB79C977 /* hmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48C6F0C2859927C03A78EC9E3B6CDD96 /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 72E46D0EF36FA22FA41E76EF01C47C72 /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 490048A4C65BE591CB52EEF36D168B03 /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = AFCCA57B5ABE2DC4B8008E9AC24F0EA3 /* BugsnagConfiguration.m */; }; + 4932C14A493199A01E931ACDA88BF572 /* NSDictionary+BSG_Merge.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F57141F7FC6CC00C3FA167F80D6F51C /* NSDictionary+BSG_Merge.m */; }; + 493F10C2AB669FF6A4750AC30D4F9D58 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = EF44CFD392E7FBB7D6FADACB4F7FE831 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 49D5AE148EDE23C66E04C17A9DF3CD0E /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9865CE9E54ED393FF36600AD3C3AF182 /* double-conversion.cc */; }; - 4B693ED6F16006E282F25975C0FB0EAC /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FCCDE8B503CE2E82984C071BF4FE7781 /* UIImageView+HighlightedWebCache.m */; }; - 4C48A2849C2DA588A55B8E4E6597BEB6 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 85819A52496DF1627D81BA9329CD0628 /* unzip.c */; }; - 4CC3095960B5E8AA6ACBFBCC90A4CDF4 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C93D6EEE940D2862302479BE974F958C /* SDWebImageManager.m */; }; + 4A120251E171062D6640A7C3CB593511 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 164B4B19BC4954EBF83B0FF76208465F /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A1D9B0107114652937F8E41A00E8C50 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 311E7CD7F549EB7597C81C5A63582349 /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A916DB5E0354A310EB9F9FBB5E55120 /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = B5825766251BB4386C015304135DAA9B /* NSError+BSG_SimpleConstructor.m */; }; + 4ADCAB4846945CE2504B661B60758487 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = A5D69AB4E305389D920D65EE45FA1FB6 /* BSG_KSCrashReport.c */; }; + 4AE3217AC7FA0B7B9F00A10684926EC3 /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A3C7B63EA7E718A2594DDAE83E30711 /* BSG_RFC3339DateTool.m */; }; + 4B16862F8A4858E5F99A14DB8C685795 /* NSImage+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = ACDF8B81E604DDB6051E07F856682E8F /* NSImage+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B732D8111DCC79B70649D4910806E58 /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C38836E3D82C6AC2824E63D30C774CE /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C48A2849C2DA588A55B8E4E6597BEB6 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = C04C02FF2C2CB68DA9AB1393A0159AB1 /* unzip.c */; }; + 4C5A803CCC27A83C8C7C121B7DDA2B86 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 72D66CB7C77785F170FE68D825B9E55F /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CEEFEDB079E078E661A9DE4A60DB7ED /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0A75FF3F1ABA268284FD45F60D6E8BBE /* BSG_KSCrashSentry_CPPException.mm */; }; + 4D67AD90EC814A1B4AB9AE0A0E61A01F /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = AFC536BA3FCF5BD277760EF60BE90BA2 /* BSG_KSFileUtils.c */; }; 4D90291F9EC2B0962B414933725D7A2D /* Pods-eSteemTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AAD58B0ADFF3A34FB4D961AD4F63576E /* Pods-eSteemTests-dummy.m */; }; 4E0A2703083AF8211C29C24927EEA578 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FCAEF0A1B1BBC3C34A862951D9BFAE43 /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 4EE5C4A413271410DE3CFB20C43AC9ED /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = E243DCE6E5C947E4DEDAB6CC601D4284 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FBC72C11417370D96B9708C236CB808 /* brg_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = A0C05CD4FC9E1543347DF14D04B21E5A /* brg_endian.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FEB37BAB99A18727693F524EAC81462 /* fileenc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B2F26139E9B15A86621E22AC23A24FD /* fileenc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 508D589793D4DAC640769D4E3A3E18E2 /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = D02F197123DE4B0873E3534476ACE763 /* QBCheckmarkView.m */; }; - 533CA2A048312414452CC0C384D69E71 /* JWTAlgorithmHSBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 3721BFBCFCC1D78471F93EF58553A81F /* JWTAlgorithmHSBase.m */; }; + 4FBC72C11417370D96B9708C236CB808 /* brg_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = BD77B5A8F89CC17577C09A5F51F91502 /* brg_endian.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FEB37BAB99A18727693F524EAC81462 /* fileenc.h in Headers */ = {isa = PBXBuildFile; fileRef = E0683810B412C37FF54D1DBE3DF2867C /* fileenc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 533CA2A048312414452CC0C384D69E71 /* JWTAlgorithmHSBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 137A97408C561DBB2D60F76DEFFD3054 /* JWTAlgorithmHSBase.m */; }; + 5399A269578E98919A8063F719250508 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EAFC45AB76CA254FB98077BB91484CF0 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5417751F797161B8F8A945B9169880B8 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 97D3CA432CE4B8C95CF16AC1D97091C9 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56ADFC56BE10AD7CEBF38A914E33163B /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 164B4B19BC4954EBF83B0FF76208465F /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 575AB5415317D6BBBA5F375EDB3502C9 /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8521C008EDCC665E8668DA4CA8DEE0A2 /* FFFastImageView.m */; }; - 57A51F93BC74557E4560A195F2D69128 /* JWTBase64Coder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B48A572BD50AB7CBAAAF62731DA69D4 /* JWTBase64Coder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58C7F21D2701057BC75ABCFD69BB2BF9 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 677BF24D7A701547C02E11DA3F473768 /* UIImageView+WebCache.m */; }; - 593FFAE3D55C32D29706DCE1E7A7FBBF /* JWTRSAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B29E92F8346B56400770A3489B3E963 /* JWTRSAlgorithm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56B2E0E814D348E28706A2C9DA37484C /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F4268B59717341AEE23B9EB6D7184B6 /* BSG_KSMach_x86_64.c */; }; + 56C455A195C249447E559F96B41B5CE8 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4849903400AE961A88C471B28999C7D7 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 578781EC9777FBB59491F70C6C9DDC51 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FCCDE8B503CE2E82984C071BF4FE7781 /* UIImageView+HighlightedWebCache.m */; }; + 57A51F93BC74557E4560A195F2D69128 /* JWTBase64Coder.h in Headers */ = {isa = PBXBuildFile; fileRef = 35AFC7CD91FDC3AC90F1E38CE28B6A1F /* JWTBase64Coder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57CAFF01E66DBCD33E39A1DE7E0733E0 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 38D2252A0427FEC18CE219EE8D075D0B /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 588FECBD5E3B23CF30F891D5179B74C5 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D35E9B0456DFB4F07AF5B4D483495F1 /* SDWebImage-dummy.m */; }; + 593FFAE3D55C32D29706DCE1E7A7FBBF /* JWTRSAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = BA3B31732F9C4CA4F9BEE3B364559140 /* JWTRSAlgorithm.h */; settings = {ATTRIBUTES = (Project, ); }; }; 598BF86C3CEAF5C934DBC6C26792EF94 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 01D24ACB16B67B51D4B1B6466686E76F /* bignum.cc */; }; - 5AA9E2FF2AF816E99B7FB48C7461C2A9 /* JWTBase64Coder.m in Sources */ = {isa = PBXBuildFile; fileRef = 47246FF9F62E2AEC214876737208FF3A /* JWTBase64Coder.m */; }; + 5AA9E2FF2AF816E99B7FB48C7461C2A9 /* JWTBase64Coder.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DD155023DAAB4EBCC3E5688136D6D04 /* JWTBase64Coder.m */; }; 5AD2957BC9616A15C34796F1E7487F00 /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C311F5014E7EC4ACED5C1811E30524C /* glog-dummy.m */; }; 5AEDC5D1FD04B51DA837DD169B816436 /* Pods-eSteem-tvOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D456BC92FCC83F96B65CFD8548632D9 /* Pods-eSteem-tvOS-dummy.m */; }; - 5B9B4A279C5F947735ABC63DA3F89363 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = AAEB5ED3A3B9C8537ECE7692052B1035 /* SDWebImageCompat.m */; }; - 5CC486423FB6456CDAE4624CC75D12DC /* entropy.h in Headers */ = {isa = PBXBuildFile; fileRef = AF3D7F3EFF67A273B9D70DDB67755B6E /* entropy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D4680028FE525B3998A14A74F2297CC /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = F1D1BD962EBFAB4E6D2799F5523C35B5 /* RSKTouchView.m */; }; - 60AB25575F304E5959E20A8A60957DC0 /* JWTClaimsSetVerifier.m in Sources */ = {isa = PBXBuildFile; fileRef = EFDD5B705261C33897918EE906EFEE17 /* JWTClaimsSetVerifier.m */; }; - 60D709B3A9B88B56FC8EE149E975ECBC /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C983CCD4BA81DA4CA16823F8371E33D /* sha1.c */; }; - 6153B058939B287132F29CB94B90C4E5 /* JWTAlgorithmDataHolderChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 12EDEBA3F6FFD27F49844B60D6266235 /* JWTAlgorithmDataHolderChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 621A5F459968CDA7F671CC5509BFB0BE /* aes.h in Headers */ = {isa = PBXBuildFile; fileRef = 713E1D6AF7EDB4A99224C53B674A76BB /* aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 624406839FB0ED8A7E72CA6937B97296 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E5CCDAEBA2E016AF4293188AD0DFC868 /* QBAssetsViewController.m */; }; + 5BF14DB7955744843145048248756826 /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = E88B9CF6FC1AD944307279DD4B7D81E6 /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CC486423FB6456CDAE4624CC75D12DC /* entropy.h in Headers */ = {isa = PBXBuildFile; fileRef = AE3A4A28992B34D53742769FE7622C90 /* entropy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CF251EE634F230BF9BD3D39EB9618EC /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 3984EBA8FA4464C9A9C06CCC2A938C65 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D708CB6A43603F08C255BB0AE79034C /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 360C027782F1ADF774F6CCAF880B22D6 /* zh-Hans.lproj */; }; + 5E59E2B6C914804754C237F37045BF0A /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 20D089FF27AA264C8E071B85EF2D1D7C /* Compression.m */; }; + 5EB2C56229AA9EEE50B95ADBDFDDBCDB /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = AAEB5ED3A3B9C8537ECE7692052B1035 /* SDWebImageCompat.m */; }; + 5EC2BA2B35627C04C768B19EEFAE5744 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3D3A270061D5A13C267E3EDC1E773490 /* es.lproj */; }; + 600B737358889911BA9ADB1E9BB5C7C3 /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = D02F197123DE4B0873E3534476ACE763 /* QBCheckmarkView.m */; }; + 60AB25575F304E5959E20A8A60957DC0 /* JWTClaimsSetVerifier.m in Sources */ = {isa = PBXBuildFile; fileRef = A93E7B341D8E0EE9EC1F13EC99A272D9 /* JWTClaimsSetVerifier.m */; }; + 60D709B3A9B88B56FC8EE149E975ECBC /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = B455B7731AFDEA27221EC0FF173A1E0B /* sha1.c */; }; + 6153B058939B287132F29CB94B90C4E5 /* JWTAlgorithmDataHolderChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 65EA99E5923F8EB2E833BE58774C3103 /* JWTAlgorithmDataHolderChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 621A5F459968CDA7F671CC5509BFB0BE /* aes.h in Headers */ = {isa = PBXBuildFile; fileRef = 895A0DB0CDA26E3F4C81DA9A7A634366 /* aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; 62825760B895542D30194A59B53D82EA /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = F5EC3481A3FC9C2FA310BD18924AB5A0 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 644D6E6B9CF019ED42D8197A91676626 /* JWTClaimsSetVerifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B9CDC33A1613421F8910374B25F2F1 /* JWTClaimsSetVerifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64B5C97072CA12ED7E2DB7EA1C70E27B /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = E4AED7D8D12AF8DCD2459DD98303435E /* UIImage+RSKImageCropper.m */; }; + 6302997E5DCEBF593A3B968A3BDF8CDC /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = CBB6ACFFEA86FDA6496A00298EB70C41 /* BSG_KSCrashSentry_Signal.c */; }; + 6329D3636B61ED4550DFB0B43814B25D /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = F83D9FF76DE3DF740837A18560761472 /* BSGConnectivity.m */; }; + 6360BB5A8194F3961000237505168EEF /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = C5BC49E76626C3B2674393C1AB1C8DA1 /* CGGeometry+RSKImageCropper.m */; }; + 644D6E6B9CF019ED42D8197A91676626 /* JWTClaimsSetVerifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 0281A13C33E9F7B9A55E782ED327FAFC /* JWTClaimsSetVerifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64F682E26E9ED7DC5FA517753F41FA08 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = E062C84B7A2DCCA8923A057BB9BE44BA /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 657A727DD1719F3F2E85CADDE9419011 /* SDWebImageImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = BC9635BF7173FE4B106F1CC4D4C849BB /* SDWebImageImageIOCoder.m */; }; 65AB95B50A3F253E56767FC717190684 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 682520CA0AE14F0B1E2A6B7E165F8549 /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 65DC90B5435B07B3EF81F2B2FAAA24BC /* JWTAlgorithmDataHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = FDDBB0A5B688CC912A8412E541BD4930 /* JWTAlgorithmDataHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 672FAE1E9703ABF7AC79571E39FD4C02 /* JWTAlgorithmHSBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 833930CB780EBA8143778EC2FDC12A48 /* JWTAlgorithmHSBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68BC8E1B2E65590C0BB5C50BCE0A779E /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AA2F4B55B3D1C800F99C5C5428E7B90 /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68EDC6D22E54365B2A0CCD31F09FAE71 /* react-native-fast-image-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AA844238DED2DC9B0672D18A4B729CBE /* react-native-fast-image-dummy.m */; }; - 693D8775EB2778A7C15A32F433EF51F6 /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = DE5CCEBBD3099BCE42DFB608F9C788FF /* Compression.m */; }; - 69D6FBDA1A84EEA3B4480CDC99D10756 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4849903400AE961A88C471B28999C7D7 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A4D5688E47D1DF9FBB51F8179D08B65 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = CF4BEBBD6F601205C2662D54DB4ACABD /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BADB1C4E8DC6234421746A4290A5F68 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D22A4EBEAC6F634E59D01ECAC9D5E18 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65D1430622BFA650BCD1D623D7077B20 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5DCEF2C4AF80222FBF975A5AA15605AD /* ja.lproj */; }; + 65D255765CED13240BF34D21204F4525 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = FA7E6F164048FCE817D42F7CB69B6BB0 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65DC90B5435B07B3EF81F2B2FAAA24BC /* JWTAlgorithmDataHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FC6BC21619B71309AB75526EB8B3106 /* JWTAlgorithmDataHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 665B22FF891DBED6C7500B04CE22D26A /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = C5A48A86468BD0D11148012EECF47B2B /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 672FAE1E9703ABF7AC79571E39FD4C02 /* JWTAlgorithmHSBase.h in Headers */ = {isa = PBXBuildFile; fileRef = FE543DE37660C1406C1ECA0B66427886 /* JWTAlgorithmHSBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69A2FD8AB9DFB83D85F51F7D6B03C599 /* BSG_KSZombie.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B583B3F322F5EF611A591154A387DD4 /* BSG_KSZombie.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BBD4D3D17FAB0FA52AEBDF4BFBF402D /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6800F20D6CB1B8DCCFD1206272C04431 /* UIView+WebCacheOperation.m */; }; + 6D375F35EE5F6D3694A94F54999AEBCB /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 00734DB5594639315CFE94C6D8D15C91 /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6D3913895B99C9CA1AC7B01A3FDB3E40 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = F2BDDF898113098327D511370632E7EE /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D4A6BF7AAC45ADDF3354487FF25A423 /* JWTClaimsSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CE6907ADDAD524BFAB307F8E217CC84 /* JWTClaimsSet.m */; }; - 6DAA257B5CE7E6BC05C9D37D27A73C8E /* RSKInternalUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 60D2981CFEEC2FE7537D80B87E886A1B /* RSKInternalUtility.m */; }; - 6EDD94790905A590EFFB25AE7EC8FC0F /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 10FCE4895991689C11CECE2E353EE9A4 /* RCTConvert+FFFastImage.m */; }; + 6D4A6BF7AAC45ADDF3354487FF25A423 /* JWTClaimsSet.m in Sources */ = {isa = PBXBuildFile; fileRef = B5428B4C193C59541AFCF2CED67C4E7B /* JWTClaimsSet.m */; }; + 6DBC74C0922EE5FD73D13D4BCD98CF93 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EF136CCFD3F238B4A0B1B6F5F6E53A2 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DD4A102F623C581232EC83D822F9686 /* react-native-version-number-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F8F00618A745A1C2396257EDBD5E5671 /* react-native-version-number-dummy.m */; }; + 6EED9FA005D8FB32F0403206A8F8E154 /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 348FF0C31D9CAE5AD7F252241B44B410 /* RCTConvert+FFFastImage.m */; }; 6F523BF8E8F0E8F63871EBBD6F52E954 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F8DD2E53A36FF7A31FE222CF27BEFE41 /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 7098488F42E444AE0571D1559D22590F /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 06733B7FA78C60034910F81B96473907 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71D11C4EC36541AA8CDFC58350060ACA /* FLAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E2EC44A7DC9C6DD0720953CCEF71DC2 /* FLAnimatedImageView+WebCache.m */; }; + 6FCEAAF5EAA785BC2AA279977937E99D /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C2A875DC843E3696D834ACFB58ACBDB /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7030721E8023309016AD4E0D8B68FB68 /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A99F46117155B4951AEC8B675102243 /* BSG_KSCrashSentry_MachException.c */; }; + 708A976174CF320086AC3D4CC9CA7FBF /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D9D15231C5FD5E072FE80934EC40EAF /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70949C8A6A2D4F693E7D2A0813C79F0D /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 750F7978542B9BAF550597FF5431D809 /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7180CA987BF43AD16238D02235194BFE /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = A78438FC2DEF2FE272E62633C97AD627 /* UIImage+Resize.m */; }; + 72E336DA1E6FB4ACFBB4263089762CF7 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 045846AD3E7A5D0361083A190C1C8868 /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; 72F769711E01B4FD1FAD993242D3F395 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = F5A9FBCD0E898046F14698C2B4B0BC13 /* cached-powers.cc */; }; - 73D3F9B2F2F1201F9760BD964F0B7450 /* JWTCryptoKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 082B2C14AB5C9F193C0AA2C2D0B0A924 /* JWTCryptoKey.m */; }; - 745FB1AFB72BD306131C4C566AE3B24D /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = A5669737FF32FED9E6D8C699C27E54DD /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7621D591D1D1F4ED89F1AE203B92347D /* RSKTouchView.h in Headers */ = {isa = PBXBuildFile; fileRef = 42B6588A46C79743B19B4D6FE22043BA /* RSKTouchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78F255A115844348BD70DDB2BDF81EF6 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EAFC45AB76CA254FB98077BB91484CF0 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73D3F9B2F2F1201F9760BD964F0B7450 /* JWTCryptoKey.m in Sources */ = {isa = PBXBuildFile; fileRef = F7EA9A00A36A8F5933F38A8840B65338 /* JWTCryptoKey.m */; }; + 75DD2F64D7B53E4C16C4A75AB1D6B7F2 /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E037A363835ED621974A1A7F965E479 /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78DD1EE7BB06EF54B1EE07A2D5006917 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 9100361D9531386F46D36D8E521C7B59 /* BugsnagNotifier.m */; }; 7A102E0D19FC0C3B0DE6DFC5CB8EDEFF /* Pods-eSteem-tvOSTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 78B4F4808D0BCAB8BF667EA2558EAEF8 /* Pods-eSteem-tvOSTests-dummy.m */; }; - 7CA670DE466BE6862CACABFA8E842DCB /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = B193DDF6B3CBA2DA5A81C5371373FC70 /* SSZipArchive.m */; }; - 7D3A9051D4F474AD0797C8100EF4995B /* SDWebImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AED01DAE0F1DEE29EF7D1DB575C622B /* SDWebImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D933F265D5F7FD8C45F6217BF552A71 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 360C027782F1ADF774F6CCAF880B22D6 /* zh-Hans.lproj */; }; + 7A38CE7E651C63643DD0B5F44120A142 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 308BC1946FC8DB4D24BE1CE14EE04D5E /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CA670DE466BE6862CACABFA8E842DCB /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = 94EA5C915154C99AE19FAD0BBBC3EC27 /* SSZipArchive.m */; }; + 7E86EEB18BCC9A1623C0B214837429CF /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AB7E4C8332979F179CB3B30F77CC114 /* BSGSerialization.m */; }; + 7ED0429AB7DAC59B0C24CBBDD4AD35DC /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = 22142470D2D52D9E5BB01A6106645A70 /* BugsnagHandledState.m */; }; 7F7874E65AED2A890EE014C9C7D58F1D /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C8BFE4FBC8CAEF05D637DFA81F79504 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F81688855FDC39D0002FD9D007BECEA /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D6B2E6FB40F6A6A48D0DF012187528AF /* BSG_KSSystemInfo.m */; }; + 7F89B7FC8EFBB4C2A87A7DCAB9A55007 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 06733B7FA78C60034910F81B96473907 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FE1D844D528302CF42AD75622CE1B82 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 138F130548B83E7A881B26477BCA45FE /* BugsnagCrashReport.m */; }; + 8235DF2FD61AB1FA481905E7DE39AEEF /* QBImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 69E43B695CC527F3E22C8D1D7F405329 /* QBImagePickerController-dummy.m */; }; + 825E293FE98A2E150FFDD8BAE0D48F49 /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 209B3A2EBF088AB49E8DD2DA94A2A308 /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; 82F4A08E405B0A3706D5F18335E9D880 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 840A3D654B25A289CE5846F5801780D1 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; 830AC0E023DDB020FAB2A7B55C21A568 /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1431AAADAA2AD5F20F411A999AFB2A39 /* raw_logging.cc */; }; - 836CFB8A0083C6314539690DEA321529 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 74DC2078457E5AE5E9CC3B93F21CD4D1 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83CF17086D3C482EDD045733177D01EB /* SDWebImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 575AEE688A766E05065B34DEB063F32A /* SDWebImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; 83F6E3E7BAF0411AFE6B770BD22EF47D /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 68F683AAFE7FB8B4D41F0710F759B509 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; 8466A7E37ABA74DA1F33CB8B33C58840 /* FLAnimatedImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E83418E2DC86AFB81A0944F82B5E537D /* FLAnimatedImage-dummy.m */; }; + 847D4C323B2DBFA433BFA3E3DED7E07B /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 74DC2078457E5AE5E9CC3B93F21CD4D1 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; 84EAE8F60281CB3EF824504346CA4B3E /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99B6F640AA8D26EAA92EB15B232F6B5C /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 851EADF07C4C8B42829F1124088EAEE9 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = DC261F7950E8E952ADF6AE656498F9EF /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; 85B1BA370D18F6377A3D700A87F52D38 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = C9F9F40EC076601090B9E339D9B83A65 /* utilities.cc */; }; - 85ED294D3C69EA37225191FBBAC7E98D /* RSKImageScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = BE7DD84AFEA148B7BF0E08225616D030 /* RSKImageScrollView.m */; }; - 85ED76E57D3C242F8AE4711CFA754FCB /* SDWebImageImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = BC9635BF7173FE4B106F1CC4D4C849BB /* SDWebImageImageIOCoder.m */; }; - 86C3717EBC5DCF5C748BEEF776DE3F76 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 467C99872D1D379855EBD5DDEF75BCC8 /* UIButton+WebCache.m */; }; + 86B7299AA4BBFD2DD46E68BCD773DC16 /* NSImage+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 439CD1699FDF3C8A359390715B9C0E6A /* NSImage+WebCache.m */; }; 87223E1BEAB415F791755EBF9E002C66 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4967BB0981D33C2CCF640377983F3BAE /* Folly-dummy.m */; }; - 88D146C873C193A8694B6FD1EC84FEF0 /* JWTAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = C36234D87376B2E99771A0CF43DFA1E1 /* JWTAlgorithm.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8940A5391DE86A02C55E680A022F25A6 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5DCEF2C4AF80222FBF975A5AA15605AD /* ja.lproj */; }; - 8BB8365A0A767096A712B43DF1542655 /* JWTClaim.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A134693C1EB9015D01ED28336A0AA41 /* JWTClaim.m */; }; - 8BE97294FDEE26EFA3FD745F3A509272 /* NSImage+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = ACDF8B81E604DDB6051E07F856682E8F /* NSImage+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EBF79DBAC195B49721991DD7484A636 /* react-native-version-number-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 13D54392EC176DD28ABBF5DF4A3C8D59 /* react-native-version-number-dummy.m */; }; - 8F26DB2A40780EBFF44070710AD19C5D /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C81BBAFF06382E76D46DE57378AFDA9B /* RSKImageCropViewController.m */; }; + 882303B6340E098D71C815E8154A4FF1 /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D68303B6E2E26BF71462EB50B1C99741 /* RNImageCropPicker-dummy.m */; }; + 889B68D569E97EDE8D710FFD666CC985 /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 48AA80B6BB9A7601939C2D221185B459 /* BSG_KSMach_x86_32.c */; }; + 88D146C873C193A8694B6FD1EC84FEF0 /* JWTAlgorithm.h in Headers */ = {isa = PBXBuildFile; fileRef = F0D1A5E3ADE4BED12E24E06AD22E9CA8 /* JWTAlgorithm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89B0700F76A5C8952A4A74CF087303D3 /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = DC03348E259319E243D4358CD15EB8E0 /* BugsnagApiClient.m */; }; + 89B8BC41577354F8DA744969F97F34B2 /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 5745C8233AF3B7D5BA8430875231E19D /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B0E537A8C695B26A890668C7E941D60 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 394979BB67AC5AB93000281435CDA7EB /* BSG_KSMach.c */; }; + 8B388218D896C394480BB316B974F246 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EFD51EADE36B98F5B6C1171188EFFE6 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B8F9EC5D723F1B65DC7E85A5A3C7F9E /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = E243DCE6E5C947E4DEDAB6CC601D4284 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BB8365A0A767096A712B43DF1542655 /* JWTClaim.m in Sources */ = {isa = PBXBuildFile; fileRef = 225C1F5161619D5DAD11ACE872B688B9 /* JWTClaim.m */; }; + 8BED392542451025F2C7D4C901C92E2C /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 8BDE2C46052C505BF924D1F98CE1E8A8 /* BSG_KSMach_Arm.c */; }; + 8CA8072CB4284F09A859FB3ACD8D39CB /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = BC9F800F48E984BAA3E018EDC1949215 /* UIImage+ForceDecode.m */; }; + 8E1B84A2B28175F6DA75338CCBA0017C /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 24619802F32F4D099DE7E008D03591A9 /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F71C6795A02D34336F316999FBF7F77 /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A5758B92F9BE550152C619A821A88F7E /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; 90427CEFB647BEF68C43CED44465A41F /* FLAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6586442A0743D450C79E92C8F41B54A4 /* FLAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 905669ECCF95C3BD7AFAC5BE1AC6401D /* JWTCoding+VersionThree.h in Headers */ = {isa = PBXBuildFile; fileRef = D50D28977FD5E3E4724AE020B1B4F2F4 /* JWTCoding+VersionThree.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 905669ECCF95C3BD7AFAC5BE1AC6401D /* JWTCoding+VersionThree.h in Headers */ = {isa = PBXBuildFile; fileRef = FC88DEF1685323AC1CFA5CA7A93AE75D /* JWTCoding+VersionThree.h */; settings = {ATTRIBUTES = (Project, ); }; }; 906174AD800410B4773A4EAF4957653C /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3E269650A3211BDF6B4B4F68692AF168 /* logging.cc */; }; - 93A243FC597CE98625BBCDFC4DB53AE7 /* UIImage+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 98FE41DB3614594A7AA7792D47C2507D /* UIImage+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9067ABE9A205976240B2C664FDFF7C25 /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 460DCFA87C2712C7B652D915E1FA0CD0 /* FFFastImageView.m */; }; + 9153FA2D4FF5D21556C0857F571A2F95 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DC4518BF1D00170FE4986562EBCFC1C /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91AD642B9CE629BCB0ECBD01BE805CBE /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EE4585C3E13F56D1EFE617D0DAE8FFA /* SDImageCacheConfig.m */; }; + 93181F6004A551DD1240BF711E40BA18 /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 43F93EAC151549B4E251A1D7F191AEA1 /* BSG_KSSignalInfo.c */; }; + 9334E4B69679A5C47B7358F8EE2DA55B /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5112052F247A37D320B32E8DBBC479FD /* QBImagePickerController.m */; }; + 93FE4E69F975D5DD8B10FDA159A17477 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EEFB14C22389FE478659BB612BEB17A /* Bugsnag.m */; }; + 943D48362FAB6AAE087D4B356E36D476 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A000021C51745027521B5D88976D8B /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; 94C921F65340F551B03C5D6922576388 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4818F131BB147BE23CD5E93AB1B9CCC6 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - 9557FD63773E2B76BF492AD321126EB1 /* NSImage+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 439CD1699FDF3C8A359390715B9C0E6A /* NSImage+WebCache.m */; }; - 9579CDF2B219499567A66C67A4F89437 /* JWTCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 085187A7BCF014F4A84FB4D78CDD4491 /* JWTCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9579CDF2B219499567A66C67A4F89437 /* JWTCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = EC37EB9E09F081FD2C071A9469B1579F /* JWTCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95CA78EBCEA2162FC1BFFE93881DE9ED /* BSG_KSCrashState.c in Sources */ = {isa = PBXBuildFile; fileRef = 2B0EE2B904C94465182D799610780BE3 /* BSG_KSCrashState.c */; }; 95F0126305351DD05D7AA074E2F2AF24 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 517E0FA6BAF80E6220023FA81B928452 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 986AEE521B943F1E3785122826210818 /* JWTClaimsSetSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = C20C7B59EE08C130E61CB409F6518E40 /* JWTClaimsSetSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9916E81B11765AF7601659027B6A9ADA /* RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = B571CE71FFB1AF440FCDD612AC9DBC0C /* RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A0EFA1C0933756850029473C485DD34 /* JWTAlgorithmDataHolder.m in Sources */ = {isa = PBXBuildFile; fileRef = A2A7C8A09882CE871CA5A557091D0587 /* JWTAlgorithmDataHolder.m */; }; - 9C0000BB9CD322A0A69332BAD536ED05 /* JWTAlgorithmFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = C95B5B54D7A2E91A16921F83CAEA246F /* JWTAlgorithmFactory.m */; }; + 969F6FF107FC4BBB075A0D915FA2FB1D /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = AA6CD99667AFAC252016DF789661C593 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 970ED42E82DAE83C7F6BC9821A8BE227 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = F77A47CE3F4EF44697011B5C0C2CE321 /* BSG_KSDynamicLinker.c */; }; + 9791E3C89D914561DB04B90FAA9279B8 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C83889E824650852547507D16A6D5C /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 986AEE521B943F1E3785122826210818 /* JWTClaimsSetSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A0EC49BBBAB62D1BC1D07AB79F7E45 /* JWTClaimsSetSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9963BA0DF70DA55AEECC488D3D380EDC /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 25225C1B31BA4660D72DB32783C96712 /* BSG_KSCrashSentry_User.c */; }; + 9A0EFA1C0933756850029473C485DD34 /* JWTAlgorithmDataHolder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D2E9A1FD321BA6C42788F8471C05382 /* JWTAlgorithmDataHolder.m */; }; + 9B50626B7E709F870A1F349C504CE6BD /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E5CCDAEBA2E016AF4293188AD0DFC868 /* QBAssetsViewController.m */; }; + 9C0000BB9CD322A0A69332BAD536ED05 /* JWTAlgorithmFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = D20F40362EAF2D3F34BF52947190C950 /* JWTAlgorithmFactory.m */; }; 9C09F11BA21A367F85580F5E5CF30CA9 /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 950C91DE8335052D252A51F6CCECFE51 /* ColdClass.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; + 9C77486E254C6F07A159D06021BF2280 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = BA6D07E29C307355DC9535CFBB0DA318 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CBCE998768282EF8492D44B7E49F3FB /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = DFB6FAB678F374E7D06120E5D6F03C44 /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D9AF5BA68A19CBA1ABE4AE8E847B4B0 /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AA2F4B55B3D1C800F99C5C5428E7B90 /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DDE2A254E178D5C95236E3FA2169748 /* UIApplication+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = DA4DEBF79ECF92DF7CD290D007B93724 /* UIApplication+RSKImageCropper.m */; }; 9F777CBD04816F19CF33C734C125DC1A /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = DDB9683A2776E877EA06A35485B963A4 /* fast-dtoa.cc */; }; - A04DD55E331D274106A32FC57CACAE9F /* CodePushConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 33A139D8C1DFC76F7DCC8DFF230F1C60 /* CodePushConfig.m */; }; - A0605D96F16042AC0613095B43DE91E5 /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 576F21A39C7CDC05398B68B66B9D3462 /* QBVideoIndicatorView.m */; }; - A1F2D197B7C7176C6275AD80F13E6B47 /* SDWebImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A33A85E2ECCD5FEAA37CB9F6C3CE182A /* SDWebImageCodersManager.m */; }; - A2A4CA592C176FE96EE72B8C9B221CD5 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 89028986A27C9EF8FFBA67C165B7A9DF /* UIImage+GIF.m */; }; - A3560CD017B7941707E170F337654CA6 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9DCE0D541D95C85314C0B42BB8B5868D /* en.lproj */; }; - A41677165AA4FAC53A68E6385B1AF452 /* JWTCoding+VersionOne.h in Headers */ = {isa = PBXBuildFile; fileRef = FA997114FD158826344BD3E10289D489 /* JWTCoding+VersionOne.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4A30452B6795FB462AB669312604B61 /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 661A727445AD859C2DA73A5F88BEEA30 /* FFFastImageViewManager.m */; }; + A04DD55E331D274106A32FC57CACAE9F /* CodePushConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 14072CBE80390B0A91FA711537F3ABE7 /* CodePushConfig.m */; }; + A0AC4BDDD62D993F766AE0770FB2017C /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 14B3FB84DA68123C5EA1F24A67CCB6B2 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2BDD2163BDFE3AB50C4CBCA264FB0DE /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E918F715DA46F4D2325A5AA9E9B9EF4 /* BSGOutOfMemoryWatchdog.m */; }; + A2FD1DB845519EA41B593A4EDB1C0966 /* SDWebImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D8CC5F4B9B4A35D0BAB170B72496E97 /* SDWebImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A368C9ADB3ED5482AB44225D7C665C70 /* BSG_KSCrashSentry_Deadlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 97F51CA18CDEB00EA8BAFB8E38985890 /* BSG_KSCrashSentry_Deadlock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A41677165AA4FAC53A68E6385B1AF452 /* JWTCoding+VersionOne.h in Headers */ = {isa = PBXBuildFile; fileRef = AE9A4C1C18C6B7B50AF3E79E0C017AC9 /* JWTCoding+VersionOne.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A42D3265B362D196A50C1C029492049B /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 56DCE8263677014D3A3D3349B156EC76 /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4347C83FC6419D19AB3906E4B08A3A3 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A09D0D39ACF08D9A718B1DED5B1060E1 /* QBAssetCell.m */; }; + A4AC0210235466A54F8C6E786144E214 /* RSKImageCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C81BBAFF06382E76D46DE57378AFDA9B /* RSKImageCropViewController.m */; }; + A5CC386AA3FF83F4C7F02F6D58F40263 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EDA73118B2839299609C837E3DA2AC0 /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; A603F92302A8297B0F3EBF7F7401EBBD /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2684341EDAB72912E6F198E9E427AE5 /* Assume.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - A625CF84404C61DD1F92990902C44A85 /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 91F16509E9A7CFAE250F4E70BF6A6147 /* UIImage+Resize.m */; }; - A93B8B478002EC220CF390AEB5CC9BA6 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 179A7867C6BDAFA0DD99857AF2E3EA99 /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9958EF2F831BB2248B4E3FE0A4FD241 /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 93AD11E0F6FEE463BE3C8F7094BA8798 /* QBVideoIconView.m */; }; - AA2A77B3DF0A31349999374A946555E5 /* JWTCryptoKeyExtractor.m in Sources */ = {isa = PBXBuildFile; fileRef = 05E6C6D9B4D09E12760D010E91A698B4 /* JWTCryptoKeyExtractor.m */; }; - AAC1EA5C536C1BC9051E50232253E4BC /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 085CB765477FB55A8D3AC5A05A00BA50 /* SDWebImageDownloaderOperation.m */; }; - AAED12CE428421489B58C5502524ECE7 /* aestab.c in Sources */ = {isa = PBXBuildFile; fileRef = FC2DAA7159F1DE892CA29EF880543B91 /* aestab.c */; }; - AB4D3B200A1229A24509A1E8A6C70294 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 72D66CB7C77785F170FE68D825B9E55F /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB7006DC705767F8487B28D6D13D87B0 /* CGGeometry+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 72E46D0EF36FA22FA41E76EF01C47C72 /* CGGeometry+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE565A1F8B0AA59AA16DCD7DAB7AB71A /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 76A28C3C7CF9D85536EDF2F0C1106662 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF3EEA66912E892E8731BD2DA3899D33 /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CB5AB7EB9F70465729684943BC40AD3B /* RNImageCropPicker-dummy.m */; }; - AF6326ACFA558CE68151BA30E0727469 /* SDWebImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D8CC5F4B9B4A35D0BAB170B72496E97 /* SDWebImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6F3ADBB6645BE7A18CB9A7A14EB0D81 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = 026496ED1B37AEF5B0DC2A43DCDD022B /* BSG_KSBacktrace.c */; }; + A71ADDEC8A5ACD2A7FE58751FD4C0FAB /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = 715FDEDBFBDAAA3860DA656AB6AEA740 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A91CB2CD72BFAC8E4B5F4BA9D6136F6D /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E3E96174185879D2F5E39032E16C2ED /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA2A77B3DF0A31349999374A946555E5 /* JWTCryptoKeyExtractor.m in Sources */ = {isa = PBXBuildFile; fileRef = 44CC9F5D9C19BFBC1292F45D002EF183 /* JWTCryptoKeyExtractor.m */; }; + AAED12CE428421489B58C5502524ECE7 /* aestab.c in Sources */ = {isa = PBXBuildFile; fileRef = BA977BFA9129048F50E78D257B941536 /* aestab.c */; }; + AB3AA6A11AB148B040A8A79E60D71ACC /* FLAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 69F494E848300277EDBFB3442D7C9A05 /* FLAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD4314D153B54652C2AE72D1A3E6BEFE /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A3280615C23F195C043237C267B25E /* UIImage+MemoryCacheCost.m */; }; + AE3255C51D77086E9B5CEA307B1A55B1 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = 20F8394E3712444A13A3F98973DA6087 /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; AF8EC55515847D2EE9AD7ADED2B0B0BD /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 21E1B31B924264212F72E37A80DBDB6B /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B07E01BDC656296769E60A8BDFB356EC /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C38836E3D82C6AC2824E63D30C774CE /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1F1653A53F10C0468C9CEE761788362 /* RNVersionNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = 765689C5B36EC40D88E2F70E949447F4 /* RNVersionNumber.m */; }; - B4678F7E86F43242ED09D5BA3E770E6E /* Common.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A44BDCCAE1B0FDB63A0BE0D68DDEE19 /* Common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF91165EEA1655EB4A8EF5AF77007C14 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = DDEA69F5194D04F11F07E327C220E266 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B07FF30A3CF4F4CA683A49D58E1C42AB /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 89CB8A3CA09D7DE235CC2F35E3302878 /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0D56460EF4B788667EF4BF81A9C0A0D /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 12DF88709072FB6D652AED5C8A838950 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B10D8C1A23ACB502F8C9E8FF41A6A881 /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 576F21A39C7CDC05398B68B66B9D3462 /* QBVideoIndicatorView.m */; }; + B16810CBB5E4856311555A275B2A9354 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A023A0AFF31DCA95182B60C58B44B68 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1895923FE6494B5E4E14A2A7BF1F931 /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = AF1AEC65ECC1AC641F3ED9F93512D49B /* BugsnagKSCrashSysInfoParser.m */; }; + B1AA9FD7F0AAB241D5445E9F20D6ECDC /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = F24550250945E4555B45B2B51E6CF2EE /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1ECDD1CBCD273D7C0FA2E1BB3E5A537 /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB331DEF9BB806CEAC4A0AA8A0D962D9 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B33452BC941DE104CD13BA04658C7A71 /* RSKImageScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 607BD3F56357D7CCE28191EBC765FB40 /* RSKImageScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B35877B1BDDD4591DCD2D5981F437F0E /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = FD898116AD9E4A6B4CA399C3D137EA07 /* BSG_KSLogger.m */; }; + B41D8FF38D534FA34B4F7F1764FF30F6 /* BSG_KSSafeCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 36A2BA2A1736FB1A3BED1B9AB0D846C4 /* BSG_KSSafeCollections.m */; }; + B46208AF6541A8B5E3FE9E5654813EF0 /* SDWebImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CAAC1197F4B619285A0DDB4343B3C52 /* SDWebImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4678F7E86F43242ED09D5BA3E770E6E /* Common.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D29923142C1DA52B2C4A9C13F2527D3 /* Common.h */; settings = {ATTRIBUTES = (Project, ); }; }; B5342DD8C99B6EAA57FAB6C09E94E38A /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 24087DD289F2B02C9DFA75FDF87F4BE7 /* fixed-dtoa.cc */; }; - B6074785AB2C620C4ADA03E0D8118FC2 /* prng.c in Sources */ = {isa = PBXBuildFile; fileRef = B9B4E14DB3AD3E9BD13378A61FC5309C /* prng.c */; }; - B7B85FA2CF81F3E9F6885D8B009920FF /* JWTErrorDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = E56D5F2962DD54C314931F7B05863520 /* JWTErrorDescription.m */; }; - B82B0AC54B84F8B232FDBF7EE12D1DF4 /* MF_Base64Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 17BB6C092BCCF62D1A164E7BAA83CC8C /* MF_Base64Additions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9E66A7A36E81914EF52AB5A4128AF01 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 41264FB35A4A43E1DDD0819FD16413BA /* SDWebImageTransition.m */; }; - B9EF06F9687BFACC632426F164FDD0D4 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 47662FEE7116482496819AFE0592BEFC /* NSData+ImageContentType.m */; }; - BAC17C7DC9800A1500B03E04FD7D1716 /* JWTCoding+VersionThree.m in Sources */ = {isa = PBXBuildFile; fileRef = 91DF1B84397C52981E38A6DA62D6DD83 /* JWTCoding+VersionThree.m */; }; - BC1FA1196910489AB554DAA649584F1D /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = C2EE4CE95F356ED4F6E6F9848D2A34AF /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE77E3770EC121B4ABEEB01592B7E894 /* zip.h in Headers */ = {isa = PBXBuildFile; fileRef = 677921D5C2DD58363717607334177247 /* zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEB26E7DDE84F685851071CEB37B9A9D /* JWTAlgorithmESBase.h in Headers */ = {isa = PBXBuildFile; fileRef = EA675594711BD426D878674021E7088B /* JWTAlgorithmESBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C04322D80DEEC60DA8ECC07941781264 /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 308BC1946FC8DB4D24BE1CE14EE04D5E /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0AE71F33565C0EFE9EA11103F8FE7B6 /* JWTAlgorithmNone.m in Sources */ = {isa = PBXBuildFile; fileRef = 938653274E96FAB3C37CBAECB6FBD0D5 /* JWTAlgorithmNone.m */; }; - C168FF637465D8D7391365454DFE689A /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 225F4AADBE76147B75FC27BA392A83EB /* de.lproj */; }; + B5FC8958E6BE3738CCFF1C2A82FBFD35 /* RSKTouchView.m in Sources */ = {isa = PBXBuildFile; fileRef = F1D1BD962EBFAB4E6D2799F5523C35B5 /* RSKTouchView.m */; }; + B5FCBBE9D751C93CD65F15FD34D5100A /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 98292A50E5F30197B14E12DD0540E5F5 /* BugsnagReactNative-dummy.m */; }; + B6074785AB2C620C4ADA03E0D8118FC2 /* prng.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F1F03D04271C240DBE3858A9C1ADC34 /* prng.c */; }; + B6B7A5334A35FA34732C08E88B4046F4 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = DC261F7950E8E952ADF6AE656498F9EF /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7B85FA2CF81F3E9F6885D8B009920FF /* JWTErrorDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B8D983093F2B26BD120677E7EC8E727 /* JWTErrorDescription.m */; }; + B80D849128270A33E0128125E2C97BEB /* SDWebImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 575AEE688A766E05065B34DEB063F32A /* SDWebImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B82B0AC54B84F8B232FDBF7EE12D1DF4 /* MF_Base64Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 367FFA4A4307C14622EACBB68CCBD511 /* MF_Base64Additions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B97E1C86D88423494F66A0CF1599E4B6 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A6D9DD5CCC41D2653611C91B058F803 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA7B7301648232C86612A882DBF5ED24 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 2754D6CB64CF9BDFDDD21995BAAF6D09 /* BSG_KSSysCtl.c */; }; + BAC17C7DC9800A1500B03E04FD7D1716 /* JWTCoding+VersionThree.m in Sources */ = {isa = PBXBuildFile; fileRef = E879A202AFC47530EA9D38D142323C46 /* JWTCoding+VersionThree.m */; }; + BB033DDECC76F2F63B62C6A21AFDF4F2 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 260CA1DF24178F1574BAC22F09A78464 /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBCFD591F22AB454CC1117BFE6243C60 /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 93AD11E0F6FEE463BE3C8F7094BA8798 /* QBVideoIconView.m */; }; + BD7EE8ABB22F0A4E24A5DEA9C26C566A /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BB6BD5B58F2FF8BCAA50589AEBECDC98 /* QBImagePicker.storyboard */; }; + BE77E3770EC121B4ABEEB01592B7E894 /* zip.h in Headers */ = {isa = PBXBuildFile; fileRef = 10C51F4D4E4B5B3A431C0462B8E18528 /* zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEB26E7DDE84F685851071CEB37B9A9D /* JWTAlgorithmESBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D5DDB2DB372868763A460307D270342 /* JWTAlgorithmESBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0AE71F33565C0EFE9EA11103F8FE7B6 /* JWTAlgorithmNone.m in Sources */ = {isa = PBXBuildFile; fileRef = 06578A0A519DDC6F6F3A98330701CEF2 /* JWTAlgorithmNone.m */; }; + C0CE4E803AD0CB40E3ED7F1A154AB78F /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 1214DF03E1E1B031CEEA75C57637D243 /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1BCBB90DF906A199F47F1C1D79C9023 /* NSDictionary+BSG_Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = 0921CBB429899E1696023E5411BE8121 /* NSDictionary+BSG_Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; C327914498A09C2E0C953F8AE792E601 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 07B49DF1BEF0D5C871CC673B5C1ACB5D /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3D90C624DED1CDBBE9859259B39981A /* RNVersionNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 092564FB5806FFBF52E4FFD81E296585 /* RNVersionNumber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3E63023D9CA943D654FA60660693383 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A000021C51745027521B5D88976D8B /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C48F5A146016452BF3818DC428829C37 /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D565838FB6DAA9F8052D83CC3C74696 /* SDAnimatedImageRep.m */; }; - C6D48614BBF06633FF72490CE7C6DD53 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 08DA3512D9C5EA8E2AC37E1A35D170A8 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C72CEB2A6B0A8DF4DFDC6A593E8B17F0 /* JWTAlgorithmDataHolderChain.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FA70B582C2989A50D508090E4140B35 /* JWTAlgorithmDataHolderChain.m */; }; + C501145E320AFC1F5D1722A0A01EBBE0 /* SDWebImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AED01DAE0F1DEE29EF7D1DB575C622B /* SDWebImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C539939723965CE1E9E0EA31679B335A /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 680687425792E48EBA4732A4CB8157BB /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C578ADF3B89E7D6EFC66B02A876C363A /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = C4BFC8031EC0626836965CB8603BE335 /* BugsnagCrashSentry.m */; }; + C5BC3C42EC77089361A45FA00B0BBED9 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = BD1C6A807DACF9899A279CD4F7E8BA84 /* BugsnagReactNative.m */; }; + C697C9BE5F0484AAB1414BFB43ADED54 /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = D35BE8810937FA13ADB76CA4CCB91ACF /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6EA66A5A8D30209613E90EE02434AF7 /* SDWebImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = C22CA1B4D2334EDE084E57665F535F1F /* SDWebImageCoder.m */; }; + C72CEB2A6B0A8DF4DFDC6A593E8B17F0 /* JWTAlgorithmDataHolderChain.m in Sources */ = {isa = PBXBuildFile; fileRef = A0E559235205A98F0B199F0F8900663E /* JWTAlgorithmDataHolderChain.m */; }; + C741EB21064B0D486E7FB50553F70584 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 857008FD0583E9192A4A185A08EF678C /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; C7DCA36BC01C33478E6BC8801AA6F929 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = C0E2B03811EDB36958A8C9CA24A82E76 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C843A0FBFEB1F1A499D69BBA32781C02 /* JWTErrorDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = 428A338D8132FCB87CE9A707D2089A89 /* JWTErrorDescription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB38D4BCBC8A69B2747582372CE5A3C9 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 098488F82E37CB951FB5D215A2A5EF24 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCB7DB2D26BB4DD38D9D0E046FC2AA33 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 311E7CD7F549EB7597C81C5A63582349 /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCD9567B6F617369A0ACC3F3D5DFDFA1 /* QBImagePickerController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 69E43B695CC527F3E22C8D1D7F405329 /* QBImagePickerController-dummy.m */; }; - CD4A16A52FD04FC50B6976549D454869 /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A3280615C23F195C043237C267B25E /* UIImage+MemoryCacheCost.m */; }; - CE2EF72BCFDAEA28E8E7B407605D532F /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = F5F2C6A3A15241819A970288E15B6567 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE967CAC8E0DFA0B38D520CBC554A2F2 /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = BC9F800F48E984BAA3E018EDC1949215 /* UIImage+ForceDecode.m */; }; - D1FD8FEE5225CB0F1410D763A25D2E8B /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F66AC83157C366B68327E163A03747 /* FFFastImageSource.m */; }; - D20AA12E8776C158BB1D004D3297776F /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C7EB417AA2E23A60B088F39C0C51B62 /* SDWebImagePrefetcher.m */; }; - D2EDA49BEC1AA0ADDECCB8777EFE0F95 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DEB41D56E5717406B50733A721768BB /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C843A0FBFEB1F1A499D69BBA32781C02 /* JWTErrorDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = B71C78B0420616FA9CACE7A96A0F3438 /* JWTErrorDescription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C88399BFA25129E4A1103DB4FA4CE1EC /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C93D6EEE940D2862302479BE974F958C /* SDWebImageManager.m */; }; + C9CD0ABFEFEAB650E5F903E23FDE75ED /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 39C4F3B723C3F1928BA0506BBBE7C060 /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA0FFF7536EC4CCD0B4EF96CA01182E4 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 61D416CA1469D4D73278DBAE59EB6DE9 /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA55E1EE63D5A5C3569D20CBC6E7427B /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 76E72C75279C7CBF734F7F03CBF141B0 /* BugsnagBreadcrumb.m */; }; + CA92C241096BE611FAC38913DC68FB71 /* SDWebImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = F1E8845467E002D233ADD6AB55EC3477 /* SDWebImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CADE6A6A01A4B40F399BEF75A26930F1 /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 35EF61E44F7282148EF073FD8E04678E /* BSG_KSCrashReportStore.m */; }; + CAFF033671AE96B39CC277955AA56AA1 /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = E19289CAF6FC3A9B6943AEC681D65556 /* BugsnagMetaData.m */; }; + CB1B83742A87F4536E27B7A98A387FF9 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 08DA3512D9C5EA8E2AC37E1A35D170A8 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB8A553EBE3533C53028EA36E1EABE24 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 99B1977D73D529A750169A9E14CA0EFF /* BugsnagSession.m */; }; + CC4A85027AB998A8A96DCFC51E6D7397 /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 19F0292F06D62E908E3BE9DBF9A3F357 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD61BF73451A9B20231761B3F34C4F6C /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = A52B82FDD84EC7917F18FD9FA6E90758 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDA875F1564098E98D033FA3A5DC43DC /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = F5F2C6A3A15241819A970288E15B6567 /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEBC39665194ED6516A19BF979C2C48F /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = 913DCFEE4D8C1230ACDE2A4991AE63EA /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1318CB664D6DBD34CCFF87BA1D44A02 /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E9481CFDB2D800E3680247ED380EEC70 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3BEA0571FA5D0387323DDFEF0D9C2EC /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DC1F447F84C1E7B75FD0B823901126 /* QBAlbumsViewController.m */; }; + D3CF27EFC60DA35D2C615DA2A58E7E32 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 098488F82E37CB951FB5D215A2A5EF24 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4C480DE06CA4F988DAC697D9B5CB04B /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 13D30D940D3EEF2E0DF31C36898C4819 /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D54DC0142CADAF0D400FD42B877409AD /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 455269537B4E49DD361A00B287963622 /* BSG_KSCrashDoctor.m */; }; D6C20DCB29B6BFF5E545D724066718D0 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = E7CE4B712A673154CF2FEF37D153D2E6 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D750B3A6E0642079D2BEBAD0FB519DAB /* JWTCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 8610DFC6458B7C346A012882C48B207E /* JWTCoding.m */; }; - D8BD4D04EC2D71569AAA70D4F2FA9666 /* aes_via_ace.h in Headers */ = {isa = PBXBuildFile; fileRef = 9128D73018A2134D224933F9A549692D /* aes_via_ace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DACE1D945DB675ACB5BC4624E4888ED4 /* CodePush-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D96C4E95FAC10D117B55510725BA7C10 /* CodePush-dummy.m */; }; - DB76D8D5EDEBC9E58623DECC7F376808 /* JWTClaimsSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D49A18D7FEE02E63138E352AF8432EE /* JWTClaimsSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF17C3800CA71E4DD7ECF927995C4A55 /* JWTClaim.h in Headers */ = {isa = PBXBuildFile; fileRef = 603F61049C460CB6373F9E0DA71ED92B /* JWTClaim.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF6DB3552718DD394952D83F5C314A05 /* JWTAlgorithmRSBase.h in Headers */ = {isa = PBXBuildFile; fileRef = B12E7CF4660C17AC12683D8A1D596F31 /* JWTAlgorithmRSBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFDF6888937DFFDC872C3975EF6B2223 /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = D137C80516A7F2CE7064A5D202E3C753 /* zip.c */; }; - E15E1705977E9FC22CC32921A79314C5 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = F8D1165C82DA403EE98B2E943CD9C453 /* UIImage+MultiFormat.m */; }; + D6DD8A30F49FA77D3022C3BB1A216B62 /* UIImage+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = E4AED7D8D12AF8DCD2459DD98303435E /* UIImage+RSKImageCropper.m */; }; + D750B3A6E0642079D2BEBAD0FB519DAB /* JWTCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = DB6F420D558CFB198288B4BE3A511C28 /* JWTCoding.m */; }; + D85E4C86E80841C46165B027957720DD /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F1EEEEE215561AF958E338E3FD8BC4 /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8BD4D04EC2D71569AAA70D4F2FA9666 /* aes_via_ace.h in Headers */ = {isa = PBXBuildFile; fileRef = FCAB8F79C33A8E0DF53AD69C205999DE /* aes_via_ace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D97A2053E012288390E37A75AA6DC3E1 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 89028986A27C9EF8FFBA67C165B7A9DF /* UIImage+GIF.m */; }; + DACE1D945DB675ACB5BC4624E4888ED4 /* CodePush-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 17AC372A950DEFFF9E87E1C0ABD382B7 /* CodePush-dummy.m */; }; + DB76D8D5EDEBC9E58623DECC7F376808 /* JWTClaimsSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 3672BD8507607F968BDD1AB36CD57FDB /* JWTClaimsSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC606BC4E26359C076429D830586E291 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = A5669737FF32FED9E6D8C699C27E54DD /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE48F70FF97562AD071A0DE4D75D6606 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = 96700087F67C96004E4AE29B7407CBE9 /* BugsnagSessionTrackingPayload.m */; }; + DE5D5588AD9C5D996590DA4B302E537E /* Pods-eSteem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BDF2AFEC7173A7F41200A277A71E1E9 /* Pods-eSteem-dummy.m */; }; + DF17C3800CA71E4DD7ECF927995C4A55 /* JWTClaim.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C0FFFE18C0DDD7AB98B7FA86989143D /* JWTClaim.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF6DB3552718DD394952D83F5C314A05 /* JWTAlgorithmRSBase.h in Headers */ = {isa = PBXBuildFile; fileRef = B89E24E5A59543A0A863BBD0B5170AE3 /* JWTAlgorithmRSBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFDF6888937DFFDC872C3975EF6B2223 /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = C34519EA0E59947D154C391E84860301 /* zip.c */; }; E30636799D2363B05D48F859511864CB /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = AFE64FEFC4C905CB07B67DB4F645988C /* demangle.cc */; }; - E3939C7E453FED9BBD7D1C044BA878C1 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A09D0D39ACF08D9A718B1DED5B1060E1 /* QBAssetCell.m */; }; - E4A1A1346E90AD5C8CE173C015AD349B /* SDWebImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = BA802279093F73E21B40CF19981E1AD9 /* SDWebImageCoderHelper.m */; }; - E5791412ECAA9A68B14FA9956F238C1D /* JWTAlgorithmESBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A708FC1029B86AF296044CB1226F715 /* JWTAlgorithmESBase.m */; }; - E5CA218E96AA4DFC26E09CA4A0E40CA1 /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = A50E079F73478A36E247CF4FF525AFF8 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7B63D86292DFDF367DA5A4B45FA7EC4 /* RCTConvert+CodePushInstallMode.m in Sources */ = {isa = PBXBuildFile; fileRef = CB3A86EF70A34C1F09622D67CB88ED92 /* RCTConvert+CodePushInstallMode.m */; }; - E832F65BB7BFDD49B3D1D418A852408D /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 81E678F4A6D27AD4FDA9F626AA6683E4 /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E34D3D5E19688F4E688E24B167931926 /* RNVersionNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FBF48FD42E53B3295C6816A991BADDE /* RNVersionNumber.m */; }; + E381AC540CFE721C9AC3749E0BC1AF0B /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 946E19522A1E6F0C4DED3661A1C393B4 /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5791412ECAA9A68B14FA9956F238C1D /* JWTAlgorithmESBase.m in Sources */ = {isa = PBXBuildFile; fileRef = DCEFBEE9721790962BBF63A80AD5CA57 /* JWTAlgorithmESBase.m */; }; + E57F43DC030AA7490979861F91457968 /* react-native-fast-image-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54821E431597A9C4C2F3071656E3524B /* react-native-fast-image-dummy.m */; }; + E6E183076371F3ACA7FE71DC201FDAF6 /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C43B7B78487167C37B891A7DCC13B0E /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E740F535BD436CBA36263311EC89B63A /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = B3A15D56A8B130A92BB97CD1FCC5A8D4 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7B63D86292DFDF367DA5A4B45FA7EC4 /* RCTConvert+CodePushInstallMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DE4E9D11DEE1E84CE34356F10A12738 /* RCTConvert+CodePushInstallMode.m */; }; + E8903B7F0903CE5312B3D8BB9109606B /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 41264FB35A4A43E1DDD0819FD16413BA /* SDWebImageTransition.m */; }; + E8D5253F23E4E3C077FF14D98A0EF90D /* RNVersionNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 652CC8D8677A30B7F83AD183274AF06C /* RNVersionNumber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E966374A80EF4F2B902E89364759A803 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = F00764D8A15BF515531B108534AD0A52 /* BSG_KSJSONCodec.c */; }; E997297D6CFC855095C08922CDDB4DCA /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 583DF44C17CC3B7A3FBCDC6E2AEF331D /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - E9A0B7A438C96C301ADEC37923FA6120 /* aestab.h in Headers */ = {isa = PBXBuildFile; fileRef = CACB0E6DD291F9349B68A24230BC74F3 /* aestab.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC670CA88E4E128109889B965CB6D21A /* JWTCoding+VersionTwo.h in Headers */ = {isa = PBXBuildFile; fileRef = A599F3844E4F6C9B038322E71BDEB3A5 /* JWTCoding+VersionTwo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECE421D4FD6A6B1B6359188750684F77 /* mztools.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F1324591F6F44A8BE97D798AD4EAEE7 /* mztools.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9A0B7A438C96C301ADEC37923FA6120 /* aestab.h in Headers */ = {isa = PBXBuildFile; fileRef = AD92789A8F41DCBBC3D88679E986CE71 /* aestab.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA514AECCB9E049BAEB4FCB8BB4709AF /* BSG_KSSafeCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7587CA8EA2A01B5CF1D5A721A5EACD /* BSG_KSSafeCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBCDBE89F770B7B154302B6758790665 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = A864A18826F537FFD1D3D7DCFE3C6BAA /* BSG_KSJSONCodecObjC.m */; }; + EC291034C0D770303E0E1A77107A93A5 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = FE43D7B79ADDC8D5B7BA9F0CBF0DA65F /* BugsnagSink.m */; }; + EC670CA88E4E128109889B965CB6D21A /* JWTCoding+VersionTwo.h in Headers */ = {isa = PBXBuildFile; fileRef = 35AF87936EDF41457F8F680465D593F6 /* JWTCoding+VersionTwo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECBDAB315D176D867E6768F5798935BF /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B606955F94C013DC4A2CDCEE79C6E5C /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECE421D4FD6A6B1B6359188750684F77 /* mztools.h in Headers */ = {isa = PBXBuildFile; fileRef = EBC44C7DFBBF30D00F73D6DCBE527154 /* mztools.h */; settings = {ATTRIBUTES = (Project, ); }; }; ED2B5A1995AFDF63318F71ECE36C618C /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = DF099FB99DF3DCAFB8EFA15C5CB26028 /* vlog_is_on.cc */; }; EDBEA52F88EBC169CA6F8210950C9A7D /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 00E56AA2A4D03CF399E27BC5B48F0B5F /* strtod.cc */; }; - EE27F216D1AD5650B3DD988C148DFE67 /* RSKImageCropViewController+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC0B2440EC8D0EDCA14A733293ED884 /* RSKImageCropViewController+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; EE40B868388C40490FF1E07712CA4B3E /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7578CBDF45FF2B3667A9DAB59934D3C7 /* bignum-dtoa.cc */; }; - EE75F0F9355876CE484B6C0C3CC46634 /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 13DC1F447F84C1E7B75FD0B823901126 /* QBAlbumsViewController.m */; }; + EFF2C86A8AAA87374B48C2784DFA5395 /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = CF8E85D97169BAB9F8A39356FD34FC30 /* BugsnagSessionFileStore.m */; }; + F0581521B05523426077EBE8651D4015 /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A16FA8EF5642CF2A218D1749B46B30FC /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; F0982FF8EBEFCFC1EAF74F35D003CF0A /* FLAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D49D10893E0345A7B306189A6924493 /* FLAnimatedImageView.m */; }; + F0E8986CEF9FBAF86C022E71C8111C68 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B8BE36DC8B7175BC7141A9E2DB2D1E67 /* SDImageCache.m */; }; + F0F2D6FBEC60AE8A7A67D93D9C83B294 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 225F4AADBE76147B75FC27BA392A83EB /* de.lproj */; }; F0F5A442EBAB43ED1C0D8762B03D85DB /* FLAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A685F09D2989730E2AD5ABCC0055CE1 /* FLAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; F1B902B60FA4FD0B8198397332120C84 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42660B6A3D40A5738448EEB1157834B8 /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - F22EE9297DE5A1CAE72AF54DE2295389 /* CodePush.h in Headers */ = {isa = PBXBuildFile; fileRef = DBE8A091B387844947F82E15FF533BA0 /* CodePush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F269FAA45DB6694F9AC591906DBFD918 /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A5758B92F9BE550152C619A821A88F7E /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2ECAE446E98495A0809F46129CAA3BC /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D35E9B0456DFB4F07AF5B4D483495F1 /* SDWebImage-dummy.m */; }; - F32D0EF0EF928A468D012802E3D9A14C /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 873636A4F96FFE1348CC1A0D55A950C6 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F476998CDA8DD842094495CA1A4D36C6 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5112052F247A37D320B32E8DBBC479FD /* QBImagePickerController.m */; }; - F523A29DB0EF460E59019EFD046931D9 /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = DA8FECDE880513D46F3FFE6A4AA87784 /* mztools.c */; }; - F57030647BC72AFC72E0DB624F3C552E /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EE4585C3E13F56D1EFE617D0DAE8FFA /* SDImageCacheConfig.m */; }; - F5F7BA01A438CCB706DD671258FF1091 /* entropy.c in Sources */ = {isa = PBXBuildFile; fileRef = 884B8F09F91D7E1614B8A9B9A8731BDF /* entropy.c */; }; + F22EE9297DE5A1CAE72AF54DE2295389 /* CodePush.h in Headers */ = {isa = PBXBuildFile; fileRef = 154C5C8354C38CD489456BE504EFB2E7 /* CodePush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2DF1D9CD7FC6481D3B70A5A097181A7 /* UIApplication+RSKImageCropper.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CA0E30852039647A05EF9151967655F /* UIApplication+RSKImageCropper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2FDD748E5E359295966329B06812D99 /* RSKImageCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 166BDE86AF231C3B009C6979BDC8C7A9 /* RSKImageCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F36D115945C49442A65D442F5668F012 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 467C99872D1D379855EBD5DDEF75BCC8 /* UIButton+WebCache.m */; }; + F44E215850678196BABED2A1A06EB6F1 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = C5991B79002A34D1889B84D9258A9538 /* BSG_KSCrash.m */; }; + F4E16DDA5E37123BC0D6F35AA056909E /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AB9002BC52EE3C2876CA241EE0AD3D7 /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F523A29DB0EF460E59019EFD046931D9 /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = F32AC0FAEB04FAB765DD052BA6FA976C /* mztools.c */; }; + F5F7BA01A438CCB706DD671258FF1091 /* entropy.c in Sources */ = {isa = PBXBuildFile; fileRef = B9ECAFFE4237017DB55B0E66337D9BEB /* entropy.c */; }; + F659072B7112DD8211DF9068D2B99D0F /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 47662FEE7116482496819AFE0592BEFC /* NSData+ImageContentType.m */; }; + F76C6D8B1A9E72BF6A4267FE0237F85B /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = 62AB30EDF9068C389491ED6200463385 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; F901A44BAB4BB2967096265D767469D0 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AB7EA730FEC21B776A497A7B47E7C91 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1"; }; }; - F956DEC5A38848FA98F54D1332AA9756 /* ioapi.h in Headers */ = {isa = PBXBuildFile; fileRef = BCEF03C0F0B91E3B6661FD97242FB707 /* ioapi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F99B266DA1E2B1404047F66E1F8F184A /* prng.h in Headers */ = {isa = PBXBuildFile; fileRef = CE2B771682EF6649D84C325491007CA9 /* prng.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9F7109ADD7DD40A91B001F9D55F6DDA /* aesopt.h in Headers */ = {isa = PBXBuildFile; fileRef = CD69AA5CAC95272510FEF8E17AA164FB /* aesopt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA8B8380B7DD019608094622F53ABBF9 /* SDWebImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C6B3482965C9A0E55EB33F7EB128371 /* SDWebImageFrame.m */; }; - FB1885B7E1157A21EFF0D98B93940813 /* aeskey.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F831457237CA8EB25B3E25780304DD7 /* aeskey.c */; }; - FB2D6EC430F08C5D78757BF8BCA997DC /* JWTCoding+ResultTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 45D48E0D2B4BA72D1AC5ADADB1A16CED /* JWTCoding+ResultTypes.m */; }; + F956DEC5A38848FA98F54D1332AA9756 /* ioapi.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9783AA04D892CD877E1CC8B2C806AF /* ioapi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F99B266DA1E2B1404047F66E1F8F184A /* prng.h in Headers */ = {isa = PBXBuildFile; fileRef = C6231B947A931283A53D59C37EA9813A /* prng.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9BEC009D062E2F437026AC0FB87E4C2 /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F55711F4B3440668E0446E8C2EF5115E /* FFFastImageViewManager.m */; }; + F9CE3800B55D8C4E993F6D486CB5E4F0 /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = C2EE4CE95F356ED4F6E6F9848D2A34AF /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9F7109ADD7DD40A91B001F9D55F6DDA /* aesopt.h in Headers */ = {isa = PBXBuildFile; fileRef = AF6F2FA189C945BE1D037ABC4490A62E /* aesopt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB1885B7E1157A21EFF0D98B93940813 /* aeskey.c in Sources */ = {isa = PBXBuildFile; fileRef = DBBD8C38D45F6906D4F28AF0FA468A2E /* aeskey.c */; }; + FB1E534F823FE4071173CC1900E0D159 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C4E6C86C607571740E8FE3E56E74B9A /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB2D6EC430F08C5D78757BF8BCA997DC /* JWTCoding+ResultTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E9E66AD3EE31898F9005DB7E481EB80 /* JWTCoding+ResultTypes.m */; }; FB464A7317269AC0917D0D875C003644 /* FLAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 74DF928F7EF7604EA6C8F86951E26E1B /* FLAnimatedImage.m */; }; - FB811FCAFF94CDFC133415E8FD1D3123 /* JWTDeprecations.h in Headers */ = {isa = PBXBuildFile; fileRef = A645C84B3E5C1F246A2C69E53B82D9BE /* JWTDeprecations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC08D45E7F13D99CE467497C4CE85474 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 3984EBA8FA4464C9A9C06CCC2A938C65 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC9831D24ABDCE613617834656276B6B /* SDWebImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = F1E8845467E002D233ADD6AB55EC3477 /* SDWebImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD04235BDC6F83DFED21CD9791D9D7E8 /* CodePushErrorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A20EA8977F39EA9056FC59AFF6A4654 /* CodePushErrorUtils.m */; }; - FD329A190DDCA7985F97AD8CB9BB45A6 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 71CE8C46B8BB1CCE7FFB2929630EAF86 /* ImageCropPicker.m */; }; - FDDCF0D14B96B96033F33C7A83E63868 /* CodePushDownloadHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4977F6377F397CA098639EE2ADA244D3 /* CodePushDownloadHandler.m */; }; + FB811FCAFF94CDFC133415E8FD1D3123 /* JWTDeprecations.h in Headers */ = {isa = PBXBuildFile; fileRef = 170468839139520A13C8EEA5D238165E /* JWTDeprecations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC8C317FAFC271AAF2283331BAF6CA29 /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDB32A7145DBB2E6237C73778D3FB07 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCD6FBC4F9A612BAD8199BA3789C9E91 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = 88CA896D0421A321A10268F106990FB0 /* BSG_KSString.c */; }; + FCE703EF52A80FD5134FAAADB4936A04 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 380113A9C1DE7AC745DA0D715EA74AC3 /* BSG_KSObjC.c */; }; + FD04235BDC6F83DFED21CD9791D9D7E8 /* CodePushErrorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = CD0AC09ADD33F90CDF4685A3C1E7623A /* CodePushErrorUtils.m */; }; + FD261D4342894C52CC4E99A3A8692DEA /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = 595FCA8EACF853FA119632F31BEA007F /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDDCF0D14B96B96033F33C7A83E63868 /* CodePushDownloadHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CD7796ECF89AF46B9B5A4E358BCE7987 /* CodePushDownloadHandler.m */; }; FE3350C2A4C6ECEE35DA90459AC249CE /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B34CF4B1D1FE616E79E654340CA088B7 /* DoubleConversion-dummy.m */; }; + FE55C63EFCDCF7F2365683B97B9B1170 /* SDWebImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A33A85E2ECCD5FEAA37CB9F6C3CE182A /* SDWebImageCodersManager.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -314,57 +448,106 @@ isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000004A40; + remoteGlobalIDString = 000000005CC0; remoteInfo = React; }; - 129D1876C908B9D4E6CB86535AC65E9D /* PBXContainerItemProxy */ = { + 0AA0BB4B2631C149D1940DC15B8E1B88 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 000000005CC0; + remoteInfo = React; + }; + 0E1E442328B4F40AD3110F7D28575457 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 000000005CC0; + remoteInfo = React; + }; + 14B9B651A40D4E333EAB7C9645E69ADA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F31532F187A0699622BEC31BD727BE6F; + remoteInfo = QBImagePickerController; + }; + 22909EF859B10A4C07615692AF80E50A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0000000084C0; + remoteInfo = yoga; + }; + 2497405920E0448A7F40266818A38F53 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 000000005CC0; + remoteInfo = React; + }; + 2FA5C32F10A6C1D8557FAC6014E0D6ED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 71AE55A90B11CDFD0F0B4ED3D4366E37; + remoteInfo = CodePush; + }; + 36C16B81589EEF5FB5216846497C181A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 000000005CC0; + remoteInfo = React; + }; + 3783255E92E99A2DAA4CA399AFFAF96E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 397BBDFEBE9CC818487FA8ABB7623A33; + remoteInfo = AppCenter; + }; + 3E78765F26E5BF89D41654BC7691A5F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = ED8B76EC90CA1D894B6D38663D04C292; remoteInfo = AppCenterReactNativeShared; }; - 1EB1DDCAA075A354E267C050CCE59080 /* PBXContainerItemProxy */ = { + 3FB55167FD4D46AC0504D3A48C868AE2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1414ADEE4A421F3C5F9A229345CE3F61; - remoteInfo = DoubleConversion; - }; - 401474785F53F4DFACF0D69E580A7E23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; - remoteInfo = "boost-for-react-native"; - }; - 42F6FC448215223B3E7F9102C3F9DE74 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D5E671935EE0804AB89986835B3F7BDE; - remoteInfo = "react-native-version-number"; + remoteGlobalIDString = 75C5F0BC439AB6EDE7F80D2249DEB97D; + remoteInfo = SDWebImage; }; 4A7170C3CB23DF6CFC4D6B10401CAF55 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 58DBA9DDB0E1FC9B0906A4B48CA2E989; + remoteGlobalIDString = F3BD65CEBD2F1F40942A4C2370646EE8; remoteInfo = "Pods-eSteem"; }; - 4D87E3DEAD1E3F3AD4AB4E6EC93F2F4C /* PBXContainerItemProxy */ = { + 563FB7823B624489273989FB6DC70D15 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 546068D3F71C8D4040D3D373E1E3E229; - remoteInfo = RSKImageCropper; + remoteGlobalIDString = EF225CE4CF6CE33376C975BE46FCF844; + remoteInfo = "QBImagePickerController-QBImagePicker"; }; - 4FA82965726841F13E78DE38D19AF460 /* PBXContainerItemProxy */ = { + 5A1221C0A9F3602FE2287AC9E8C40E91 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000004A40; - remoteInfo = React; + remoteGlobalIDString = AFFED4092B22750815A4EEA11817590E; + remoteInfo = FLAnimatedImage; + }; + 5D93DA56FE0BCB98F874E3F0C7E2FDD7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DF470A1028ED32C9E70DBDAA805F8802; + remoteInfo = Folly; }; 5DC14B28CE8AF12184DB73D1A06919E2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -373,68 +556,54 @@ remoteGlobalIDString = F0E62A887BD5C52C01D7F3B10051537B; remoteInfo = "Pods-eSteem-tvOS"; }; - 6349CF15A6A59FC516B92C54254C95CD /* PBXContainerItemProxy */ = { + 620FF5FA74BED34099B0CD75EF6FB1C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4CBF0333BFAF0EA5054EBABB68BEC64D; + remoteGlobalIDString = EDA7840F2A0C1745D32704B85E88C80E; + remoteInfo = BugsnagReactNative; + }; + 62871B924E48481DAFE77E4CFF079E62 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; + remoteInfo = "boost-for-react-native"; + }; + 69239D38C5FA8DD7F29D306B126D6AD8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6AEECC51F0AF685D6D9DC70E3AA183BC; + remoteInfo = RSKImageCropper; + }; + 6C690A3A9AF509CBCDDBFF7FDBF2B413 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 75C5F0BC439AB6EDE7F80D2249DEB97D; remoteInfo = SDWebImage; }; - 635D7F9513D3AB10B83C2DB8FF9C7179 /* PBXContainerItemProxy */ = { + 7A8A6B86F1593E52D7BB176F7B8CC1F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 43DBF9C0DE6FD648DDBBA7B4232DCBA8; - remoteInfo = "QBImagePickerController-QBImagePicker"; + remoteGlobalIDString = 29FC2A0EC130F2F2AF7AC9AE94A583B4; + remoteInfo = glog; }; - 6E048A7EC1E8FAE6BCA841475B408EF1 /* PBXContainerItemProxy */ = { + 80A72B0565A35BBFFBFB07ED902A1E76 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 07D440C89C0EB317A6F833C93CBB221B; - remoteInfo = "react-native-fast-image"; - }; - 7708A59A7F41F8B252D9763FF910BD8C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AFFED4092B22750815A4EEA11817590E; - remoteInfo = FLAnimatedImage; - }; - 866E8D44E881318C25F0D37DD92DCAF7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AFFED4092B22750815A4EEA11817590E; - remoteInfo = FLAnimatedImage; - }; - 8A125F6496DE8609C49C622DB4F443F0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 397BBDFEBE9CC818487FA8ABB7623A33; - remoteInfo = AppCenter; - }; - 9589084F98D57C162AC19B8A2CE08046 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 000000004A40; - remoteInfo = React; - }; - 9871E178C618C5FEA193952E5D27F827 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 008E134ABB3CC5F50A21F616A6CBC686; + remoteGlobalIDString = DC294458EACF4AE0917F3FCAFA8A8831; remoteInfo = RNImageCropPicker; }; - A384E67E44E2F12A3B975794BA07AB3A /* PBXContainerItemProxy */ = { + 9229FE2C437154B37CC059D52FE41C86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4CBF0333BFAF0EA5054EBABB68BEC64D; - remoteInfo = SDWebImage; + remoteGlobalIDString = F31532F187A0699622BEC31BD727BE6F; + remoteInfo = QBImagePickerController; }; AADD210D1F940E270E559A5AE73B7D04 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -443,34 +612,27 @@ remoteGlobalIDString = 29FC2A0EC130F2F2AF7AC9AE94A583B4; remoteInfo = glog; }; - AED204D3434F9F38E218F1CBAA595ADD /* PBXContainerItemProxy */ = { + AC7F8D375C41B67A17CE40E9024289E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000004A40; + remoteGlobalIDString = 1414ADEE4A421F3C5F9A229345CE3F61; + remoteInfo = DoubleConversion; + }; + BBAA47DD8CF6745FB35C4C356893CB67 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 307A1F663527378FDC456B03C53E6DC6; + remoteInfo = "react-native-version-number"; + }; + BBFDD633319D8098A561C5E53617F1C3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 000000005CC0; remoteInfo = React; }; - B07B336A6477A8B66B8DCC7977DC1903 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 546068D3F71C8D4040D3D373E1E3E229; - remoteInfo = RSKImageCropper; - }; - B0F6D7E6162ECCC96D4AAEC487CBF3C6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AFFED4092B22750815A4EEA11817590E; - remoteInfo = FLAnimatedImage; - }; - C34C6E682E3E7704643D5882F2875CD4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DF470A1028ED32C9E70DBDAA805F8802; - remoteInfo = Folly; - }; CEE3627BDFC98BF4E34AB2269676FAFF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -478,6 +640,13 @@ remoteGlobalIDString = 1414ADEE4A421F3C5F9A229345CE3F61; remoteInfo = DoubleConversion; }; + D33E313622EBEA613F305236CD405512 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 03ED12D221A71DCE28798F9666DC9DC7; + remoteInfo = "react-native-fast-image"; + }; D96B09CB6F7CDF72F3099DD83AD5AB87 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -485,26 +654,19 @@ remoteGlobalIDString = 397BBDFEBE9CC818487FA8ABB7623A33; remoteInfo = AppCenter; }; - DCACEADD7A31F6CDEF6C2DA5E776D563 /* PBXContainerItemProxy */ = { + DD9CB7954A86F4D410C76CA89EC5607C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 29FC2A0EC130F2F2AF7AC9AE94A583B4; - remoteInfo = glog; + remoteGlobalIDString = 6AEECC51F0AF685D6D9DC70E3AA183BC; + remoteInfo = RSKImageCropper; }; - E64454B9B0E4F8AE47ADC4C501F7E4AE /* PBXContainerItemProxy */ = { + E19CDC322F57053019C60A13ECDEE37B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 71AE55A90B11CDFD0F0B4ED3D4366E37; - remoteInfo = CodePush; - }; - EA823263CD1D776DD9DABE0EA4D3AA54 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F67E97AACD7042B79E77FD1924882FD7; - remoteInfo = QBImagePickerController; + remoteGlobalIDString = AFFED4092B22750815A4EEA11817590E; + remoteInfo = FLAnimatedImage; }; EB266CA52E321F1A5BD9E62115470A38 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -513,916 +675,1049 @@ remoteGlobalIDString = 66641B93FAF80FF325B2D7B4AD85056F; remoteInfo = "boost-for-react-native"; }; - ED28AF8B2BD8816B600D836624105937 /* PBXContainerItemProxy */ = { + F04D4465D6C2F6CDDD68DA553D70DD7A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000004A40; - remoteInfo = React; - }; - EECD653C4E89464F543D7EC75E001C6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F67E97AACD7042B79E77FD1924882FD7; - remoteInfo = QBImagePickerController; - }; - FB499F4B7E1B37DF5E7B523C2C7690FB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 000000007240; - remoteInfo = yoga; + remoteGlobalIDString = AFFED4092B22750815A4EEA11817590E; + remoteInfo = FLAnimatedImage; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 005AC138F4AE5DAE50F0DA87D95DDB21 /* FLAnimatedImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FLAnimatedImage-prefix.pch"; sourceTree = ""; }; - 00778362005CA98A01FFF447A189EB82 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - 009A04CB5945C429444E2045A3039E6A /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + 005DBDAB45DF1C4CABF7ECA783DFA693 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + 00734DB5594639315CFE94C6D8D15C91 /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; + 00A0EC49BBBAB62D1BC1D07AB79F7E45 /* JWTClaimsSetSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaimsSetSerializer.h; sourceTree = ""; }; 00E56AA2A4D03CF399E27BC5B48F0B5F /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - 013F59BABED0BA9A20AF8A6D5D727FCF /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - 014B4402AF3C769DE0CE7E7167BF63A1 /* libreact-native-fast-image.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-fast-image.a"; path = "libreact-native-fast-image.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 01CADCB5EC8F827B4277186036B5F037 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + 00E93357325D78C40FCE7131E015D76D /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + 016FB9FE7C114855753AA634008536D7 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + 01C443A8CF381F6BD24EB8C901CF47BD /* react-native-fast-image.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-fast-image.xcconfig"; sourceTree = ""; }; 01D24ACB16B67B51D4B1B6466686E76F /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - 0205A1DFD14297178D5557C0BFF39CD9 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; - 02584BD7CB0A4888F9A8AA89EE80F6C7 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; - 034893FD514B7F7C4F9F4E8C64154F3C /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; - 0351D4F5CF220610D7482F943D054A78 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIndexedRAMBundle.cpp; path = ReactCommon/cxxreact/JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 01ED6D0899BD08CC1109D4ADBAE4DC3E /* libreact-native-fast-image.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-fast-image.a"; path = "libreact-native-fast-image.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 01F1EEEEE215561AF958E338E3FD8BC4 /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; + 026496ED1B37AEF5B0DC2A43DCDD022B /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; + 026DD4FDA0A35EA9EEC51AAD74B41DA5 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; + 0281A13C33E9F7B9A55E782ED327FAFC /* JWTClaimsSetVerifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaimsSetVerifier.h; sourceTree = ""; }; + 02B61D21CC5D37B4FA532BBE48268E1E /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; 03F91F2FE0D4C0F630FD5A7E15CE4625 /* Pods-eSteem-tvOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-eSteem-tvOS-acknowledgements.plist"; sourceTree = ""; }; - 04AA851BB661C5B46266891DF1CDE914 /* RCTAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAssetsLibraryRequestHandler.h; path = Libraries/CameraRoll/RCTAssetsLibraryRequestHandler.h; sourceTree = ""; }; - 0595A25BB49DBC70BE5403612FB94310 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageUtils.m; path = Libraries/Image/RCTImageUtils.m; sourceTree = ""; }; - 05BADB7E131566B83A793E11ABD30B92 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; - 05E6C6D9B4D09E12760D010E91A698B4 /* JWTCryptoKeyExtractor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCryptoKeyExtractor.m; sourceTree = ""; }; - 05F7B9D9D05BED0FDB8A8C56965AE3E9 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; - 0649FFBAFF468193D3EB2A2CAFED528D /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 045846AD3E7A5D0361083A190C1C8868 /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; + 0498732578B070F40B7154D6C0AA8CBF /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; + 04C50D2F98393D3023D6EF34EBB30CBC /* JWTAlgorithmFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmFactory.h; sourceTree = ""; }; + 04F5CCF37361966DF0C145FA1E80B376 /* JWTCryptoSecurity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCryptoSecurity.h; sourceTree = ""; }; + 0538EE9EEA27F66F9A6F7E3C8E8C354F /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; + 05DF9FFD29D7E3590943842797E0D61A /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + 062B7CB49ED93D7B0FA0E3742C02DA7D /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + 06578A0A519DDC6F6F3A98330701CEF2 /* JWTAlgorithmNone.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmNone.m; sourceTree = ""; }; 06733B7FA78C60034910F81B96473907 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/SDAnimatedImageRep.h; sourceTree = ""; }; - 0675EB0F9FA36FD2257AC282F6C403D2 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; - 06C6B2176D5FD7F6B8C6570FD6D52948 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; - 0731AB681C1D787C1ED37BBB8E25912F /* JWTCryptoSecurity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCryptoSecurity.h; sourceTree = ""; }; + 06A51FD8CA6885009A33ABBC29F663F1 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 0718C00486956C3B8F15BCBB43D7E2B8 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; + 073559DEFB09BA230673E116C882270C /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; 07B49DF1BEF0D5C871CC673B5C1ACB5D /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - 07B50DAA334F206E31A97327D86D0938 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; - 07B6E85F291BC4951BE211EEEE22B316 /* RCTCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTCameraRollManager.m; path = Libraries/CameraRoll/RCTCameraRollManager.m; sourceTree = ""; }; - 07D6628D9E76B5EAA7E8C47F259B732C /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; - 082B2C14AB5C9F193C0AA2C2D0B0A924 /* JWTCryptoKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCryptoKey.m; sourceTree = ""; }; - 083E4DA8ECAFD892ACE403FB65EAAE74 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; - 085187A7BCF014F4A84FB4D78CDD4491 /* JWTCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCoding.h; sourceTree = ""; }; + 07CC64F7F1CCDAE84A7E03A8FCE857A6 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; 085CB765477FB55A8D3AC5A05A00BA50 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 086DB04E733D83F6D494830A81FF1958 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RAMBundleRegistry.cpp; path = ReactCommon/cxxreact/RAMBundleRegistry.cpp; sourceTree = ""; }; - 087BE8D8F8CC0CB7D5B2C40D5AEF1359 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + 08C1EA44C9FDDFF4B93F46662E9B0AC3 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; 08DA3512D9C5EA8E2AC37E1A35D170A8 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/NSButton+WebCache.h"; sourceTree = ""; }; - 09243A1F5CB561D46F5FDDA319E15106 /* api-ios.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "api-ios.md"; path = "docs/api-ios.md"; sourceTree = ""; }; - 092564FB5806FFBF52E4FFD81E296585 /* RNVersionNumber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVersionNumber.h; path = ios/RNVersionNumber.h; sourceTree = ""; }; - 094F5DDCD0DCE8080508D619AF160386 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + 08DF0425A0E39EEF2B2F7A85703EB634 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxNativeModule.h; path = ReactCommon/cxxreact/CxxNativeModule.h; sourceTree = ""; }; + 08FA4A5CC3DAB51D1D48E8C92BA511E3 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + 090011559C1D3BF577F4CC0CFA2B374C /* libFLAnimatedImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFLAnimatedImage.a; path = libFLAnimatedImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 0921CBB429899E1696023E5411BE8121 /* NSDictionary+BSG_Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSDictionary+BSG_Merge.h"; sourceTree = ""; }; 095FFBC9C34D1A4C865B812230637077 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; 098488F82E37CB951FB5D215A2A5EF24 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/NSData+ImageContentType.h"; sourceTree = ""; }; - 09F0A34F8D9C82CC2F96619CA2E2A884 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; - 0A020A71E10E818C3B7FAFF8A811C90E /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; - 0A09E8DA81D0E3A1BDD7A6450B98B9D1 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsi.h; path = ReactCommon/jsi/jsi.h; sourceTree = ""; }; - 0A2BFF3D5312B2411167EEDD70D3F5D4 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; - 0A833A07D48CFB638263154EB40E8436 /* multi-deployment-testing-android.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "multi-deployment-testing-android.md"; path = "docs/multi-deployment-testing-android.md"; sourceTree = ""; }; - 0AA77D0978EB6A35CDA0B57C2A51BA71 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - 0B29E92F8346B56400770A3489B3E963 /* JWTRSAlgorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTRSAlgorithm.h; sourceTree = ""; }; + 09B81354CA848F973FEB324826528916 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + 09E620F6A3D02355A4F234C38B6F9807 /* ioapi.c */ = {isa = PBXFileReference; includeInIndex = 1; path = ioapi.c; sourceTree = ""; }; + 0A39BEA45344FD24E0690A6DF9FE6D34 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + 0A3C7B63EA7E718A2594DDAE83E30711 /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; + 0A42E84892F9F295AE61167D6D8EB273 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; + 0A75FF3F1ABA268284FD45F60D6E8BBE /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; + 0B8D983093F2B26BD120677E7EC8E727 /* JWTErrorDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTErrorDescription.m; sourceTree = ""; }; 0BDD4115188110AFE9C368E51113BC2E /* ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; sourceTree = ""; }; - 0C48F5054377D88E70968A4587D3FDA5 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; - 0D31BDFFDAC693E04D296510E697202C /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + 0D2E9A1FD321BA6C42788F8471C05382 /* JWTAlgorithmDataHolder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmDataHolder.m; sourceTree = ""; }; 0D456BC92FCC83F96B65CFD8548632D9 /* Pods-eSteem-tvOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-eSteem-tvOS-dummy.m"; sourceTree = ""; }; - 0D49A18D7FEE02E63138E352AF8432EE /* JWTClaimsSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaimsSet.h; sourceTree = ""; }; - 0D91CD9B5305AFBC62F12D24F35C0A17 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + 0D94F88C99B79275480E352ED0ACB662 /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; + 0D9D15231C5FD5E072FE80934EC40EAF /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; + 0DA3EDA6F544BF4944FC6474C4614E88 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 0DB384D8EC993B57BEB1ED47AD55B975 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; 0E0E8C71468BAB3BD0E42F8B1D47A4CA /* Pods-eSteem-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteem-tvOSTests.debug.xcconfig"; sourceTree = ""; }; + 0E70B2875D8018FBA32533598857ECD9 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 0E839C75B9DD7CD3A39EEA10F7E2742E /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + 0E8FCB507ECAA9A0E82E862094B3914D /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; + 0F4B62E204AB17C82F3D4798BD45AD20 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + 0F68A62EC3CCF2DA390DD6F8C509A1F0 /* sha1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = sha1.h; sourceTree = ""; }; + 0FA078FCB2D04A6D21972A55ED42E45D /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; 0FCA6115CE3D386FE04A28CAD9896656 /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; - 0FEEF0EF75A9489BD2E6707A62CBE9F8 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; - 108A004F8F9492889348F24F83B36B02 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; - 109444B963C1868A20B89683F7EC7388 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - 10A8E292F66FD9076D87AB7056E23A48 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTActionSheetManager.m; path = Libraries/ActionSheetIOS/RCTActionSheetManager.m; sourceTree = ""; }; - 10FCE4895991689C11CECE2E353EE9A4 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; - 1120622CE307900EC99D7489D311514D /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageBlurUtils.m; path = Libraries/Image/RCTImageBlurUtils.m; sourceTree = ""; }; - 11B30B006210BF51242CFF8DEC07511F /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTFileRequestHandler.m; path = Libraries/Network/RCTFileRequestHandler.m; sourceTree = ""; }; + 0FE83B43333DD0A225F088E1C44BEC63 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + 101708DA60945267C8631BF3383C3757 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + 10C51F4D4E4B5B3A431C0462B8E18528 /* zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = zip.h; sourceTree = ""; }; + 117D315C4CFE32033E375319E6569016 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + 11F67D2035DBAD4BEC8C33E1B6577560 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + 1214DF03E1E1B031CEEA75C57637D243 /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; 12DF88709072FB6D652AED5C8A838950 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = ""; }; - 12EDEBA3F6FFD27F49844B60D6266235 /* JWTAlgorithmDataHolderChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmDataHolderChain.h; sourceTree = ""; }; - 13096452FEB9B125925810DAEADDA1C7 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageShadowView.m; path = Libraries/Image/RCTImageShadowView.m; sourceTree = ""; }; - 1323431ADD98B0C6557F22CB9483584F /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - 134C98379E898935510F09D4C881159B /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; - 13D54392EC176DD28ABBF5DF4A3C8D59 /* react-native-version-number-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-version-number-dummy.m"; sourceTree = ""; }; + 13335BBB8BDBD7461286E7F9EB424F63 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + 137A97408C561DBB2D60F76DEFFD3054 /* JWTAlgorithmHSBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmHSBase.m; sourceTree = ""; }; + 137CCA9DF9A6F0CB63F72802DAD68702 /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageStoreManager.m; path = Libraries/Image/RCTImageStoreManager.m; sourceTree = ""; }; + 138BAE6F92B40F50FF8124944FA368C5 /* fileenc.c */ = {isa = PBXFileReference; includeInIndex = 1; path = fileenc.c; sourceTree = ""; }; + 138F130548B83E7A881B26477BCA45FE /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; + 13D30D940D3EEF2E0DF31C36898C4819 /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; 13DC1F447F84C1E7B75FD0B823901126 /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; + 14072CBE80390B0A91FA711537F3ABE7 /* CodePushConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushConfig.m; path = ios/CodePush/CodePushConfig.m; sourceTree = ""; }; 1431AAADAA2AD5F20F411A999AFB2A39 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - 146FCBDB3A5E6E5616D34CE3DF5E748E /* JWTAlgorithmFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmFactory.h; sourceTree = ""; }; + 146E4312FE96CFD7E2D181C029882E55 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIndexedRAMBundle.cpp; path = ReactCommon/cxxreact/JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 14B3FB84DA68123C5EA1F24A67CCB6B2 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; + 154C5C8354C38CD489456BE504EFB2E7 /* CodePush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodePush.h; path = ios/CodePush/CodePush.h; sourceTree = ""; }; + 163FFCB2B77F732607B11EF14F2B5233 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; 164B4B19BC4954EBF83B0FF76208465F /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = ""; }; 166BDE86AF231C3B009C6979BDC8C7A9 /* RSKImageCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropViewController.h; path = RSKImageCropper/RSKImageCropViewController.h; sourceTree = ""; }; - 1728A619022E98FCDC31546A0C9B7756 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; - 179A7867C6BDAFA0DD99857AF2E3EA99 /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; - 17A74314E6FB4CC49DEFF518572FC3DD /* multi-deployment-testing-ios.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "multi-deployment-testing-ios.md"; path = "docs/multi-deployment-testing-ios.md"; sourceTree = ""; }; - 17BB6C092BCCF62D1A164E7BAA83CC8C /* MF_Base64Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MF_Base64Additions.h; path = ios/CodePush/Base64/Base64/MF_Base64Additions.h; sourceTree = ""; }; - 18C97166508CF849BB44E92E678B3E12 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - 18DEE8978E8D8DDB6C93314851C69DA1 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + 168FC624C64934DD13FEA0BED2CE0E7A /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; + 16C41D636B3D223BC9F5DA338ABCBB4D /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; + 170468839139520A13C8EEA5D238165E /* JWTDeprecations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTDeprecations.h; sourceTree = ""; }; + 1781812F44372771FF7F1BAE0E6862D5 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + 17AC372A950DEFFF9E87E1C0ABD382B7 /* CodePush-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CodePush-dummy.m"; sourceTree = ""; }; + 18909EC908180DF21B357CCEE15B8FD0 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; 191E47A2B894A4172B8DA6F8373618D0 /* AppCenterAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenterAnalytics.framework; path = "AppCenter-SDK-Apple/iOS/AppCenterAnalytics.framework"; sourceTree = ""; }; - 1928221B4448F892CEA81B5BE3030DE8 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; 19606A31A34D26987545918B001A60A9 /* RSKInternalUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKInternalUtility.h; path = RSKImageCropper/RSKInternalUtility.h; sourceTree = ""; }; - 19FD8C7C48B79DAE20C579FBF3CCF598 /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; - 1A0D4D7EBCAD15250D5F4F4870347391 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; - 1A20EA8977F39EA9056FC59AFF6A4654 /* CodePushErrorUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushErrorUtils.m; path = ios/CodePush/CodePushErrorUtils.m; sourceTree = ""; }; - 1A33E2D34B800D23CEFE684E184BBD59 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + 198C28AB5EBF30A4F14F17BB358B962B /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 19F0292F06D62E908E3BE9DBF9A3F357 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; 1A37BB4BA529388A03DBFE73163CB6A1 /* Pods-eSteem.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteem.debug.xcconfig"; sourceTree = ""; }; - 1A708FC1029B86AF296044CB1226F715 /* JWTAlgorithmESBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmESBase.m; sourceTree = ""; }; - 1AB63AE7B7925889B8AC632B7E223F15 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; - 1B12564C662641CDB5799C4863292C64 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSBigString.cpp; path = ReactCommon/cxxreact/JSBigString.cpp; sourceTree = ""; }; - 1BCE1F58345F2CEFC8BCF316E338067B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 1C64753D1392B67CF6A1F208C44112E4 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNativeAnimatedNodesManager.m; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; - 1CBA58F5C91FFDC62FBFA2348F6D22B3 /* JWTCryptoKeyExtractor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCryptoKeyExtractor.h; sourceTree = ""; }; + 1B81D5AF36DD2E443DA48A61BF4689A2 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; + 1B8487AAB9212924302AEC0F05535092 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 1C0FFFE18C0DDD7AB98B7FA86989143D /* JWTClaim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaim.h; sourceTree = ""; }; + 1C99B1B3BC3111F38C951AA506C0607B /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; + 1CA12870A8BC2A1EEED7A35FC4606CA5 /* RCTWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebView.h; sourceTree = ""; }; + 1D01245C48ACE1621CE786FE00205D82 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + 1D06458ECE841BD19FCAD96FE62C4741 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + 1D29923142C1DA52B2C4A9C13F2527D3 /* Common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Common.h; path = ios/CodePush/SSZipArchive/Common.h; sourceTree = ""; }; 1D35E9B0456DFB4F07AF5B4D483495F1 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - 1DD02DB06CE24F72F1881E83EB790B23 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; - 1E503B01372888FC91E8AA64ED810335 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; - 1E69AB69DDC6F6ED8223933344B7D3AB /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxModule.h; path = ReactCommon/cxxreact/CxxModule.h; sourceTree = ""; }; - 1E9FD9DD0148812237C4A60897C4AA4D /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; - 1EE50294135A40239E747EF141210BC7 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; - 1EEE0CA4AADB661A0462540C6F11D9DB /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + 1D929ED2682EFC512DAEF789F487BA92 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + 1DA177B84DC186C949BF38EDD66CF18A /* libreact-native-version-number.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-version-number.a"; path = "libreact-native-version-number.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1DCE6B41B785668F0DA38CEFECE3CBFD /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + 1E037A363835ED621974A1A7F965E479 /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; + 1E2CFBDBEFDCA9A619205B21B1D0B248 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + 1E89329738E3DF8E58F9089EB0DD9E77 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 1EA51D162E8A157439131650E07EBE97 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + 1F02B78DFDEE8164858398381E926A11 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = ReactCommon/jsiexecutor/jsireact/JSINativeModules.h; sourceTree = ""; }; + 1F4268B59717341AEE23B9EB6D7184B6 /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; + 1F9668127746AB1B0BB453206C2B6719 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; 1F9BC1B4D870BCF6046F5E0A096DE2D0 /* AppCenterPush.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenterPush.framework; path = "AppCenter-SDK-Apple/iOS/AppCenterPush.framework"; sourceTree = ""; }; - 1F9EEDB5CE5AC2BE12EB119B5A5D1621 /* libPods-eSteem-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-eSteem-tvOS.a"; path = "libPods-eSteem-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1FA70B582C2989A50D508090E4140B35 /* JWTAlgorithmDataHolderChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmDataHolderChain.m; sourceTree = ""; }; + 1FDA8D0F97A1749BDA061F30CE1A10B0 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + 2035C9BFEBB7867764191CD22D63D9BC /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTBlobManager.mm; path = Libraries/Blob/RCTBlobManager.mm; sourceTree = ""; }; 20415192AC74E84409F054BBD6D1C98A /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; - 2105F8CD160EE1BA2925FC3DE5036FB5 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - 21507782BB30E99D65CFDF9636CE12C1 /* libQBImagePickerController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libQBImagePickerController.a; path = libQBImagePickerController.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2152EA01F992478CDCA06E8209753E62 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; - 217D8DB127E2197F0FDA24F7803135CD /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + 209B3A2EBF088AB49E8DD2DA94A2A308 /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; + 20D089FF27AA264C8E071B85EF2D1D7C /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + 20F8394E3712444A13A3F98973DA6087 /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; + 20FC7281D2C4561F5573B7ADD16C4F36 /* BugsnagReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.xcconfig; sourceTree = ""; }; + 211B54533B38CF0BB6CA8A2CD8C38A6C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 219019E1F5CC838C2D374011F3971729 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 21BD9C15642A0F9F78960E6579B038D9 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; 21E1B31B924264212F72E37A80DBDB6B /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - 220278F91B62917CA99D6BCA1CC0A64C /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; - 225E1BACC1355DE6A273CEC59DDA4D1A /* pwd2key.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pwd2key.c; sourceTree = ""; }; + 22142470D2D52D9E5BB01A6106645A70 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; + 225C1F5161619D5DAD11ACE872B688B9 /* JWTClaim.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaim.m; sourceTree = ""; }; 225F4AADBE76147B75FC27BA392A83EB /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = QBImagePicker/de.lproj; sourceTree = ""; }; - 2279CFF8828C228DC02C459F72CBEF15 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; - 22A283D9C40CD9C1A6889027D4824AD7 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + 22822EA13DD6A755ABCC9AD5A6E507E4 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; 22F90365C6695050EDB53BA49132610B /* AppCenterReactNativeShared.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenterReactNativeShared.xcconfig; sourceTree = ""; }; - 230EEE75C6029A7299B4E18FEA3D27D5 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; - 232091FBE5EC63774381C9859389BD8C /* JWTCoding+VersionTwo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+VersionTwo.m"; sourceTree = ""; }; - 232C816D11418AABFB9DDDF09074078D /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - 23317DD0E74E4270978C4023127589BC /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 236BD2EAEFFD796269C36A0F77430AA3 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; - 23E9B9C379184DC9D904CDF71465A3CE /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; - 24015886D5485D7BE95FAB7B2DB01362 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + 2315DC4322BD9107FFBB1B5F53A3B3E7 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + 233F3CF0ACE81297F8078D54AC73FFA7 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTActionSheetManager.m; path = Libraries/ActionSheetIOS/RCTActionSheetManager.m; sourceTree = ""; }; + 23445A14D39243C738C73D48069671E7 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + 2356BE563836F4E6DEEE84CC46A56751 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + 2359889954BBDB597BC992C7EB071480 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + 23B1CA6674C09D9C317E59283266527F /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + 23EF163BEA9AA656EB7FA882B7B1813E /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; 24087DD289F2B02C9DFA75FDF87F4BE7 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - 2486A283FD8CEF54F77048A8AD4C6ECA /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; - 24EFF1419F8299B0F2A0F37FE89C2DA2 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; - 2500E6E3E513D0CFD101F2142F2C0FC5 /* RCTAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAssetsLibraryRequestHandler.m; path = Libraries/CameraRoll/RCTAssetsLibraryRequestHandler.m; sourceTree = ""; }; - 25D2958BEC2805A82C0879D38C6B1153 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; - 25EA8CA2B5A9EA424B4CCECF909CFE6B /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; + 244536DE928B9C6FFB2E7A6CE3B2FDF9 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; + 24619802F32F4D099DE7E008D03591A9 /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; + 24811FB5246425D066DF2156FD7CC0EC /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; + 2489F1E23A2E4DDAED1087DCDEB65B9B /* CodePush-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CodePush-prefix.pch"; sourceTree = ""; }; + 24F59DD4A40B9571892F99C1315557E4 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + 2522168E4FD8B8DC17E269EEEE949692 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModuleRegistry.h; path = ReactCommon/cxxreact/ModuleRegistry.h; sourceTree = ""; }; + 25225C1B31BA4660D72DB32783C96712 /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; + 25C3147B25B3B99C4C347413CCF24C24 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; + 260A7A412AC02CD1BE33BD0C97FEA0DF /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; + 260CA1DF24178F1574BAC22F09A78464 /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; 265FA0950C1FA076D317858E90041B46 /* RSKImageCropper.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RSKImageCropper.xcconfig; sourceTree = ""; }; - 268894ECF3A36100E066FD6836B722B5 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSExecutor.h; path = ReactCommon/cxxreact/JSExecutor.h; sourceTree = ""; }; - 26E9EA1127A1DF850D7634FB30D11B40 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSBundleType.cpp; path = ReactCommon/cxxreact/JSBundleType.cpp; sourceTree = ""; }; - 2700FFE4DAEBEBA1D376E8FE7BBC57CB /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; - 2747C8AF81FDF07838C45E2EFAFE9F2A /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; - 27D137B750FF726ACDA0AFD3502D08C7 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - 2892D800827DA63506F334809458EB2D /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; - 28FB8DBA66D463F8A31E54D0E619E182 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; - 2964479FB97579DDF0BE0B25B113E69E /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; - 29BB4025B1F6B3734EBD84172B116096 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; - 29C82AB273D1CA70A2FC69967E2F78C3 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MethodCall.h; path = ReactCommon/cxxreact/MethodCall.h; sourceTree = ""; }; - 29DC445789BA1C8B4DD45DA032A0ACF5 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + 26781410BECAC54B683E2BA59E8BF46F /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + 270CF9CF1F2507A510B7837F649796F2 /* setup-ios.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "setup-ios.md"; path = "docs/setup-ios.md"; sourceTree = ""; }; + 273B718222BEE06411D0C4585D52F484 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + 2754D6CB64CF9BDFDDD21995BAAF6D09 /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; + 27C683015CA6D63D5C11C15828B2CCD0 /* JWTCryptoSecurity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCryptoSecurity.m; sourceTree = ""; }; + 2823E7F439291D096FADDA155C18F675 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 28B95F311939805A5D580ADE810D5B86 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSDeltaBundleClient.cpp; path = ReactCommon/cxxreact/JSDeltaBundleClient.cpp; sourceTree = ""; }; + 28DFE951D6CAC3F7F6398B5ED00C32E2 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIndexedRAMBundle.h; path = ReactCommon/cxxreact/JSIndexedRAMBundle.h; sourceTree = ""; }; + 2963AEBD42E49D669EC4E7D5DB48A737 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; 2A685F09D2989730E2AD5ABCC0055CE1 /* FLAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLAnimatedImage.h; path = FLAnimatedImage/FLAnimatedImage.h; sourceTree = ""; }; 2A86F60968D6DE2B64B3CFFEA809C585 /* Pods-eSteem-tvOSTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-eSteem-tvOSTests-acknowledgements.markdown"; sourceTree = ""; }; - 2AF921A01DB9D1032B28C63C28BE4DA2 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; - 2AFA19192B9E658B3AD4939E7D6EC458 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 2AB7E4C8332979F179CB3B30F77CC114 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; + 2AE6AD10BB16E8B84F6B507E994B01FC /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + 2B0B645B44D13249EDF0AD87EDCE187D /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; + 2B0EE2B904C94465182D799610780BE3 /* BSG_KSCrashState.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashState.c; sourceTree = ""; }; 2B135BF2B9FFB5A7BADD8A0F596EEAB5 /* QBImagePickerController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QBImagePickerController-prefix.pch"; sourceTree = ""; }; - 2B1E054C415A7FDB3D763CFF5D6420FE /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - 2B376BEB2A017C9A7D56C38CDD979676 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSBigString.h; path = ReactCommon/cxxreact/JSBigString.h; sourceTree = ""; }; - 2B51C9F8ECC4C6C16993E814090080F8 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; - 2B7B58CA525DE4E7437DED4DA311B5B4 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + 2BC5918FEC8F0D31F418DC3D32FE7A38 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + 2BCC05220B787890FF234006510575B3 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + 2C2EDBEB65E4452D91A93920870FABDF /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; 2C311F5014E7EC4ACED5C1811E30524C /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; + 2C35987F019540B62B1963CC85AEF607 /* libPods-eSteemTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-eSteemTests.a"; path = "libPods-eSteemTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2C43B7B78487167C37B891A7DCC13B0E /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; + 2C47108EF5EE5266871165105492EFAE /* react-native-fast-image-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-fast-image-prefix.pch"; sourceTree = ""; }; 2C60D9BCCC0AFABE65D0F627CBF10E12 /* RSKImageCropper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RSKImageCropper-dummy.m"; sourceTree = ""; }; - 2C628E4787C2C088B0FADD4B2BE8DA79 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; 2C6B3482965C9A0E55EB33F7EB128371 /* SDWebImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageFrame.m; path = SDWebImage/SDWebImageFrame.m; sourceTree = ""; }; 2C8BFE4FBC8CAEF05D637DFA81F79504 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; 2CA0E30852039647A05EF9151967655F /* UIApplication+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+RSKImageCropper.h"; path = "RSKImageCropper/UIApplication+RSKImageCropper.h"; sourceTree = ""; }; - 2CA8864E5A45F513EAFE967EAA7C6D37 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; 2CD557399553D6C24A4ACF87D1E2215C /* AppCenter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenter.framework; path = "AppCenter-SDK-Apple/iOS/AppCenter.framework"; sourceTree = ""; }; - 2CDF45042A0ED84BDEFA02BB49419502 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; - 2D22A4EBEAC6F634E59D01ECAC9D5E18 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; - 2D76AAA9978C52C83B774EB5D90CB938 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SystraceSection.h; path = ReactCommon/cxxreact/SystraceSection.h; sourceTree = ""; }; - 2DB6ED51F43FAA02CA383C14271E468E /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; - 2E5E9AF774E3BD3813B7BD57190D12E3 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; - 2E7914606B8548F1F53BF634EE2F336B /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 2CD5FE08C0E554DF6A687D922DF3F4A6 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeToJsBridge.h; path = ReactCommon/cxxreact/NativeToJsBridge.h; sourceTree = ""; }; + 2DA8B19A8EACEC6A70AA571F645F65FC /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CxxNativeModule.cpp; path = ReactCommon/cxxreact/CxxNativeModule.cpp; sourceTree = ""; }; + 2DC75BA728C1579E35DD53F297FB37D4 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactMarker.h; path = ReactCommon/cxxreact/ReactMarker.h; sourceTree = ""; }; + 2DD3CD54B865BCA179949860BA7D47DD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 2E5205465621650AC1F0D6AF7B87F4C9 /* JWTCoding+VersionOne.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+VersionOne.m"; sourceTree = ""; }; + 2EDA73118B2839299609C837E3DA2AC0 /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; 2EE4585C3E13F56D1EFE617D0DAE8FFA /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/SDImageCacheConfig.m; sourceTree = ""; }; - 2F5DDDCD48284776646790C4D174A683 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageCache.m; path = Libraries/Image/RCTImageCache.m; sourceTree = ""; }; + 2EFD51EADE36B98F5B6C1171188EFFE6 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; + 2F4D970A537F71FF9162970671184E57 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; + 2F7A7C1E87B8B364E24A90D439AD3ABF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 2F9A7AC72B0729D935D7C4B0D3E851A6 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/NSButton+WebCache.m"; sourceTree = ""; }; - 2FBF38D63817AB829206B733946FAF11 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactMarker.h; path = ReactCommon/cxxreact/ReactMarker.h; sourceTree = ""; }; + 2FFBF4388A6BEB94A51B5937FE905545 /* libPods-eSteem-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-eSteem-tvOSTests.a"; path = "libPods-eSteem-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 3085A23543F99716A8E33F7A7B4C29D8 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; 308BC1946FC8DB4D24BE1CE14EE04D5E /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; - 30C801C599969D607DEAD89A3BFFB755 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; 311E7CD7F549EB7597C81C5A63582349 /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; - 3158C77C680FED23A28804A8996CB051 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + 31325E6D6666F4E132E0967EE0902319 /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; + 3181698CAAB970A65A69A0064577E8CD /* react-native-fast-image.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-fast-image.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3188D653C45A9859D0011E29C0BA8AF2 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; 318D8398C0F34469C242AF753EE4DA35 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; - 31B34DCE007B82ACED83A116BAFA4AC0 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; - 31CCF05933D9D3671781FCF73154F418 /* RCTWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebViewManager.h; sourceTree = ""; }; - 3201798640B31E4D646CFF3C47E1B39B /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; - 32847B007A2BCE68AA3701B560C175EC /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; - 32A7F6341352CD1E18C0EDFADD35F5E9 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; - 334999EEE40824C9C83502E88DCB55CB /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RAMBundleRegistry.h; path = ReactCommon/cxxreact/RAMBundleRegistry.h; sourceTree = ""; }; - 338AB7506571AB5B0CDE3303625A56B3 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageViewManager.m; path = Libraries/Image/RCTImageViewManager.m; sourceTree = ""; }; - 33A139D8C1DFC76F7DCC8DFF230F1C60 /* CodePushConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushConfig.m; path = ios/CodePush/CodePushConfig.m; sourceTree = ""; }; - 33CF74D59C02E07F900ED86FE3D9D32D /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxNativeModule.h; path = ReactCommon/cxxreact/CxxNativeModule.h; sourceTree = ""; }; - 33D5FF0BF3FE77178E5FC08170428B55 /* CodePushUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushUtils.m; path = ios/CodePush/CodePushUtils.m; sourceTree = ""; }; - 349A973E9F2C836CF83F5D66C806055A /* YGMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGMarker.cpp; path = yoga/YGMarker.cpp; sourceTree = ""; }; - 349CF3340FDD5A19D89152FDAF7F9DE2 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; - 35B6AE2BE27C4B430BDF2A72A67047E4 /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; + 3203E276DDF38EE919B440E777EE3A2F /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 32553D5EB2D251C8C9AA9CE423C8073C /* RCTImagePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePickerManager.h; path = Libraries/CameraRoll/RCTImagePickerManager.h; sourceTree = ""; }; + 325BCBCAA7F69E850553DA6511FBF79A /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + 3271599D52C177E4FE8CE77A8530B38F /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + 33032E1339F0A1E24A2BF928D98BABA7 /* aescrypt.c */ = {isa = PBXFileReference; includeInIndex = 1; path = aescrypt.c; sourceTree = ""; }; + 33072B21DE2F7C7062A829B835DFBFFD /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + 345BCA9C806D1A6988A63C8BCE29FD50 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + 348FF0C31D9CAE5AD7F252241B44B410 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; + 3507D4815B16198506920C44ED470923 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 354A3D9A01B96E1AC3A23A97783EAF2A /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + 3554FCA4FC777ADDF042C020F3384275 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + 356F2E951A0065D52F5AAF85F7A93D94 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 35AF87936EDF41457F8F680465D593F6 /* JWTCoding+VersionTwo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+VersionTwo.h"; sourceTree = ""; }; + 35AFC7CD91FDC3AC90F1E38CE28B6A1F /* JWTBase64Coder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTBase64Coder.h; sourceTree = ""; }; + 35B7FC6923D5C7BA7C7C10C6F5A1B61D /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; + 35EF61E44F7282148EF073FD8E04678E /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; 360C027782F1ADF774F6CCAF880B22D6 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; - 3632C1FE4A69E48782733898BBBFAE12 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - 365437F861269072713BA1EBE82E112A /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; - 3721BFBCFCC1D78471F93EF58553A81F /* JWTAlgorithmHSBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmHSBase.m; sourceTree = ""; }; + 3635AF206C0790280D7BCCBFEF62EBDB /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + 3636084C414B6BB7B4E769EBB151DF76 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + 3672BD8507607F968BDD1AB36CD57FDB /* JWTClaimsSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaimsSet.h; sourceTree = ""; }; + 367FFA4A4307C14622EACBB68CCBD511 /* MF_Base64Additions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MF_Base64Additions.h; path = ios/CodePush/Base64/Base64/MF_Base64Additions.h; sourceTree = ""; }; + 36A2BA2A1736FB1A3BED1B9AB0D846C4 /* BSG_KSSafeCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSafeCollections.m; sourceTree = ""; }; + 36A2F2FD4DE50E6C330267E984D53407 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + 36D5835012B6AD22FC32CA5A5446B65D /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; 3726F6264B32CCEAE629DA40AFE3FA50 /* RSKImageCropperStrings.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = RSKImageCropperStrings.bundle; path = RSKImageCropper/RSKImageCropperStrings.bundle; sourceTree = ""; }; - 374C4BEE9D99F263E9EB46AC774C0AB2 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; - 375E4493030629636DFBE8EEA68EBAE8 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; - 37DBA0EDC6BC5181BFC52B9791C08257 /* MF_Base64Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MF_Base64Additions.m; path = ios/CodePush/Base64/Base64/MF_Base64Additions.m; sourceTree = ""; }; - 37E5F7BCD22EF121D6F27403B464B3E7 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; - 37F1CFBE7274A08FD3E068751B14B653 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; - 381BB9F64B3C603FEBE0306130817993 /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; - 38CBD0E412E79898F3524CFB1EA8EB7A /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - 38D183139510514696D2C9CAF130D302 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 375947BAA346E0BF567E031AB39CAA5F /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; + 37730DF5B391523B0252DC3D3129ED6C /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 37E491BBA08CB86C94DF2B2C778A1714 /* JWTAlgorithmNone.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmNone.h; sourceTree = ""; }; + 380113A9C1DE7AC745DA0D715EA74AC3 /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; + 3812D6BAC4E109E0B79C91735DB07CBD /* MF_Base64Additions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MF_Base64Additions.m; path = ios/CodePush/Base64/Base64/MF_Base64Additions.m; sourceTree = ""; }; 38D2252A0427FEC18CE219EE8D075D0B /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = ""; }; - 38F423EF8D4B60490FCA9E4870A15B22 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; - 391DE7198B819F01A965657DA09030C0 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; - 394832152F69DB2352638FBA993CC029 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; - 39621A55DFEF9A7EA1382181ACFDA45E /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; - 3974E3D6EEA740EDFE56CACFCA564971 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + 394979BB67AC5AB93000281435CDA7EB /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; + 395CD3E64FC89B46DF2DD5A70B79FA6E /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; + 396FBAF47A4BE342C861AEF7402A619C /* RCTWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebView.m; sourceTree = ""; }; 3984EBA8FA4464C9A9C06CCC2A938C65 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = ""; }; - 398FFDBFEF1A0A6D9180881141000458 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; - 399112EE94FDDFA5BB43A9F40E4EB0B6 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; - 39974B9DDE47E8C9BD229DD0CF2B7B85 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 39F1B03316C53CBAB5FD69510D1C8043 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - 3A43D1C20D4CA0D2C67F49429A06540E /* RCTPhotoLibraryImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPhotoLibraryImageLoader.h; path = Libraries/CameraRoll/RCTPhotoLibraryImageLoader.h; sourceTree = ""; }; - 3A9FC77DF95873260DEB98927CC189BD /* RCTWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebView.h; sourceTree = ""; }; - 3AFF8C8A363FBF299B2E459A9ECD17BD /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; + 39C4F3B723C3F1928BA0506BBBE7C060 /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; + 39D89875DC0740C773B6F9EDD97D34ED /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + 3A04F3C928E0229E3CC22F98CC93B536 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + 3A4C81298BE256DB681D2511C3259F5A /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + 3A6D02AA9F7E0FAE7C393E24D7B744BD /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 3A6D9DD5CCC41D2653611C91B058F803 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; + 3A9EEBB62E0DD31A38289CF76315438C /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + 3AB9002BC52EE3C2876CA241EE0AD3D7 /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; + 3ACC9BC41D2B92A9AF6857F967585B18 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; 3B04DC1F9131D746FC83E6812AFC9503 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; - 3B1D302D5401436ADB0F8F73BEF869B1 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; - 3B3E76F6225BF7D14B1710E075A7A111 /* React-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-dummy.m"; sourceTree = ""; }; - 3B4CD51436189EF0F13D5AFF521A7FE0 /* react-native-version-number.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-version-number.xcconfig"; sourceTree = ""; }; - 3B569ABC7549229AD81990305B547211 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; - 3B57A3629244D53E47C9373B0427C706 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; - 3B9A94A4D3FD2D359F0A4699FE80BE4E /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; - 3C0B511D1CD378F546AE224AF0E3D61D /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3C3538CAB81C0F668880518893F08F65 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeToJsBridge.h; path = ReactCommon/cxxreact/NativeToJsBridge.h; sourceTree = ""; }; + 3B12888A3C01FB73DE0B8DA18D8D2BD9 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + 3B5112EA257F64921A9D1D62E9BDF14E /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + 3B606955F94C013DC4A2CDCEE79C6E5C /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; + 3B95FB6FAE6AC6E9895A49FBC88B8FCE /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeModule.h; path = ReactCommon/cxxreact/NativeModule.h; sourceTree = ""; }; + 3C9ECCA9E9A86FC66CAA5ECC10CC873E /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; + 3D1BE9E390B23309E1597CF2A14A9122 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; 3D3A270061D5A13C267E3EDC1E773490 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = QBImagePicker/es.lproj; sourceTree = ""; }; 3DB0F2294FE361B0AE87702EC2040129 /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; + 3DB8F88CA0B74BD4FE5B61377A2BE218 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; 3E269650A3211BDF6B4B4F68692AF168 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; + 3E3E96174185879D2F5E39032E16C2ED /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; 3EB26E00DCE4952216513A0D9BED74C6 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; 3F038148531D617B4ECB201BDFB12315 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - 3F4F5FD4AC27C68D8761C582DA9354D4 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; - 3FD4FF65B21651B896976BD1D6ED765C /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; - 3FD5D747008E42389289E8E393CB92A1 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - 40E83867EC17A641D012ABB2FECEAF29 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + 3F142D9EC38DDAAEB113E8BAC65F72D6 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + 3F2299AFD6E9B9F1DA57A7B83688D607 /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; + 3F3E65A7A99A668F2184410F81164CF6 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; + 3FC131FA743C0EA177314010267E2160 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 408ED2CFFAEEC7F8166A565B16957145 /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; + 40CD40A5A9B79D00F0CFFD0861951FF9 /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; 41264FB35A4A43E1DDD0819FD16413BA /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/SDWebImageTransition.m; sourceTree = ""; }; + 4148630A7C8AAF2AAB145F95B36F69D8 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; + 4149277DDDBB5461ACE47C225F3774EF /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; 418F5B892CDD5667E94058CC365CC68F /* Pods-eSteem-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteem-tvOSTests.release.xcconfig"; sourceTree = ""; }; + 41A079F83B3DCD6993992C39DC4440A8 /* React-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-prefix.pch"; sourceTree = ""; }; + 424008DDC24D21E1C9124F5DB6CF1238 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; 42660B6A3D40A5738448EEB1157834B8 /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - 428A338D8132FCB87CE9A707D2089A89 /* JWTErrorDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTErrorDescription.h; sourceTree = ""; }; + 429E45AAC1637EF737BB165B36921ADF /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 42A22E3A64C390253932034582B24111 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 42B3541CA041990E440B26EA69C8B0D2 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + 42B4E793956C0524B65D140502ABAB4A /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; 42B6588A46C79743B19B4D6FE22043BA /* RSKTouchView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKTouchView.h; path = RSKImageCropper/RSKTouchView.h; sourceTree = ""; }; - 433A6C028EAB89E1821BAA35040A291E /* RCTWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebView.m; sourceTree = ""; }; + 42CE618225C01C936DB0E763C0E10D4D /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 4322B5F5E59199645EB892DDDE1083D4 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; 439CD1699FDF3C8A359390715B9C0E6A /* NSImage+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+WebCache.m"; path = "SDWebImage/NSImage+WebCache.m"; sourceTree = ""; }; - 443D2AC4F93F7ECFFAA3DC8D293EC505 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - 4483D1476BDDDDC6E2A7E0ECC494A001 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; - 44ED9826C315B3E55C0C2A59EC7D2983 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - 4532E8E178A5FEB15BE6202136E05E2A /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 45D48E0D2B4BA72D1AC5ADADB1A16CED /* JWTCoding+ResultTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+ResultTypes.m"; sourceTree = ""; }; - 467AA25F06D8D72F0C6240F59DCA8948 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MethodCall.cpp; path = ReactCommon/cxxreact/MethodCall.cpp; sourceTree = ""; }; + 43F76DEA25D26E1EC9D87A2F837F0E37 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + 43F93EAC151549B4E251A1D7F191AEA1 /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; + 43FE8582BB78B9EA399E194F0BA78D3F /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageQueueThread.h; path = ReactCommon/cxxreact/MessageQueueThread.h; sourceTree = ""; }; + 440AABEEEE7A147CF5E731E701259652 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 4411C82F280CB7330AB77C9D205FC04F /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + 444A842E0D24DAB1292C664D82344495 /* CodePush.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CodePush.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 449C997D127C8993705DEF66EA69D784 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + 44CC9F5D9C19BFBC1292F45D002EF183 /* JWTCryptoKeyExtractor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCryptoKeyExtractor.m; sourceTree = ""; }; + 44DBFEE411FEF0A0CBA6A7CED40D1730 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; + 455269537B4E49DD361A00B287963622 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; + 45B90BC44D6C4905B480CD957FACF5BA /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + 460DCFA87C2712C7B652D915E1FA0CD0 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; + 462125297F9B53F625ECF499CB699337 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; + 465DCCB932307AB3937B480FD9A83218 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; 467C99872D1D379855EBD5DDEF75BCC8 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; - 47246FF9F62E2AEC214876737208FF3A /* JWTBase64Coder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTBase64Coder.m; sourceTree = ""; }; - 47557131634AECC3FE60924D32614F2C /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; + 473F107DC0435ACF034C02B40AC1583B /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; 47662FEE7116482496819AFE0592BEFC /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; - 478DFD99EF784156A7010A0323BA7A18 /* libreact-native-version-number.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-version-number.a"; path = "libreact-native-version-number.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 47E5CC465F3F52915713F39E59115837 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; + 47708A6C525EACDE234B4AF0DB79C977 /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = hmac.h; sourceTree = ""; }; 4818F131BB147BE23CD5E93AB1B9CCC6 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; - 483E3F9C8C646B70C3D80DF0854701B5 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 482D4E5AF92A5A27044EB7E85E01EB11 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; 4849903400AE961A88C471B28999C7D7 /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/UIView+WebCache.h"; sourceTree = ""; }; - 485C5A08A359F5C101FBF0D1AB4E6AA3 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; - 4863C7B551705F734AEE68BE4A82D121 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 48790964AB0AF371CEDA5E0DBABD88C9 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; - 495FDDF103196B07D0002F1537EA659F /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + 489DBBF0A28E5D4A331A3F3FDFF32529 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 48AA80B6BB9A7601939C2D221185B459 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; 4967BB0981D33C2CCF640377983F3BAE /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; - 4977F6377F397CA098639EE2ADA244D3 /* CodePushDownloadHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushDownloadHandler.m; path = ios/CodePush/CodePushDownloadHandler.m; sourceTree = ""; }; + 497DF69BCD86B45529AE462D7430C5AD /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + 49E0D11718157FAAB9D7A213D041E040 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; 4A2B129D6BD066E4B086FE930422F11A /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; - 4A44BDCCAE1B0FDB63A0BE0D68DDEE19 /* Common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Common.h; path = ios/CodePush/SSZipArchive/Common.h; sourceTree = ""; }; - 4B2F1DD2454D35CE3CA910CDB1E128C2 /* RCTWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebView.h; sourceTree = ""; }; - 4B2F26139E9B15A86621E22AC23A24FD /* fileenc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fileenc.h; sourceTree = ""; }; - 4BA39C027EF3532713355A83BF95588D /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; - 4BED685283761285EF70E2318E340B48 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; - 4C4F499D31E9D5F562027E575A9EFBB9 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; - 4CE9175B4B7A31DE46A4FB4FEC93A13A /* RCTWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebView.m; sourceTree = ""; }; - 4D08C68AE16A8089A18A5E4DBC75E6DA /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + 4B5B9F77D7E64DECE0A353C0B55B40D0 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 4BA942C534B1F0171BD1D8DABE901270 /* CodePushPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushPackage.m; path = ios/CodePush/CodePushPackage.m; sourceTree = ""; }; + 4BFE63D404F11D1F1B8B33C8E0B5778D /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; 4D49D10893E0345A7B306189A6924493 /* FLAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FLAnimatedImageView.m; path = FLAnimatedImage/FLAnimatedImageView.m; sourceTree = ""; }; - 4D505B832753C3E6E0BEECE912F70A8B /* JWTCoding+ResultTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+ResultTypes.h"; sourceTree = ""; }; 4D565838FB6DAA9F8052D83CC3C74696 /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/SDAnimatedImageRep.m; sourceTree = ""; }; - 4D6ECB29EEA2BED0B9459D80E3B6BD7A /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - 4D9A63CE53AB11E0DC0E49BB846C97FD /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - 4DC4FB779763C7FF1877E86451FCDCE9 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; - 4DCA6D4ED8F6C1E959FE66757605E308 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; - 4DE8A4653F996F830B290290F4E0A90D /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageQueueThread.h; path = ReactCommon/cxxreact/MessageQueueThread.h; sourceTree = ""; }; - 4E27A4D16D2290E68CA37BE4DC1295F0 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; - 4E6B5A517B26549A115AB751E412E270 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; 4E805DD5B0FF5D3FD05B4756A4D72CB8 /* QBImagePickerController.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QBImagePickerController.xcconfig; sourceTree = ""; }; - 4E977E80013C120C5BCE4236156F72A3 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; - 4EAA0296ADFFF099701A6AD825B5E11A /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; - 4EAEB5C985065108DBAF687165A3C72B /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; - 4ED39BB6CAC27D4DECFB291CDE993101 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; - 4EECD24011EA4523B160582148C6AA3B /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; - 4F4218A8E1C6F30FC205E526B7AFD332 /* setup-android.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "setup-android.md"; path = "docs/setup-android.md"; sourceTree = ""; }; - 4F455A04B125FA6537AF5846A709CEDE /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - 4FA4E7DAC9BBD29D30C26C72B659995E /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = ReactCommon/jsiexecutor/jsireact/JSINativeModules.h; sourceTree = ""; }; - 4FAA1DB4E197D6750B7C0E76CF5D6A4A /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; - 4FF19D906B5DBBFDA2637B768C968F74 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - 5076653FD6F57FB4C63BB63A3652E0EE /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; - 50A601EBE9AFCA8B68001C0E86A9C289 /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "QBImagePickerController-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4E9813538D670B64CE042581AECC6B4A /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + 4E9F1242AAE743B64B3C253C8C700309 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; + 4F709ED7180E81A4597143193C79C511 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + 4FB161CD3C5DF667ADFF2B7A5C3003C3 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + 4FCBF1A2826F9C6A074768502C811548 /* hmac.c */ = {isa = PBXFileReference; includeInIndex = 1; path = hmac.c; sourceTree = ""; }; + 50291C8F24B5491151A6F2761F42A81D /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = jsi.cpp; path = ReactCommon/jsi/jsi.cpp; sourceTree = ""; }; + 50510BCCFB5A2689ECF8FC424407E013 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; + 505F0AD3FB41082D9CE0D8EFEA9E52F5 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; + 5075CB42FF6BF0AF55FC658B8681B6B1 /* RCTWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebView.h; sourceTree = ""; }; + 5089B80EB1EDEE58B3AE15D0635AAF49 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; + 50B745AB9344070D566B1544AA862345 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + 510C63F3C70B1961D42C700FD84EF9F4 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; 5112052F247A37D320B32E8DBBC479FD /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; - 511A4B9ABD9D237BCEA6DEC9C162755F /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; - 511A8FD0E2046BB2D14EB6008C215C77 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - 511F1A384B4FF75A429DFFBDA1958DD9 /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 516833EF8D6147E9279AC100C6426F82 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; 517E0FA6BAF80E6220023FA81B928452 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - 520A32081154AA775973B2C42F600419 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; - 526C51CC059430EE27E4BF20885C9F04 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; - 53F60CAD1865DBD5F33D3F63A081A8B3 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 51F3783BE85FD7E29CF85172E5885D2F /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + 52299ADDF0E19CD7564E4C09DCF50DF2 /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSCRuntime.cpp; path = ReactCommon/jsi/JSCRuntime.cpp; sourceTree = ""; }; + 52B6E1ACEFF4C3AE4778BF23904E7420 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + 533829CACD2EE11293B6246F1AE45F69 /* api-android.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "api-android.md"; path = "docs/api-android.md"; sourceTree = ""; }; 540FC0B935FE13935A9F89FAE9B6CA84 /* AppCenterCrashes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenterCrashes.framework; path = "AppCenter-SDK-Apple/iOS/AppCenterCrashes.framework"; sourceTree = ""; }; - 541AE6D6D409FBC65CF5A41B24C6A6E1 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; - 550B0F96D32B79FAB9EE69A35CBC3E6D /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - 5597989E94874C8D46F8B676F0BA75F1 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; - 55BE02A0CDCFC5C2AAAD7326D8B6D128 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; - 55EE57B3C00139C851A0FB79CC420DFC /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; - 56013F5F7355FCB147F3016FEB6430DF /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; - 5648B41661215C0DBB1E5F62C27E7B75 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - 566254B9376E73737DFC077B30919463 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - 5671CBBD33B17173C40CC7209DF82EBA /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; - 56ADA70A4A1C46F6A86A03CC2C105214 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + 5419BFEFDEA99EDD521B1FAC160F929C /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + 54821E431597A9C4C2F3071656E3524B /* react-native-fast-image-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-fast-image-dummy.m"; sourceTree = ""; }; + 5553F1CDD8303B64658C9D62F6BEE4D9 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + 558EA82F5AE658D985127A29B0C0A649 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + 55EA6BC42F3337129B7B92426717C964 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + 564B29CCC3F5E8A1DC0893E8B20A49C3 /* CodePushUpdateUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushUpdateUtils.m; path = ios/CodePush/CodePushUpdateUtils.m; sourceTree = ""; }; + 56DCE8263677014D3A3D3349B156EC76 /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; + 56E80E8A52F7583FFA9584331625DAB4 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + 5745C8233AF3B7D5BA8430875231E19D /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; 575AEE688A766E05065B34DEB063F32A /* SDWebImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCoder.h; path = SDWebImage/SDWebImageCoder.h; sourceTree = ""; }; + 57627898649983C794800267A40B80A0 /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; 576F21A39C7CDC05398B68B66B9D3462 /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; - 57B9FECB37F7891412A424E3FED03269 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JsArgumentHelpers.h; path = ReactCommon/cxxreact/JsArgumentHelpers.h; sourceTree = ""; }; - 57D0A39323EA68D207DB29CF8B1C4408 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - 5809776FF6BBB3723AE6526855578A82 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + 57B722A6CBC6D046F2AF495083481D58 /* crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = crypt.h; sourceTree = ""; }; + 580BDD1E4CEC347F227AC84291DC4A22 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; 583DF44C17CC3B7A3FBCDC6E2AEF331D /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - 587D6EA520236B7B5F9B9037B6BE47B0 /* api-android.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "api-android.md"; path = "docs/api-android.md"; sourceTree = ""; }; - 58A26EC8616ECEAFDC0761E26D25361D /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; - 5924637B5557D9B34951B7156CA8C77D /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; - 597A242E6EC4FFAEB09EA6E6FC6A1439 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - 59D7442BD749C24412DEBA39339457A9 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; - 5A0CEDFA518A96D09BA3692311C34CC2 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; - 5A134693C1EB9015D01ED28336A0AA41 /* JWTClaim.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaim.m; sourceTree = ""; }; - 5A28C3D7971D83113C47E104022AEB4A /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIDynamic.cpp; path = ReactCommon/jsi/JSIDynamic.cpp; sourceTree = ""; }; - 5A39881E722042811874851F814E1310 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; - 5A823DA90CF993C5ED7BF8E5FE2A6CCD /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + 58AAF2C34AAA13F617B90325F31DF329 /* fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fishhook.c; path = Libraries/fishhook/fishhook.c; sourceTree = ""; }; + 58D3BD730CBE4C19AD30A0278C087890 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + 591673A9F639756E7FCF75B04D8F05A2 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 5925C04DDF398E39796E0136086D06EA /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; + 5927F6F13743078BFB980057AA038525 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + 594387859C298388AE86920B3135485D /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + 595FCA8EACF853FA119632F31BEA007F /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; + 598741F8DD63B47FDF57EE28091B0526 /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; + 59C83889E824650852547507D16A6D5C /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; + 5A023A0AFF31DCA95182B60C58B44B68 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; 5A8BE9156702131424031DFD3E63BEE6 /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; - 5A8ED0EE9AD856B8788ED6534B2A7B99 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - 5AEC333F421DCF703BE1B71A5DC6803D /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; - 5AF9851769D85D7F6B6F1D17EA0D8C87 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InspectorInterfaces.h; path = ReactCommon/jsinspector/InspectorInterfaces.h; sourceTree = ""; }; + 5A939C903A2FA4D2FFFF98592516F99B /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + 5AB58978A13C3A8122233FBB0A50A5D3 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; 5AFD53FA01D92758E9E1E1A87828E72B /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; - 5B001A6E690B03206EEE2FAFC2BB8629 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; - 5B48A572BD50AB7CBAAAF62731DA69D4 /* JWTBase64Coder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTBase64Coder.h; sourceTree = ""; }; - 5BACD943ADED348DEA0C1FC4E13F0F6C /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - 5BE7D4891E31921B00258C7475F40051 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; + 5B1A67AC8EDC447103F9C90C9043863E /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; 5C38836E3D82C6AC2824E63D30C774CE /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; - 5C6A9CD0E3455EFD82C413BB8052C860 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSDeltaBundleClient.cpp; path = ReactCommon/cxxreact/JSDeltaBundleClient.cpp; sourceTree = ""; }; - 5C7183CA33F64C19E627E94EC1C9BDAC /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - 5C983CCD4BA81DA4CA16823F8371E33D /* sha1.c */ = {isa = PBXFileReference; includeInIndex = 1; path = sha1.c; sourceTree = ""; }; + 5C710EB452317D237C2F41461DF34490 /* libRSKImageCropper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRSKImageCropper.a; path = libRSKImageCropper.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 5C921C3178D8AC88FCE27D9E81A7F5DD /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; 5CAAC1197F4B619285A0DDB4343B3C52 /* SDWebImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCoderHelper.h; path = SDWebImage/SDWebImageCoderHelper.h; sourceTree = ""; }; - 5D326EDFF0B84989DF35E2F75ED143C1 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + 5D1A23BE3FF7CA55B8DCEDAE4CB53B66 /* SSZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipArchive.h; path = ios/CodePush/SSZipArchive/SSZipArchive.h; sourceTree = ""; }; + 5D40F7BE43532F0D005A299F41892625 /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 5D5DDB2DB372868763A460307D270342 /* JWTAlgorithmESBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmESBase.h; sourceTree = ""; }; + 5D807E1837594AFC4FED18D8575366AE /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; 5DCEF2C4AF80222FBF975A5AA15605AD /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = QBImagePicker/ja.lproj; sourceTree = ""; }; - 5DEB41D56E5717406B50733A721768BB /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; - 5E554D75EF4C5FB6B21CA66D7DD4E750 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; - 5FAD4F526A325839E3F1087E5B1E103E /* pwd2key.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pwd2key.h; sourceTree = ""; }; - 603F61049C460CB6373F9E0DA71ED92B /* JWTClaim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaim.h; sourceTree = ""; }; - 604DCD68214480ABFB62426A4797B5F8 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 5DE4E9D11DEE1E84CE34356F10A12738 /* RCTConvert+CodePushInstallMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+CodePushInstallMode.m"; path = "ios/CodePush/RCTConvert+CodePushInstallMode.m"; sourceTree = ""; }; + 5E918F715DA46F4D2325A5AA9E9B9EF4 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; + 5EE3795D81774D992D13078DE0235798 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + 5EEFB14C22389FE478659BB612BEB17A /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; + 5F0661E3E90F4ED4FBB85868D78F3E62 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; + 5FE5B968CBC2ED5069B7AC98C2F162A2 /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6045228B7FA983F701302A76CAC4D82B /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; 607BD3F56357D7CCE28191EBC765FB40 /* RSKImageScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageScrollView.h; path = RSKImageCropper/RSKImageScrollView.h; sourceTree = ""; }; - 60952757768F82F88CAF89538CFFF814 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RecoverableError.h; path = ReactCommon/cxxreact/RecoverableError.h; sourceTree = ""; }; 60D2981CFEEC2FE7537D80B87E886A1B /* RSKInternalUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKInternalUtility.m; path = RSKImageCropper/RSKInternalUtility.m; sourceTree = ""; }; - 6197B575B7ED268BC4492912A8A2806B /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; - 6205E5D07316BE3774DF80D6FD2E8D73 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; - 62ED32287E50BCD3B0851D2A7E61ABEE /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; + 612A6D3358CDC44E12B4A78A4E5F18BA /* react-native-version-number.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-version-number.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 612EB9514DDA990564685F8F8F034599 /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; + 61D416CA1469D4D73278DBAE59EB6DE9 /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; + 625573995C907CE3D4829AF1B5E2C3A2 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; + 629B73E08AB58C3CCC2B6DE1FC42D2CF /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; + 62AB30EDF9068C389491ED6200463385 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; 63580F40EBE62F749804E408E75961B6 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; - 63F996335C578E8B7F7253C5D6637CA2 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; - 64AE50442F664E97D76EC43A2B2F49DD /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; - 64CEBF1CBC5B1B5F8B24341746B4842B /* setup-windows.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "setup-windows.md"; path = "docs/setup-windows.md"; sourceTree = ""; }; - 6541FE7A0B392399A8A79F91E5993993 /* JWTAlgorithmRSBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmRSBase.m; sourceTree = ""; }; - 656309B23C236DA9D88FA6884FB50DB6 /* libPods-eSteemTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-eSteemTests.a"; path = "libPods-eSteemTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6585EACCB1D6FF7DD17C28AF356BC65B /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 63724B9EDDDDD86E7AD938581308CA1A /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + 63D13EE23E2BE43120B901211F5C4362 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; + 644FD4EE7B5F95F66C4B33994E7C0734 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTLocalAssetImageLoader.m; path = Libraries/Image/RCTLocalAssetImageLoader.m; sourceTree = ""; }; + 65129046F06B50E9AFE01DA29E59C00C /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + 65166C1AC8F4D03B9A8DB9F19829CB9F /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 652CC8D8677A30B7F83AD183274AF06C /* RNVersionNumber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVersionNumber.h; path = ios/RNVersionNumber.h; sourceTree = ""; }; 6586442A0743D450C79E92C8F41B54A4 /* FLAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLAnimatedImageView.h; path = FLAnimatedImage/FLAnimatedImageView.h; sourceTree = ""; }; - 65A2229A2FDCF89B9051702926D991B4 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; - 660AB324AFE8178E927A72128736BA1F /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSBundleType.h; path = ReactCommon/cxxreact/JSBundleType.h; sourceTree = ""; }; - 661A727445AD859C2DA73A5F88BEEA30 /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; - 6665BF3136ED31BFDCB8C0A7F898DEB9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 67747B9B31B98F452B9F63FEEBA1FD7E /* CodePush-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CodePush-prefix.pch"; sourceTree = ""; }; - 677921D5C2DD58363717607334177247 /* zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = zip.h; sourceTree = ""; }; + 65EA99E5923F8EB2E833BE58774C3103 /* JWTAlgorithmDataHolderChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmDataHolderChain.h; sourceTree = ""; }; + 664C2670A7C10A600E972CA34254E9F7 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + 66A10E7B8F20F90B763C9DE681ECD5A8 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + 66EB4E01007A23A088EBC78D409D73B8 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; 677BF24D7A701547C02E11DA3F473768 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; + 67DF3E9A226D64E948CC84E806528306 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; 6800F20D6CB1B8DCCFD1206272C04431 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; + 680687425792E48EBA4732A4CB8157BB /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; + 680BAFF52F853A8C1C9C0047E531FD9B /* CodePush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePush.m; path = ios/CodePush/CodePush.m; sourceTree = ""; }; 682520CA0AE14F0B1E2A6B7E165F8549 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - 687251644BF2BBEB995A63BC8D33C504 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; - 68D0A647384C3F898E44573B660CFD8B /* JWTCryptoKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCryptoKey.h; sourceTree = ""; }; - 68D10C8690BCAC6BF00EFBED7984DA01 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - 68EBF5B39DCDE85C35E0BCAB7F568988 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 689918F5E569B50087CC3787E4757432 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + 68BE8D1AED8F60C0270A5E9B3E1C8016 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + 68D92C9484B60A3B5DC6960A65A5F7E4 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; + 68DE5867F5D94B4355730DD0019B6F80 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTNetworking.mm; path = Libraries/Network/RCTNetworking.mm; sourceTree = ""; }; 68F683AAFE7FB8B4D41F0710F759B509 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - 69522A1FD823D3733B2F6D6F08442335 /* aescrypt.c */ = {isa = PBXFileReference; includeInIndex = 1; path = aescrypt.c; sourceTree = ""; }; - 69A2F528D5D0CF5CEC259E3FEAED9860 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - 69BB6CA92401A29289EB44F6E5801EBE /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 69163FCD5E8322EDC3D014D66627C32A /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; 69E43B695CC527F3E22C8D1D7F405329 /* QBImagePickerController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QBImagePickerController-dummy.m"; sourceTree = ""; }; 69F494E848300277EDBFB3442D7C9A05 /* FLAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FLAnimatedImageView+WebCache.h"; path = "SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.h"; sourceTree = ""; }; - 6A32AFD0EB8CFAE78C7E7BFB0D7038F6 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; + 6A7A42CEA06A5D388C6E45F5D184D8F3 /* react-native-version-number-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-version-number-prefix.pch"; sourceTree = ""; }; + 6A99F46117155B4951AEC8B675102243 /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; 6AA2F4B55B3D1C800F99C5C5428E7B90 /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; - 6AE63653E96AA5D289BF2C3ADCC7F018 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 6AF43478AEE4EADC4AA155BC2BE03A43 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Instance.cpp; path = ReactCommon/cxxreact/Instance.cpp; sourceTree = ""; }; - 6AF80F96561C052A1586D2F713F9EE83 /* react-native-fast-image-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-fast-image-prefix.pch"; sourceTree = ""; }; - 6B38120F5AE0E85B0773027EE1CF81C8 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+Text.m"; path = "Libraries/Text/RCTConvert+Text.m"; sourceTree = ""; }; - 6B8C2C5E2F2F2ED86F60722961CC1738 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; - 6BA3086E65128895EAFA01FF8AF0E36A /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; - 6BC83CA322EED98B9E92D7A40F7170EF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 6BCCEB9A24EBC24DB0B6B349D573CDB0 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; - 6C05CBC186EA0B0866188E15512FEDFA /* JWTAlgorithmNone.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmNone.h; sourceTree = ""; }; - 6C63EF3F37C02CC29C31BDE2049B63F1 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; - 6CA8631866180CB321F18AE2FF0B2347 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - 6D0F76F6F083236DE3F0B6F6CCC99169 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "jsi-inl.h"; path = "ReactCommon/jsi/jsi-inl.h"; sourceTree = ""; }; + 6AF276526171B1E6FE9345935E87D48F /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSBigString.h; path = ReactCommon/cxxreact/JSBigString.h; sourceTree = ""; }; + 6B0DC959084E9DFD7E56F5EAB85AA3F5 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + 6B40461F091776B72C0C961BE7531E7B /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + 6BB59361D22D787E0CCE02BFE1D005B9 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; + 6BCBBD4E0B94F9CCF5B271CA91075DC0 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; + 6BEE918748D973453265E6B7F1557BA2 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 6C46DAAD9BF1A5A083B40D01FE309984 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 6C6A018865582712DC1D026F6F65A7C5 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + 6CB09CB9B95863E170D05A3BC2EF40B6 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; 6D6B804D48DC1FDE5B92813CEEDC70C1 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/UIView+WebCache.m"; sourceTree = ""; }; 6D8CC5F4B9B4A35D0BAB170B72496E97 /* SDWebImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCodersManager.h; path = SDWebImage/SDWebImageCodersManager.h; sourceTree = ""; }; - 6D9216221565CC4DCA2DCB57EF969A0C /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - 6E4C2A133DBF86E6F45044DF15B7E972 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - 6EC79FF7916E4A6CC17E0EDCE06441AB /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; - 6F1324591F6F44A8BE97D798AD4EAEE7 /* mztools.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = mztools.h; sourceTree = ""; }; - 6F35971EEA128A73AE508B588686ADCE /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; - 6F3B0736780F902CC666AE0E58C18BA7 /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNativeAnimatedModule.m; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.m; sourceTree = ""; }; + 6DD95E21365D68A36CF0C80A06BC7BEE /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; + 6E437AF02E3A62BAD78D3C03EACC270E /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = ReactCommon/jsiexecutor/jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 6E9488B91EC9210084A446B5699E7A22 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTFileReaderModule.m; path = Libraries/Blob/RCTFileReaderModule.m; sourceTree = ""; }; + 6EB8A7AB8DDDD1EE37ADC40C79C211EC /* libyoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libyoga.a; path = libyoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 6EDFF6D2EA8C79B59A0D629BCA8C89AF /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + 6EEE9FA56B77C5F8E4C4172C943E67C1 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; + 6EFD0D79A80F1C7E765E217F85E559D7 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ModuleRegistry.cpp; path = ReactCommon/cxxreact/ModuleRegistry.cpp; sourceTree = ""; }; + 6F4F7675A7AFCC08CFEB32E7010CBD09 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + 6F57141F7FC6CC00C3FA167F80D6F51C /* NSDictionary+BSG_Merge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+BSG_Merge.m"; sourceTree = ""; }; + 6FCFBF1C3026598EDD9E129847E9BEF4 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; + 70211C7FAE97F058D56D4B439507DF61 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; 7028F5EAF2CC097E374B74CA0923743D /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; - 7037CA9A024DE96ED2883FC9F867F22D /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageStoreManager.m; path = Libraries/Image/RCTImageStoreManager.m; sourceTree = ""; }; - 708C663850EBFB305110AD9061F6F119 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = ReactCommon/jsiexecutor/jsireact/JSIExecutor.h; sourceTree = ""; }; - 70B4A2D493B7F771EB658F3F81AE6C95 /* react-native-version-number.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-version-number.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 70C2E8291664E8D3027F2FD3B249C63B /* RCTImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageLoader.m; path = Libraries/Image/RCTImageLoader.m; sourceTree = ""; }; - 7103D2A56FE1845BBA7452008944A1EC /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; - 71092E19F829AE05D459881E279A4D6D /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; - 713E1D6AF7EDB4A99224C53B674A76BB /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aes.h; sourceTree = ""; }; + 706ADC76F76AD9A8F79E75534183AD6F /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + 707CE5EE5994AE69CC7AFA7282F187EC /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; + 709364123263621BAF24C453A6186EDA /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; 715FDEDBFBDAAA3860DA656AB6AEA740 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/UIImage+ForceDecode.h"; sourceTree = ""; }; - 7166DB61772A1E27EB09139A3232E8F3 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTFileReaderModule.m; path = Libraries/Blob/RCTFileReaderModule.m; sourceTree = ""; }; - 7167A0781295CA63ED025DB1304CA83A /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; - 7177673C0DB44E75EC2B8EAA4225398C /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; - 71BD0E3EDE1D7D3ED61CB141AFF09588 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - 71CE8C46B8BB1CCE7FFB2929630EAF86 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; - 71F24D531E47EEF87EFA0888E29AD351 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - 724CA1479E1E1EC1BF279CD73E778478 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTHTTPRequestHandler.mm; path = Libraries/Network/RCTHTTPRequestHandler.mm; sourceTree = ""; }; - 7284F0DD319B0AA184249308A8A2050E /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + 718B3EFBA7A232DBFB8D19E4A7BD8BEA /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSDeltaBundleClient.h; path = ReactCommon/cxxreact/JSDeltaBundleClient.h; sourceTree = ""; }; + 71A6BFE153D85D03C89B60BBCB2E7A3A /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + 71C35ECE85FF2610F7F5DD61171247EB /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + 72189466E4D0763AA6DF57BF6AE28CA5 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + 725A0D88530AC002648A29D7BF96041A /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTFileRequestHandler.m; path = Libraries/Network/RCTFileRequestHandler.m; sourceTree = ""; }; 72D66CB7C77785F170FE68D825B9E55F /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; 72DF076D7D666324AAA03DB35873C7A4 /* Pods-eSteem.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteem.release.xcconfig"; sourceTree = ""; }; 72E46D0EF36FA22FA41E76EF01C47C72 /* CGGeometry+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CGGeometry+RSKImageCropper.h"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.h"; sourceTree = ""; }; - 72E4B82E7E3241994705FA880BA69B42 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; - 72E5A6345DB9DE6D923B305614B58C24 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; - 734133EFD4EE6B08425A0FF91F473829 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ReactMarker.cpp; path = ReactCommon/cxxreact/ReactMarker.cpp; sourceTree = ""; }; - 735A95A07705F5259C984D97F8040F21 /* react-native-version-number-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-version-number-prefix.pch"; sourceTree = ""; }; - 745AFD742EAD6018108B7D97BB0F49C5 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; - 748329052B27A82A5ABB287FA215A8E7 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + 73849186D4BF0DF53FCF274CC14A81C5 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + 73E1CAF59F8B7B02CBB4D876FB92BA5C /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageViewManager.m; path = Libraries/Image/RCTImageViewManager.m; sourceTree = ""; }; + 73E8DD6B67CCC9B7BC0F23A6635F8AAD /* pwd2key.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pwd2key.h; sourceTree = ""; }; + 74ADA23D9C22D489ED190D0B855F2E9A /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; 74DC2078457E5AE5E9CC3B93F21CD4D1 /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = QBImagePicker/QBAssetCell.h; sourceTree = ""; }; 74DF928F7EF7604EA6C8F86951E26E1B /* FLAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FLAnimatedImage.m; path = FLAnimatedImage/FLAnimatedImage.m; sourceTree = ""; }; - 74E36C864858371A90EA1896BCD8DF88 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; - 75016C7BBD43E00B6D36F1F0C0134892 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + 750F7978542B9BAF550597FF5431D809 /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; + 754D83776BC1828ED902868C75F4533C /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; 7578CBDF45FF2B3667A9DAB59934D3C7 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - 7588EB8BDE4E2DF66AD52F06BB160BD8 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; - 765689C5B36EC40D88E2F70E949447F4 /* RNVersionNumber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVersionNumber.m; path = ios/RNVersionNumber.m; sourceTree = ""; }; + 75DB1ECB44C5B9882A9503B84EA27EFE /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + 76321A10C41E396C25ABD3C2CF71661B /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; 76888898E67D564A408F3A6B05494CE8 /* SDWebImageImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageImageIOCoder.h; path = SDWebImage/SDWebImageImageIOCoder.h; sourceTree = ""; }; 76A28C3C7CF9D85536EDF2F0C1106662 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = ""; }; - 76A8CCC653BA4F74AFDC14AAB8C6DAF3 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; - 76AB1360C2FF03D024E31DE696129C44 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; - 76EB636881E86BBB15D57F296B72D829 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; - 771895C1EE9839DCA2AD6418867127D6 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - 778D0769AC73F8069822885154D8B767 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; - 7793DC715F597A1BA6B3B01CBC090C2F /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instance.h; path = ReactCommon/cxxreact/Instance.h; sourceTree = ""; }; - 77981BBBDD1240FD7FDE072EE4FE585D /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; - 77C970445F7E47A8CD3131EF9A1566BF /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; - 78410F279884940B38B7F6BA98D76C5C /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; - 78AADDDDD925B944C6C237DB74933050 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; + 76CE673D44614C6402138589FDE79DEF /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 76D51A7705CB0DA11CE237B51641B86A /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxModule.h; path = ReactCommon/cxxreact/CxxModule.h; sourceTree = ""; }; + 76E72C75279C7CBF734F7F03CBF141B0 /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; + 772CA1838FA4CCC13485D25B99B6E58C /* CodePush.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CodePush.xcconfig; sourceTree = ""; }; + 774A35AE3CF44CFA21D053233EEACD7E /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + 777D4C6D5DD2B6CA1C810FD9A48D01AB /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; + 782DAC9B456C69CCE8263580DFD541CE /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + 7850822645D8E5B563752A9C3F6A42E2 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; 78B4F4808D0BCAB8BF667EA2558EAEF8 /* Pods-eSteem-tvOSTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-eSteem-tvOSTests-dummy.m"; sourceTree = ""; }; - 78BFB7E6C7FE054C291DE0414712DB6F /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; - 78C04E020A486C386093636CF247DB7A /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTBlobManager.mm; path = Libraries/Blob/RCTBlobManager.mm; sourceTree = ""; }; - 790EE415398F62F330C75EC790669B73 /* libPods-eSteem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-eSteem.a"; path = "libPods-eSteem.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 7AAE43805D1BAC76683DBD7E78FD9CA6 /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageView.m; path = Libraries/Image/RCTImageView.m; sourceTree = ""; }; + 78F21C720B66AD9314D4A9637142DD1E /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + 79757FA34783E2A66512276E36AF976C /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + 7A569CD63368B708A329AF00B20628BA /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + 7AE457CA0337229ED431EE64D0EAD25F /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; 7AED01DAE0F1DEE29EF7D1DB575C622B /* SDWebImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageGIFCoder.h; path = SDWebImage/SDWebImageGIFCoder.h; sourceTree = ""; }; - 7AFD2F23533D5357E1C462FC1F56D2C7 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - 7BCE146EBFFEEF8D58AD907997C9136A /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + 7B1785FEFA2B2E43039458F07C2B1987 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + 7B3585E2C4FE7ABE16B524519C378207 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; 7BDF2AFEC7173A7F41200A277A71E1E9 /* Pods-eSteem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-eSteem-dummy.m"; sourceTree = ""; }; - 7BF45C11B55AA973B4A21ACA8264E20F /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 7C9B176D2FA0E200C837A8063A5FBE38 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCRuntime.h; path = ReactCommon/jsi/JSCRuntime.h; sourceTree = ""; }; - 7DBD90783803CF3B8661CEA592B42188 /* RCTWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebViewManager.m; sourceTree = ""; }; - 7E1A345E0B42407C7189E8C6AA0C42CA /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedProxyCxxModule.h; path = ReactCommon/cxxreact/SharedProxyCxxModule.h; sourceTree = ""; }; - 7E88515C77EA417F1C89E85D2016250D /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIDynamic.h; path = ReactCommon/jsi/JSIDynamic.h; sourceTree = ""; }; - 7F0BEE0B9395D32B07C9E1CF7ABC7D9C /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; - 7FFACFA71ACA78F76F5CDB93D1CA5599 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - 809272F98B5D295B781BA5967D77A56E /* brg_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = brg_types.h; sourceTree = ""; }; - 81E678F4A6D27AD4FDA9F626AA6683E4 /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; + 7CFF162A4CD4C2A290B2E3DF5FFB4D4E /* RCTPhotoLibraryImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTPhotoLibraryImageLoader.m; path = Libraries/CameraRoll/RCTPhotoLibraryImageLoader.m; sourceTree = ""; }; + 7D4ED90A09EB234F417935D14748E583 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageUtils.m; path = Libraries/Image/RCTImageUtils.m; sourceTree = ""; }; + 7D5F9371A8DE9E9100502E76E3A58697 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + 7D9892893AE87459C336C8ECD6FE982F /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + 7DB24CE9EC26493BF4D23CE499CB8097 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 7EA8721DE27300113CD4D42F4B38CCC5 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + 7EB4DF68AD75FD44E85249D72EB239D3 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; + 7EC5D75EBB247B2767F38274D99B3C58 /* CodePushUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushUtils.m; path = ios/CodePush/CodePushUtils.m; sourceTree = ""; }; + 7F4D241FC5B2B3C630C22B6D0762BDAC /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + 7FBF48FD42E53B3295C6816A991BADDE /* RNVersionNumber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVersionNumber.m; path = ios/RNVersionNumber.m; sourceTree = ""; }; + 800BB2EA274F905E1EFF109AEE918796 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + 80445CDB352BCF400E0FE32BAACC08F8 /* JWTCoding+VersionTwo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+VersionTwo.m"; sourceTree = ""; }; + 8048585DC303C8EEB24852568749E9B8 /* YGMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGMarker.cpp; path = yoga/YGMarker.cpp; sourceTree = ""; }; + 8049C544DFA107F08A7B13D60F16D285 /* RCTPhotoLibraryImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPhotoLibraryImageLoader.h; path = Libraries/CameraRoll/RCTPhotoLibraryImageLoader.h; sourceTree = ""; }; + 80922FA3D9006356591B15FE6C3562CD /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + 80E0E14B3B6DD23DDB18DA38AB12736A /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + 80FA4408CA9C999ECB2E0C18B9E3B0E5 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 81209949DF40D4D53675FCF4D1E715BB /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + 81559427E62026BE81B74595D2BCCA41 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + 8158AF49A50E4599E848A9F7BE50341B /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; + 8169CCDFF43D0B6804E3861A0EF77830 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + 8189997A2C8B647743030362760BEA43 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = InspectorInterfaces.cpp; path = ReactCommon/jsinspector/InspectorInterfaces.cpp; sourceTree = ""; }; 820139734835655803C79DB8C07D3411 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - 833930CB780EBA8143778EC2FDC12A48 /* JWTAlgorithmHSBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmHSBase.h; sourceTree = ""; }; - 834FC51E38E0BFF67D6D9780CC8CB4F5 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; - 838CF8DD5AA6F4E7799255CCA847032A /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + 83F289E6F24EE214C5039A389C832400 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; 840A3D654B25A289CE5846F5801780D1 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; + 840DD45BA5E4F8FA92440A33F6B21B69 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + 842FBD486BA20BCE6916973F729ED3B5 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; 843CA64C9E4C3154590989859575DC94 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; 844756EAB40EF7BC2596486FA92E9B31 /* 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 = ""; }; - 84726D6C7FF648000418F95E0FF64ECA /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; - 84C00A4ABEC9B532252644B95CF61001 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; - 8521C008EDCC665E8668DA4CA8DEE0A2 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; - 854BE41309241AE2365D596532ADE7B1 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + 84B779F2F4F91F150E4CD06CF018C572 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + 84BF0EBB29F6CA0B059BC7A901B3A32F /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + 84C6BF73EB1815516A066B7506C413E7 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + 84F039E2285A882452A28B5053211B59 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; + 850BA00E98BEFEA62C59A2E7CAC7B533 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + 85152675E3103E78E34348D1C47A301B /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; 857008FD0583E9192A4A185A08EF678C /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = ""; }; - 857A8A801CE957714EDE4C7C5D2EFC66 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - 85819A52496DF1627D81BA9329CD0628 /* unzip.c */ = {isa = PBXFileReference; includeInIndex = 1; path = unzip.c; sourceTree = ""; }; - 85CD8E40E960824FD86452BDA50D7D83 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - 85F6F083F24875DAC68B78364AE7DE87 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 8576AFFF36305B7A0DFCE57D27D4BADB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 85D39D41272321A5E801DA63B30D52D2 /* setup-android.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "setup-android.md"; path = "docs/setup-android.md"; sourceTree = ""; }; 8607965A5F8786B1713255AA09A4C1FC /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = ""; }; - 8610DFC6458B7C346A012882C48B207E /* JWTCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCoding.m; sourceTree = ""; }; - 8629A81ACFE32984D76F13C4EF16DC80 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 86732011A3BB299EE7301572A7233F11 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + 86889AEF80B4B719DABB0F5EE81718F1 /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; + 86894EAC9FB7C4E152E3D9E66D44EAC0 /* pwd2key.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pwd2key.c; sourceTree = ""; }; 86B5BCB175B4CA9621853E61EE0BF9B4 /* Pods-eSteem-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteem-tvOS.debug.xcconfig"; sourceTree = ""; }; - 86ECDC7F4414DD5F1AE115FE981811FE /* JWTCryptoSecurity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCryptoSecurity.m; sourceTree = ""; }; - 873636A4F96FFE1348CC1A0D55A950C6 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; + 86CAC3FC3AFDAC022EBB644F0EC3C1F6 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; + 86EF5D33152A2495763B188D5CC4E38A /* BSG_KSCrashSentry_Deadlock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_Deadlock.m; sourceTree = ""; }; 873D2363FEB3ADDFFF1674D9DBAD92A4 /* AppCenter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenter.xcconfig; sourceTree = ""; }; - 884B8F09F91D7E1614B8A9B9A8731BDF /* entropy.c */ = {isa = PBXFileReference; includeInIndex = 1; path = entropy.c; sourceTree = ""; }; - 888413DA247C6ACB8344D8C08979C91F /* React-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-prefix.pch"; sourceTree = ""; }; - 88E35713CEDFFBD327A0E40259D096DD /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + 873D3ACF3382DF8809F47BCA304155DC /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + 878986B9B32DB0380F6EEAAB55FB91C1 /* RCTWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebViewManager.h; sourceTree = ""; }; + 87949E144EA602C3833A24975BD5E2AA /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + 88C433CE99755C1CAEC65E60013B8299 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + 88CA896D0421A321A10268F106990FB0 /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; 89028986A27C9EF8FFBA67C165B7A9DF /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; - 89325C85037AD8D8EA7DF6CD1B591CC9 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; - 895DE59832E2F1B53A1C5D79671C1CD6 /* JWTCoding+VersionOne.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+VersionOne.m"; sourceTree = ""; }; - 8A6867636E90AF3397FE3822E77DC0E2 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; + 892BC23694E5529E5D44F7C2A53E9A81 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + 8940F17022936662AF617FCFCB4F8F0F /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + 89491A078A3F0DADB60172F766E92FFF /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIDynamic.cpp; path = ReactCommon/jsi/JSIDynamic.cpp; sourceTree = ""; }; + 895A0DB0CDA26E3F4C81DA9A7A634366 /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aes.h; sourceTree = ""; }; + 897CA28F2FDCD02CDDD7F0580A77E777 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + 899BD04F8630AAD0BFFB75FF27F37690 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 89CB8A3CA09D7DE235CC2F35E3302878 /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; + 8A339B2A9379BEDE782145DA66163290 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; 8AB7EA730FEC21B776A497A7B47E7C91 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; - 8B4C37A201A28ACEA3D57759EBDBA348 /* fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fishhook.h; path = Libraries/fishhook/fishhook.h; sourceTree = ""; }; - 8B61F0129BA1B816D088F141195D7FFB /* sha1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = sha1.h; sourceTree = ""; }; - 8B7948B1968DC0FC36BBB72B0271160C /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; - 8C344CBC1CE1687697512A655B4C000D /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; - 8C494E59134984FA0C41A5E4E869565A /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - 8C91F1D6A221D3D03C5760828069396F /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; - 8CCB2698C366504A6DDB1A68E29BC62F /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; - 8DD94E25F5063AC2A519AE1421AE5DE0 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + 8AD96E9E4F1D5202371389B2333F5698 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + 8AE4577F98DC19B1A7D57770673E91D8 /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8B22B8F7317FA0BFB0B97E28BDD54F82 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + 8B2666F886A1D05D1E7FD850E258A24C /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = yoga/instrumentation.h; sourceTree = ""; }; + 8BDE2C46052C505BF924D1F98CE1E8A8 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; + 8C10876A4CBE4B2EAD6AE68A73BE2B3F /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; + 8C4E6C86C607571740E8FE3E56E74B9A /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; + 8C6D41BAACB7F7B64DBE52F737568EFE /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageEditingManager.m; path = Libraries/Image/RCTImageEditingManager.m; sourceTree = ""; }; + 8DD155023DAAB4EBCC3E5688136D6D04 /* JWTBase64Coder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTBase64Coder.m; sourceTree = ""; }; 8E2EC44A7DC9C6DD0720953CCEF71DC2 /* FLAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FLAnimatedImageView+WebCache.m"; path = "SDWebImage/FLAnimatedImage/FLAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 8E6C3800622BDE48DD286D82CD52824A /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - 8ECA5D0631924024C2AFFA403DD8A821 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSExecutor.cpp; path = ReactCommon/cxxreact/JSExecutor.cpp; sourceTree = ""; }; + 8E653B3CDF0D060C440F16A3D167FEAE /* libPods-eSteem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-eSteem.a"; path = "libPods-eSteem.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 8E870F6A3079B44BE30D2269A8E5C719 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; + 8EC6131F64701CBE632AA336A8628A29 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; + 8ECF7B686E0966964C2F55E07AC37952 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; 8EE52D49D4A2F1916ADD062F031BCADF /* Pods-eSteemTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteemTests.release.xcconfig"; sourceTree = ""; }; - 8FC4AC710F308FF8CDE05E58E24895C4 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - 8FD472A31D1A18FD0BE6BE08F98072F5 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = ReactCommon/jsiexecutor/jsireact/JSINativeModules.cpp; sourceTree = ""; }; - 90B82DFDA8358846D21A2C2AA5A797AF /* CodePush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePush.m; path = ios/CodePush/CodePush.m; sourceTree = ""; }; - 91250FFB30A5D903CB6F345EC003ADAD /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; - 9128D73018A2134D224933F9A549692D /* aes_via_ace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aes_via_ace.h; sourceTree = ""; }; - 91DF1B84397C52981E38A6DA62D6DD83 /* JWTCoding+VersionThree.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+VersionThree.m"; sourceTree = ""; }; - 91F16509E9A7CFAE250F4E70BF6A6147 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; - 92810FD0C4E1BE3BDA52690E8FE1FD30 /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; - 92F771343A628E7E8F3513978A0C8799 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - 938653274E96FAB3C37CBAECB6FBD0D5 /* JWTAlgorithmNone.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmNone.m; sourceTree = ""; }; - 9386E0F1EE1D8093E8124E00B1BFE519 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - 938F7B5083BF77AD3CDC1FAA6EE355C7 /* libyoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libyoga.a; path = libyoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 8EF136CCFD3F238B4A0B1B6F5F6E53A2 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; + 8F1F03D04271C240DBE3858A9C1ADC34 /* prng.c */ = {isa = PBXFileReference; includeInIndex = 1; path = prng.c; sourceTree = ""; }; + 8FA82406B71711E305FACEC91A07C832 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + 8FF7369B8C99DC6D34CCABECEE5123A8 /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNativeAnimatedModule.m; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.m; sourceTree = ""; }; + 9100361D9531386F46D36D8E521C7B59 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; + 9109692C289A9B4941381E7426A17A8D /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + 9128AA2170AF17A248E61AE66FF63A12 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; + 913DCFEE4D8C1230ACDE2A4991AE63EA /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; + 919191BD80DBDBE592751095A461E348 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + 919238A0E20722C51E94332E81C8065C /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + 928B69948742CB82C65FF9EC33F77FC3 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + 92D4372CEBF5DEC3B6E63808E9D27E84 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + 92D4DD057D533A231D53E94591B99C58 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + 92DD805D6BF7F16C1E090D74A264D4CF /* unzip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = unzip.h; sourceTree = ""; }; + 92F2E8E4F7F409DB386D18B6361A4682 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SystraceSection.h; path = ReactCommon/cxxreact/SystraceSection.h; sourceTree = ""; }; + 9308413F1380C8E60EB93DD331DBC306 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; + 931025EDC00C0BA251A266C2ADF6B212 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 93262FFC89B17B3EE5F6F25DB972FAEE /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + 9326991A9C94BA66CFA54AD974359C63 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 93278787E73D826CA19C181935D012E8 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 9329C4411A17FA86D4907DEC7ED687EA /* brg_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = brg_types.h; sourceTree = ""; }; + 9360357B06B6AFD714CAF346C9146119 /* React-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-dummy.m"; sourceTree = ""; }; 93AD11E0F6FEE463BE3C8F7094BA8798 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; - 946FE1447EA0428E0824DB27E09BA2FE /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - 95069B4F9927C33D1C4631CC29FB08B6 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = jsi.cpp; path = ReactCommon/jsi/jsi.cpp; sourceTree = ""; }; + 941B10F8BF0E8AAE386155166358FE96 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIDynamic.h; path = ReactCommon/jsi/JSIDynamic.h; sourceTree = ""; }; + 942BC2869396927085F1F381C5A064E9 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 9467A9B4C6699050F10A315A003FE1D8 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + 946E19522A1E6F0C4DED3661A1C393B4 /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; + 94AD35A5CB8C79FAB522AE7F9B959AE6 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + 94B18B7A1CEDC6B996A467E34C77DCAC /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+Text.m"; path = "Libraries/Text/RCTConvert+Text.m"; sourceTree = ""; }; + 94C64A1557D7B9E5B5E3213122428109 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + 94EA5C915154C99AE19FAD0BBBC3EC27 /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = ios/CodePush/SSZipArchive/SSZipArchive.m; sourceTree = ""; }; 950C91DE8335052D252A51F6CCECFE51 /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; - 95B9CDC33A1613421F8910374B25F2F1 /* JWTClaimsSetVerifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaimsSetVerifier.h; sourceTree = ""; }; - 97362DC91DF80C7831BFE0F27DA6C991 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; - 974A1CD7720F61904C412B8AC29C7B0E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 952626E97E426F5DF1D1EACDB30765C8 /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; + 9551CDE9CA87C1FCE1A9F1414C5BCED6 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + 956BFAC0D42E9EF9C88D0D45980F8934 /* setup-windows.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "setup-windows.md"; path = "docs/setup-windows.md"; sourceTree = ""; }; + 9576BC4786A12E037969403A2EDEF361 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + 9586A109459C2EE26A24CA837046CDB9 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; + 962AA8B8A015A3D5352C99C3D103816F /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; + 96700087F67C96004E4AE29B7407CBE9 /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; + 96CDC1201510D881419500F607895D9E /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + 9752717AAB96F117A943E15ED1ED79C5 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; 97D3CA432CE4B8C95CF16AC1D97091C9 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; + 97F51CA18CDEB00EA8BAFB8E38985890 /* BSG_KSCrashSentry_Deadlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Deadlock.h; sourceTree = ""; }; + 98292A50E5F30197B14E12DD0540E5F5 /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; + 9833ED2F1C50F53CE9702DB051897893 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; 9865CE9E54ED393FF36600AD3C3AF182 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; + 98CD1E547EC56B24D186133AA9E1453A /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; 98FE41DB3614594A7AA7792D47C2507D /* UIImage+RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+RSKImageCropper.h"; path = "RSKImageCropper/UIImage+RSKImageCropper.h"; sourceTree = ""; }; + 99109A7816025041F21679C031C47590 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; 997438A13F3E95547B33B3E1C73E9401 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = ""; }; + 99B1977D73D529A750169A9E14CA0EFF /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; 99B6F640AA8D26EAA92EB15B232F6B5C /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 99F66AC83157C366B68327E163A03747 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; - 9A19665BB87C698DBD7597B2B717E4A3 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSDeltaBundleClient.h; path = ReactCommon/cxxreact/JSDeltaBundleClient.h; sourceTree = ""; }; - 9ABB769745D78587C30480716D8EBBC6 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - 9AFA7D3398356C2AA9EB1ACB1E60C69A /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - 9B522C02AFA867B7EB732B41D958CC59 /* RCTImagePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImagePickerManager.m; path = Libraries/CameraRoll/RCTImagePickerManager.m; sourceTree = ""; }; - 9C13119E94D3B31C4A325F4C25095967 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ModuleRegistry.cpp; path = ReactCommon/cxxreact/ModuleRegistry.cpp; sourceTree = ""; }; - 9C2DA23F4B0373FD8B351EE311B6D4E1 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 99C31F906D36DD9D8EF5969FEC112F35 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + 9A311B02CEA9C0BBAB7550AAAFEAA233 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTDataRequestHandler.m; path = Libraries/Network/RCTDataRequestHandler.m; sourceTree = ""; }; + 9A36A316F181BD82670AA4EF07B1BFE8 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; + 9B11A836C5199203633BD9E5BBDA8660 /* RCTCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTCameraRollManager.h; path = Libraries/CameraRoll/RCTCameraRollManager.h; sourceTree = ""; }; + 9B583B3F322F5EF611A591154A387DD4 /* BSG_KSZombie.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSZombie.h; sourceTree = ""; }; + 9C2A875DC843E3696D834ACFB58ACBDB /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; 9C7EB417AA2E23A60B088F39C0C51B62 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = ""; }; - 9C8C30D802CA3B8A2F0649C2D0B85132 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; - 9CE6907ADDAD524BFAB307F8E217CC84 /* JWTClaimsSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaimsSet.m; sourceTree = ""; }; - 9D26FA47682ACC21B85DFED77611B451 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "JsArgumentHelpers-inl.h"; path = "ReactCommon/cxxreact/JsArgumentHelpers-inl.h"; sourceTree = ""; }; - 9D7BEF6FBCAA9BC32F144428DDCF2618 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + 9C89515741FDCF50575BD46DEA9AF960 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; + 9CA5AF0E5D2D7B815305057AF07EA718 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + 9CF1D00838C32EB1D42D95828E5FA4CF /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; + 9D17AC8F774058D93286BAF6EF978DB5 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.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; }; + 9DC4518BF1D00170FE4986562EBCFC1C /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; 9DCE0D541D95C85314C0B42BB8B5868D /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = QBImagePicker/en.lproj; sourceTree = ""; }; + 9DF04A7FCBFE71BAC7686535C06D2A81 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; 9E1DAF7102F1AB5A1BAFF15AAAD43E23 /* Pods-eSteemTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteemTests.debug.xcconfig"; sourceTree = ""; }; - 9E1FFEFB6D8158DDF297857F31F3AC22 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - 9EDFD7EB949FAF05AF137976A9FF3F8E /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - 9EE39D358A0DB8D5EE1A3EE588BBD837 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 9E20EE1481A199E5B319EB143BB408D4 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + 9E9E66AD3EE31898F9005DB7E481EB80 /* JWTCoding+ResultTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+ResultTypes.m"; sourceTree = ""; }; + 9EB5676745CDA65D1601C8E663916630 /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; 9F05492F95F51216474D8864808ABC1F /* Pods-eSteem-tvOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-eSteem-tvOS-acknowledgements.markdown"; sourceTree = ""; }; - 9F080E4E4230B8C75722FC57279ABC57 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - 9F6340BA92EC08ACB831D5B3A0B2996E /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; - 9F831457237CA8EB25B3E25780304DD7 /* aeskey.c */ = {isa = PBXFileReference; includeInIndex = 1; path = aeskey.c; sourceTree = ""; }; - A087070B5F198DAECD7244BD938865EB /* unzip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = unzip.h; sourceTree = ""; }; + 9F0C3D6CD1CD01CFF72A774C3072C13D /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp; sourceTree = ""; }; + 9F966768B945D808171FDCC3B17C47DB /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; + 9FC6BC21619B71309AB75526EB8B3106 /* JWTAlgorithmDataHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmDataHolder.h; sourceTree = ""; }; + 9FC77359B5CD9DCBFCF7D117B8FF8FAF /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MethodCall.cpp; path = ReactCommon/cxxreact/MethodCall.cpp; sourceTree = ""; }; + 9FEA681DFC20F5CAD1524C57BBF8A8B0 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; + A0327434E93B52E4BA44E2ADF6C639AC /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; A09D0D39ACF08D9A718B1DED5B1060E1 /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = QBImagePicker/QBAssetCell.m; sourceTree = ""; }; - A0C05CD4FC9E1543347DF14D04B21E5A /* brg_endian.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = brg_endian.h; sourceTree = ""; }; - A0C7453E9816F794F51030F541BE1B12 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp; sourceTree = ""; }; - A11D708A046C2B61355A0756A5E69687 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; - A1690F12213A1DDE1F4EBF8FC8180318 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; - A1CA54DC8546447CD97D8D5E826948AD /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; - A1DDBA20175BCCA92D457DDB5277A9DD /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; - A24A96D49FB2F7C26A370C1A197D7D2F /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = yoga/instrumentation.h; sourceTree = ""; }; - A2A7C8A09882CE871CA5A557091D0587 /* JWTAlgorithmDataHolder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmDataHolder.m; sourceTree = ""; }; - A31140C5DAEED03D8E6C77EEE36F40C7 /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReact.a; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; + A0E559235205A98F0B199F0F8900663E /* JWTAlgorithmDataHolderChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmDataHolderChain.m; sourceTree = ""; }; + A101AF82FC8949036E5EB9FC229EFAE1 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; + A105F118744643DC8655D6AB1503E385 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; + A13D1CDA369E7C6F6A983B6C9186A762 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = ReactCommon/jsi/instrumentation.h; sourceTree = ""; }; + A16FA8EF5642CF2A218D1749B46B30FC /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; + A1E6ABD585A7E777EA01538B7672D3E4 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + A241AEF99784970C9496755B870F28A1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + A2477D51FDF65E515781388B1690D839 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + A2A0FDD0848F8B284D2A17EFE76A2F1F /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + A2E3AEB63A1C8D8C467A463D5D1ECCBE /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + A2F0C4B6F516ECAC808F5A8C0CB39F41 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + A3048D22054BB40A8C1A464EA41091E7 /* RCTWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebView.m; sourceTree = ""; }; + A30DFCAB93DEBCA3F321C809D1F56463 /* react-native-version-number.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-version-number.xcconfig"; sourceTree = ""; }; A33A85E2ECCD5FEAA37CB9F6C3CE182A /* SDWebImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCodersManager.m; path = SDWebImage/SDWebImageCodersManager.m; sourceTree = ""; }; + A3B41DCEA3367922BBB9ED3CD1CCCFDF /* libCodePush.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libCodePush.a; path = libCodePush.a; sourceTree = BUILT_PRODUCTS_DIR; }; A3B6CA9CAEA4DA603BB12BE079C90EC3 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - A3FB11B516F50C29CC5DFDD2146FCC4B /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - A4D3B4640D7292240E4474BB4A8E55CB /* libPods-eSteem-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-eSteem-tvOSTests.a"; path = "libPods-eSteem-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A4F6A3A855B16688794BBADCF47A5969 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTLocalAssetImageLoader.m; path = Libraries/Image/RCTLocalAssetImageLoader.m; sourceTree = ""; }; - A50E079F73478A36E247CF4FF525AFF8 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; - A50EA97495278BE823D8B3FECDA84C67 /* libFLAnimatedImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFLAnimatedImage.a; path = libFLAnimatedImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + A43A6EF80F54267CBBDE158AC215D590 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNetInfo.m; path = Libraries/Network/RCTNetInfo.m; sourceTree = ""; }; + A4934E8741C1593825184F3EDF0C6378 /* JWTCoding+ResultTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+ResultTypes.h"; sourceTree = ""; }; + A4BDF6B76611455CA953CE166F11D940 /* JWTCryptoKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCryptoKey.h; sourceTree = ""; }; + A52B82FDD84EC7917F18FD9FA6E90758 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; + A52C199C4C128B07747F758F116B08A6 /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; A5669737FF32FED9E6D8C699C27E54DD /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/SDImageCacheConfig.h; sourceTree = ""; }; A5758B92F9BE550152C619A821A88F7E /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; - A599F3844E4F6C9B038322E71BDEB3A5 /* JWTCoding+VersionTwo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+VersionTwo.h"; sourceTree = ""; }; - A5B8ABEA4201AF67AEAE4D29B8F841C0 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; - A5C3802825BE064CE686940A19848929 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; - A5C54F3E5698B9D6342DEB301219B7AA /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; - A645C84B3E5C1F246A2C69E53B82D9BE /* JWTDeprecations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTDeprecations.h; sourceTree = ""; }; - A64FC3BE7902DD8B2DDB17ADC7046478 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; - A7147A92189E7DCF1582ABDE1C72E3F9 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - A718956796E0D32A58FECA9EE319EB34 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; - A7CE013324A4535784BC24A88AAE1B9D /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNetInfo.m; path = Libraries/Network/RCTNetInfo.m; sourceTree = ""; }; - A7D5BF5E68A3D792A451E5E8CD02A0F9 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - A80AB3AC88B6FBF9974B601DA97B160B /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; - A8740BA1ED66FE29967BCA9573FF4E8A /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModuleRegistry.h; path = ReactCommon/cxxreact/ModuleRegistry.h; sourceTree = ""; }; - A884B7CBB89A8ADA6E1C5A874A987857 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + A58B1DCB27FFCD4A55966FF9F75A4CC0 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + A599B5BC4A0713CCA8958FA70B4F9EE7 /* libPods-eSteem-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-eSteem-tvOS.a"; path = "libPods-eSteem-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + A5C93980F30B1C3FDE87624B8F4CFC15 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + A5D69AB4E305389D920D65EE45FA1FB6 /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; + A5F70D4F2276E50162237A30BA3A9E51 /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; + A6204AE6F93CB173E3731DEC927D96CB /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + A66D9431AE3E56302128050567DF9433 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + A78438FC2DEF2FE272E62633C97AD627 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; + A7AD3E93BD91D411CD84E58712139AB4 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + A7C736643A65FEE9C75D97CB5DF6127C /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + A833BFCF038284E449A4575C86D73409 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + A85C9FC606093C1527FD16DF8C4EE068 /* fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fishhook.h; path = Libraries/fishhook/fishhook.h; sourceTree = ""; }; + A864A18826F537FFD1D3D7DCFE3C6BAA /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; + A88610D999089EC10B9685E59F112B1C /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBugsnagReactNative.a; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; A8A000021C51745027521B5D88976D8B /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = ""; }; + A8B1B718283837AC371238536703CDBA /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; A8F7BEA4D250A2B794E33F0AC91B06A9 /* FLAnimatedImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FLAnimatedImage.xcconfig; sourceTree = ""; }; - A91852152CB7CBD11EBCF19AF7468220 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIndexedRAMBundle.h; path = ReactCommon/cxxreact/JSIndexedRAMBundle.h; sourceTree = ""; }; - A91F1DD6BC28E7F9BF658A9CAFB0504A /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; - AA6F615AA753D730D19B61288428280F /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSCRuntime.cpp; path = ReactCommon/jsi/JSCRuntime.cpp; sourceTree = ""; }; - AA844238DED2DC9B0672D18A4B729CBE /* react-native-fast-image-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-fast-image-dummy.m"; sourceTree = ""; }; + A91D9A24C2D6641A75A7AB5959140169 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + A93E7B341D8E0EE9EC1F13EC99A272D9 /* JWTClaimsSetVerifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaimsSetVerifier.m; sourceTree = ""; }; + A98BD6A8A0FF164903F3577CB3694820 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedProxyCxxModule.h; path = ReactCommon/cxxreact/SharedProxyCxxModule.h; sourceTree = ""; }; + AA113491CB64671E3FCA7C3A2E6074CE /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageView.m; path = Libraries/Image/RCTImageView.m; sourceTree = ""; }; + AA2EE51B4B2F633DF4F74AD74609E62A /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + AA6CD99667AFAC252016DF789661C593 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; + AA7587CA8EA2A01B5CF1D5A721A5EACD /* BSG_KSSafeCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSafeCollections.h; sourceTree = ""; }; AAD58B0ADFF3A34FB4D961AD4F63576E /* Pods-eSteemTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-eSteemTests-dummy.m"; sourceTree = ""; }; + AADC0BDD85335D385E00DCE69E986919 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCRuntime.h; path = ReactCommon/jsi/JSCRuntime.h; sourceTree = ""; }; AAEB5ED3A3B9C8537ECE7692052B1035 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/SDWebImageCompat.m; sourceTree = ""; }; - AB163E7ED958AE1C0CC091770AD11E4E /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; - AB2DE0B02BDC0FE39EE5AE78A6068F20 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; - AB56F48C91149FA2AB34936A70D52656 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; - ABE70AC7B7788E1382D9A2687C0C1EC7 /* RCTWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebViewManager.m; sourceTree = ""; }; - AC48E8F4D18E0D7C49844735654F9D5B /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; - AC563C0AEA6F26C2B40C68F80C99723F /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; - AC63A91790084E1894FCCDA21156F1DD /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; + AB064FF77D145C197F409A2B9AA59C04 /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; + AB331DEF9BB806CEAC4A0AA8A0D962D9 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; + AB349F84462BEA124E37BCC4CA8E89F9 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; + AB640F70072AA439A1DA2D0A4B16DB07 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + AB7260E1A935D6E84B2ED73D28ECD38E /* JWT.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWT.h; sourceTree = ""; }; + ABA9306CF587920D33AE5B27FEA85D74 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + ABC02139793D6CBDE32A1C7C358B3307 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + ABD3508C3EC2CF81A6AF6D926E100B99 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JsArgumentHelpers.h; path = ReactCommon/cxxreact/JsArgumentHelpers.h; sourceTree = ""; }; + ABE0114EBA9EAC03313E634EAC1ED824 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RecoverableError.h; path = ReactCommon/cxxreact/RecoverableError.h; sourceTree = ""; }; + AC9F223DE574EF508E16A11CC16D5BD1 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; + ACB13EC6D4977134082C65B7CF537DB6 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNetworkTask.m; path = Libraries/Network/RCTNetworkTask.m; sourceTree = ""; }; ACDF8B81E604DDB6051E07F856682E8F /* NSImage+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+WebCache.h"; path = "SDWebImage/NSImage+WebCache.h"; sourceTree = ""; }; - AD1DFFB76CD1F995938F61F5C671EA20 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - ADB47646A76E333FEB81B74D12F5566D /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - ADC921FFAE0DAE298214F26691142D28 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; - ADD78BE9F6075FD071803475E3F4CB1E /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - ADDBABC62572955EEE75C010B033A459 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = InspectorInterfaces.cpp; path = ReactCommon/jsinspector/InspectorInterfaces.cpp; sourceTree = ""; }; - AE53D31D4C3D45A683C5309B89F51EB8 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; - AE68824824E39D6057A5F66DCD07FBE8 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; - AF225377A9AE1F27BE33AB273CE1A917 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - AF3D7F3EFF67A273B9D70DDB67755B6E /* entropy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = entropy.h; sourceTree = ""; }; - AFADF9668FE3A520E5EE885A75067417 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + ACE6EB5B60D1F1CA743AB04EF86936F7 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + ACE8753620780B676E71E0FCCFD5334A /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; + AD0680917F78B6153733064410D478D1 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + AD1D1062E4699CBEEA2007CE95DD58BC /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; + AD4B246465DEC320EDD676E028B37718 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + AD76A8B2D6F3C451E3CA1CB57775E162 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + AD92789A8F41DCBBC3D88679E986CE71 /* aestab.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aestab.h; sourceTree = ""; }; + ADA2491E8F7419D31A731623FB012396 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + ADF75E7615CDF615340CCF0CCD6A5381 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; + AE3A4A28992B34D53742769FE7622C90 /* entropy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = entropy.h; sourceTree = ""; }; + AE40794AD854BE0228221C4BB3B87B59 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + AE437713B7230FC5A38F1448FFA67912 /* YGMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMarker.h; path = yoga/YGMarker.h; sourceTree = ""; }; + AE9A4C1C18C6B7B50AF3E79E0C017AC9 /* JWTCoding+VersionOne.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+VersionOne.h"; sourceTree = ""; }; + AF103E7984A1F23B1CF88EB628E4B771 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + AF1AEC65ECC1AC641F3ED9F93512D49B /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; + AF6F2FA189C945BE1D037ABC4490A62E /* aesopt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aesopt.h; sourceTree = ""; }; + AFC536BA3FCF5BD277760EF60BE90BA2 /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; + AFCCA57B5ABE2DC4B8008E9AC24F0EA3 /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; + AFDCF7C7B1CA3356BCF091F19A19D162 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "JsArgumentHelpers-inl.h"; path = "ReactCommon/cxxreact/JsArgumentHelpers-inl.h"; sourceTree = ""; }; + AFE381D14DA2535A5667DA4BD529E282 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; AFE64FEFC4C905CB07B67DB4F645988C /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - B12E7CF4660C17AC12683D8A1D596F31 /* JWTAlgorithmRSBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmRSBase.h; sourceTree = ""; }; - B16DD2031C07B82394EE46A886118E9A /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; - B193DDF6B3CBA2DA5A81C5371373FC70 /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = ios/CodePush/SSZipArchive/SSZipArchive.m; sourceTree = ""; }; - B1A521FAB26468DC4F98E14EDA788890 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - B29F9E2D0D958EC1C0509C4EA5F2665D /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; - B2B7C51EC5E56F4A396222C749A73C40 /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; - B33ED1052DC79A5B696EADD0B4620A21 /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; + B04650D2E47A751516F840E1B4ADA6C1 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + B05DBB28877E501A519DEFD06B1E4C07 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Instance.cpp; path = ReactCommon/cxxreact/Instance.cpp; sourceTree = ""; }; + B0A6AC0708F0E3A75BEB8766D4A00897 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + B0D64416D7064135505E8DBE27C5CCDB /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTResizeMode.m; path = Libraries/Image/RCTResizeMode.m; sourceTree = ""; }; + B1313C223D8DF06F7C8596B78D2BDA76 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + B1E42E568E0A63C05222E91D65CFEB16 /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + B2BF24BBC129D31DA016D7519F1C6D23 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + B2F8D185A01CC0A2C7782CBE3B082D4A /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; B34CF4B1D1FE616E79E654340CA088B7 /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; - B3B14D16D371D7BD6CCCFC71FD75520E /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; - B440EFE3365C14B39CB9BE046FC26437 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - B500DDC3022860A93732F545BD4E5791 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; - B51E14090A76F280DCDA736CDCEA8312 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + B3A15D56A8B130A92BB97CD1FCC5A8D4 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; + B3F676D67E0356399B5D6DD186832A8D /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + B4258FDC44F3428B09CF80BA5F4C3740 /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; + B4436E4336578FDBCF5C007AFF1768FC /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTGIFImageDecoder.m; path = Libraries/Image/RCTGIFImageDecoder.m; sourceTree = ""; }; + B455B7731AFDEA27221EC0FF173A1E0B /* sha1.c */ = {isa = PBXFileReference; includeInIndex = 1; path = sha1.c; sourceTree = ""; }; + B4ACF785AA5DB31576ACC219FE922720 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + B4E1D21A68C1393CFF92748F8D601969 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + B5428B4C193C59541AFCF2CED67C4E7B /* JWTClaimsSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaimsSet.m; sourceTree = ""; }; + B5570415BBEA0E63DE722A66DF685F92 /* multi-deployment-testing-android.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "multi-deployment-testing-android.md"; path = "docs/multi-deployment-testing-android.md"; sourceTree = ""; }; B571CE71FFB1AF440FCDD612AC9DBC0C /* RSKImageCropper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSKImageCropper.h; path = RSKImageCropper/RSKImageCropper.h; sourceTree = ""; }; - B5F09D5672FC847A43CC59857146518D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - B72E3F91749C6A1E895ED149C6A3D376 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + B5825766251BB4386C015304135DAA9B /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; + B58BD2504EDB747B1ADF5999E6367258 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; + B5A63C4DA8453E5B3B0672F13F4744D0 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + B5C1BE8E8108217F24BB713296BFC3A3 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + B5F9590C6A665C9A456596D1AE9D031D /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; + B5FEB8FA8CE8EDF917A125F47FB6A928 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; + B67640BACEF90EACCF291827F2623118 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + B683AF04FD8E58FDAD4005169150E62B /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; + B71C78B0420616FA9CACE7A96A0F3438 /* JWTErrorDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTErrorDescription.h; sourceTree = ""; }; + B7484D90C5EA207F4C3398878CA10E76 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + B79A48B0D0F0911DBD6DB1603F88BC5D /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + B7EE6274A05590694674B9548D0A0F5D /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + B89E24E5A59543A0A863BBD0B5170AE3 /* JWTAlgorithmRSBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmRSBase.h; sourceTree = ""; }; B8BE36DC8B7175BC7141A9E2DB2D1E67 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = ""; }; - B8E65A0F7B8BBD93194F1A04A01E3C36 /* CodePushUpdateUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushUpdateUtils.m; path = ios/CodePush/CodePushUpdateUtils.m; sourceTree = ""; }; - B96F6C102CBFBAE53C419316556A240D /* CodePush.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = CodePush.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B9B103EE73459575701FEF5A81761DE7 /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; - B9B4E14DB3AD3E9BD13378A61FC5309C /* prng.c */ = {isa = PBXFileReference; includeInIndex = 1; path = prng.c; sourceTree = ""; }; - B9BB49493CF7D57E7AFEE425612C1BB8 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; - B9C47B415E3530534D5DDE4ABBFB991C /* CodePush.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CodePush.xcconfig; sourceTree = ""; }; - B9FCB190007ADF5BA974DED51F4043E0 /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BA5DD205DC224FD487FBC01F646132EC /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + B933E841760C8C49A9A6BA3F59691940 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + B96E07907A4C2411C6EB0C87C82C9878 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + B9B4DDBB9567290A6FE9FF571A6823B8 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + B9B56CCA96F8A46204EB92FBF93C52B1 /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; + B9B767E6A2E7F6A81B5FCF3D6E2EBF98 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; + B9C51E8DB0D6C097BA01502F2ED00DF3 /* api-ios.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "api-ios.md"; path = "docs/api-ios.md"; sourceTree = ""; }; + B9EBC22589BA4A8CCA7B6B1BC871EA75 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; + B9ECAFFE4237017DB55B0E66337D9BEB /* entropy.c */ = {isa = PBXFileReference; includeInIndex = 1; path = entropy.c; sourceTree = ""; }; + BA3B31732F9C4CA4F9BEE3B364559140 /* JWTRSAlgorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTRSAlgorithm.h; sourceTree = ""; }; + BA6D07E29C307355DC9535CFBB0DA318 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; BA802279093F73E21B40CF19981E1AD9 /* SDWebImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCoderHelper.m; path = SDWebImage/SDWebImageCoderHelper.m; sourceTree = ""; }; - BAFEFD0DFEBA9DDA6A49E7F936C79939 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - BB0C3D6E06D809806E5398F7797F35C0 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; + BA977BFA9129048F50E78D257B941536 /* aestab.c */ = {isa = PBXFileReference; includeInIndex = 1; path = aestab.c; sourceTree = ""; }; + BB30327FD0E2FD628FD33E20A4525852 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSBigString.cpp; path = ReactCommon/cxxreact/JSBigString.cpp; sourceTree = ""; }; BB6BD5B58F2FF8BCAA50589AEBECDC98 /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; - BBAA31AB3C7EC6E288648A669CFB079E /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; BBC0B2440EC8D0EDCA14A733293ED884 /* RSKImageCropViewController+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RSKImageCropViewController+Protected.h"; path = "RSKImageCropper/RSKImageCropViewController+Protected.h"; sourceTree = ""; }; - BC18F08CD5527397409F75BC00A89B1D /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeModule.h; path = ReactCommon/cxxreact/NativeModule.h; sourceTree = ""; }; - BC1B84DD831C8771351088A010A95523 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + BBE50DD56E1A33663C0C14E100BB9EA2 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; BC448BEAF3D754F7AB5F79FF088DD086 /* Pods-eSteemTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-eSteemTests-acknowledgements.plist"; sourceTree = ""; }; - BC704183A6345CFE50B679930F37B414 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; - BC8321F00191EFABDE82B9F37FD91E51 /* RCTCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTCameraRollManager.h; path = Libraries/CameraRoll/RCTCameraRollManager.h; sourceTree = ""; }; + BC763AA5B12A56E2FB00CA4833D0ECF2 /* RCTAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAssetsLibraryRequestHandler.m; path = Libraries/CameraRoll/RCTAssetsLibraryRequestHandler.m; sourceTree = ""; }; + BC805F54AB2C85C0D4550A5FBC1FA716 /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReact.a; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; BC9635BF7173FE4B106F1CC4D4C849BB /* SDWebImageImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageImageIOCoder.m; path = SDWebImage/SDWebImageImageIOCoder.m; sourceTree = ""; }; BC9F800F48E984BAA3E018EDC1949215 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/UIImage+ForceDecode.m"; sourceTree = ""; }; - BCEF03C0F0B91E3B6661FD97242FB707 /* ioapi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ioapi.h; sourceTree = ""; }; + BCB17BCAA29ED16B4B0F98DEF059DDA2 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + BD1C6A807DACF9899A279CD4F7E8BA84 /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; BD6DD4A76455D899742D36B7414F82F3 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - BDBE8ED33A173F55DCD45FE4F917850B /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; - BDE20FF4E9A328E12D195BB26F7F2D2A /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSModulesUnbundle.h; path = ReactCommon/cxxreact/JSModulesUnbundle.h; sourceTree = ""; }; - BE47219642ED1FB01053598B59536102 /* ioapi.c */ = {isa = PBXFileReference; includeInIndex = 1; path = ioapi.c; sourceTree = ""; }; + BD77B5A8F89CC17577C09A5F51F91502 /* brg_endian.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = brg_endian.h; sourceTree = ""; }; + BDFABB9BF916E145317358F0270BA98B /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; + BE63779055A39A167C15081580D43C14 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; BE7DD84AFEA148B7BF0E08225616D030 /* RSKImageScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageScrollView.m; path = RSKImageCropper/RSKImageScrollView.m; sourceTree = ""; }; BF15D6F0F2C41C43EA9D0FF22E6D1E57 /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; - C05712956B6D3B09A53F515A4A8C4060 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + BF43A29C846485924AC66A1A3F031F68 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + BF790630995DB17222E645D97721DF03 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; + BF9F8152200389BA9573E16DDDC22681 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + BFD27CD9F7CBCCF7C3204D17D78CC2F6 /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; + C04C02FF2C2CB68DA9AB1393A0159AB1 /* unzip.c */ = {isa = PBXFileReference; includeInIndex = 1; path = unzip.c; sourceTree = ""; }; C0E2B03811EDB36958A8C9CA24A82E76 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - C0FBE3CD6BB6222990C30CD7D0C98F35 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; - C11A6564BAC7ADD83733C5383C90A349 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - C176A25C294199F47FE1911DB012636F /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; - C1BC441675677C6E6115A7F46726648D /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - C1F9C4F21C09F2F0BDAF0BD04B65279F /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; - C20C7B59EE08C130E61CB409F6518E40 /* JWTClaimsSetSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTClaimsSetSerializer.h; sourceTree = ""; }; + C11BC1F53722F80A9E5D4BAAABCFF015 /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; + C16093C03878A245AB7587549038C6A5 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNativeAnimatedNodesManager.m; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; C22CA1B4D2334EDE084E57665F535F1F /* SDWebImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCoder.m; path = SDWebImage/SDWebImageCoder.m; sourceTree = ""; }; - C26D6F90C905F7A72A4A137EDC9B4566 /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageEditingManager.m; path = Libraries/Image/RCTImageEditingManager.m; sourceTree = ""; }; C2EE4CE95F356ED4F6E6F9848D2A34AF /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; - C36234D87376B2E99771A0CF43DFA1E1 /* JWTAlgorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithm.h; sourceTree = ""; }; - C39B0C0DE9901305D6140943D8C9C99A /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - C3A0B4F89B70A757AF1802364EF40CBF /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; + C34519EA0E59947D154C391E84860301 /* zip.c */ = {isa = PBXFileReference; includeInIndex = 1; path = zip.c; sourceTree = ""; }; + C38E7C80A331BFFA1E749542EF529451 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; C3A43D274F00F51BB8FDD20B843B9308 /* Pods-eSteem-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-eSteem-acknowledgements.markdown"; sourceTree = ""; }; - C4D6909B3068335C0A0F84F886C230F4 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - C56C508667B51AD7AF750A84A562891B /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + C3B329823632D5FBDFC7C1DDC347A15F /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + C3C687E25BC2A69B7D0FAEFEF61B1D78 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + C4BFC8031EC0626836965CB8603BE335 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; + C4D3509B2F5177E28D23DB9894B100C6 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSBundleType.cpp; path = ReactCommon/cxxreact/JSBundleType.cpp; sourceTree = ""; }; + C501D30C8DAED03939265B34CB546E3B /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; + C5991B79002A34D1889B84D9258A9538 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; + C5A48A86468BD0D11148012EECF47B2B /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; C5BC49E76626C3B2674393C1AB1C8DA1 /* CGGeometry+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "CGGeometry+RSKImageCropper.m"; path = "RSKImageCropper/CGGeometry+RSKImageCropper.m"; sourceTree = ""; }; - C659EA2489E83BD81FF776A9DFE4222C /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + C6231B947A931283A53D59C37EA9813A /* prng.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = prng.h; sourceTree = ""; }; C6A22D94ED6FBF5D57C7FDFB82657F66 /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; C6DEDECB39A05DE121F2CDBCC954AD31 /* Pods-eSteem-tvOSTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-eSteem-tvOSTests-acknowledgements.plist"; sourceTree = ""; }; - C72514CB9A2F98A0AFA4A7280DA823C6 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; - C75B78AADE882029A4F9C935EA7FD21F /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; - C77272B050FB2744B9BA4525F97EC9F3 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; + C71347C16538F081DEF0C48D0F596F17 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + C7706E818010BBE6BF16969BA3DBDF1B /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; + C7A2201C6DA6971D0B72CE481F04A56F /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; C7A3280615C23F195C043237C267B25E /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; + C7C7F863620951DF17A2C95A0E3D4077 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; C7CDA0C6954A1614BFEE6F584B95D709 /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; C81BBAFF06382E76D46DE57378AFDA9B /* RSKImageCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKImageCropViewController.m; path = RSKImageCropper/RSKImageCropViewController.m; sourceTree = ""; }; - C82985AC419D92AE977D6BE495688677 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; - C8869AE6FE3459F978D8D35325EA9E78 /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; - C893D9E4FF1A95562870AE07DD5D5BDF /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + C870C73D4780347FD216E04977336002 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; + C8A4C906C9B1CA60A25962186532B3BC /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageShadowView.m; path = Libraries/Image/RCTImageShadowView.m; sourceTree = ""; }; + C8EC35F15F4854F5464EF127306FDFFE /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + C9030560B2624B52975C082FA639EBC5 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; C93D6EEE940D2862302479BE974F958C /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = ""; }; - C95B5B54D7A2E91A16921F83CAEA246F /* JWTAlgorithmFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmFactory.m; sourceTree = ""; }; - C9C98A4EB5C96CC636C92EAFE2A62B49 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CxxNativeModule.cpp; path = ReactCommon/cxxreact/CxxNativeModule.cpp; sourceTree = ""; }; + C9463D18711673D40015F116C4A5C243 /* JWTClaimsSetSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaimsSetSerializer.m; sourceTree = ""; }; + C9B62B3BF5E51266ABFB09524029A68A /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; + C9E512BF312BAE999817DA7F93C648A1 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; C9F9F40EC076601090B9E339D9B83A65 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - CA1397BBA00D95E4B58CD5DC599D52E2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - CA7DF0E4895DE2DCF79DE5FBA23ABD4C /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; - CA8BFD18A8619825E165EE884307F5E2 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - CACB0E6DD291F9349B68A24230BC74F3 /* aestab.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aestab.h; sourceTree = ""; }; - CB1A4789BA59DA07E6A94A4AD8805279 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; - CB1AD518CFACFCBFBBE2B59B5D562256 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - CB3A86EF70A34C1F09622D67CB88ED92 /* RCTConvert+CodePushInstallMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+CodePushInstallMode.m"; path = "ios/CodePush/RCTConvert+CodePushInstallMode.m"; sourceTree = ""; }; - CB496CBE7519A1854EA30F78194E52B1 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTNetworking.mm; path = Libraries/Network/RCTNetworking.mm; sourceTree = ""; }; - CB5AB7EB9F70465729684943BC40AD3B /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; - CB6F91826112C956871F304BD45E5A08 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; - CB7762B4CF16A026A1B5EF3F59B311DE /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - CBC58E4016B86C06D7AF370BE3608DFD /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; - CC05231C76333B5737ACCC3FC6636345 /* RCTWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebViewManager.h; sourceTree = ""; }; - CC42415A33E009EA56E0ACF30725F471 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNetworkTask.m; path = Libraries/Network/RCTNetworkTask.m; sourceTree = ""; }; - CC82B7D8F32C304F24D5FFD0BE9F7D7B /* JWTClaimsSetSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaimsSetSerializer.m; sourceTree = ""; }; + CBB6ACFFEA86FDA6496A00298EB70C41 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; + CBDBFC8A885ED601AC635D51240670AE /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + CBF428AC95C07CE34F4EB48339C33DF3 /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; + CC1E81A8F267BCD157617D2D8E513F46 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTHTTPRequestHandler.mm; path = Libraries/Network/RCTHTTPRequestHandler.mm; sourceTree = ""; }; + CC90AEEF0290D4A4544091D15D8B5CD0 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; + CC977020A44D23B37867D6DC5B394176 /* RCTConvert+CodePushUpdateState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+CodePushUpdateState.m"; path = "ios/CodePush/RCTConvert+CodePushUpdateState.m"; sourceTree = ""; }; CC9F8833EA424D5B9952546B9AE1F358 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - CCFD38551023C00257A06E27401BC01F /* YGMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMarker.h; path = yoga/YGMarker.h; sourceTree = ""; }; - CD69AA5CAC95272510FEF8E17AA164FB /* aesopt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aesopt.h; sourceTree = ""; }; - CE2B771682EF6649D84C325491007CA9 /* prng.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = prng.h; sourceTree = ""; }; - CEA09BB5D21EBD8321BC123341A6EBB8 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; - CED47CBD1808106E1BA181CC1056B16E /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; - CF0A97A24D513820752C1CB1A527C59B /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; - CF211D271260BB7CE1F84CF47CF62EDD /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + CCD123B8B47A4FC29FB55D962CACEDCF /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + CCEB9713D57477BAA20AEA9C30F05557 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instance.h; path = ReactCommon/cxxreact/Instance.h; sourceTree = ""; }; + CD044D52CF4E482CE8DF101C2CA8A441 /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; + CD0AC09ADD33F90CDF4685A3C1E7623A /* CodePushErrorUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushErrorUtils.m; path = ios/CodePush/CodePushErrorUtils.m; sourceTree = ""; }; + CD2F4A68EEE12922FBA0DC1A83A3C801 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; + CD31E878EE7FE76DB239E6427EB9D8F7 /* RCTWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebViewManager.h; sourceTree = ""; }; + CD7796ECF89AF46B9B5A4E358BCE7987 /* CodePushDownloadHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushDownloadHandler.m; path = ios/CodePush/CodePushDownloadHandler.m; sourceTree = ""; }; + CDAB21F19CD87C64ED0CFFADB07BD278 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + CDCE69DB26EDB3EEBA0C1024B1BC8190 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + CDD8BEAD3ACEDD476CB7FB8356F4F982 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + CE0EEF541327A3A08ED38D91F5BBAF12 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; + CE2AE7D2258089C84B1E1014A03E00B0 /* JWTCryptoKeyExtractor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCryptoKeyExtractor.h; sourceTree = ""; }; + CE35DC38EBA71140A184D0640E4CD860 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + CE57ADFD172A8D833C7BFF64B7159586 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; + CEA1980FBE21877C0B2BC872ED50F717 /* CodePushTelemetryManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushTelemetryManager.m; path = ios/CodePush/CodePushTelemetryManager.m; sourceTree = ""; }; + CEB897AF8F4400EB490B5D755B881DA3 /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; + CF2DCB8F7463A9113710F5871B6BBC5C /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; CF4BEBBD6F601205C2662D54DB4ACABD /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = ""; }; - CF97E6ABC4F4C0C7C7BBFECCC2669459 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + CF63674181E546FADECE2DC0B102F996 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + CF8E85D97169BAB9F8A39356FD34FC30 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; D02F197123DE4B0873E3534476ACE763 /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; - D0C8A40057F9459A7D632FFF9DA719F2 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; - D0D30A33A57A63A2F87A687BA17545E9 /* SSZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipArchive.h; path = ios/CodePush/SSZipArchive/SSZipArchive.h; sourceTree = ""; }; - D0D63198FE0423937E6313E91179B024 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; - D12A4D129201487E0BE805560B165894 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; - D137C80516A7F2CE7064A5D202E3C753 /* zip.c */ = {isa = PBXFileReference; includeInIndex = 1; path = zip.c; sourceTree = ""; }; - D166638FC3C208694EED5B85D5B9D22E /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; - D168F4D8230F0AA6D74A81BAE0C1FA98 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - D1F00ADE34E07D5600F5F482E5533C89 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; - D2024FB1265B8C889A2ACD1F838AF804 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; - D21256388F1D6FD034B94B9229480A32 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; - D249720FA1D5C26FD99F6C6429A2E186 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - D29AFAD73F2DB19F82BE7807E11D811F /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = hmac.h; sourceTree = ""; }; - D2F567CDE19FDA5B451B73A847B1112E /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - D40BDD04F8072350DA54AF157B562387 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; - D417B51BE4645B4EA3E134EF2F2CBC29 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; - D46B422F05E78AD84F41F8C052E61F04 /* RCTImagePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePickerManager.h; path = Libraries/CameraRoll/RCTImagePickerManager.h; sourceTree = ""; }; - D50D28977FD5E3E4724AE020B1B4F2F4 /* JWTCoding+VersionThree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+VersionThree.h"; sourceTree = ""; }; - D583C5CD3BF903F18E03B41927D2F2CA /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; - D59602ECA2E566EA487CAC145F56F48D /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - D59904CB13A49A66F6C2EB39D706D354 /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; - D5E272D9429767778B1BCFC6E7F1790D /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; - D60A94E7B7A8FFFABA866BA55831FF10 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - D690C5F1EAAE22212BAA80C07444942B /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; + D1954F55DE361F9BFF4DCD90EB86920D /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; + D20A56204B7E35170CD31CDF6F7761D5 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + D20F40362EAF2D3F34BF52947190C950 /* JWTAlgorithmFactory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmFactory.m; sourceTree = ""; }; + D27F7219B6009DED22F621E6A04F2F0F /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + D2B1D89AFDD06AAF70CA3E9E61235E1C /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MethodCall.h; path = ReactCommon/cxxreact/MethodCall.h; sourceTree = ""; }; + D35BE8810937FA13ADB76CA4CCB91ACF /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; + D4DBBA00CA57CBAB2EF7D014FF202FF7 /* RCTWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebViewManager.m; sourceTree = ""; }; + D5B129230E31F4F7742176C9DD7036D6 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + D68303B6E2E26BF71462EB50B1C99741 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; + D687D8048B723343BB2B913476856A90 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + D6B2E6FB40F6A6A48D0DF012187528AF /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; D70D27732E039699ACF917AEE0F381EC /* Pods-eSteem-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-eSteem-acknowledgements.plist"; sourceTree = ""; }; - D7127DC1BB4B81250E2AF4405F090B12 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; - D7D6FC1A3CD02B1FD0D5FE82795EFA91 /* hmac.c */ = {isa = PBXFileReference; includeInIndex = 1; path = hmac.c; sourceTree = ""; }; - D849DCFEE83B0708CF1B62F5DDFB8671 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; - D88B8850619A3F6D75E6F9542BF4BAD2 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; - D8BA20A63B10D52DF1079601D1344151 /* crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = crypt.h; sourceTree = ""; }; - D96C4E95FAC10D117B55510725BA7C10 /* CodePush-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CodePush-dummy.m"; sourceTree = ""; }; - D97427AF2ECEFC8B525365B1012FA50C /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; - D9C0971F0CB1D36B81A4AEDB4BD9A837 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; - D9CAE871503D5CAAD488199A0507F219 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; - DA2B46FF294E4053B9B7DA035CA0A4E6 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + D74FEB12253466A446947D38ED1C58C2 /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; + D78AD7CFF3991E87BB4AE46E55E8DAF2 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + D8256A2BADF5D47BEBE33C3D7DB7EB3B /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + D8AE80159C12748902B570283B496A3A /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + D91522DFBAA59C47B39E3CF97DF1E0A4 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + DA3A9636B18A3E23F01A6E3FA2857EC1 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; DA4DEBF79ECF92DF7CD290D007B93724 /* UIApplication+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+RSKImageCropper.m"; path = "RSKImageCropper/UIApplication+RSKImageCropper.m"; sourceTree = ""; }; - DA8FECDE880513D46F3FFE6A4AA87784 /* mztools.c */ = {isa = PBXFileReference; includeInIndex = 1; path = mztools.c; sourceTree = ""; }; - DAC402BB04A5E202C386C3CB3DBC06BF /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - DAE7E17F83AEC056C88CCAEC2AD2A427 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTDataRequestHandler.m; path = Libraries/Network/RCTDataRequestHandler.m; sourceTree = ""; }; - DB5A02E37C1C46A0354962E65E408E83 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - DBE8A091B387844947F82E15FF533BA0 /* CodePush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodePush.h; path = ios/CodePush/CodePush.h; sourceTree = ""; }; - DBF0D106E744F0D473D45884143FF088 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + DA7EF557E5576CFD4EC3773C30C16929 /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; + DB35757E51EF21A3F4CDAF196DDABBC0 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; + DB6F420D558CFB198288B4BE3A511C28 /* JWTCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCoding.m; sourceTree = ""; }; + DB90B83976917CBE925E9CC154FC428E /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + DBBD8C38D45F6906D4F28AF0FA468A2E /* aeskey.c */ = {isa = PBXFileReference; includeInIndex = 1; path = aeskey.c; sourceTree = ""; }; + DC03348E259319E243D4358CD15EB8E0 /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; + DC150FAB65C62D3C28BF3D445540FFF1 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; DC261F7950E8E952ADF6AE656498F9EF /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - DC355C5108F9FF14C74C5A77D4E42F29 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - DD1AD4BB207788DD72E788683F6F0381 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; - DDA024260D4AB82E0114C80C3146CCA7 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - DDB8F6F3900ADD8B8128B455F2AE3505 /* RCTConvert+CodePushUpdateState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+CodePushUpdateState.m"; path = "ios/CodePush/RCTConvert+CodePushUpdateState.m"; sourceTree = ""; }; + DC8030EF135F14550FE5A5C097E4E738 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + DC9783AA04D892CD877E1CC8B2C806AF /* ioapi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ioapi.h; sourceTree = ""; }; + DC9D8BD74F5875AD233E476485A052B7 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + DCCA93DD65904ED435F6A45CC1EA6111 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = ReactCommon/jsiexecutor/jsireact/JSIExecutor.h; sourceTree = ""; }; + DCEFBEE9721790962BBF63A80AD5CA57 /* JWTAlgorithmESBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmESBase.m; sourceTree = ""; }; + DD142408298D5A55D6E29263C15B9B53 /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "QBImagePickerController-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; DDB9683A2776E877EA06A35485B963A4 /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; - DE5CCEBBD3099BCE42DFB608F9C788FF /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; - DE7F3347F0341BDCD3D7FEADCC580509 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + DDBD9322EA83CEEE4019BD09C2A549B7 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + DDEA69F5194D04F11F07E327C220E266 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; + DEDD24E79E8835948C35551A37382674 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; DF099FB99DF3DCAFB8EFA15C5CB26028 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - DF39066A13127089A10B7E5B3CA8C73B /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; DF4D1AE53F3DD8EC81B815EE524393D1 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; - DF8587031B8646FDC6E4578641A9854F /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - DFB5BBDB753BFC3C6BC5331483C988C2 /* CodePushTelemetryManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushTelemetryManager.m; path = ios/CodePush/CodePushTelemetryManager.m; sourceTree = ""; }; + DF697CB26107FE0BA4787BAC24609BD5 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSExecutor.h; path = ReactCommon/cxxreact/JSExecutor.h; sourceTree = ""; }; + DFB6FAB678F374E7D06120E5D6F03C44 /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; E0333C46D5E76849FA827D244F96C7A0 /* AppCenterReactNativeShared.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppCenterReactNativeShared.framework; path = AppCenterReactNativeShared/AppCenterReactNativeShared.framework; sourceTree = ""; }; - E0D28CFDDDFBC24D783731297BAD924F /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; - E0F3DB3AC00DDB54402BA84E4ADF98A1 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; - E13BD60F99D264BD0B1B8FC682420A6C /* RNImageCropPicker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.xcconfig; sourceTree = ""; }; - E154FB003D2E6008D3C76EFB9F77FAFB /* fileenc.c */ = {isa = PBXFileReference; includeInIndex = 1; path = fileenc.c; sourceTree = ""; }; - E1723364E66636BD37226AB00D58DCFD /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + E062C84B7A2DCCA8923A057BB9BE44BA /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; + E0683810B412C37FF54D1DBE3DF2867C /* fileenc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = fileenc.h; sourceTree = ""; }; + E075F5D01D7354943FC3ED119EDBC17D /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + E097DEFC5F2685D35A58B047374544C3 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + E15BB822D3F27324AAF99548400EC3DC /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + E19289CAF6FC3A9B6943AEC681D65556 /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; + E197C8E4CE525E13967AC1B2CF61E792 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + E1B710B9183DF813D3AE7321BF0A7731 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + E217597D78DDD9AC12CB821ED646713B /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; E236CDAE9159F693179F78E705BDC592 /* RSKImageCropper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RSKImageCropper-prefix.pch"; sourceTree = ""; }; E243DCE6E5C947E4DEDAB6CC601D4284 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/SDWebImageTransition.h; sourceTree = ""; }; - E275A4BD355A66FBE81FCA563F283AAE /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; - E3586CF57C4A96D4766CDC6986601DDD /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - E3B9C9850181AC377E8CD1CE31CF2597 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTTextAttributes.m; path = Libraries/Text/RCTTextAttributes.m; sourceTree = ""; }; - E3ED731D6DF4F25AC505D941C30996D6 /* react-native-fast-image.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-fast-image.xcconfig"; sourceTree = ""; }; - E410E2393CC052616B53E88B535988C2 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; - E4AAC83D45F71BFA43E0FA0798FCE75E /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + E24672C19F55F9553A932EE4012C42B0 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + E3092DC105ED91881CC31FE2A8453013 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; + E4075DC8418A248700FDE7DAE9BFF217 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; + E48C2CD1816BA4168E526702141A6570 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; E4AED7D8D12AF8DCD2459DD98303435E /* UIImage+RSKImageCropper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RSKImageCropper.m"; path = "RSKImageCropper/UIImage+RSKImageCropper.m"; sourceTree = ""; }; - E4FDC017E2F59520421D3AE83B8349F4 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; - E53113D5C08B8044D850FA3D7FF5C1C5 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + E4F5DCA06F84567B6B4C8E1D3993BB78 /* RCTAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAssetsLibraryRequestHandler.h; path = Libraries/CameraRoll/RCTAssetsLibraryRequestHandler.h; sourceTree = ""; }; + E52A5117CF0F5F343B2AF626D2BF4A3D /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; E546415C06312A2443D0CC60965C50A6 /* SDWebImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageGIFCoder.m; path = SDWebImage/SDWebImageGIFCoder.m; sourceTree = ""; }; - E56D5F2962DD54C314931F7B05863520 /* JWTErrorDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTErrorDescription.m; sourceTree = ""; }; - E573BD40514AC44CAA494FFAD1E4D373 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - E59DF689E54C5AB5A1742D82230251D4 /* fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fishhook.c; path = Libraries/fishhook/fishhook.c; sourceTree = ""; }; - E5BC6E201746A7BDF794C4A6AD893F70 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + E55E991D480AEB04522561B793903B8D /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + E567C36DE2D1315D2948BDEDF2F7FF9A /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + E58C441AFFA399E3A7B9A2D20E2EA32A /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; E5CCDAEBA2E016AF4293188AD0DFC868 /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; - E5D5408A3242D687D42B804A4021C0DB /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; - E5E60B001CBBEC010B1D595C8F4F208A /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - E60F3B435172E44A233E10668058809C /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; - E718EE810F1FB8357A77E000EE48C335 /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; - E7AF5702D79375AA2FB5E16EE2DCF362 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + E5EC22B31242A4F43FC97E9BBBFCB637 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + E5F9498095B270BFF56DC64713268739 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + E641DD556B0CF1E49B2FC18C18C2B1F9 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RAMBundleRegistry.h; path = ReactCommon/cxxreact/RAMBundleRegistry.h; sourceTree = ""; }; + E6C1E539E465ECBDE9FD334325CD6BEA /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + E70E1D0A7647A5D254B5AB39C8A6448B /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; + E776BEC350FF761AEB9AE1814903CB43 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSModulesUnbundle.h; path = ReactCommon/cxxreact/JSModulesUnbundle.h; sourceTree = ""; }; + E7936CD8B693DC756B6B66517820C23E /* JWTAlgorithmRSBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTAlgorithmRSBase.m; sourceTree = ""; }; + E7B6D12BB4CF967B388CECCF400468BF /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RAMBundleRegistry.cpp; path = ReactCommon/cxxreact/RAMBundleRegistry.cpp; sourceTree = ""; }; E7CE4B712A673154CF2FEF37D153D2E6 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; - E7E88AF129E70F0D0E1F68CD6E0DE3D5 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; - E81FC82C297EB450A3294A8AA8B35808 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - E82ED1215043D3AE58D0552E99E5F48A /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; E83418E2DC86AFB81A0944F82B5E537D /* FLAnimatedImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FLAnimatedImage-dummy.m"; sourceTree = ""; }; - E857A0D8B3276B5F232AD6912C1EEF8D /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - E867C5481666A44370AED2CE66E441F7 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; - E9040F357786017EC3B9620F3E620E5E /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + E8667823E6838BECD89C4AC9FAFC8AAB /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + E879A202AFC47530EA9D38D142323C46 /* JWTCoding+VersionThree.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JWTCoding+VersionThree.m"; sourceTree = ""; }; + E883DD78AECC03E4ACBCBA3CBE2FF0CC /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + E88B9CF6FC1AD944307279DD4B7D81E6 /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; + E8A4A63A66E1240B86B3BB0DF54AEAA1 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAnimationUtils.m; path = Libraries/NativeAnimation/RCTAnimationUtils.m; sourceTree = ""; }; + E8C8DA79ED1464A1CA76BDCD458755CA /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; + E8E0D9C6E316D76E87C5C52F750D79DA /* api-js.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "api-js.md"; path = "docs/api-js.md"; sourceTree = ""; }; + E9002586379CECC7ADB1FA38590B94D8 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; E9481CFDB2D800E3680247ED380EEC70 /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; - E94DA4655B71E4784FB69A21F758CF00 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; - E954B4701378F3D334DA46303F129346 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAnimationUtils.m; path = Libraries/NativeAnimation/RCTAnimationUtils.m; sourceTree = ""; }; - E960DCAB6998C826CD9C48FA43717612 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTGIFImageDecoder.m; path = Libraries/Image/RCTGIFImageDecoder.m; sourceTree = ""; }; - EA675594711BD426D878674021E7088B /* JWTAlgorithmESBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmESBase.h; sourceTree = ""; }; - EAAE328210C16BD68737C03A1E30DA72 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; - EAE5BC90E03FF8C6C8A8BEE0B45D958C /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + E9535D4510A2627779B9F0C47151FCA8 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E9AA113C18F39EDBCE143432E1F80565 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + E9B29E55C633E85F2E9C95117D8685E3 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; + EA8F9504D0DA0B798ADE51021C71C2C1 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; EAFC45AB76CA254FB98077BB91484CF0 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = ""; }; - EB0E1578FC3A4C518DA6E91BCBB71CFA /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; - EB4BD4ECC670EA9B6B3EC569989E6AAE /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = ReactCommon/jsi/instrumentation.h; sourceTree = ""; }; - EB58D11518128EB8D7F196812583DE5B /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; - EBBFBDA2AEA17625AD092E215FEB5EB2 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; - EBD6A3B4D78744659EAE7014D1F0485E /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; - EC833905DB673E241DF8454F8BA698CB /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; - EC99F4D50DC3E4D68C6C32B727FB2586 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTResizeMode.m; path = Libraries/Image/RCTResizeMode.m; sourceTree = ""; }; + EBC44C7DFBBF30D00F73D6DCBE527154 /* mztools.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = mztools.h; sourceTree = ""; }; + EC1882785F5210C88356BDFC5417490C /* RCTImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageLoader.m; path = Libraries/Image/RCTImageLoader.m; sourceTree = ""; }; + EC37EB9E09F081FD2C071A9469B1579F /* JWTCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTCoding.h; sourceTree = ""; }; + EC741AFFF247D6DAF82D7A36356C966A /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSExecutor.cpp; path = ReactCommon/cxxreact/JSExecutor.cpp; sourceTree = ""; }; ECB8E47500E8A6A9D565CBDEA5C66F20 /* Pods-eSteem-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-eSteem-tvOS.release.xcconfig"; sourceTree = ""; }; - ECFEFCCCE01FB3D9F7C4F1B21A7CE620 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - ED445230B996DCE1B9B00C79ED7C6E0A /* api-js.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "api-js.md"; path = "docs/api-js.md"; sourceTree = ""; }; - EF160EAB9F9F32E2FAE7F0D6087CF38D /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + ED22B41C6FF5E1A0E64A6B3EFB547CD2 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + EE4FE1562B607C0FE057E0825068866C /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSBundleType.h; path = ReactCommon/cxxreact/JSBundleType.h; sourceTree = ""; }; + EE8288E043B08C408E9097F86830B13F /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; + EEB1D6FE8FFCEFD4437B71BEFF9218D8 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + EEC0259C0D6B2EC8AC859FAD1E15E608 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + EEE3561602F7CF8AFF345F2FF939B7D8 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + EF2B69D9F29970AF3D82A3F9B11C13EC /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; EF44CFD392E7FBB7D6FADACB4F7FE831 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = ""; }; - EFDD5B705261C33897918EE906EFEE17 /* JWTClaimsSetVerifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTClaimsSetVerifier.m; sourceTree = ""; }; - F0FBD7243F28EF02551C4877A54C09DD /* libRSKImageCropper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRSKImageCropper.a; path = libRSKImageCropper.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F13D89C47E86CBBD53B4E122E4CCCBFF /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; - F159B63BB2AB5C89A39C58CE04D8B3FB /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + EF55EBEBE190214A642E4B3D6845C39B /* multi-deployment-testing-ios.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "multi-deployment-testing-ios.md"; path = "docs/multi-deployment-testing-ios.md"; sourceTree = ""; }; + F00764D8A15BF515531B108534AD0A52 /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; + F03958CCE22450EBA6E28EA8932846FE /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + F03D9E657FCA5B4202ABBDE4076A8C2F /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InspectorInterfaces.h; path = ReactCommon/jsinspector/InspectorInterfaces.h; sourceTree = ""; }; + F0A1E88847373909A363C05F77869959 /* RCTImagePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImagePickerManager.m; path = Libraries/CameraRoll/RCTImagePickerManager.m; sourceTree = ""; }; + F0D1A5E3ADE4BED12E24E06AD22E9CA8 /* JWTAlgorithm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithm.h; sourceTree = ""; }; + F0F917E7024D9ACB5D919113BE923777 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + F1520817A84BB159CE63BCEA93EF453E /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + F1CAD2FFAEB2A5754FD3B91BC6EEC4CF /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageCache.m; path = Libraries/Image/RCTImageCache.m; sourceTree = ""; }; F1D1BD962EBFAB4E6D2799F5523C35B5 /* RSKTouchView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RSKTouchView.m; path = RSKImageCropper/RSKTouchView.m; sourceTree = ""; }; F1E8845467E002D233ADD6AB55EC3477 /* SDWebImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageFrame.h; path = SDWebImage/SDWebImageFrame.h; sourceTree = ""; }; - F2055BD1ABB0F36C9342C9637BEDDC5F /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - F221C58B1A4D11D28F64DD8D4CE1E2E0 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + F24550250945E4555B45B2B51E6CF2EE /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; F2684341EDAB72912E6F198E9E427AE5 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; - F2B688A959EFBF1076FCE89F1A3183D6 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; F2BDDF898113098327D511370632E7EE /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - F2BF731A2CD60A178EAFCB1B5C9632B6 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; - F2D5DCC114A07260DBB06C0DED67DD19 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; - F358BC5D791593710135C07DAAA144D2 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - F48F88B7CBCC018DFB5CF12096A6FC93 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; - F4BDEC90C3DDE40BBC359DD4FB2E0FFB /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; - F4DA9853A9A966383EDD20FF61982117 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; - F4F9437C9133443347A2335D664AD9DB /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; + F2C410BC01BC808F96B250EA43580055 /* RCTCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTCameraRollManager.m; path = Libraries/CameraRoll/RCTCameraRollManager.m; sourceTree = ""; }; + F32AC0FAEB04FAB765DD052BA6FA976C /* mztools.c */ = {isa = PBXFileReference; includeInIndex = 1; path = mztools.c; sourceTree = ""; }; + F49A7CC6BBACCCF14E92D9CCFE8C768A /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + F5160F2EB25A40CADC5D9334C22D5B81 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; + F55711F4B3440668E0446E8C2EF5115E /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; F5A9FBCD0E898046F14698C2B4B0BC13 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; F5EC3481A3FC9C2FA310BD18924AB5A0 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; F5F2C6A3A15241819A970288E15B6567 /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; - F6225084B5C34C631A6F55FEE512CB22 /* JWT.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWT.h; sourceTree = ""; }; - F6A40627D5D581D379E7F7C2FAB545B8 /* libCodePush.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libCodePush.a; path = libCodePush.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F6B71E47BD7AF2011C72A81E1CE202C3 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; - F6C481A7A82AB89D7B993CFA7E44A84B /* RCTPhotoLibraryImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTPhotoLibraryImageLoader.m; path = Libraries/CameraRoll/RCTPhotoLibraryImageLoader.m; sourceTree = ""; }; + F63E51B3ABC09F49F8206D3F0B3A8DA0 /* libQBImagePickerController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libQBImagePickerController.a; path = libQBImagePickerController.a; sourceTree = BUILT_PRODUCTS_DIR; }; + F669F913F47EF1ADF5AA1999902E33E9 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; + F68490575475E5480E3F3CD66D01DE43 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + F687FFC1990BE911A2A586CE0F9125A1 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + F6B31B99C942529EF59A4963D65FA388 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = NativeToJsBridge.cpp; path = ReactCommon/cxxreact/NativeToJsBridge.cpp; sourceTree = ""; }; + F6EC234FB76CD166248880AB1C3DFB61 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + F6FBDB664F7398F3FC6E781A2F919755 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; F6FBE221772FFB1261803C911E0D5859 /* Pods-eSteem-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-eSteem-resources.sh"; sourceTree = ""; }; - F72850963EDC0C9E9424351956B31E47 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; - F75C82DA59FC1DE73B7415BFCA6034C9 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = NativeToJsBridge.cpp; path = ReactCommon/cxxreact/NativeToJsBridge.cpp; sourceTree = ""; }; - F7670B19547C7B0207B17718CB2B3889 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; - F77411087D22A95F3C9A26574B7E9F65 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; - F7CA34EFB7E871F86E07AD5CD18C2A61 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; - F80483C10AE3ABDDE5F14307BF39B197 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; - F819465426DC2F88978EAC58EE2042BE /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + F7057B956903E534478F7B4D2CFD7F3F /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + F72C7A77435C142401BCEF3F7C39978C /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ReactMarker.cpp; path = ReactCommon/cxxreact/ReactMarker.cpp; sourceTree = ""; }; + F77A47CE3F4EF44697011B5C0C2CE321 /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; + F7B3B47B5CC03DBFC44A8B08C71C655C /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + F7E13F192D0C09108CA89BB21E3782DA /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + F7EA9A00A36A8F5933F38A8840B65338 /* JWTCryptoKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = JWTCryptoKey.m; sourceTree = ""; }; + F83D9FF76DE3DF740837A18560761472 /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; + F847E410ECF806F7E6083FB2A16A73AF /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + F8BA870EA93380CDE9E8D4831521AA50 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + F8CAFD6D4178258786CEB22CB61AB6D6 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; F8D1165C82DA403EE98B2E943CD9C453 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; F8DD2E53A36FF7A31FE222CF27BEFE41 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; - F8FF86D532526BEBE7E5AE7E5CB4D684 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; - F93DB83AD9D84C8A005C97227D3F4CBE /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - F9400E31A99A42C8617172DE2770A5DB /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; - F95342F8C5292C54CB21BB27B52DD744 /* react-native-fast-image.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-fast-image.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F9F2635322611510AB59BF0D9FED8F74 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; - FA587DB36F7C73DB1EC82E0DBC0953D3 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + F8F00618A745A1C2396257EDBD5E5671 /* react-native-version-number-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-version-number-dummy.m"; sourceTree = ""; }; + F98DF509190333B1C5BADF40731D6F0A /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; + F9B1DC85AB7EF1C77026FAD25342E133 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; + F9E3C0259C2097363BBE1A92C9CE3D6B /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; FA5EB1A0B03D921885FA4CAB86FD213F /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - FA997114FD158826344BD3E10289D489 /* JWTCoding+VersionOne.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+VersionOne.h"; sourceTree = ""; }; - FAF1FED3AAF80C9CD8AF15250A3019DA /* setup-ios.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "setup-ios.md"; path = "docs/setup-ios.md"; sourceTree = ""; }; - FC2DAA7159F1DE892CA29EF880543B91 /* aestab.c */ = {isa = PBXFileReference; includeInIndex = 1; path = aestab.c; sourceTree = ""; }; - FC8DB6056ED06FC81251987E16D2C9AB /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + FA64FEA1F7A2272BBFEF55BFD6EF50F8 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "jsi-inl.h"; path = "ReactCommon/jsi/jsi-inl.h"; sourceTree = ""; }; + FA7E6F164048FCE817D42F7CB69B6BB0 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; + FADA39A1BF324C4211C2011C738DEF1E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + FB5987478E46E256E149AB09B520CAE7 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + FBDE0AFBCFD8599C72FECD4CB8F8104F /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + FBF0DA0DAABD375778F01271CAE169F3 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; + FC1ED0B3F04ADA8D746799C5E49F95CD /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + FC52EDC6000782BB322B232F24D20A8C /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + FC88DEF1685323AC1CFA5CA7A93AE75D /* JWTCoding+VersionThree.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JWTCoding+VersionThree.h"; sourceTree = ""; }; + FC9BA6C11019511D11BF4D4A17ED44D6 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsi.h; path = ReactCommon/jsi/jsi.h; sourceTree = ""; }; + FCAB8F79C33A8E0DF53AD69C205999DE /* aes_via_ace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = aes_via_ace.h; sourceTree = ""; }; FCAEF0A1B1BBC3C34A862951D9BFAE43 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; FCCDE8B503CE2E82984C071BF4FE7781 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - FCE67DE9299620E2A6A07C40CF177D89 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; - FCF1B96871FB5CCBB59862F5256BA248 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - FD12EF6DE726BAB1C148C5B73416E795 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - FDDBB0A5B688CC912A8412E541BD4930 /* JWTAlgorithmDataHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmDataHolder.h; sourceTree = ""; }; - FDE2B011A496E07AA27EB01ADC6394A4 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; - FE35A46F3F10278A3560B0E88632E1DF /* CodePushPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CodePushPackage.m; path = ios/CodePush/CodePushPackage.m; sourceTree = ""; }; - FF4ABC4815A2F7F0E61796CA2C137F80 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + FCDB32A7145DBB2E6237C73778D3FB07 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; + FCF7429D56407CA6FFF876141337B173 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageBlurUtils.m; path = Libraries/Image/RCTImageBlurUtils.m; sourceTree = ""; }; + FD34F8302A29AA4B0C7FF5991D8462D1 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + FD37423507BF19AC8C3D1F7222BEC3DA /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + FD898116AD9E4A6B4CA399C3D137EA07 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; + FD8E8BEF148D7E2E9C737B85CE76799D /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + FDAE87B576CC7BFF7A98DDB416ED5F19 /* BSG_KSZombie.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSZombie.c; sourceTree = ""; }; + FDCE7109EBC1BC59ABB6BA542E9D5A09 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; + FDFD397C8A29C5482A00AD3F0E6EEE28 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + FE43D7B79ADDC8D5B7BA9F0CBF0DA65F /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; + FE543DE37660C1406C1ECA0B66427886 /* JWTAlgorithmHSBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JWTAlgorithmHSBase.h; sourceTree = ""; }; + FE6D4A7E044E941D8C462B3087C01116 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; + FED2CF39F384719BBBA9EC14EE9944F0 /* RCTWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebViewManager.m; sourceTree = ""; }; + FF16E914DC58637B98EF7872101F05EC /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTTextAttributes.m; path = Libraries/Text/RCTTextAttributes.m; sourceTree = ""; }; FFBA3A1AF80C5F1649CC488DDE6FC9A2 /* Pods-eSteemTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-eSteemTests-acknowledgements.markdown"; sourceTree = ""; }; + FFC66A52420A1C84D5D4471D12EFC0C8 /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 16F24540BF7F482477A1CCFAFD36570D /* Frameworks */ = { + 023642F48C90BA44F288BDA48DD012BE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2785B04D85C25EBE13513B6281658694 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1436,6 +1731,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 31DFFBE217A668E6F72174CA75530A4B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 4EFAB19CCC13A07E210CE353F514F207 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1443,6 +1745,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 6B138C5BAEC622C2E0673450381B6EB6 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6DC7364B7FA7B7D6CD47D8DCDB5ADBC3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1450,28 +1759,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 787C66200F65AAE46C6BFDA7AEF015D0 /* Frameworks */ = { + 6E274682629EEDC7A2A6E10F0F44BF14 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7FF9B49B921AB5F0099350F388950C72 /* Frameworks */ = { + 77DEA41B1940DCC80E5B169E2A70B863 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8E2B8FCDBE4972340431B2214B79F9FD /* Frameworks */ = { + 8BC04C1D9D1329CC331D1DE64B2547D0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 923D84672DD108787035D577F7536E65 /* Frameworks */ = { + 8C4FB3A2F24817015A37B0B92B2FEC57 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1499,20 +1808,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9A56DC43D61C810BA4C255A59EA964FA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A38D1B532A8960DBA45F661479487349 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; C09BF11F1881278EB1AC1B19C7436806 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1527,7 +1822,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FEBC13BCBC62CC2723F618989009A3AC /* Frameworks */ = { + D1695CC3ADDCC5CAEC009EA1B672C975 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1537,63 +1832,138 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 034915EB490001780AF5387DE70B0E62 /* React */ = { + 00743C44E406BCB99C2A73111226989C /* Nodes */ = { isa = PBXGroup; children = ( - 7DE8EEF495DB530D76A84D1DCBE08708 /* Core */, - 07EBD9B2B1B0487E62DBD87F9E0FDA2D /* CxxBridge */, - 396E041036C36A1645ED826250E46BAE /* cxxreact */, - 705C078D07A3EC30E322B6981950BC2E /* DevSupport */, - AD1C55347672E1EC2B1472947D74853A /* fishhook */, - 98069BEA4D17C2C1A27F663AF44D53E2 /* jsi */, - C1436424D3453FD95E31C522D05F1C12 /* jsiexecutor */, - 9246B979A8683FAAF7AFCA8B600126D9 /* jsinspector */, - 134DC721818B4A4F5A3707AAC0E7EE4F /* Pod */, - 7638AF31E3F36D8D547ACF3017C022A9 /* RCTActionSheet */, - 81725D9A7DCAC3D3182925CC529BB2D5 /* RCTAnimation */, - 896F0DAFDA772C397820880673D8566B /* RCTBlob */, - E35856A963EF62FC20B1073074F7EFE5 /* RCTCameraRoll */, - 516C89789EED9804E9AC827F54725B47 /* RCTImage */, - F7979977990D13C6816BB4AE1B99B383 /* RCTNetwork */, - 13BD516B657C3C2A965E7C65876927D5 /* RCTText */, - E5F946C7EAC83B999C7A3A69E9A2C542 /* RCTWebSocket */, - 06963C61F6F1643308AAB67C77A20357 /* Support Files */, + DA3A9636B18A3E23F01A6E3FA2857EC1 /* RCTAdditionAnimatedNode.h */, + F7E13F192D0C09108CA89BB21E3782DA /* RCTAdditionAnimatedNode.m */, + CC90AEEF0290D4A4544091D15D8B5CD0 /* RCTAnimatedNode.h */, + 44DBFEE411FEF0A0CBA6A7CED40D1730 /* RCTAnimatedNode.m */, + 3507D4815B16198506920C44ED470923 /* RCTDiffClampAnimatedNode.h */, + A7AD3E93BD91D411CD84E58712139AB4 /* RCTDiffClampAnimatedNode.m */, + 664C2670A7C10A600E972CA34254E9F7 /* RCTDivisionAnimatedNode.h */, + 6FCFBF1C3026598EDD9E129847E9BEF4 /* RCTDivisionAnimatedNode.m */, + 3B5112EA257F64921A9D1D62E9BDF14E /* RCTInterpolationAnimatedNode.h */, + 4FB161CD3C5DF667ADFF2B7A5C3003C3 /* RCTInterpolationAnimatedNode.m */, + ACE6EB5B60D1F1CA743AB04EF86936F7 /* RCTModuloAnimatedNode.h */, + B5A63C4DA8453E5B3B0672F13F4744D0 /* RCTModuloAnimatedNode.m */, + 073559DEFB09BA230673E116C882270C /* RCTMultiplicationAnimatedNode.h */, + F9E3C0259C2097363BBE1A92C9CE3D6B /* RCTMultiplicationAnimatedNode.m */, + 35B7FC6923D5C7BA7C7C10C6F5A1B61D /* RCTPropsAnimatedNode.h */, + 76321A10C41E396C25ABD3C2CF71661B /* RCTPropsAnimatedNode.m */, + AB640F70072AA439A1DA2D0A4B16DB07 /* RCTStyleAnimatedNode.h */, + 5D807E1837594AFC4FED18D8575366AE /* RCTStyleAnimatedNode.m */, + B2F8D185A01CC0A2C7782CBE3B082D4A /* RCTSubtractionAnimatedNode.h */, + 4411C82F280CB7330AB77C9D205FC04F /* RCTSubtractionAnimatedNode.m */, + 9551CDE9CA87C1FCE1A9F1414C5BCED6 /* RCTTrackingAnimatedNode.h */, + 5F0661E3E90F4ED4FBB85868D78F3E62 /* RCTTrackingAnimatedNode.m */, + 8C10876A4CBE4B2EAD6AE68A73BE2B3F /* RCTTransformAnimatedNode.h */, + 026DD4FDA0A35EA9EEC51AAD74B41DA5 /* RCTTransformAnimatedNode.m */, + B9B767E6A2E7F6A81B5FCF3D6E2EBF98 /* RCTValueAnimatedNode.h */, + A1E6ABD585A7E777EA01538B7672D3E4 /* RCTValueAnimatedNode.m */, ); - name = React; - path = "../../node_modules/react-native"; + name = Nodes; + path = Libraries/NativeAnimation/Nodes; sourceTree = ""; }; - 06963C61F6F1643308AAB67C77A20357 /* Support Files */ = { + 01026CCA77B22D778BF14BE33CCB72AE /* jsiexecutor */ = { isa = PBXGroup; children = ( - 4BA39C027EF3532713355A83BF95588D /* React.xcconfig */, - 3B3E76F6225BF7D14B1710E075A7A111 /* React-dummy.m */, - 888413DA247C6ACB8344D8C08979C91F /* React-prefix.pch */, + 9F0C3D6CD1CD01CFF72A774C3072C13D /* JSIExecutor.cpp */, + DCCA93DD65904ED435F6A45CC1EA6111 /* JSIExecutor.h */, + 6E437AF02E3A62BAD78D3C03EACC270E /* JSINativeModules.cpp */, + 1F02B78DFDEE8164858398381E926A11 /* JSINativeModules.h */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React"; + name = jsiexecutor; sourceTree = ""; }; - 07973A64A4197FC50DCDEE8D5BC79A83 /* VirtualText */ = { + 012AD5237AA7B0CB2BB12E82A5B4BFEA /* Holders */ = { isa = PBXGroup; children = ( - 0A2BFF3D5312B2411167EEDD70D3F5D4 /* RCTVirtualTextShadowView.h */, - A11D708A046C2B61355A0756A5E69687 /* RCTVirtualTextShadowView.m */, - EAAE328210C16BD68737C03A1E30DA72 /* RCTVirtualTextViewManager.h */, - 2CDF45042A0ED84BDEFA02BB49419502 /* RCTVirtualTextViewManager.m */, + 9FC6BC21619B71309AB75526EB8B3106 /* JWTAlgorithmDataHolder.h */, + 0D2E9A1FD321BA6C42788F8471C05382 /* JWTAlgorithmDataHolder.m */, + 65EA99E5923F8EB2E833BE58774C3103 /* JWTAlgorithmDataHolderChain.h */, + A0E559235205A98F0B199F0F8900663E /* JWTAlgorithmDataHolderChain.m */, ); - name = VirtualText; - path = Libraries/Text/VirtualText; + name = Holders; + path = Holders; sourceTree = ""; }; - 07EBD9B2B1B0487E62DBD87F9E0FDA2D /* CxxBridge */ = { + 055E0FF8478BB2CAF6652B6FA400E2D7 /* Sentry */ = { isa = PBXGroup; children = ( - BAA961E2023904D398ACAB7996BFAF4F /* CxxBridge */, - DC333525F44B1DA8CB98B6A51F05EDD2 /* CxxModule */, - A581205E0BAB6CD088000AB355BE5925 /* CxxUtils */, + 5AB58978A13C3A8122233FBB0A50A5D3 /* BSG_KSCrashSentry.c */, + AC9F223DE574EF508E16A11CC16D5BD1 /* BSG_KSCrashSentry.h */, + F24550250945E4555B45B2B51E6CF2EE /* BSG_KSCrashSentry_CPPException.h */, + 0A75FF3F1ABA268284FD45F60D6E8BBE /* BSG_KSCrashSentry_CPPException.mm */, + 97F51CA18CDEB00EA8BAFB8E38985890 /* BSG_KSCrashSentry_Deadlock.h */, + 86EF5D33152A2495763B188D5CC4E38A /* BSG_KSCrashSentry_Deadlock.m */, + 6A99F46117155B4951AEC8B675102243 /* BSG_KSCrashSentry_MachException.c */, + 209B3A2EBF088AB49E8DD2DA94A2A308 /* BSG_KSCrashSentry_MachException.h */, + 9DC4518BF1D00170FE4986562EBCFC1C /* BSG_KSCrashSentry_NSException.h */, + 9FEA681DFC20F5CAD1524C57BBF8A8B0 /* BSG_KSCrashSentry_NSException.m */, + 39C4F3B723C3F1928BA0506BBBE7C060 /* BSG_KSCrashSentry_Private.h */, + CBB6ACFFEA86FDA6496A00298EB70C41 /* BSG_KSCrashSentry_Signal.c */, + C11BC1F53722F80A9E5D4BAAABCFF015 /* BSG_KSCrashSentry_Signal.h */, + 25225C1B31BA4660D72DB32783C96712 /* BSG_KSCrashSentry_User.c */, + CD2F4A68EEE12922FBA0DC1A83A3C801 /* BSG_KSCrashSentry_User.h */, ); - name = CxxBridge; + name = Sentry; + path = Sentry; + sourceTree = ""; + }; + 058CE88794A7830DE22E4BD41EC598AB /* Reporting */ = { + isa = PBXGroup; + children = ( + FEFA4A4197AF426B4C87616551B66C03 /* Filters */, + ); + name = Reporting; + path = Reporting; + sourceTree = ""; + }; + 08990B88AC2ECEC4EF48E63720FFA977 /* RCTImage */ = { + isa = PBXGroup; + children = ( + FDCE7109EBC1BC59ABB6BA542E9D5A09 /* RCTGIFImageDecoder.h */, + B4436E4336578FDBCF5C007AFF1768FC /* RCTGIFImageDecoder.m */, + 3DB8F88CA0B74BD4FE5B61377A2BE218 /* RCTImageBlurUtils.h */, + FCF7429D56407CA6FFF876141337B173 /* RCTImageBlurUtils.m */, + BCB17BCAA29ED16B4B0F98DEF059DDA2 /* RCTImageCache.h */, + F1CAD2FFAEB2A5754FD3B91BC6EEC4CF /* RCTImageCache.m */, + 9D17AC8F774058D93286BAF6EF978DB5 /* RCTImageEditingManager.h */, + 8C6D41BAACB7F7B64DBE52F737568EFE /* RCTImageEditingManager.m */, + 6BCBBD4E0B94F9CCF5B271CA91075DC0 /* RCTImageLoader.h */, + EC1882785F5210C88356BDFC5417490C /* RCTImageLoader.m */, + 629B73E08AB58C3CCC2B6DE1FC42D2CF /* RCTImageShadowView.h */, + C8A4C906C9B1CA60A25962186532B3BC /* RCTImageShadowView.m */, + 4E9F1242AAE743B64B3C253C8C700309 /* RCTImageStoreManager.h */, + 137CCA9DF9A6F0CB63F72802DAD68702 /* RCTImageStoreManager.m */, + E55E991D480AEB04522561B793903B8D /* RCTImageUtils.h */, + 7D4ED90A09EB234F417935D14748E583 /* RCTImageUtils.m */, + CE0EEF541327A3A08ED38D91F5BBAF12 /* RCTImageView.h */, + AA113491CB64671E3FCA7C3A2E6074CE /* RCTImageView.m */, + 244536DE928B9C6FFB2E7A6CE3B2FDF9 /* RCTImageViewManager.h */, + 73E1CAF59F8B7B02CBB4D876FB92BA5C /* RCTImageViewManager.m */, + 2F4D970A537F71FF9162970671184E57 /* RCTLocalAssetImageLoader.h */, + 644FD4EE7B5F95F66C4B33994E7C0734 /* RCTLocalAssetImageLoader.m */, + B58BD2504EDB747B1ADF5999E6367258 /* RCTResizeMode.h */, + B0D64416D7064135505E8DBE27C5CCDB /* RCTResizeMode.m */, + ); + name = RCTImage; + sourceTree = ""; + }; + 0C447774C8841C72226FAB097AFC40FF /* RSKeys */ = { + isa = PBXGroup; + children = ( + A4BDF6B76611455CA953CE166F11D940 /* JWTCryptoKey.h */, + F7EA9A00A36A8F5933F38A8840B65338 /* JWTCryptoKey.m */, + CE2AE7D2258089C84B1E1014A03E00B0 /* JWTCryptoKeyExtractor.h */, + 44CC9F5D9C19BFBC1292F45D002EF183 /* JWTCryptoKeyExtractor.m */, + 04F5CCF37361966DF0C145FA1E80B376 /* JWTCryptoSecurity.h */, + 27C683015CA6D63D5C11C15828B2CCD0 /* JWTCryptoSecurity.m */, + ); + name = RSKeys; + path = RSKeys; sourceTree = ""; }; 0CED2023610129069BE83C31A34ED581 /* Pods-eSteem-tvOS */ = { @@ -1609,31 +1979,21 @@ path = "Target Support Files/Pods-eSteem-tvOS"; sourceTree = ""; }; - 134DC721818B4A4F5A3707AAC0E7EE4F /* Pod */ = { + 0F99E3EC4FD1D564EA94C7E35C89A7F6 /* Drivers */ = { isa = PBXGroup; children = ( - 4863C7B551705F734AEE68BE4A82D121 /* LICENSE */, - 7BF45C11B55AA973B4A21ACA8264E20F /* React.podspec */, - 6BC83CA322EED98B9E92D7A40F7170EF /* README.md */, + 6C6A018865582712DC1D026F6F65A7C5 /* RCTAnimationDriver.h */, + 21BD9C15642A0F9F78960E6579B038D9 /* RCTDecayAnimation.h */, + C9E512BF312BAE999817DA7F93C648A1 /* RCTDecayAnimation.m */, + FB5987478E46E256E149AB09B520CAE7 /* RCTEventAnimation.h */, + 24811FB5246425D066DF2156FD7CC0EC /* RCTEventAnimation.m */, + 1B8487AAB9212924302AEC0F05535092 /* RCTFrameAnimation.h */, + 68D92C9484B60A3B5DC6960A65A5F7E4 /* RCTFrameAnimation.m */, + D27F7219B6009DED22F621E6A04F2F0F /* RCTSpringAnimation.h */, + 3085A23543F99716A8E33F7A7B4C29D8 /* RCTSpringAnimation.m */, ); - name = Pod; - sourceTree = ""; - }; - 13BD516B657C3C2A965E7C65876927D5 /* RCTText */ = { - isa = PBXGroup; - children = ( - F80483C10AE3ABDDE5F14307BF39B197 /* RCTConvert+Text.h */, - 6B38120F5AE0E85B0773027EE1CF81C8 /* RCTConvert+Text.m */, - E9040F357786017EC3B9620F3E620E5E /* RCTTextAttributes.h */, - E3B9C9850181AC377E8CD1CE31CF2597 /* RCTTextAttributes.m */, - 2CA8864E5A45F513EAFE967EAA7C6D37 /* RCTTextTransform.h */, - D847EF82692A2183DB562ABD1CFC6098 /* BaseText */, - 391E8ACD2BAD9C365CE77287302A9195 /* RawText */, - 69F75C00B24D3F1F2C4D983E466AD1C0 /* Text */, - A2A612A4AC2152782D377248684E5172 /* TextInput */, - 07973A64A4197FC50DCDEE8D5BC79A83 /* VirtualText */, - ); - name = RCTText; + name = Drivers; + path = Libraries/NativeAnimation/Drivers; sourceTree = ""; }; 173E53A584EAB62EC817DF57FCB60803 /* Support Files */ = { @@ -1654,62 +2014,19 @@ path = "../Target Support Files/AppCenter"; sourceTree = ""; }; - 17760CC0E735D5C0FACD26A1663B9732 /* DevSupport */ = { + 1CDDFC4B044C47E2DA2336118677F09F /* RCTWebSocket */ = { isa = PBXGroup; children = ( - A5C3802825BE064CE686940A19848929 /* RCTDevLoadingView.h */, - D59904CB13A49A66F6C2EB39D706D354 /* RCTDevLoadingView.m */, - 230EEE75C6029A7299B4E18FEA3D27D5 /* RCTDevMenu.h */, - 35B6AE2BE27C4B430BDF2A72A67047E4 /* RCTDevMenu.m */, - 375E4493030629636DFBE8EEA68EBAE8 /* RCTInspectorDevServerHelper.h */, - 39F1B03316C53CBAB5FD69510D1C8043 /* RCTInspectorDevServerHelper.mm */, - DBF0D106E744F0D473D45884143FF088 /* RCTPackagerClient.h */, - 9386E0F1EE1D8093E8124E00B1BFE519 /* RCTPackagerClient.m */, - D21256388F1D6FD034B94B9229480A32 /* RCTPackagerConnection.h */, - 56ADA70A4A1C46F6A86A03CC2C105214 /* RCTPackagerConnection.mm */, + 1B81D5AF36DD2E443DA48A61BF4689A2 /* RCTReconnectingWebSocket.h */, + 8E870F6A3079B44BE30D2269A8E5C719 /* RCTReconnectingWebSocket.m */, + 3D1BE9E390B23309E1597CF2A14A9122 /* RCTSRWebSocket.h */, + 625573995C907CE3D4829AF1B5E2C3A2 /* RCTSRWebSocket.m */, + 84F039E2285A882452A28B5053211B59 /* RCTWebSocketExecutor.h */, + 0E8FCB507ECAA9A0E82E862094B3914D /* RCTWebSocketExecutor.m */, + 0538EE9EEA27F66F9A6F7E3C8E8C354F /* RCTWebSocketModule.h */, + 465DCCB932307AB3937B480FD9A83218 /* RCTWebSocketModule.m */, ); - name = DevSupport; - path = React/DevSupport; - sourceTree = ""; - }; - 1A07BCBB6D94CD4A4DDF5170976FA32E /* Support Files */ = { - isa = PBXGroup; - children = ( - E718EE810F1FB8357A77E000EE48C335 /* yoga.xcconfig */, - 19FD8C7C48B79DAE20C579FBF3CCF598 /* yoga-dummy.m */, - B2B7C51EC5E56F4A396222C749A73C40 /* yoga-prefix.pch */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/yoga"; - sourceTree = ""; - }; - 1A285A876F0DAF7872AC9D585CA15707 /* Algorithms */ = { - isa = PBXGroup; - children = ( - 8474EFCC0ACD081DCFDA52C64031D324 /* Base */, - B26E754065AEE3814F5B3F4A9D2F6D54 /* ESFamily */, - 2137E7E0DE1BA8A0BBEC53CD3F7E2676 /* Holders */, - 2C94A33A2A2FB767C5BF13AD3F66F299 /* HSFamily */, - D4321A9D9F1698B3A0758A99F56FC9DD /* RSFamily */, - ); - name = Algorithms; - path = ios/CodePush/JWT/Core/Algorithms; - sourceTree = ""; - }; - 1C4E6AF87FF0B0D45E717B72B34BE8FD /* SafeAreaView */ = { - isa = PBXGroup; - children = ( - 6BCCEB9A24EBC24DB0B6B349D573CDB0 /* RCTSafeAreaShadowView.h */, - 68EBF5B39DCDE85C35E0BCAB7F568988 /* RCTSafeAreaShadowView.m */, - 2AFA19192B9E658B3AD4939E7D6EC458 /* RCTSafeAreaView.h */, - 2747C8AF81FDF07838C45E2EFAFE9F2A /* RCTSafeAreaView.m */, - CED47CBD1808106E1BA181CC1056B16E /* RCTSafeAreaViewLocalData.h */, - 9C8C30D802CA3B8A2F0649C2D0B85132 /* RCTSafeAreaViewLocalData.m */, - 44ED9826C315B3E55C0C2A59EC7D2983 /* RCTSafeAreaViewManager.h */, - D0D63198FE0423937E6313E91179B024 /* RCTSafeAreaViewManager.m */, - ); - name = SafeAreaView; - path = SafeAreaView; + name = RCTWebSocket; sourceTree = ""; }; 1E0171568A011860FFADC287431BB6CD /* QBImagePickerController */ = { @@ -1740,50 +2057,22 @@ path = QBImagePickerController; sourceTree = ""; }; - 1F698B745F20D54F4F87089934EFDF27 /* Nodes */ = { + 22A0CA9D30D1AE0861FBD8F8135428EC /* Pod */ = { isa = PBXGroup; children = ( - D249720FA1D5C26FD99F6C6429A2E186 /* RCTAdditionAnimatedNode.h */, - 55EE57B3C00139C851A0FB79CC420DFC /* RCTAdditionAnimatedNode.m */, - C11A6564BAC7ADD83733C5383C90A349 /* RCTAnimatedNode.h */, - 5AEC333F421DCF703BE1B71A5DC6803D /* RCTAnimatedNode.m */, - 2E7914606B8548F1F53BF634EE2F336B /* RCTDiffClampAnimatedNode.h */, - D849DCFEE83B0708CF1B62F5DDFB8671 /* RCTDiffClampAnimatedNode.m */, - E7E88AF129E70F0D0E1F68CD6E0DE3D5 /* RCTDivisionAnimatedNode.h */, - 2C628E4787C2C088B0FADD4B2BE8DA79 /* RCTDivisionAnimatedNode.m */, - 2486A283FD8CEF54F77048A8AD4C6ECA /* RCTInterpolationAnimatedNode.h */, - 4DC4FB779763C7FF1877E86451FCDCE9 /* RCTInterpolationAnimatedNode.m */, - AB56F48C91149FA2AB34936A70D52656 /* RCTModuloAnimatedNode.h */, - 3B57A3629244D53E47C9373B0427C706 /* RCTModuloAnimatedNode.m */, - FF4ABC4815A2F7F0E61796CA2C137F80 /* RCTMultiplicationAnimatedNode.h */, - 4E27A4D16D2290E68CA37BE4DC1295F0 /* RCTMultiplicationAnimatedNode.m */, - 566254B9376E73737DFC077B30919463 /* RCTPropsAnimatedNode.h */, - AC563C0AEA6F26C2B40C68F80C99723F /* RCTPropsAnimatedNode.m */, - 31B34DCE007B82ACED83A116BAFA4AC0 /* RCTStyleAnimatedNode.h */, - B33ED1052DC79A5B696EADD0B4620A21 /* RCTStyleAnimatedNode.m */, - DF39066A13127089A10B7E5B3CA8C73B /* RCTSubtractionAnimatedNode.h */, - 2E5E9AF774E3BD3813B7BD57190D12E3 /* RCTSubtractionAnimatedNode.m */, - F2055BD1ABB0F36C9342C9637BEDDC5F /* RCTTrackingAnimatedNode.h */, - 374C4BEE9D99F263E9EB46AC774C0AB2 /* RCTTrackingAnimatedNode.m */, - CB7762B4CF16A026A1B5EF3F59B311DE /* RCTTransformAnimatedNode.h */, - D166638FC3C208694EED5B85D5B9D22E /* RCTTransformAnimatedNode.m */, - 349CF3340FDD5A19D89152FDAF7F9DE2 /* RCTValueAnimatedNode.h */, - F8FF86D532526BEBE7E5AE7E5CB4D684 /* RCTValueAnimatedNode.m */, + 533829CACD2EE11293B6246F1AE45F69 /* api-android.md */, + B9C51E8DB0D6C097BA01502F2ED00DF3 /* api-ios.md */, + E8E0D9C6E316D76E87C5C52F750D79DA /* api-js.md */, + 444A842E0D24DAB1292C664D82344495 /* CodePush.podspec */, + 062B7CB49ED93D7B0FA0E3742C02DA7D /* LICENSE.md */, + B5570415BBEA0E63DE722A66DF685F92 /* multi-deployment-testing-android.md */, + EF55EBEBE190214A642E4B3D6845C39B /* multi-deployment-testing-ios.md */, + 2DD3CD54B865BCA179949860BA7D47DD /* README.md */, + 85D39D41272321A5E801DA63B30D52D2 /* setup-android.md */, + 270CF9CF1F2507A510B7837F649796F2 /* setup-ios.md */, + 956BFAC0D42E9EF9C88D0D45980F8934 /* setup-windows.md */, ); - name = Nodes; - path = Libraries/NativeAnimation/Nodes; - sourceTree = ""; - }; - 2137E7E0DE1BA8A0BBEC53CD3F7E2676 /* Holders */ = { - isa = PBXGroup; - children = ( - FDDBB0A5B688CC912A8412E541BD4930 /* JWTAlgorithmDataHolder.h */, - A2A7C8A09882CE871CA5A557091D0587 /* JWTAlgorithmDataHolder.m */, - 12EDEBA3F6FFD27F49844B60D6266235 /* JWTAlgorithmDataHolderChain.h */, - 1FA70B582C2989A50D508090E4140B35 /* JWTAlgorithmDataHolderChain.m */, - ); - name = Holders; - path = Holders; + name = Pod; sourceTree = ""; }; 25AD387CC2A5B54EA3AA7A40D27BE0E6 /* Targets Support Files */ = { @@ -1797,46 +2086,94 @@ name = "Targets Support Files"; sourceTree = ""; }; - 2BBB455CD386A492D0C79115D171D9BD /* SurfaceHostingView */ = { + 25B923C8581FEA2DE2CF32E2E59D9E06 /* Recording */ = { isa = PBXGroup; children = ( - 71F24D531E47EEF87EFA0888E29AD351 /* RCTSurfaceHostingProxyRootView.h */, - 5A8ED0EE9AD856B8788ED6534B2A7B99 /* RCTSurfaceHostingProxyRootView.mm */, - DC355C5108F9FF14C74C5A77D4E42F29 /* RCTSurfaceHostingView.h */, - 09F0A34F8D9C82CC2F96619CA2E2A884 /* RCTSurfaceHostingView.mm */, - 838CF8DD5AA6F4E7799255CCA847032A /* RCTSurfaceSizeMeasureMode.h */, - EB58D11518128EB8D7F196812583DE5B /* RCTSurfaceSizeMeasureMode.mm */, + 750F7978542B9BAF550597FF5431D809 /* BSG_KSCrash.h */, + C5991B79002A34D1889B84D9258A9538 /* BSG_KSCrash.m */, + 18909EC908180DF21B357CCEE15B8FD0 /* BSG_KSCrashAdvanced.h */, + 0718C00486956C3B8F15BCBB43D7E2B8 /* BSG_KSCrashC.c */, + B4258FDC44F3428B09CF80BA5F4C3740 /* BSG_KSCrashC.h */, + AA6CD99667AFAC252016DF789661C593 /* BSG_KSCrashContext.h */, + 61D416CA1469D4D73278DBAE59EB6DE9 /* BSG_KSCrashDoctor.h */, + 455269537B4E49DD361A00B287963622 /* BSG_KSCrashDoctor.m */, + A5D69AB4E305389D920D65EE45FA1FB6 /* BSG_KSCrashReport.c */, + A5F70D4F2276E50162237A30BA3A9E51 /* BSG_KSCrashReport.h */, + FA7E6F164048FCE817D42F7CB69B6BB0 /* BSG_KSCrashReportFields.h */, + 16C41D636B3D223BC9F5DA338ABCBB4D /* BSG_KSCrashReportStore.h */, + 35EF61E44F7282148EF073FD8E04678E /* BSG_KSCrashReportStore.m */, + EE8288E043B08C408E9097F86830B13F /* BSG_KSCrashReportVersion.h */, + 2B0EE2B904C94465182D799610780BE3 /* BSG_KSCrashState.c */, + A52C199C4C128B07747F758F116B08A6 /* BSG_KSCrashState.h */, + 777D4C6D5DD2B6CA1C810FD9A48D01AB /* BSG_KSCrashType.c */, + 9C2A875DC843E3696D834ACFB58ACBDB /* BSG_KSCrashType.h */, + CEB897AF8F4400EB490B5D755B881DA3 /* BSG_KSSystemCapabilities.h */, + 56DCE8263677014D3A3D3349B156EC76 /* BSG_KSSystemInfo.h */, + D6B2E6FB40F6A6A48D0DF012187528AF /* BSG_KSSystemInfo.m */, + DFB6FAB678F374E7D06120E5D6F03C44 /* BSG_KSSystemInfoC.h */, + 055E0FF8478BB2CAF6652B6FA400E2D7 /* Sentry */, + C49B2F6E5BA1DAD2C2FF651E89F3D1F9 /* Tools */, ); - name = SurfaceHostingView; - path = SurfaceHostingView; + name = Recording; + path = Recording; sourceTree = ""; }; - 2C94A33A2A2FB767C5BF13AD3F66F299 /* HSFamily */ = { + 2CB038C192A04353FD255E3A844CBAC5 /* Algorithms */ = { isa = PBXGroup; children = ( - 833930CB780EBA8143778EC2FDC12A48 /* JWTAlgorithmHSBase.h */, - 3721BFBCFCC1D78471F93EF58553A81F /* JWTAlgorithmHSBase.m */, + 2EF2E9BAA8EB2AAD417769B8D8FCAF7C /* Base */, + E76D649B841F41FF60BA19B0F052E864 /* ESFamily */, + 012AD5237AA7B0CB2BB12E82A5B4BFEA /* Holders */, + DA67CD2D2269610C8B5D85262FEA1BCE /* HSFamily */, + E84BFE25ABBC4F14B74B2C7B8E293AA5 /* RSFamily */, ); - name = HSFamily; - path = HSFamily; + name = Algorithms; + path = ios/CodePush/JWT/Core/Algorithms; sourceTree = ""; }; - 2CB88D5326319896971DF18D767F3029 /* Core */ = { + 2E4A2481177767D88CB2D447CF855360 /* react-native-fast-image */ = { isa = PBXGroup; children = ( - DBE8A091B387844947F82E15FF533BA0 /* CodePush.h */, - 90B82DFDA8358846D21A2C2AA5A797AF /* CodePush.m */, - 33A139D8C1DFC76F7DCC8DFF230F1C60 /* CodePushConfig.m */, - 4977F6377F397CA098639EE2ADA244D3 /* CodePushDownloadHandler.m */, - 1A20EA8977F39EA9056FC59AFF6A4654 /* CodePushErrorUtils.m */, - FE35A46F3F10278A3560B0E88632E1DF /* CodePushPackage.m */, - DFB5BBDB753BFC3C6BC5331483C988C2 /* CodePushTelemetryManager.m */, - B8E65A0F7B8BBD93194F1A04A01E3C36 /* CodePushUpdateUtils.m */, - 33D5FF0BF3FE77178E5FC08170428B55 /* CodePushUtils.m */, - CB3A86EF70A34C1F09622D67CB88ED92 /* RCTConvert+CodePushInstallMode.m */, - DDB8F6F3900ADD8B8128B455F2AE3505 /* RCTConvert+CodePushUpdateState.m */, + 2EFD51EADE36B98F5B6C1171188EFFE6 /* FFFastImageSource.h */, + 9CF1D00838C32EB1D42D95828E5FA4CF /* FFFastImageSource.m */, + 680687425792E48EBA4732A4CB8157BB /* FFFastImageView.h */, + 460DCFA87C2712C7B652D915E1FA0CD0 /* FFFastImageView.m */, + 3AB9002BC52EE3C2876CA241EE0AD3D7 /* FFFastImageViewManager.h */, + F55711F4B3440668E0446E8C2EF5115E /* FFFastImageViewManager.m */, + 89CB8A3CA09D7DE235CC2F35E3302878 /* RCTConvert+FFFastImage.h */, + 348FF0C31D9CAE5AD7F252241B44B410 /* RCTConvert+FFFastImage.m */, + F78C8FC766E7624C9C669F0B212A4B91 /* Pod */, + A49D0C160F16D8C818F9F1D0F9F74089 /* Support Files */, ); - name = Core; + name = "react-native-fast-image"; + path = "../../node_modules/react-native-fast-image"; + sourceTree = ""; + }; + 2EF2E9BAA8EB2AAD417769B8D8FCAF7C /* Base */ = { + isa = PBXGroup; + children = ( + F0D1A5E3ADE4BED12E24E06AD22E9CA8 /* JWTAlgorithm.h */, + 04C50D2F98393D3023D6EF34EBB30CBC /* JWTAlgorithmFactory.h */, + D20F40362EAF2D3F34BF52947190C950 /* JWTAlgorithmFactory.m */, + 37E491BBA08CB86C94DF2B2C778A1714 /* JWTAlgorithmNone.h */, + 06578A0A519DDC6F6F3A98330701CEF2 /* JWTAlgorithmNone.m */, + ); + name = Base; + path = Base; + sourceTree = ""; + }; + 317BD03D6887260C2EDA6D53F0C6A40E /* CodePush */ = { + isa = PBXGroup; + children = ( + 32041CB8683AE367EADF77C1E57E4FDA /* Base64 */, + 73AE6551F254391359E85B5910884D47 /* Core */, + 5384E20EFB0FE8280D4ADC7B8590E451 /* JWT */, + 22A0CA9D30D1AE0861FBD8F8135428EC /* Pod */, + AC6B7D31227DDBD07AED1BF85B955D28 /* SSZipArchive */, + 7130D95E116AD4ED1455896B7EB2DE76 /* Support Files */, + ); + name = CodePush; + path = "../../node_modules/react-native-code-push"; sourceTree = ""; }; 31E010AB7F10123B514A0F69107EB5FC /* Support Files */ = { @@ -1850,37 +2187,13 @@ path = "../Target Support Files/glog"; sourceTree = ""; }; - 31E13A02BB56B802DD9CA0FAD36F748D /* ClaimSet */ = { + 32041CB8683AE367EADF77C1E57E4FDA /* Base64 */ = { isa = PBXGroup; children = ( - 603F61049C460CB6373F9E0DA71ED92B /* JWTClaim.h */, - 5A134693C1EB9015D01ED28336A0AA41 /* JWTClaim.m */, - 0D49A18D7FEE02E63138E352AF8432EE /* JWTClaimsSet.h */, - 9CE6907ADDAD524BFAB307F8E217CC84 /* JWTClaimsSet.m */, - C20C7B59EE08C130E61CB409F6518E40 /* JWTClaimsSetSerializer.h */, - CC82B7D8F32C304F24D5FFD0BE9F7D7B /* JWTClaimsSetSerializer.m */, - 95B9CDC33A1613421F8910374B25F2F1 /* JWTClaimsSetVerifier.h */, - EFDD5B705261C33897918EE906EFEE17 /* JWTClaimsSetVerifier.m */, + 367FFA4A4307C14622EACBB68CCBD511 /* MF_Base64Additions.h */, + 3812D6BAC4E109E0B79C91735DB07CBD /* MF_Base64Additions.m */, ); - name = ClaimSet; - path = ios/CodePush/JWT/Core/ClaimSet; - sourceTree = ""; - }; - 31F1A50ACD68AD069F44F69F65F25C5C /* Drivers */ = { - isa = PBXGroup; - children = ( - ECFEFCCCE01FB3D9F7C4F1B21A7CE620 /* RCTAnimationDriver.h */, - 3FD5D747008E42389289E8E393CB92A1 /* RCTDecayAnimation.h */, - BB0C3D6E06D809806E5398F7797F35C0 /* RCTDecayAnimation.m */, - A5B8ABEA4201AF67AEAE4D29B8F841C0 /* RCTEventAnimation.h */, - 5076653FD6F57FB4C63BB63A3652E0EE /* RCTEventAnimation.m */, - F819465426DC2F88978EAC58EE2042BE /* RCTFrameAnimation.h */, - 77981BBBDD1240FD7FDE072EE4FE585D /* RCTFrameAnimation.m */, - 9F080E4E4230B8C75722FC57279ABC57 /* RCTSpringAnimation.h */, - 3FD4FF65B21651B896976BD1D6ED765C /* RCTSpringAnimation.m */, - ); - name = Drivers; - path = Libraries/NativeAnimation/Drivers; + name = Base64; sourceTree = ""; }; 32B13847E36131BCF6E2781BA9FB420B /* Frameworks */ = { @@ -1891,26 +2204,18 @@ name = Frameworks; sourceTree = ""; }; - 36CCBD6B2220D60E5640F3692B22CAC8 /* Surface */ = { + 3806280A39BD66E61A76463877A9C37B /* Singleline */ = { isa = PBXGroup; children = ( - 5C7183CA33F64C19E627E94EC1C9BDAC /* RCTSurface.h */, - 97362DC91DF80C7831BFE0F27DA6C991 /* RCTSurface.mm */, - F358BC5D791593710135C07DAAA144D2 /* RCTSurfaceDelegate.h */, - E573BD40514AC44CAA494FFAD1E4D373 /* RCTSurfaceRootShadowView.h */, - 38CBD0E412E79898F3524CFB1EA8EB7A /* RCTSurfaceRootShadowView.m */, - 3B1D302D5401436ADB0F8F73BEF869B1 /* RCTSurfaceRootShadowViewDelegate.h */, - AC48E8F4D18E0D7C49844735654F9D5B /* RCTSurfaceRootView.h */, - 68D10C8690BCAC6BF00EFBED7984DA01 /* RCTSurfaceRootView.mm */, - 56013F5F7355FCB147F3016FEB6430DF /* RCTSurfaceStage.h */, - 7284F0DD319B0AA184249308A8A2050E /* RCTSurfaceStage.m */, - 32847B007A2BCE68AA3701B560C175EC /* RCTSurfaceView.h */, - C0FBE3CD6BB6222990C30CD7D0C98F35 /* RCTSurfaceView.mm */, - C39B0C0DE9901305D6140943D8C9C99A /* RCTSurfaceView+Internal.h */, - 2BBB455CD386A492D0C79115D171D9BD /* SurfaceHostingView */, + 4B5B9F77D7E64DECE0A353C0B55B40D0 /* RCTSinglelineTextInputView.h */, + F49A7CC6BBACCCF14E92D9CCFE8C768A /* RCTSinglelineTextInputView.m */, + 9109692C289A9B4941381E7426A17A8D /* RCTSinglelineTextInputViewManager.h */, + 51F3783BE85FD7E29CF85172E5885D2F /* RCTSinglelineTextInputViewManager.m */, + 66EB4E01007A23A088EBC78D409D73B8 /* RCTUITextField.h */, + 4E9813538D670B64CE042581AECC6B4A /* RCTUITextField.m */, ); - name = Surface; - path = Surface; + name = Singleline; + path = Singleline; sourceTree = ""; }; 391828183CD6890913F405A62FE04609 /* Folly */ = { @@ -1937,56 +2242,20 @@ path = Folly; sourceTree = ""; }; - 391E8ACD2BAD9C365CE77287302A9195 /* RawText */ = { + 3B195B5115CBA45CF08B9DB09CD3A532 /* RNImageCropPicker */ = { isa = PBXGroup; children = ( - 2105F8CD160EE1BA2925FC3DE5036FB5 /* RCTRawTextShadowView.h */, - 57D0A39323EA68D207DB29CF8B1C4408 /* RCTRawTextShadowView.m */, - 220278F91B62917CA99D6BCA1CC0A64C /* RCTRawTextViewManager.h */, - D5E272D9429767778B1BCFC6E7F1790D /* RCTRawTextViewManager.m */, + 5A023A0AFF31DCA95182B60C58B44B68 /* Compression.h */, + 20D089FF27AA264C8E071B85EF2D1D7C /* Compression.m */, + 0498732578B070F40B7154D6C0AA8CBF /* ImageCropPicker.h */, + B1E42E568E0A63C05222E91D65CFEB16 /* ImageCropPicker.m */, + BA6D07E29C307355DC9535CFBB0DA318 /* UIImage+Resize.h */, + A78438FC2DEF2FE272E62633C97AD627 /* UIImage+Resize.m */, + DF4DA85DC9B7EDA79F0504444AD4248F /* Pod */, + 81DB12ECC363CA58879BE2EFCBBB5E79 /* Support Files */, ); - name = RawText; - path = Libraries/Text/RawText; - sourceTree = ""; - }; - 396E041036C36A1645ED826250E46BAE /* cxxreact */ = { - isa = PBXGroup; - children = ( - 1E69AB69DDC6F6ED8223933344B7D3AB /* CxxModule.h */, - C9C98A4EB5C96CC636C92EAFE2A62B49 /* CxxNativeModule.cpp */, - 33CF74D59C02E07F900ED86FE3D9D32D /* CxxNativeModule.h */, - 6AF43478AEE4EADC4AA155BC2BE03A43 /* Instance.cpp */, - 7793DC715F597A1BA6B3B01CBC090C2F /* Instance.h */, - 57B9FECB37F7891412A424E3FED03269 /* JsArgumentHelpers.h */, - 9D26FA47682ACC21B85DFED77611B451 /* JsArgumentHelpers-inl.h */, - 1B12564C662641CDB5799C4863292C64 /* JSBigString.cpp */, - 2B376BEB2A017C9A7D56C38CDD979676 /* JSBigString.h */, - 26E9EA1127A1DF850D7634FB30D11B40 /* JSBundleType.cpp */, - 660AB324AFE8178E927A72128736BA1F /* JSBundleType.h */, - 5C6A9CD0E3455EFD82C413BB8052C860 /* JSDeltaBundleClient.cpp */, - 9A19665BB87C698DBD7597B2B717E4A3 /* JSDeltaBundleClient.h */, - 8ECA5D0631924024C2AFFA403DD8A821 /* JSExecutor.cpp */, - 268894ECF3A36100E066FD6836B722B5 /* JSExecutor.h */, - 0351D4F5CF220610D7482F943D054A78 /* JSIndexedRAMBundle.cpp */, - A91852152CB7CBD11EBCF19AF7468220 /* JSIndexedRAMBundle.h */, - BDE20FF4E9A328E12D195BB26F7F2D2A /* JSModulesUnbundle.h */, - 4DE8A4653F996F830B290290F4E0A90D /* MessageQueueThread.h */, - 467AA25F06D8D72F0C6240F59DCA8948 /* MethodCall.cpp */, - 29C82AB273D1CA70A2FC69967E2F78C3 /* MethodCall.h */, - 9C13119E94D3B31C4A325F4C25095967 /* ModuleRegistry.cpp */, - A8740BA1ED66FE29967BCA9573FF4E8A /* ModuleRegistry.h */, - BC18F08CD5527397409F75BC00A89B1D /* NativeModule.h */, - F75C82DA59FC1DE73B7415BFCA6034C9 /* NativeToJsBridge.cpp */, - 3C3538CAB81C0F668880518893F08F65 /* NativeToJsBridge.h */, - 086DB04E733D83F6D494830A81FF1958 /* RAMBundleRegistry.cpp */, - 334999EEE40824C9C83502E88DCB55CB /* RAMBundleRegistry.h */, - 734133EFD4EE6B08425A0FF91F473829 /* ReactMarker.cpp */, - 2FBF38D63817AB829206B733946FAF11 /* ReactMarker.h */, - 60952757768F82F88CAF89538CFFF814 /* RecoverableError.h */, - 7E1A345E0B42407C7189E8C6AA0C42CA /* SharedProxyCxxModule.h */, - 2D76AAA9978C52C83B774EB5D90CB938 /* SystraceSection.h */, - ); - name = cxxreact; + name = RNImageCropPicker; + path = "../../node_modules/react-native-image-crop-picker"; sourceTree = ""; }; 3B482095C13F7601E580C92DD3536E01 /* AppCenterReactNativeShared */ = { @@ -1999,40 +2268,13 @@ path = AppCenterReactNativeShared; sourceTree = ""; }; - 3B60D96F2B1761E41DFD7FD914CFA6C1 /* react-native-fast-image */ = { + 3DF051F62C3B54E8D5150924BE923255 /* jsinspector */ = { isa = PBXGroup; children = ( - 5DEB41D56E5717406B50733A721768BB /* FFFastImageSource.h */, - 99F66AC83157C366B68327E163A03747 /* FFFastImageSource.m */, - 92810FD0C4E1BE3BDA52690E8FE1FD30 /* FFFastImageView.h */, - 8521C008EDCC665E8668DA4CA8DEE0A2 /* FFFastImageView.m */, - 179A7867C6BDAFA0DD99857AF2E3EA99 /* FFFastImageViewManager.h */, - 661A727445AD859C2DA73A5F88BEEA30 /* FFFastImageViewManager.m */, - 81E678F4A6D27AD4FDA9F626AA6683E4 /* RCTConvert+FFFastImage.h */, - 10FCE4895991689C11CECE2E353EE9A4 /* RCTConvert+FFFastImage.m */, - C5D0366F4BF61A3DD047A3B15533A5AA /* Pod */, - A23A9445D02242F1CAF5A4D0978639A6 /* Support Files */, + 8189997A2C8B647743030362760BEA43 /* InspectorInterfaces.cpp */, + F03D9E657FCA5B4202ABBDE4076A8C2F /* InspectorInterfaces.h */, ); - name = "react-native-fast-image"; - path = "../../node_modules/react-native-fast-image"; - sourceTree = ""; - }; - 3F4E7D290923625FE3BFCE3908DDC621 /* Coding */ = { - isa = PBXGroup; - children = ( - 085187A7BCF014F4A84FB4D78CDD4491 /* JWTCoding.h */, - 8610DFC6458B7C346A012882C48B207E /* JWTCoding.m */, - 4D505B832753C3E6E0BEECE912F70A8B /* JWTCoding+ResultTypes.h */, - 45D48E0D2B4BA72D1AC5ADADB1A16CED /* JWTCoding+ResultTypes.m */, - FA997114FD158826344BD3E10289D489 /* JWTCoding+VersionOne.h */, - 895DE59832E2F1B53A1C5D79671C1CD6 /* JWTCoding+VersionOne.m */, - D50D28977FD5E3E4724AE020B1B4F2F4 /* JWTCoding+VersionThree.h */, - 91DF1B84397C52981E38A6DA62D6DD83 /* JWTCoding+VersionThree.m */, - A599F3844E4F6C9B038322E71BDEB3A5 /* JWTCoding+VersionTwo.h */, - 232091FBE5EC63774381C9859389BD8C /* JWTCoding+VersionTwo.m */, - ); - name = Coding; - path = ios/CodePush/JWT/Core/Coding; + name = jsinspector; sourceTree = ""; }; 410AF5146CB16E3F631805AE20027789 /* AppCenter */ = { @@ -2059,21 +2301,21 @@ path = "../Target Support Files/FLAnimatedImage"; sourceTree = ""; }; - 4298A1B79813D15F7021354AA20C11E6 /* minizip */ = { + 44523A80F8E8E7B3230765E2CF339CE2 /* CxxModule */ = { isa = PBXGroup; children = ( - D8BA20A63B10D52DF1079601D1344151 /* crypt.h */, - BE47219642ED1FB01053598B59536102 /* ioapi.c */, - BCEF03C0F0B91E3B6661FD97242FB707 /* ioapi.h */, - DA8FECDE880513D46F3FFE6A4AA87784 /* mztools.c */, - 6F1324591F6F44A8BE97D798AD4EAEE7 /* mztools.h */, - 85819A52496DF1627D81BA9329CD0628 /* unzip.c */, - A087070B5F198DAECD7244BD938865EB /* unzip.h */, - D137C80516A7F2CE7064A5D202E3C753 /* zip.c */, - 677921D5C2DD58363717607334177247 /* zip.h */, + 429E45AAC1637EF737BB165B36921ADF /* DispatchMessageQueueThread.h */, + 08FA4A5CC3DAB51D1D48E8C92BA511E3 /* RCTCxxMethod.h */, + 56E80E8A52F7583FFA9584331625DAB4 /* RCTCxxMethod.mm */, + 50B745AB9344070D566B1544AA862345 /* RCTCxxModule.h */, + A2A0FDD0848F8B284D2A17EFE76A2F1F /* RCTCxxModule.mm */, + 5C921C3178D8AC88FCE27D9E81A7F5DD /* RCTCxxUtils.h */, + BDFABB9BF916E145317358F0270BA98B /* RCTCxxUtils.mm */, + E3092DC105ED91881CC31FE2A8453013 /* RCTNativeModule.h */, + E075F5D01D7354943FC3ED119EDBC17D /* RCTNativeModule.mm */, ); - name = minizip; - path = ios/CodePush/SSZipArchive/minizip; + name = CxxModule; + path = React/CxxModule; sourceTree = ""; }; 4575B94A3905B9DEEC219BA430F99C45 /* Frameworks */ = { @@ -2092,15 +2334,81 @@ name = Frameworks; sourceTree = ""; }; - 4C90D7AEA3D11C294321E368FD3FC722 /* Support Files */ = { + 46358E624C204C259C11FBBFF6D5B1A8 /* TextInput */ = { isa = PBXGroup; children = ( - E13BD60F99D264BD0B1B8FC682420A6C /* RNImageCropPicker.xcconfig */, - CB5AB7EB9F70465729684943BC40AD3B /* RNImageCropPicker-dummy.m */, - FDE2B011A496E07AA27EB01ADC6394A4 /* RNImageCropPicker-prefix.pch */, + F6EC234FB76CD166248880AB1C3DFB61 /* RCTBackedTextInputDelegate.h */, + 482D4E5AF92A5A27044EB7E85E01EB11 /* RCTBackedTextInputDelegateAdapter.h */, + A2477D51FDF65E515781388B1690D839 /* RCTBackedTextInputDelegateAdapter.m */, + 892BC23694E5529E5D44F7C2A53E9A81 /* RCTBackedTextInputViewProtocol.h */, + 43F76DEA25D26E1EC9D87A2F837F0E37 /* RCTBaseTextInputShadowView.h */, + 9586A109459C2EE26A24CA837046CDB9 /* RCTBaseTextInputShadowView.m */, + 1DCE6B41B785668F0DA38CEFECE3CBFD /* RCTBaseTextInputView.h */, + 1F9668127746AB1B0BB453206C2B6719 /* RCTBaseTextInputView.m */, + 66A10E7B8F20F90B763C9DE681ECD5A8 /* RCTBaseTextInputViewManager.h */, + 99C31F906D36DD9D8EF5969FEC112F35 /* RCTBaseTextInputViewManager.m */, + 7850822645D8E5B563752A9C3F6A42E2 /* RCTInputAccessoryShadowView.h */, + 1EA51D162E8A157439131650E07EBE97 /* RCTInputAccessoryShadowView.m */, + C8EC35F15F4854F5464EF127306FDFFE /* RCTInputAccessoryView.h */, + 0DA3EDA6F544BF4944FC6474C4614E88 /* RCTInputAccessoryView.m */, + D5B129230E31F4F7742176C9DD7036D6 /* RCTInputAccessoryViewContent.h */, + C7C7F863620951DF17A2C95A0E3D4077 /* RCTInputAccessoryViewContent.m */, + 516833EF8D6147E9279AC100C6426F82 /* RCTInputAccessoryViewManager.h */, + 8940F17022936662AF617FCFCB4F8F0F /* RCTInputAccessoryViewManager.m */, + 3203E276DDF38EE919B440E777EE3A2F /* RCTTextSelection.h */, + 9576BC4786A12E037969403A2EDEF361 /* RCTTextSelection.m */, + 4C2EADFED4C837CB04F2E46DE4DD8021 /* Multiline */, + 3806280A39BD66E61A76463877A9C37B /* Singleline */, + ); + name = TextInput; + path = Libraries/Text/TextInput; + sourceTree = ""; + }; + 488C288364AE086749F1E195BB55598D /* CxxUtils */ = { + isa = PBXGroup; + children = ( + 1D06458ECE841BD19FCAD96FE62C4741 /* RCTFollyConvert.h */, + 7AE457CA0337229ED431EE64D0EAD25F /* RCTFollyConvert.mm */, + ); + name = CxxUtils; + path = React/CxxUtils; + sourceTree = ""; + }; + 48C9920F78B19327F2851F2685D2E256 /* Inspector */ = { + isa = PBXGroup; + children = ( + ED22B41C6FF5E1A0E64A6B3EFB547CD2 /* RCTInspector.h */, + 345BCA9C806D1A6988A63C8BCE29FD50 /* RCTInspector.mm */, + E097DEFC5F2685D35A58B047374544C3 /* RCTInspectorPackagerConnection.h */, + EA8F9504D0DA0B798ADE51021C71C2C1 /* RCTInspectorPackagerConnection.m */, + ); + name = Inspector; + path = React/Inspector; + sourceTree = ""; + }; + 4A70EAF7184AA440586F754BAD976291 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3F2299AFD6E9B9F1DA57A7B83688D607 /* yoga.xcconfig */, + D74FEB12253466A446947D38ED1C58C2 /* yoga-dummy.m */, + DA7EF557E5576CFD4EC3773C30C16929 /* yoga-prefix.pch */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; + path = "../../../../ios/Pods/Target Support Files/yoga"; + sourceTree = ""; + }; + 4C2EADFED4C837CB04F2E46DE4DD8021 /* Multiline */ = { + isa = PBXGroup; + children = ( + EEC0259C0D6B2EC8AC859FAD1E15E608 /* RCTMultilineTextInputView.h */, + 6045228B7FA983F701302A76CAC4D82B /* RCTMultilineTextInputView.m */, + BF9F8152200389BA9573E16DDDC22681 /* RCTMultilineTextInputViewManager.h */, + B7EE6274A05590694674B9548D0A0F5D /* RCTMultilineTextInputViewManager.m */, + 3A04F3C928E0229E3CC22F98CC93B536 /* RCTUITextView.h */, + B5FEB8FA8CE8EDF917A125F47FB6A928 /* RCTUITextView.m */, + ); + name = Multiline; + path = Multiline; sourceTree = ""; }; 4EF6B2FA1B30A7E762E3F62A711F8F6D /* Support Files */ = { @@ -2114,154 +2422,60 @@ path = "../Target Support Files/DoubleConversion"; sourceTree = ""; }; - 516C89789EED9804E9AC827F54725B47 /* RCTImage */ = { + 5384E20EFB0FE8280D4ADC7B8590E451 /* JWT */ = { isa = PBXGroup; children = ( - 37F1CFBE7274A08FD3E068751B14B653 /* RCTGIFImageDecoder.h */, - E960DCAB6998C826CD9C48FA43717612 /* RCTGIFImageDecoder.m */, - 5671CBBD33B17173C40CC7209DF82EBA /* RCTImageBlurUtils.h */, - 1120622CE307900EC99D7489D311514D /* RCTImageBlurUtils.m */, - 29DC445789BA1C8B4DD45DA032A0ACF5 /* RCTImageCache.h */, - 2F5DDDCD48284776646790C4D174A683 /* RCTImageCache.m */, - C72514CB9A2F98A0AFA4A7280DA823C6 /* RCTImageEditingManager.h */, - C26D6F90C905F7A72A4A137EDC9B4566 /* RCTImageEditingManager.m */, - CA7DF0E4895DE2DCF79DE5FBA23ABD4C /* RCTImageLoader.h */, - 70C2E8291664E8D3027F2FD3B249C63B /* RCTImageLoader.m */, - 47E5CC465F3F52915713F39E59115837 /* RCTImageShadowView.h */, - 13096452FEB9B125925810DAEADDA1C7 /* RCTImageShadowView.m */, - 2B51C9F8ECC4C6C16993E814090080F8 /* RCTImageStoreManager.h */, - 7037CA9A024DE96ED2883FC9F867F22D /* RCTImageStoreManager.m */, - 88E35713CEDFFBD327A0E40259D096DD /* RCTImageUtils.h */, - 0595A25BB49DBC70BE5403612FB94310 /* RCTImageUtils.m */, - F2B688A959EFBF1076FCE89F1A3183D6 /* RCTImageView.h */, - 7AAE43805D1BAC76683DBD7E78FD9CA6 /* RCTImageView.m */, - AB2DE0B02BDC0FE39EE5AE78A6068F20 /* RCTImageViewManager.h */, - 338AB7506571AB5B0CDE3303625A56B3 /* RCTImageViewManager.m */, - 236BD2EAEFFD796269C36A0F77430AA3 /* RCTLocalAssetImageLoader.h */, - A4F6A3A855B16688794BBADCF47A5969 /* RCTLocalAssetImageLoader.m */, - 4C4F499D31E9D5F562027E575A9EFBB9 /* RCTResizeMode.h */, - EC99F4D50DC3E4D68C6C32B727FB2586 /* RCTResizeMode.m */, + 2CB038C192A04353FD255E3A844CBAC5 /* Algorithms */, + FE7353CAAD2277C17FCC117C834F1275 /* ClaimSet */, + 554E5B7062A968E8003A259889D897AA /* Coding */, + 8D3B61F98F4953ABB58ABF7219A65F47 /* FrameworkSupplement */, + DBB47BC601CB2425DC1238E921270FE4 /* Supplement */, ); - name = RCTImage; + name = JWT; sourceTree = ""; }; - 54BFCC28EB953BEC5F2C2A309188FE5B /* Views */ = { + 554E5B7062A968E8003A259889D897AA /* Coding */ = { isa = PBXGroup; children = ( - F13D89C47E86CBBD53B4E122E4CCCBFF /* RCTActivityIndicatorView.h */, - EAE5BC90E03FF8C6C8A8BEE0B45D958C /* RCTActivityIndicatorView.m */, - B1A521FAB26468DC4F98E14EDA788890 /* RCTActivityIndicatorViewManager.h */, - E4AAC83D45F71BFA43E0FA0798FCE75E /* RCTActivityIndicatorViewManager.m */, - 4BED685283761285EF70E2318E340B48 /* RCTAnimationType.h */, - AF225377A9AE1F27BE33AB273CE1A917 /* RCTAutoInsetsProtocol.h */, - A7147A92189E7DCF1582ABDE1C72E3F9 /* RCTBorderDrawing.h */, - 23317DD0E74E4270978C4023127589BC /* RCTBorderDrawing.m */, - 5648B41661215C0DBB1E5F62C27E7B75 /* RCTBorderStyle.h */, - 2152EA01F992478CDCA06E8209753E62 /* RCTComponent.h */, - 55BE02A0CDCFC5C2AAAD7326D8B6D128 /* RCTComponentData.h */, - C82985AC419D92AE977D6BE495688677 /* RCTComponentData.m */, - ADB47646A76E333FEB81B74D12F5566D /* RCTConvert+CoreLocation.h */, - D59602ECA2E566EA487CAC145F56F48D /* RCTConvert+CoreLocation.m */, - 5BE7D4891E31921B00258C7475F40051 /* RCTConvert+Transform.h */, - 2279CFF8828C228DC02C459F72CBEF15 /* RCTConvert+Transform.m */, - D2024FB1265B8C889A2ACD1F838AF804 /* RCTDatePicker.h */, - A64FC3BE7902DD8B2DDB17ADC7046478 /* RCTDatePicker.m */, - 53F60CAD1865DBD5F33D3F63A081A8B3 /* RCTDatePickerManager.h */, - 399112EE94FDDFA5BB43A9F40E4EB0B6 /* RCTDatePickerManager.m */, - 0205A1DFD14297178D5557C0BFF39CD9 /* RCTFont.h */, - AB163E7ED958AE1C0CC091770AD11E4E /* RCTFont.mm */, - 4DCA6D4ED8F6C1E959FE66757605E308 /* RCTLayout.h */, - E60F3B435172E44A233E10668058809C /* RCTLayout.m */, - EC833905DB673E241DF8454F8BA698CB /* RCTMaskedView.h */, - 07D6628D9E76B5EAA7E8C47F259B732C /* RCTMaskedView.m */, - 72E5A6345DB9DE6D923B305614B58C24 /* RCTMaskedViewManager.h */, - 23E9B9C379184DC9D904CDF71465A3CE /* RCTMaskedViewManager.m */, - AFADF9668FE3A520E5EE885A75067417 /* RCTModalHostView.h */, - 6D9216221565CC4DCA2DCB57EF969A0C /* RCTModalHostView.m */, - 0AA77D0978EB6A35CDA0B57C2A51BA71 /* RCTModalHostViewController.h */, - C4D6909B3068335C0A0F84F886C230F4 /* RCTModalHostViewController.m */, - AD1DFFB76CD1F995938F61F5C671EA20 /* RCTModalHostViewManager.h */, - 78410F279884940B38B7F6BA98D76C5C /* RCTModalHostViewManager.m */, - 7167A0781295CA63ED025DB1304CA83A /* RCTModalManager.h */, - 78BFB7E6C7FE054C291DE0414712DB6F /* RCTModalManager.m */, - 39621A55DFEF9A7EA1382181ACFDA45E /* RCTPicker.h */, - 76A8CCC653BA4F74AFDC14AAB8C6DAF3 /* RCTPicker.m */, - F159B63BB2AB5C89A39C58CE04D8B3FB /* RCTPickerManager.h */, - A884B7CBB89A8ADA6E1C5A874A987857 /* RCTPickerManager.m */, - 6EC79FF7916E4A6CC17E0EDCE06441AB /* RCTPointerEvents.h */, - B16DD2031C07B82394EE46A886118E9A /* RCTProgressViewManager.h */, - 5A0CEDFA518A96D09BA3692311C34CC2 /* RCTProgressViewManager.m */, - BBAA31AB3C7EC6E288648A669CFB079E /* RCTRefreshControl.h */, - 597A242E6EC4FFAEB09EA6E6FC6A1439 /* RCTRefreshControl.m */, - C1BC441675677C6E6115A7F46726648D /* RCTRefreshControlManager.h */, - 8B7948B1968DC0FC36BBB72B0271160C /* RCTRefreshControlManager.m */, - 232C816D11418AABFB9DDDF09074078D /* RCTRootShadowView.h */, - E3586CF57C4A96D4766CDC6986601DDD /* RCTRootShadowView.m */, - 9EE39D358A0DB8D5EE1A3EE588BBD837 /* RCTSegmentedControl.h */, - 2B1E054C415A7FDB3D763CFF5D6420FE /* RCTSegmentedControl.m */, - D97427AF2ECEFC8B525365B1012FA50C /* RCTSegmentedControlManager.h */, - 6B8C2C5E2F2F2ED86F60722961CC1738 /* RCTSegmentedControlManager.m */, - 3B569ABC7549229AD81990305B547211 /* RCTShadowView.h */, - 217D8DB127E2197F0FDA24F7803135CD /* RCTShadowView.m */, - 8FC4AC710F308FF8CDE05E58E24895C4 /* RCTShadowView+Internal.h */, - DDA024260D4AB82E0114C80C3146CCA7 /* RCTShadowView+Internal.m */, - A1DDBA20175BCCA92D457DDB5277A9DD /* RCTShadowView+Layout.h */, - 74E36C864858371A90EA1896BCD8DF88 /* RCTShadowView+Layout.m */, - 7177673C0DB44E75EC2B8EAA4225398C /* RCTSlider.h */, - 834FC51E38E0BFF67D6D9780CC8CB4F5 /* RCTSlider.m */, - 495FDDF103196B07D0002F1537EA659F /* RCTSliderManager.h */, - 854BE41309241AE2365D596532ADE7B1 /* RCTSliderManager.m */, - A7D5BF5E68A3D792A451E5E8CD02A0F9 /* RCTSwitch.h */, - 087BE8D8F8CC0CB7D5B2C40D5AEF1359 /* RCTSwitch.m */, - 8C494E59134984FA0C41A5E4E869565A /* RCTSwitchManager.h */, - 1EEE0CA4AADB661A0462540C6F11D9DB /* RCTSwitchManager.m */, - BA5DD205DC224FD487FBC01F646132EC /* RCTTextDecorationLineType.h */, - F93DB83AD9D84C8A005C97227D3F4CBE /* RCTView.h */, - 857A8A801CE957714EDE4C7C5D2EFC66 /* RCTView.m */, - E53113D5C08B8044D850FA3D7FF5C1C5 /* RCTViewManager.h */, - 013F59BABED0BA9A20AF8A6D5D727FCF /* RCTViewManager.m */, - 3A9FC77DF95873260DEB98927CC189BD /* RCTWebView.h */, - 433A6C028EAB89E1821BAA35040A291E /* RCTWebView.m */, - 31CCF05933D9D3671781FCF73154F418 /* RCTWebViewManager.h */, - ABE70AC7B7788E1382D9A2687C0C1EC7 /* RCTWebViewManager.m */, - 4B2F1DD2454D35CE3CA910CDB1E128C2 /* RCTWKWebView.h */, - 4CE9175B4B7A31DE46A4FB4FEC93A13A /* RCTWKWebView.m */, - CC05231C76333B5737ACCC3FC6636345 /* RCTWKWebViewManager.h */, - 7DBD90783803CF3B8661CEA592B42188 /* RCTWKWebViewManager.m */, - 9D7BEF6FBCAA9BC32F144428DDCF2618 /* RCTWrapperViewController.h */, - 0A020A71E10E818C3B7FAFF8A811C90E /* RCTWrapperViewController.m */, - E5BC6E201746A7BDF794C4A6AD893F70 /* UIView+Private.h */, - 0675EB0F9FA36FD2257AC282F6C403D2 /* UIView+React.h */, - 4FF19D906B5DBBFDA2637B768C968F74 /* UIView+React.m */, - 1C4E6AF87FF0B0D45E717B72B34BE8FD /* SafeAreaView */, - E55A5C47ECE7555C24C8A133FCDA052D /* ScrollView */, + EC37EB9E09F081FD2C071A9469B1579F /* JWTCoding.h */, + DB6F420D558CFB198288B4BE3A511C28 /* JWTCoding.m */, + A4934E8741C1593825184F3EDF0C6378 /* JWTCoding+ResultTypes.h */, + 9E9E66AD3EE31898F9005DB7E481EB80 /* JWTCoding+ResultTypes.m */, + AE9A4C1C18C6B7B50AF3E79E0C017AC9 /* JWTCoding+VersionOne.h */, + 2E5205465621650AC1F0D6AF7B87F4C9 /* JWTCoding+VersionOne.m */, + FC88DEF1685323AC1CFA5CA7A93AE75D /* JWTCoding+VersionThree.h */, + E879A202AFC47530EA9D38D142323C46 /* JWTCoding+VersionThree.m */, + 35AF87936EDF41457F8F680465D593F6 /* JWTCoding+VersionTwo.h */, + 80445CDB352BCF400E0FE32BAACC08F8 /* JWTCoding+VersionTwo.m */, ); - name = Views; - path = React/Views; + name = Coding; + path = ios/CodePush/JWT/Core/Coding; sourceTree = ""; }; - 5533161AAE1E19F385B8D8F3174A2FA3 /* RNImageCropPicker */ = { + 55E2CCD80CB0D5682A5A462D390BC5E1 /* Support Files */ = { isa = PBXGroup; children = ( - 873636A4F96FFE1348CC1A0D55A950C6 /* Compression.h */, - DE5CCEBBD3099BCE42DFB608F9C788FF /* Compression.m */, - A50E079F73478A36E247CF4FF525AFF8 /* ImageCropPicker.h */, - 71CE8C46B8BB1CCE7FFB2929630EAF86 /* ImageCropPicker.m */, - 2D22A4EBEAC6F634E59D01ECAC9D5E18 /* UIImage+Resize.h */, - 91F16509E9A7CFAE250F4E70BF6A6147 /* UIImage+Resize.m */, - 9EC6F04D178F981688E4BDB993C2B1A3 /* Pod */, - 4C90D7AEA3D11C294321E368FD3FC722 /* Support Files */, + A30DFCAB93DEBCA3F321C809D1F56463 /* react-native-version-number.xcconfig */, + F8F00618A745A1C2396257EDBD5E5671 /* react-native-version-number-dummy.m */, + 6A7A42CEA06A5D388C6E45F5D184D8F3 /* react-native-version-number-prefix.pch */, ); - name = RNImageCropPicker; - path = "../../node_modules/react-native-image-crop-picker"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-version-number"; sourceTree = ""; }; - 56DC5C12306B80C0BC42B46411A2142B /* Pod */ = { + 563F9FFAD129D23D28136F1CABE3F8DF /* RCTCameraRoll */ = { isa = PBXGroup; children = ( - 511F1A384B4FF75A429DFFBDA1958DD9 /* yoga.podspec */, + E4F5DCA06F84567B6B4C8E1D3993BB78 /* RCTAssetsLibraryRequestHandler.h */, + BC763AA5B12A56E2FB00CA4833D0ECF2 /* RCTAssetsLibraryRequestHandler.m */, + 9B11A836C5199203633BD9E5BBDA8660 /* RCTCameraRollManager.h */, + F2C410BC01BC808F96B250EA43580055 /* RCTCameraRollManager.m */, + 32553D5EB2D251C8C9AA9CE423C8073C /* RCTImagePickerManager.h */, + F0A1E88847373909A363C05F77869959 /* RCTImagePickerManager.m */, + 8049C544DFA107F08A7B13D60F16D285 /* RCTPhotoLibraryImageLoader.h */, + 7CFF162A4CD4C2A290B2E3DF5FFB4D4E /* RCTPhotoLibraryImageLoader.m */, ); - name = Pod; + name = RCTCameraRoll; sourceTree = ""; }; 56EF3B4C220D96991979A64650F27AD5 /* Frameworks */ = { @@ -2272,15 +2486,6 @@ name = Frameworks; sourceTree = ""; }; - 58585B04CFFB9A9818AEAA32EDF6D44C /* Base64 */ = { - isa = PBXGroup; - children = ( - 17BB6C092BCCF62D1A164E7BAA83CC8C /* MF_Base64Additions.h */, - 37DBA0EDC6BC5181BFC52B9791C08257 /* MF_Base64Additions.m */, - ); - name = Base64; - sourceTree = ""; - }; 5D511F394EF1C3EEE86ACFEBEB012818 /* Push */ = { isa = PBXGroup; children = ( @@ -2289,6 +2494,30 @@ name = Push; sourceTree = ""; }; + 5D9F533D355DBDDB9F7214249BA49D6B /* UIUtils */ = { + isa = PBXGroup; + children = ( + 07CC64F7F1CCDAE84A7E03A8FCE857A6 /* RCTUIUtils.h */, + D8AE80159C12748902B570283B496A3A /* RCTUIUtils.m */, + ); + name = UIUtils; + path = React/UIUtils; + sourceTree = ""; + }; + 608544143293C75BAE198F2CBB9422E9 /* Development Pods */ = { + isa = PBXGroup; + children = ( + 8C6A157F226B403FDDD70ACE0503DA41 /* BugsnagReactNative */, + 317BD03D6887260C2EDA6D53F0C6A40E /* CodePush */, + 667B3EA713B5C9809A4A219DE024BC86 /* React */, + 2E4A2481177767D88CB2D447CF855360 /* react-native-fast-image */, + 6BAFFCF726E0122625F86C1877AF7F0E /* react-native-version-number */, + 3B195B5115CBA45CF08B9DB09CD3A532 /* RNImageCropPicker */, + CF1D858DB2C7065BF37B393B6837E0DF /* yoga */, + ); + name = "Development Pods"; + sourceTree = ""; + }; 60A77C1D5263081BCCDFF26A77AB513B /* Core */ = { isa = PBXGroup; children = ( @@ -2297,62 +2526,86 @@ name = Core; sourceTree = ""; }; - 624B76266C32EE546D9A2F0CB867ECDD /* Pod */ = { + 60C8CC8653C1A54A131FF0FF520B409E /* RCTText */ = { isa = PBXGroup; children = ( - 6665BF3136ED31BFDCB8C0A7F898DEB9 /* LICENSE */, - 70B4A2D493B7F771EB658F3F81AE6C95 /* react-native-version-number.podspec */, - 974A1CD7720F61904C412B8AC29C7B0E /* README.md */, + 4148630A7C8AAF2AAB145F95B36F69D8 /* RCTConvert+Text.h */, + 94B18B7A1CEDC6B996A467E34C77DCAC /* RCTConvert+Text.m */, + B3F676D67E0356399B5D6DD186832A8D /* RCTTextAttributes.h */, + FF16E914DC58637B98EF7872101F05EC /* RCTTextAttributes.m */, + 942BC2869396927085F1F381C5A064E9 /* RCTTextTransform.h */, + AD7747C398BB6E7BA59B0A88CC0C0F50 /* BaseText */, + FFF58BBB074FD01B565CB1699EA77FE5 /* RawText */, + ABBD1DB13026198A454EFCA279F6B503 /* Text */, + 46358E624C204C259C11FBBFF6D5B1A8 /* TextInput */, + F83562E0CA6B9A9B517F8E793CDA3FC9 /* VirtualText */, + ); + name = RCTText; + sourceTree = ""; + }; + 6302536310F5BC3F39706FE18FD70E26 /* KSCrash */ = { + isa = PBXGroup; + children = ( + 25B923C8581FEA2DE2CF32E2E59D9E06 /* Recording */, + 058CE88794A7830DE22E4BD41EC598AB /* Reporting */, + ); + name = KSCrash; + path = KSCrash; + sourceTree = ""; + }; + 6427D95E92ED254DAB1E11B0263A82DA /* Core */ = { + isa = PBXGroup; + children = ( + ); + name = Core; + sourceTree = ""; + }; + 667B3EA713B5C9809A4A219DE024BC86 /* React */ = { + isa = PBXGroup; + children = ( + 9D17BD372E36BA62EA83C062ACC8901A /* Core */, + FC2A4C43531BCBF824555C72D50A81A4 /* CxxBridge */, + B813AAB256DEEC26E2622ADBBFF6F726 /* cxxreact */, + 78376FCF779673B8E9666F49408EDC68 /* DevSupport */, + 9749224F1C7C38D477ED34C603AEB45F /* fishhook */, + 99AA2ADC8102C638A660ACC0B276D6B7 /* jsi */, + 01026CCA77B22D778BF14BE33CCB72AE /* jsiexecutor */, + 3DF051F62C3B54E8D5150924BE923255 /* jsinspector */, + 8A1D8000ED9C1831C9FA1EBBC6203F46 /* Pod */, + 7ED4BD9A3D501110D091553CDC5866FF /* RCTActionSheet */, + D3985AA2310597A7AFE731CD96CFCC76 /* RCTAnimation */, + F5682ED2A569CB013C1BFCC15279B19B /* RCTBlob */, + 563F9FFAD129D23D28136F1CABE3F8DF /* RCTCameraRoll */, + 08990B88AC2ECEC4EF48E63720FFA977 /* RCTImage */, + EBC2116A4BA35B62615D1A96E71E3FB9 /* RCTNetwork */, + 60C8CC8653C1A54A131FF0FF520B409E /* RCTText */, + 1CDDFC4B044C47E2DA2336118677F09F /* RCTWebSocket */, + ECB029725C482B5F28998D146C1642FC /* Support Files */, + ); + name = React; + path = "../../node_modules/react-native"; + sourceTree = ""; + }; + 682968D5745C534AABEE0A1DCC14239C /* Pod */ = { + isa = PBXGroup; + children = ( + 2F7A7C1E87B8B364E24A90D439AD3ABF /* LICENSE */, + 612A6D3358CDC44E12B4A78A4E5F18BA /* react-native-version-number.podspec */, + A241AEF99784970C9496755B870F28A1 /* README.md */, ); name = Pod; sourceTree = ""; }; - 6567BBBCA9A39197DB3542303F85F11F /* Profiler */ = { + 6BAFFCF726E0122625F86C1877AF7F0E /* react-native-version-number */ = { isa = PBXGroup; children = ( - 78AADDDDD925B944C6C237DB74933050 /* RCTFPSGraph.h */, - 40E83867EC17A641D012ABB2FECEAF29 /* RCTFPSGraph.m */, - 8C91F1D6A221D3D03C5760828069396F /* RCTMacros.h */, - 6A32AFD0EB8CFAE78C7E7BFB0D7038F6 /* RCTPerfMonitor.m */, - E0D28CFDDDFBC24D783731297BAD924F /* RCTProfile.h */, - C659EA2489E83BD81FF776A9DFE4222C /* RCTProfile.m */, - CA8BFD18A8619825E165EE884307F5E2 /* RCTProfileTrampoline-arm.S */, - E4FDC017E2F59520421D3AE83B8349F4 /* RCTProfileTrampoline-arm64.S */, - 4F455A04B125FA6537AF5846A709CEDE /* RCTProfileTrampoline-i386.S */, - 3158C77C680FED23A28804A8996CB051 /* RCTProfileTrampoline-x86_64.S */, + 652CC8D8677A30B7F83AD183274AF06C /* RNVersionNumber.h */, + 7FBF48FD42E53B3295C6816A991BADDE /* RNVersionNumber.m */, + 682968D5745C534AABEE0A1DCC14239C /* Pod */, + 55E2CCD80CB0D5682A5A462D390BC5E1 /* Support Files */, ); - name = Profiler; - path = React/Profiler; - sourceTree = ""; - }; - 69F75C00B24D3F1F2C4D983E466AD1C0 /* Text */ = { - isa = PBXGroup; - children = ( - 365437F861269072713BA1EBE82E112A /* NSTextStorage+FontScaling.h */, - 4EECD24011EA4523B160582148C6AA3B /* NSTextStorage+FontScaling.m */, - FA587DB36F7C73DB1EC82E0DBC0953D3 /* RCTTextShadowView.h */, - 58A26EC8616ECEAFDC0761E26D25361D /* RCTTextShadowView.m */, - 094F5DDCD0DCE8080508D619AF160386 /* RCTTextView.h */, - F9400E31A99A42C8617172DE2770A5DB /* RCTTextView.m */, - 85CD8E40E960824FD86452BDA50D7D83 /* RCTTextViewManager.h */, - 9F6340BA92EC08ACB831D5B3A0B2996E /* RCTTextViewManager.m */, - ); - name = Text; - path = Libraries/Text/Text; - sourceTree = ""; - }; - 6AB6EB7AC649B85E2CB0EBE31353B69C /* Multiline */ = { - isa = PBXGroup; - children = ( - F7670B19547C7B0207B17718CB2B3889 /* RCTMultilineTextInputView.h */, - 511A4B9ABD9D237BCEA6DEC9C162755F /* RCTMultilineTextInputView.m */, - 1728A619022E98FCDC31546A0C9B7756 /* RCTMultilineTextInputViewManager.h */, - 6197B575B7ED268BC4492912A8A2806B /* RCTMultilineTextInputViewManager.m */, - 4E977E80013C120C5BCE4236156F72A3 /* RCTUITextView.h */, - F7CA34EFB7E871F86E07AD5CD18C2A61 /* RCTUITextView.m */, - ); - name = Multiline; - path = Multiline; + name = "react-native-version-number"; + path = "../../node_modules/react-native-version-number"; sourceTree = ""; }; 6D34EADFCC69985A0E9392DD283B6898 /* Support Files */ = { @@ -2367,6 +2620,16 @@ path = "../Target Support Files/QBImagePickerController"; sourceTree = ""; }; + 6EAAE3B51B2B97D46F8B082E9F7A410C /* Pod */ = { + isa = PBXGroup; + children = ( + AFE381D14DA2535A5667DA4BD529E282 /* BugsnagReactNative.podspec */, + 260A7A412AC02CD1BE33BD0C97FEA0DF /* LICENSE.txt */, + 211B54533B38CF0BB6CA8A2CD8C38A6C /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; 6EF54477C011D59753748CE2D74E083F /* Crashes */ = { isa = PBXGroup; children = ( @@ -2395,13 +2658,15 @@ path = "../Target Support Files/AppCenterReactNativeShared"; sourceTree = ""; }; - 705C078D07A3EC30E322B6981950BC2E /* DevSupport */ = { + 7130D95E116AD4ED1455896B7EB2DE76 /* Support Files */ = { isa = PBXGroup; children = ( - 17760CC0E735D5C0FACD26A1663B9732 /* DevSupport */, - 902E79962A58FDFEDC6E71E070444713 /* Inspector */, + 772CA1838FA4CCC13485D25B99B6E58C /* CodePush.xcconfig */, + 17AC372A950DEFFF9E87E1C0ABD382B7 /* CodePush-dummy.m */, + 2489F1E23A2E4DDAED1087DCDEB65B9B /* CodePush-prefix.pch */, ); - name = DevSupport; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/CodePush"; sourceTree = ""; }; 7170A011B6F59B8719E9D17BB6835BEA /* glog */ = { @@ -2425,53 +2690,40 @@ path = glog; sourceTree = ""; }; - 7638AF31E3F36D8D547ACF3017C022A9 /* RCTActionSheet */ = { + 73AE6551F254391359E85B5910884D47 /* Core */ = { isa = PBXGroup; children = ( - EBD6A3B4D78744659EAE7014D1F0485E /* RCTActionSheetManager.h */, - 10A8E292F66FD9076D87AB7056E23A48 /* RCTActionSheetManager.m */, - ); - name = RCTActionSheet; - sourceTree = ""; - }; - 7AF4F15E00E808B8AB7E4CA4CBD62B86 /* Singleline */ = { - isa = PBXGroup; - children = ( - 2AF921A01DB9D1032B28C63C28BE4DA2 /* RCTSinglelineTextInputView.h */, - 5809776FF6BBB3723AE6526855578A82 /* RCTSinglelineTextInputView.m */, - 76AB1360C2FF03D024E31DE696129C44 /* RCTSinglelineTextInputViewManager.h */, - D1F00ADE34E07D5600F5F482E5533C89 /* RCTSinglelineTextInputViewManager.m */, - A3FB11B516F50C29CC5DFDD2146FCC4B /* RCTUITextField.h */, - D9CAE871503D5CAAD488199A0507F219 /* RCTUITextField.m */, - ); - name = Singleline; - path = Singleline; - sourceTree = ""; - }; - 7DE8EEF495DB530D76A84D1DCBE08708 /* Core */ = { - isa = PBXGroup; - children = ( - F553BCAAF053021BBC3E8C1BD3BA3A45 /* Base */, - A49B9C19ED6E3B84E51949129C7702A2 /* Modules */, - 6567BBBCA9A39197DB3542303F85F11F /* Profiler */, - 8103C8F9E213FCA15239C27D9FD1B7DB /* UIUtils */, - 54BFCC28EB953BEC5F2C2A309188FE5B /* Views */, + 154C5C8354C38CD489456BE504EFB2E7 /* CodePush.h */, + 680BAFF52F853A8C1C9C0047E531FD9B /* CodePush.m */, + 14072CBE80390B0A91FA711537F3ABE7 /* CodePushConfig.m */, + CD7796ECF89AF46B9B5A4E358BCE7987 /* CodePushDownloadHandler.m */, + CD0AC09ADD33F90CDF4685A3C1E7623A /* CodePushErrorUtils.m */, + 4BA942C534B1F0171BD1D8DABE901270 /* CodePushPackage.m */, + CEA1980FBE21877C0B2BC872ED50F717 /* CodePushTelemetryManager.m */, + 564B29CCC3F5E8A1DC0893E8B20A49C3 /* CodePushUpdateUtils.m */, + 7EC5D75EBB247B2767F38274D99B3C58 /* CodePushUtils.m */, + 5DE4E9D11DEE1E84CE34356F10A12738 /* RCTConvert+CodePushInstallMode.m */, + CC977020A44D23B37867D6DC5B394176 /* RCTConvert+CodePushUpdateState.m */, ); name = Core; sourceTree = ""; }; - 7E0443722A63A76EB1AB3CC27674FCA4 /* RSKeys */ = { + 78376FCF779673B8E9666F49408EDC68 /* DevSupport */ = { isa = PBXGroup; children = ( - 68D0A647384C3F898E44573B660CFD8B /* JWTCryptoKey.h */, - 082B2C14AB5C9F193C0AA2C2D0B0A924 /* JWTCryptoKey.m */, - 1CBA58F5C91FFDC62FBFA2348F6D22B3 /* JWTCryptoKeyExtractor.h */, - 05E6C6D9B4D09E12760D010E91A698B4 /* JWTCryptoKeyExtractor.m */, - 0731AB681C1D787C1ED37BBB8E25912F /* JWTCryptoSecurity.h */, - 86ECDC7F4414DD5F1AE115FE981811FE /* JWTCryptoSecurity.m */, + 8B2826A6F9F7814FA332123F69216834 /* DevSupport */, + 48C9920F78B19327F2851F2685D2E256 /* Inspector */, ); - name = RSKeys; - path = RSKeys; + name = DevSupport; + sourceTree = ""; + }; + 7ED4BD9A3D501110D091553CDC5866FF /* RCTActionSheet */ = { + isa = PBXGroup; + children = ( + 168FC624C64934DD13FEA0BED2CE0E7A /* RCTActionSheetManager.h */, + 233F3CF0ACE81297F8078D54AC73FFA7 /* RCTActionSheetManager.m */, + ); + name = RCTActionSheet; sourceTree = ""; }; 8058B85DA3FC4960D38AC7CA07FB6D5D /* DoubleConversion */ = { @@ -2501,42 +2753,15 @@ path = DoubleConversion; sourceTree = ""; }; - 8103C8F9E213FCA15239C27D9FD1B7DB /* UIUtils */ = { + 81DB12ECC363CA58879BE2EFCBBB5E79 /* Support Files */ = { isa = PBXGroup; children = ( - 009A04CB5945C429444E2045A3039E6A /* RCTUIUtils.h */, - 1DD02DB06CE24F72F1881E83EB790B23 /* RCTUIUtils.m */, + 612EB9514DDA990564685F8F8F034599 /* RNImageCropPicker.xcconfig */, + D68303B6E2E26BF71462EB50B1C99741 /* RNImageCropPicker-dummy.m */, + CDAB21F19CD87C64ED0CFFADB07BD278 /* RNImageCropPicker-prefix.pch */, ); - name = UIUtils; - path = React/UIUtils; - sourceTree = ""; - }; - 81725D9A7DCAC3D3182925CC529BB2D5 /* RCTAnimation */ = { - isa = PBXGroup; - children = ( - 77C970445F7E47A8CD3131EF9A1566BF /* RCTAnimationUtils.h */, - E954B4701378F3D334DA46303F129346 /* RCTAnimationUtils.m */, - AC63A91790084E1894FCCDA21156F1DD /* RCTNativeAnimatedModule.h */, - 6F3B0736780F902CC666AE0E58C18BA7 /* RCTNativeAnimatedModule.m */, - 394832152F69DB2352638FBA993CC029 /* RCTNativeAnimatedNodesManager.h */, - 1C64753D1392B67CF6A1F208C44112E4 /* RCTNativeAnimatedNodesManager.m */, - 31F1A50ACD68AD069F44F69F65F25C5C /* Drivers */, - 1F698B745F20D54F4F87089934EFDF27 /* Nodes */, - ); - name = RCTAnimation; - sourceTree = ""; - }; - 8474EFCC0ACD081DCFDA52C64031D324 /* Base */ = { - isa = PBXGroup; - children = ( - C36234D87376B2E99771A0CF43DFA1E1 /* JWTAlgorithm.h */, - 146FCBDB3A5E6E5616D34CE3DF5E748E /* JWTAlgorithmFactory.h */, - C95B5B54D7A2E91A16921F83CAEA246F /* JWTAlgorithmFactory.m */, - 6C05CBC186EA0B0866188E15512FEDFA /* JWTAlgorithmNone.h */, - 938653274E96FAB3C37CBAECB6FBD0D5 /* JWTAlgorithmNone.m */, - ); - name = Base; - path = Base; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; sourceTree = ""; }; 88B0F2C9E158C21B9BB41932AA427B06 /* Pods-eSteemTests */ = { @@ -2552,28 +2777,14 @@ path = "Target Support Files/Pods-eSteemTests"; sourceTree = ""; }; - 896F0DAFDA772C397820880673D8566B /* RCTBlob */ = { + 8A1D8000ED9C1831C9FA1EBBC6203F46 /* Pod */ = { isa = PBXGroup; children = ( - 2892D800827DA63506F334809458EB2D /* RCTBlobManager.h */, - 78C04E020A486C386093636CF247DB7A /* RCTBlobManager.mm */, - 778D0769AC73F8069822885154D8B767 /* RCTFileReaderModule.h */, - 7166DB61772A1E27EB09139A3232E8F3 /* RCTFileReaderModule.m */, + FADA39A1BF324C4211C2011C738DEF1E /* LICENSE */, + E9535D4510A2627779B9F0C47151FCA8 /* React.podspec */, + 8576AFFF36305B7A0DFCE57D27D4BADB /* README.md */, ); - name = RCTBlob; - sourceTree = ""; - }; - 89A61033795D9DCCD46886A5CB1BC4D8 /* Development Pods */ = { - isa = PBXGroup; - children = ( - D9B4D13F7B9B7D481B48265318BE21EF /* CodePush */, - 034915EB490001780AF5387DE70B0E62 /* React */, - 3B60D96F2B1761E41DFD7FD914CFA6C1 /* react-native-fast-image */, - D5DBE01E4BFB7086019ACFC714C8CC66 /* react-native-version-number */, - 5533161AAE1E19F385B8D8F3174A2FA3 /* RNImageCropPicker */, - E9013D916A8A383EC5D0FD6EE88FD64A /* yoga */, - ); - name = "Development Pods"; + name = Pod; sourceTree = ""; }; 8AE99761491EF6A1F54492C156600CA8 /* Pods-eSteem-tvOSTests */ = { @@ -2589,54 +2800,47 @@ path = "Target Support Files/Pods-eSteem-tvOSTests"; sourceTree = ""; }; - 8E3C5126C39490A94A47244CA28606A1 /* FrameworkSupplement */ = { + 8B2826A6F9F7814FA332123F69216834 /* DevSupport */ = { isa = PBXGroup; children = ( - F6225084B5C34C631A6F55FEE512CB22 /* JWT.h */, + F5160F2EB25A40CADC5D9334C22D5B81 /* RCTDevLoadingView.h */, + CD044D52CF4E482CE8DF101C2CA8A441 /* RCTDevLoadingView.m */, + 8A339B2A9379BEDE782145DA66163290 /* RCTDevMenu.h */, + 408ED2CFFAEEC7F8166A565B16957145 /* RCTDevMenu.m */, + 9DF04A7FCBFE71BAC7686535C06D2A81 /* RCTInspectorDevServerHelper.h */, + A105F118744643DC8655D6AB1503E385 /* RCTInspectorDevServerHelper.mm */, + 101708DA60945267C8631BF3383C3757 /* RCTPackagerClient.h */, + 5EE3795D81774D992D13078DE0235798 /* RCTPackagerClient.m */, + 8169CCDFF43D0B6804E3861A0EF77830 /* RCTPackagerConnection.h */, + 449C997D127C8993705DEF66EA69D784 /* RCTPackagerConnection.mm */, + ); + name = DevSupport; + path = React/DevSupport; + sourceTree = ""; + }; + 8C6A157F226B403FDDD70ACE0503DA41 /* BugsnagReactNative */ = { + isa = PBXGroup; + children = ( + 595FCA8EACF853FA119632F31BEA007F /* BugsnagReactNative.h */, + BD1C6A807DACF9899A279CD4F7E8BA84 /* BugsnagReactNative.m */, + 6427D95E92ED254DAB1E11B0263A82DA /* Core */, + 6EAAE3B51B2B97D46F8B082E9F7A410C /* Pod */, + BE38178E76BFC8ACE136CD846E9AA2C1 /* Support Files */, + FEC973130076CA947CB696CDE930EA44 /* vendor */, + ); + name = BugsnagReactNative; + path = "../../node_modules/bugsnag-react-native"; + sourceTree = ""; + }; + 8D3B61F98F4953ABB58ABF7219A65F47 /* FrameworkSupplement */ = { + isa = PBXGroup; + children = ( + AB7260E1A935D6E84B2ED73D28ECD38E /* JWT.h */, ); name = FrameworkSupplement; path = ios/CodePush/JWT/Core/FrameworkSupplement; sourceTree = ""; }; - 902E79962A58FDFEDC6E71E070444713 /* Inspector */ = { - isa = PBXGroup; - children = ( - F77411087D22A95F3C9A26574B7E9F65 /* RCTInspector.h */, - DE7F3347F0341BDCD3D7FEADCC580509 /* RCTInspector.mm */, - C176A25C294199F47FE1911DB012636F /* RCTInspectorPackagerConnection.h */, - C75B78AADE882029A4F9C935EA7FD21F /* RCTInspectorPackagerConnection.m */, - ); - name = Inspector; - path = React/Inspector; - sourceTree = ""; - }; - 905A95CF1EDBAB97289F69CCE7ED1D3C /* Pod */ = { - isa = PBXGroup; - children = ( - 587D6EA520236B7B5F9B9037B6BE47B0 /* api-android.md */, - 09243A1F5CB561D46F5FDDA319E15106 /* api-ios.md */, - ED445230B996DCE1B9B00C79ED7C6E0A /* api-js.md */, - B96F6C102CBFBAE53C419316556A240D /* CodePush.podspec */, - 1928221B4448F892CEA81B5BE3030DE8 /* LICENSE.md */, - 0A833A07D48CFB638263154EB40E8436 /* multi-deployment-testing-android.md */, - 17A74314E6FB4CC49DEFF518572FC3DD /* multi-deployment-testing-ios.md */, - 6AE63653E96AA5D289BF2C3ADCC7F018 /* README.md */, - 4F4218A8E1C6F30FC205E526B7AFD332 /* setup-android.md */, - FAF1FED3AAF80C9CD8AF15250A3019DA /* setup-ios.md */, - 64CEBF1CBC5B1B5F8B24341746B4842B /* setup-windows.md */, - ); - name = Pod; - sourceTree = ""; - }; - 9246B979A8683FAAF7AFCA8B600126D9 /* jsinspector */ = { - isa = PBXGroup; - children = ( - ADDBABC62572955EEE75C010B033A459 /* InspectorInterfaces.cpp */, - 5AF9851769D85D7F6B6F1D17EA0D8C87 /* InspectorInterfaces.h */, - ); - name = jsinspector; - sourceTree = ""; - }; 92BCC4D24E7E37DE685C0E9E0056EA77 /* boost-for-react-native */ = { isa = PBXGroup; children = ( @@ -2646,29 +2850,49 @@ path = "boost-for-react-native"; sourceTree = ""; }; - 98069BEA4D17C2C1A27F663AF44D53E2 /* jsi */ = { + 93973EA87EFF0B2FFE71CB066D4DF38D /* KSCrash */ = { isa = PBXGroup; children = ( - EB4BD4ECC670EA9B6B3EC569989E6AAE /* instrumentation.h */, - AA6F615AA753D730D19B61288428280F /* JSCRuntime.cpp */, - 7C9B176D2FA0E200C837A8063A5FBE38 /* JSCRuntime.h */, - 95069B4F9927C33D1C4631CC29FB08B6 /* jsi.cpp */, - 0A09E8DA81D0E3A1BDD7A6450B98B9D1 /* jsi.h */, - 6D0F76F6F083236DE3F0B6F6CCC99169 /* jsi-inl.h */, - 5A28C3D7971D83113C47E104022AEB4A /* JSIDynamic.cpp */, - 7E88515C77EA417F1C89E85D2016250D /* JSIDynamic.h */, + D5E25A4362F2EFE414ADB0D9CD4D6A82 /* Source */, + ); + name = KSCrash; + path = KSCrash; + sourceTree = ""; + }; + 9749224F1C7C38D477ED34C603AEB45F /* fishhook */ = { + isa = PBXGroup; + children = ( + 58AAF2C34AAA13F617B90325F31DF329 /* fishhook.c */, + A85C9FC606093C1527FD16DF8C4EE068 /* fishhook.h */, + ); + name = fishhook; + sourceTree = ""; + }; + 99AA2ADC8102C638A660ACC0B276D6B7 /* jsi */ = { + isa = PBXGroup; + children = ( + A13D1CDA369E7C6F6A983B6C9186A762 /* instrumentation.h */, + 52299ADDF0E19CD7564E4C09DCF50DF2 /* JSCRuntime.cpp */, + AADC0BDD85335D385E00DCE69E986919 /* JSCRuntime.h */, + 50291C8F24B5491151A6F2761F42A81D /* jsi.cpp */, + FC9BA6C11019511D11BF4D4A17ED44D6 /* jsi.h */, + FA64FEA1F7A2272BBFEF55BFD6EF50F8 /* jsi-inl.h */, + 89491A078A3F0DADB60172F766E92FFF /* JSIDynamic.cpp */, + 941B10F8BF0E8AAE386155166358FE96 /* JSIDynamic.h */, ); name = jsi; sourceTree = ""; }; - 9EC6F04D178F981688E4BDB993C2B1A3 /* Pod */ = { + 9D17BD372E36BA62EA83C062ACC8901A /* Core */ = { isa = PBXGroup; children = ( - 1BCE1F58345F2CEFC8BCF316E338067B /* LICENSE */, - B5F09D5672FC847A43CC59857146518D /* README.md */, - B9FCB190007ADF5BA974DED51F4043E0 /* RNImageCropPicker.podspec */, + DF5750DEF108F18F64C73359990159FE /* Base */, + A520E53F87061201D09E0257D59B0481 /* Modules */, + AFF6446ACC26B1AC8C1FE2E251159731 /* Profiler */, + 5D9F533D355DBDDB9F7214249BA49D6B /* UIUtils */, + FBB0C013D0E3FFABC8A4EEFD84997C87 /* Views */, ); - name = Pod; + name = Core; sourceTree = ""; }; A0F71D5DDE0F70789E1ADC6FEA8249EB /* Support Files */ = { @@ -2682,138 +2906,85 @@ path = "../Target Support Files/Folly"; sourceTree = ""; }; - A23A9445D02242F1CAF5A4D0978639A6 /* Support Files */ = { + A288C9966CE9002B184DF5D960E15FB8 /* SafeAreaView */ = { isa = PBXGroup; children = ( - E3ED731D6DF4F25AC505D941C30996D6 /* react-native-fast-image.xcconfig */, - AA844238DED2DC9B0672D18A4B729CBE /* react-native-fast-image-dummy.m */, - 6AF80F96561C052A1586D2F713F9EE83 /* react-native-fast-image-prefix.pch */, + 1E2CFBDBEFDCA9A619205B21B1D0B248 /* RCTSafeAreaShadowView.h */, + 9752717AAB96F117A943E15ED1ED79C5 /* RCTSafeAreaShadowView.m */, + ABC02139793D6CBDE32A1C7C358B3307 /* RCTSafeAreaView.h */, + AE40794AD854BE0228221C4BB3B87B59 /* RCTSafeAreaView.m */, + E52A5117CF0F5F343B2AF626D2BF4A3D /* RCTSafeAreaViewLocalData.h */, + 1D01245C48ACE1621CE786FE00205D82 /* RCTSafeAreaViewLocalData.m */, + 800BB2EA274F905E1EFF109AEE918796 /* RCTSafeAreaViewManager.h */, + 11F67D2035DBAD4BEC8C33E1B6577560 /* RCTSafeAreaViewManager.m */, + ); + name = SafeAreaView; + path = SafeAreaView; + sourceTree = ""; + }; + A49D0C160F16D8C818F9F1D0F9F74089 /* Support Files */ = { + isa = PBXGroup; + children = ( + 01C443A8CF381F6BD24EB8C901CF47BD /* react-native-fast-image.xcconfig */, + 54821E431597A9C4C2F3071656E3524B /* react-native-fast-image-dummy.m */, + 2C47108EF5EE5266871165105492EFAE /* react-native-fast-image-prefix.pch */, ); name = "Support Files"; path = "../../ios/Pods/Target Support Files/react-native-fast-image"; sourceTree = ""; }; - A2A612A4AC2152782D377248684E5172 /* TextInput */ = { + A520E53F87061201D09E0257D59B0481 /* Modules */ = { isa = PBXGroup; children = ( - 7588EB8BDE4E2DF66AD52F06BB160BD8 /* RCTBackedTextInputDelegate.h */, - 8E6C3800622BDE48DD286D82CD52824A /* RCTBackedTextInputDelegateAdapter.h */, - 2B7B58CA525DE4E7437DED4DA311B5B4 /* RCTBackedTextInputDelegateAdapter.m */, - 22A283D9C40CD9C1A6889027D4824AD7 /* RCTBackedTextInputViewProtocol.h */, - 748329052B27A82A5ABB287FA215A8E7 /* RCTBaseTextInputShadowView.h */, - B9BB49493CF7D57E7AFEE425612C1BB8 /* RCTBaseTextInputShadowView.m */, - CBC58E4016B86C06D7AF370BE3608DFD /* RCTBaseTextInputView.h */, - 0D91CD9B5305AFBC62F12D24F35C0A17 /* RCTBaseTextInputView.m */, - 3974E3D6EEA740EDFE56CACFCA564971 /* RCTBaseTextInputViewManager.h */, - F6B71E47BD7AF2011C72A81E1CE202C3 /* RCTBaseTextInputViewManager.m */, - 75016C7BBD43E00B6D36F1F0C0134892 /* RCTInputAccessoryShadowView.h */, - 4483D1476BDDDDC6E2A7E0ECC494A001 /* RCTInputAccessoryShadowView.m */, - 72E4B82E7E3241994705FA880BA69B42 /* RCTInputAccessoryView.h */, - D12A4D129201487E0BE805560B165894 /* RCTInputAccessoryView.m */, - 5BACD943ADED348DEA0C1FC4E13F0F6C /* RCTInputAccessoryViewContent.h */, - 0D31BDFFDAC693E04D296510E697202C /* RCTInputAccessoryViewContent.m */, - D0C8A40057F9459A7D632FFF9DA719F2 /* RCTInputAccessoryViewManager.h */, - 05BADB7E131566B83A793E11ABD30B92 /* RCTInputAccessoryViewManager.m */, - 604DCD68214480ABFB62426A4797B5F8 /* RCTTextSelection.h */, - D9C0971F0CB1D36B81A4AEDB4BD9A837 /* RCTTextSelection.m */, - 6AB6EB7AC649B85E2CB0EBE31353B69C /* Multiline */, - 7AF4F15E00E808B8AB7E4CA4CBD62B86 /* Singleline */, - ); - name = TextInput; - path = Libraries/Text/TextInput; - sourceTree = ""; - }; - A49B9C19ED6E3B84E51949129C7702A2 /* Modules */ = { - isa = PBXGroup; - children = ( - 4EAEB5C985065108DBAF687165A3C72B /* RCTAccessibilityManager.h */, - 32A7F6341352CD1E18C0EDFADD35F5E9 /* RCTAccessibilityManager.m */, - D7127DC1BB4B81250E2AF4405F090B12 /* RCTAlertManager.h */, - CEA09BB5D21EBD8321BC123341A6EBB8 /* RCTAlertManager.m */, - E94DA4655B71E4784FB69A21F758CF00 /* RCTAppState.h */, - 4FAA1DB4E197D6750B7C0E76CF5D6A4A /* RCTAppState.m */, - 48790964AB0AF371CEDA5E0DBABD88C9 /* RCTAsyncLocalStorage.h */, - 25EA8CA2B5A9EA424B4CCECF909CFE6B /* RCTAsyncLocalStorage.m */, - D690C5F1EAAE22212BAA80C07444942B /* RCTClipboard.h */, - 5A39881E722042811874851F814E1310 /* RCTClipboard.m */, - FC8DB6056ED06FC81251987E16D2C9AB /* RCTDeviceInfo.h */, - E275A4BD355A66FBE81FCA563F283AAE /* RCTDeviceInfo.m */, - E0F3DB3AC00DDB54402BA84E4ADF98A1 /* RCTDevSettings.h */, - 5A823DA90CF993C5ED7BF8E5FE2A6CCD /* RCTDevSettings.mm */, - 0C48F5054377D88E70968A4587D3FDA5 /* RCTEventEmitter.h */, - CB1AD518CFACFCBFBBE2B59B5D562256 /* RCTEventEmitter.m */, - 1A0D4D7EBCAD15250D5F4F4870347391 /* RCTExceptionsManager.h */, - 3AFF8C8A363FBF299B2E459A9ECD17BD /* RCTExceptionsManager.m */, - F9F2635322611510AB59BF0D9FED8F74 /* RCTI18nManager.h */, - DD1AD4BB207788DD72E788683F6F0381 /* RCTI18nManager.m */, - E5E60B001CBBEC010B1D595C8F4F208A /* RCTI18nUtil.h */, - 4E6B5A517B26549A115AB751E412E270 /* RCTI18nUtil.m */, - 2700FFE4DAEBEBA1D376E8FE7BBC57CB /* RCTKeyboardObserver.h */, - 02584BD7CB0A4888F9A8AA89EE80F6C7 /* RCTKeyboardObserver.m */, - 38D183139510514696D2C9CAF130D302 /* RCTLayoutAnimation.h */, - 24EFF1419F8299B0F2A0F37FE89C2DA2 /* RCTLayoutAnimation.m */, - 7103D2A56FE1845BBA7452008944A1EC /* RCTLayoutAnimationGroup.h */, - 7BCE146EBFFEEF8D58AD907997C9136A /* RCTLayoutAnimationGroup.m */, - 687251644BF2BBEB995A63BC8D33C504 /* RCTRedBox.h */, - 76EB636881E86BBB15D57F296B72D829 /* RCTRedBox.m */, - D60A94E7B7A8FFFABA866BA55831FF10 /* RCTRedBoxExtraDataViewController.h */, - E857A0D8B3276B5F232AD6912C1EEF8D /* RCTRedBoxExtraDataViewController.m */, - 59D7442BD749C24412DEBA39339457A9 /* RCTSourceCode.h */, - C8869AE6FE3459F978D8D35325EA9E78 /* RCTSourceCode.m */, - C3A0B4F89B70A757AF1802364EF40CBF /* RCTStatusBarManager.h */, - EBBFBDA2AEA17625AD092E215FEB5EB2 /* RCTStatusBarManager.m */, - FCE67DE9299620E2A6A07C40CF177D89 /* RCTTiming.h */, - 47557131634AECC3FE60924D32614F2C /* RCTTiming.m */, - C893D9E4FF1A95562870AE07DD5D5BDF /* RCTUIManager.h */, - 5597989E94874C8D46F8B676F0BA75F1 /* RCTUIManager.m */, - DF8587031B8646FDC6E4578641A9854F /* RCTUIManagerObserverCoordinator.h */, - 25D2958BEC2805A82C0879D38C6B1153 /* RCTUIManagerObserverCoordinator.mm */, - 2DB6ED51F43FAA02CA383C14271E468E /* RCTUIManagerUtils.h */, - 6F35971EEA128A73AE508B588686ADCE /* RCTUIManagerUtils.m */, + FE6D4A7E044E941D8C462B3087C01116 /* RCTAccessibilityManager.h */, + 86CAC3FC3AFDAC022EBB644F0EC3C1F6 /* RCTAccessibilityManager.m */, + 1C99B1B3BC3111F38C951AA506C0607B /* RCTAlertManager.h */, + F98DF509190333B1C5BADF40731D6F0A /* RCTAlertManager.m */, + 9128AA2170AF17A248E61AE66FF63A12 /* RCTAppState.h */, + 23EF163BEA9AA656EB7FA882B7B1813E /* RCTAppState.m */, + F9B1DC85AB7EF1C77026FAD25342E133 /* RCTAsyncLocalStorage.h */, + 3F3E65A7A99A668F2184410F81164CF6 /* RCTAsyncLocalStorage.m */, + 49E0D11718157FAAB9D7A213D041E040 /* RCTClipboard.h */, + 9833ED2F1C50F53CE9702DB051897893 /* RCTClipboard.m */, + 7A569CD63368B708A329AF00B20628BA /* RCTDeviceInfo.h */, + 7EB4DF68AD75FD44E85249D72EB239D3 /* RCTDeviceInfo.m */, + 6EEE9FA56B77C5F8E4C4172C943E67C1 /* RCTDevSettings.h */, + EEE3561602F7CF8AFF345F2FF939B7D8 /* RCTDevSettings.mm */, + CDD8BEAD3ACEDD476CB7FB8356F4F982 /* RCTEventEmitter.h */, + 94AD35A5CB8C79FAB522AE7F9B959AE6 /* RCTEventEmitter.m */, + 2B0B645B44D13249EDF0AD87EDCE187D /* RCTExceptionsManager.h */, + AB064FF77D145C197F409A2B9AA59C04 /* RCTExceptionsManager.m */, + E4075DC8418A248700FDE7DAE9BFF217 /* RCTI18nManager.h */, + 774A35AE3CF44CFA21D053233EEACD7E /* RCTI18nManager.m */, + AD0680917F78B6153733064410D478D1 /* RCTI18nUtil.h */, + 1E89329738E3DF8E58F9089EB0DD9E77 /* RCTI18nUtil.m */, + E8C8DA79ED1464A1CA76BDCD458755CA /* RCTKeyboardObserver.h */, + 8158AF49A50E4599E848A9F7BE50341B /* RCTKeyboardObserver.m */, + 0E70B2875D8018FBA32533598857ECD9 /* RCTLayoutAnimation.h */, + B2BF24BBC129D31DA016D7519F1C6D23 /* RCTLayoutAnimation.m */, + E567C36DE2D1315D2948BDEDF2F7FF9A /* RCTLayoutAnimationGroup.h */, + 70211C7FAE97F058D56D4B439507DF61 /* RCTLayoutAnimationGroup.m */, + 08C1EA44C9FDDFF4B93F46662E9B0AC3 /* RCTRedBox.h */, + ADF75E7615CDF615340CCF0CCD6A5381 /* RCTRedBox.m */, + 0FA078FCB2D04A6D21972A55ED42E45D /* RCTRedBoxExtraDataViewController.h */, + B96E07907A4C2411C6EB0C87C82C9878 /* RCTRedBoxExtraDataViewController.m */, + 375947BAA346E0BF567E031AB39CAA5F /* RCTSourceCode.h */, + 3C9ECCA9E9A86FC66CAA5ECC10CC873E /* RCTSourceCode.m */, + EF2B69D9F29970AF3D82A3F9B11C13EC /* RCTStatusBarManager.h */, + 8AD96E9E4F1D5202371389B2333F5698 /* RCTStatusBarManager.m */, + C7706E818010BBE6BF16969BA3DBDF1B /* RCTTiming.h */, + C7A2201C6DA6971D0B72CE481F04A56F /* RCTTiming.m */, + B5C1BE8E8108217F24BB713296BFC3A3 /* RCTUIManager.h */, + F0F917E7024D9ACB5D919113BE923777 /* RCTUIManager.m */, + BE63779055A39A167C15081580D43C14 /* RCTUIManagerObserverCoordinator.h */, + 842FBD486BA20BCE6916973F729ED3B5 /* RCTUIManagerObserverCoordinator.mm */, + F7057B956903E534478F7B4D2CFD7F3F /* RCTUIManagerUtils.h */, + 928B69948742CB82C65FF9EC33F77FC3 /* RCTUIManagerUtils.m */, ); name = Modules; path = React/Modules; sourceTree = ""; }; - A581205E0BAB6CD088000AB355BE5925 /* CxxUtils */ = { - isa = PBXGroup; - children = ( - DB5A02E37C1C46A0354962E65E408E83 /* RCTFollyConvert.h */, - BC1B84DD831C8771351088A010A95523 /* RCTFollyConvert.mm */, - ); - name = CxxUtils; - path = React/CxxUtils; - sourceTree = ""; - }; - A7511FD12E14970D6D80B182EACB7B4E /* aes */ = { - isa = PBXGroup; - children = ( - 713E1D6AF7EDB4A99224C53B674A76BB /* aes.h */, - 9128D73018A2134D224933F9A549692D /* aes_via_ace.h */, - 69522A1FD823D3733B2F6D6F08442335 /* aescrypt.c */, - 9F831457237CA8EB25B3E25780304DD7 /* aeskey.c */, - CD69AA5CAC95272510FEF8E17AA164FB /* aesopt.h */, - FC2DAA7159F1DE892CA29EF880543B91 /* aestab.c */, - CACB0E6DD291F9349B68A24230BC74F3 /* aestab.h */, - A0C05CD4FC9E1543347DF14D04B21E5A /* brg_endian.h */, - 809272F98B5D295B781BA5967D77A56E /* brg_types.h */, - 884B8F09F91D7E1614B8A9B9A8731BDF /* entropy.c */, - AF3D7F3EFF67A273B9D70DDB67755B6E /* entropy.h */, - E154FB003D2E6008D3C76EFB9F77FAFB /* fileenc.c */, - 4B2F26139E9B15A86621E22AC23A24FD /* fileenc.h */, - D7D6FC1A3CD02B1FD0D5FE82795EFA91 /* hmac.c */, - D29AFAD73F2DB19F82BE7807E11D811F /* hmac.h */, - B9B4E14DB3AD3E9BD13378A61FC5309C /* prng.c */, - CE2B771682EF6649D84C325491007CA9 /* prng.h */, - 225E1BACC1355DE6A273CEC59DDA4D1A /* pwd2key.c */, - 5FAD4F526A325839E3F1087E5B1E103E /* pwd2key.h */, - 5C983CCD4BA81DA4CA16823F8371E33D /* sha1.c */, - 8B61F0129BA1B816D088F141195D7FFB /* sha1.h */, - ); - name = aes; - path = ios/CodePush/SSZipArchive/aes; - sourceTree = ""; - }; A98204208EA50143E91DC4A0587DA5B5 /* Pods-eSteem */ = { isa = PBXGroup; children = ( @@ -2828,61 +2999,167 @@ path = "Target Support Files/Pods-eSteem"; sourceTree = ""; }; - AA6F5471F8032AF2BE92D6EA2465293E /* Support Files */ = { + ABBD1DB13026198A454EFCA279F6B503 /* Text */ = { isa = PBXGroup; children = ( - 3B4CD51436189EF0F13D5AFF521A7FE0 /* react-native-version-number.xcconfig */, - 13D54392EC176DD28ABBF5DF4A3C8D59 /* react-native-version-number-dummy.m */, - 735A95A07705F5259C984D97F8040F21 /* react-native-version-number-prefix.pch */, + 2359889954BBDB597BC992C7EB071480 /* NSTextStorage+FontScaling.h */, + 3635AF206C0790280D7BCCBFEF62EBDB /* NSTextStorage+FontScaling.m */, + 931025EDC00C0BA251A266C2ADF6B212 /* RCTTextShadowView.h */, + BF790630995DB17222E645D97721DF03 /* RCTTextShadowView.m */, + 594387859C298388AE86920B3135485D /* RCTTextView.h */, + 36D5835012B6AD22FC32CA5A5446B65D /* RCTTextView.m */, + 0E839C75B9DD7CD3A39EEA10F7E2742E /* RCTTextViewManager.h */, + 6B40461F091776B72C0C961BE7531E7B /* RCTTextViewManager.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-version-number"; + name = Text; + path = Libraries/Text/Text; sourceTree = ""; }; - AD1C55347672E1EC2B1472947D74853A /* fishhook */ = { + AC6B7D31227DDBD07AED1BF85B955D28 /* SSZipArchive */ = { isa = PBXGroup; children = ( - E59DF689E54C5AB5A1742D82230251D4 /* fishhook.c */, - 8B4C37A201A28ACEA3D57759EBDBA348 /* fishhook.h */, + 1D29923142C1DA52B2C4A9C13F2527D3 /* Common.h */, + 5D1A23BE3FF7CA55B8DCEDAE4CB53B66 /* SSZipArchive.h */, + 94EA5C915154C99AE19FAD0BBBC3EC27 /* SSZipArchive.m */, + C8550BCD3E39865BCBA2FFDF537F29FD /* aes */, + B95BE9CC4166C39A9E85426C946FBE39 /* minizip */, ); - name = fishhook; + name = SSZipArchive; sourceTree = ""; }; - B20F139223CC8A7D3F778FA1C152D501 /* JWT */ = { + AD7747C398BB6E7BA59B0A88CC0C0F50 /* BaseText */ = { isa = PBXGroup; children = ( - 1A285A876F0DAF7872AC9D585CA15707 /* Algorithms */, - 31E13A02BB56B802DD9CA0FAD36F748D /* ClaimSet */, - 3F4E7D290923625FE3BFCE3908DDC621 /* Coding */, - 8E3C5126C39490A94A47244CA28606A1 /* FrameworkSupplement */, - F2332C86BDBE522AE7926E96D22326F5 /* Supplement */, + 325BCBCAA7F69E850553DA6511FBF79A /* RCTBaseTextShadowView.h */, + 4149277DDDBB5461ACE47C225F3774EF /* RCTBaseTextShadowView.m */, + E217597D78DDD9AC12CB821ED646713B /* RCTBaseTextViewManager.h */, + E9AA113C18F39EDBCE143432E1F80565 /* RCTBaseTextViewManager.m */, ); - name = JWT; + name = BaseText; + path = Libraries/Text/BaseText; sourceTree = ""; }; - B26E754065AEE3814F5B3F4A9D2F6D54 /* ESFamily */ = { + AFF6446ACC26B1AC8C1FE2E251159731 /* Profiler */ = { isa = PBXGroup; children = ( - EA675594711BD426D878674021E7088B /* JWTAlgorithmESBase.h */, - 1A708FC1029B86AF296044CB1226F715 /* JWTAlgorithmESBase.m */, + 8EC6131F64701CBE632AA336A8628A29 /* RCTFPSGraph.h */, + 7D9892893AE87459C336C8ECD6FE982F /* RCTFPSGraph.m */, + 3F142D9EC38DDAAEB113E8BAC65F72D6 /* RCTMacros.h */, + B5F9590C6A665C9A456596D1AE9D031D /* RCTPerfMonitor.m */, + F7B3B47B5CC03DBFC44A8B08C71C655C /* RCTProfile.h */, + B4ACF785AA5DB31576ACC219FE922720 /* RCTProfile.m */, + A8B1B718283837AC371238536703CDBA /* RCTProfileTrampoline-arm.S */, + 4F709ED7180E81A4597143193C79C511 /* RCTProfileTrampoline-arm64.S */, + 09B81354CA848F973FEB324826528916 /* RCTProfileTrampoline-i386.S */, + F847E410ECF806F7E6083FB2A16A73AF /* RCTProfileTrampoline-x86_64.S */, ); - name = ESFamily; - path = ESFamily; + name = Profiler; + path = React/Profiler; sourceTree = ""; }; - BAA961E2023904D398ACAB7996BFAF4F /* CxxBridge */ = { + B03D0E46D94142ECCC948DC0F8BF2E8C /* ScrollView */ = { isa = PBXGroup; children = ( - F2D5DCC114A07260DBB06C0DED67DD19 /* JSCExecutorFactory.h */, - 38F423EF8D4B60490FCA9E4870A15B22 /* JSCExecutorFactory.mm */, - F2BF731A2CD60A178EAFCB1B5C9632B6 /* NSDataBigString.h */, - 06C6B2176D5FD7F6B8C6570FD6D52948 /* NSDataBigString.mm */, - 28FB8DBA66D463F8A31E54D0E619E182 /* RCTCxxBridge.mm */, - 5D326EDFF0B84989DF35E2F75ED143C1 /* RCTCxxBridgeDelegate.h */, - E5D5408A3242D687D42B804A4021C0DB /* RCTMessageThread.h */, - A1690F12213A1DDE1F4EBF8FC8180318 /* RCTMessageThread.mm */, - CB1A4789BA59DA07E6A94A4AD8805279 /* RCTObjcExecutor.h */, - 745AFD742EAD6018108B7D97BB0F49C5 /* RCTObjcExecutor.mm */, + 9308413F1380C8E60EB93DD331DBC306 /* RCTScrollableProtocol.h */, + DB90B83976917CBE925E9CC154FC428E /* RCTScrollContentShadowView.h */, + 9C89515741FDCF50575BD46DEA9AF960 /* RCTScrollContentShadowView.m */, + F687FFC1990BE911A2A586CE0F9125A1 /* RCTScrollContentView.h */, + C501D30C8DAED03939265B34CB546E3B /* RCTScrollContentView.m */, + B79A48B0D0F0911DBD6DB1603F88BC5D /* RCTScrollContentViewManager.h */, + EEB1D6FE8FFCEFD4437B71BEFF9218D8 /* RCTScrollContentViewManager.m */, + A6204AE6F93CB173E3731DEC927D96CB /* RCTScrollView.h */, + ABA9306CF587920D33AE5B27FEA85D74 /* RCTScrollView.m */, + 24F59DD4A40B9571892F99C1315557E4 /* RCTScrollViewManager.h */, + DC8030EF135F14550FE5A5C097E4E738 /* RCTScrollViewManager.m */, + ); + name = ScrollView; + path = ScrollView; + sourceTree = ""; + }; + B4AA5614B33DC6EF5306F7DFBA54BB25 /* SurfaceHostingView */ = { + isa = PBXGroup; + children = ( + CCD123B8B47A4FC29FB55D962CACEDCF /* RCTSurfaceHostingProxyRootView.h */, + 873D3ACF3382DF8809F47BCA304155DC /* RCTSurfaceHostingProxyRootView.mm */, + 9F966768B945D808171FDCC3B17C47DB /* RCTSurfaceHostingView.h */, + 5089B80EB1EDEE58B3AE15D0635AAF49 /* RCTSurfaceHostingView.mm */, + 2315DC4322BD9107FFBB1B5F53A3B3E7 /* RCTSurfaceSizeMeasureMode.h */, + B1313C223D8DF06F7C8596B78D2BDA76 /* RCTSurfaceSizeMeasureMode.mm */, + ); + name = SurfaceHostingView; + path = SurfaceHostingView; + sourceTree = ""; + }; + B813AAB256DEEC26E2622ADBBFF6F726 /* cxxreact */ = { + isa = PBXGroup; + children = ( + 76D51A7705CB0DA11CE237B51641B86A /* CxxModule.h */, + 2DA8B19A8EACEC6A70AA571F645F65FC /* CxxNativeModule.cpp */, + 08DF0425A0E39EEF2B2F7A85703EB634 /* CxxNativeModule.h */, + B05DBB28877E501A519DEFD06B1E4C07 /* Instance.cpp */, + CCEB9713D57477BAA20AEA9C30F05557 /* Instance.h */, + ABD3508C3EC2CF81A6AF6D926E100B99 /* JsArgumentHelpers.h */, + AFDCF7C7B1CA3356BCF091F19A19D162 /* JsArgumentHelpers-inl.h */, + BB30327FD0E2FD628FD33E20A4525852 /* JSBigString.cpp */, + 6AF276526171B1E6FE9345935E87D48F /* JSBigString.h */, + C4D3509B2F5177E28D23DB9894B100C6 /* JSBundleType.cpp */, + EE4FE1562B607C0FE057E0825068866C /* JSBundleType.h */, + 28B95F311939805A5D580ADE810D5B86 /* JSDeltaBundleClient.cpp */, + 718B3EFBA7A232DBFB8D19E4A7BD8BEA /* JSDeltaBundleClient.h */, + EC741AFFF247D6DAF82D7A36356C966A /* JSExecutor.cpp */, + DF697CB26107FE0BA4787BAC24609BD5 /* JSExecutor.h */, + 146E4312FE96CFD7E2D181C029882E55 /* JSIndexedRAMBundle.cpp */, + 28DFE951D6CAC3F7F6398B5ED00C32E2 /* JSIndexedRAMBundle.h */, + E776BEC350FF761AEB9AE1814903CB43 /* JSModulesUnbundle.h */, + 43FE8582BB78B9EA399E194F0BA78D3F /* MessageQueueThread.h */, + 9FC77359B5CD9DCBFCF7D117B8FF8FAF /* MethodCall.cpp */, + D2B1D89AFDD06AAF70CA3E9E61235E1C /* MethodCall.h */, + 6EFD0D79A80F1C7E765E217F85E559D7 /* ModuleRegistry.cpp */, + 2522168E4FD8B8DC17E269EEEE949692 /* ModuleRegistry.h */, + 3B95FB6FAE6AC6E9895A49FBC88B8FCE /* NativeModule.h */, + F6B31B99C942529EF59A4963D65FA388 /* NativeToJsBridge.cpp */, + 2CD5FE08C0E554DF6A687D922DF3F4A6 /* NativeToJsBridge.h */, + E7B6D12BB4CF967B388CECCF400468BF /* RAMBundleRegistry.cpp */, + E641DD556B0CF1E49B2FC18C18C2B1F9 /* RAMBundleRegistry.h */, + F72C7A77435C142401BCEF3F7C39978C /* ReactMarker.cpp */, + 2DC75BA728C1579E35DD53F297FB37D4 /* ReactMarker.h */, + ABE0114EBA9EAC03313E634EAC1ED824 /* RecoverableError.h */, + A98BD6A8A0FF164903F3577CB3694820 /* SharedProxyCxxModule.h */, + 92F2E8E4F7F409DB386D18B6361A4682 /* SystraceSection.h */, + ); + name = cxxreact; + sourceTree = ""; + }; + B95BE9CC4166C39A9E85426C946FBE39 /* minizip */ = { + isa = PBXGroup; + children = ( + 57B722A6CBC6D046F2AF495083481D58 /* crypt.h */, + 09E620F6A3D02355A4F234C38B6F9807 /* ioapi.c */, + DC9783AA04D892CD877E1CC8B2C806AF /* ioapi.h */, + F32AC0FAEB04FAB765DD052BA6FA976C /* mztools.c */, + EBC44C7DFBBF30D00F73D6DCBE527154 /* mztools.h */, + C04C02FF2C2CB68DA9AB1393A0159AB1 /* unzip.c */, + 92DD805D6BF7F16C1E090D74A264D4CF /* unzip.h */, + C34519EA0E59947D154C391E84860301 /* zip.c */, + 10C51F4D4E4B5B3A431C0462B8E18528 /* zip.h */, + ); + name = minizip; + path = ios/CodePush/SSZipArchive/minizip; + sourceTree = ""; + }; + B99609D10A79158184C5DABC5AD0D2E9 /* CxxBridge */ = { + isa = PBXGroup; + children = ( + 9CA5AF0E5D2D7B815305057AF07EA718 /* JSCExecutorFactory.h */, + C71347C16538F081DEF0C48D0F596F17 /* JSCExecutorFactory.mm */, + 6B0DC959084E9DFD7E56F5EAB85AA3F5 /* NSDataBigString.h */, + CE57ADFD172A8D833C7BFF64B7159586 /* NSDataBigString.mm */, + FC52EDC6000782BB322B232F24D20A8C /* RCTCxxBridge.mm */, + 84B779F2F4F91F150E4CD06CF018C572 /* RCTCxxBridgeDelegate.h */, + 65166C1AC8F4D03B9A8DB9F19829CB9F /* RCTMessageThread.h */, + 88C433CE99755C1CAEC65E60013B8299 /* RCTMessageThread.mm */, + 63724B9EDDDDD86E7AD938581308CA1A /* RCTObjcExecutor.h */, + 273B718222BEE06411D0C4585D52F484 /* RCTObjcExecutor.mm */, ); name = CxxBridge; path = React/CxxBridge; @@ -2905,25 +3182,104 @@ name = Pods; sourceTree = ""; }; - C1436424D3453FD95E31C522D05F1C12 /* jsiexecutor */ = { + BE38178E76BFC8ACE136CD846E9AA2C1 /* Support Files */ = { isa = PBXGroup; children = ( - A0C7453E9816F794F51030F541BE1B12 /* JSIExecutor.cpp */, - 708C663850EBFB305110AD9061F6F119 /* JSIExecutor.h */, - 8FD472A31D1A18FD0BE6BE08F98072F5 /* JSINativeModules.cpp */, - 4FA4E7DAC9BBD29D30C26C72B659995E /* JSINativeModules.h */, + 20FC7281D2C4561F5573B7ADD16C4F36 /* BugsnagReactNative.xcconfig */, + 98292A50E5F30197B14E12DD0540E5F5 /* BugsnagReactNative-dummy.m */, + F669F913F47EF1ADF5AA1999902E33E9 /* BugsnagReactNative-prefix.pch */, ); - name = jsiexecutor; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; sourceTree = ""; }; - C5D0366F4BF61A3DD047A3B15533A5AA /* Pod */ = { + BEBAAFEA055B41B156FBC79DDD06AA82 /* bugsnag-cocoa */ = { isa = PBXGroup; children = ( - CA1397BBA00D95E4B58CD5DC599D52E2 /* LICENSE */, - F95342F8C5292C54CB21BB27B52DD744 /* react-native-fast-image.podspec */, - 39974B9DDE47E8C9BD229DD0CF2B7B85 /* README.md */, + DBC0708AB7C569B3617E75710DA6FF6B /* Source */, ); - name = Pod; + name = "bugsnag-cocoa"; + path = "bugsnag-cocoa"; + sourceTree = ""; + }; + C49B2F6E5BA1DAD2C2FF651E89F3D1F9 /* Tools */ = { + isa = PBXGroup; + children = ( + 59C83889E824650852547507D16A6D5C /* BSG_KSArchSpecific.h */, + 026496ED1B37AEF5B0DC2A43DCDD022B /* BSG_KSBacktrace.c */, + 045846AD3E7A5D0361083A190C1C8868 /* BSG_KSBacktrace.h */, + AB331DEF9BB806CEAC4A0AA8A0D962D9 /* BSG_KSBacktrace_Private.h */, + E70E1D0A7647A5D254B5AB39C8A6448B /* BSG_KSCrashCallCompletion.h */, + CBF428AC95C07CE34F4EB48339C33DF3 /* BSG_KSCrashCallCompletion.m */, + F77A47CE3F4EF44697011B5C0C2CE321 /* BSG_KSDynamicLinker.c */, + 3E3E96174185879D2F5E39032E16C2ED /* BSG_KSDynamicLinker.h */, + AFC536BA3FCF5BD277760EF60BE90BA2 /* BSG_KSFileUtils.c */, + DB35757E51EF21A3F4CDAF196DDABBC0 /* BSG_KSFileUtils.h */, + F00764D8A15BF515531B108534AD0A52 /* BSG_KSJSONCodec.c */, + FCDB32A7145DBB2E6237C73778D3FB07 /* BSG_KSJSONCodec.h */, + FFC66A52420A1C84D5D4471D12EFC0C8 /* BSG_KSJSONCodecObjC.h */, + A864A18826F537FFD1D3D7DCFE3C6BAA /* BSG_KSJSONCodecObjC.m */, + 8EF136CCFD3F238B4A0B1B6F5F6E53A2 /* BSG_KSLogger.h */, + FD898116AD9E4A6B4CA399C3D137EA07 /* BSG_KSLogger.m */, + 394979BB67AC5AB93000281435CDA7EB /* BSG_KSMach.c */, + 260CA1DF24178F1574BAC22F09A78464 /* BSG_KSMach.h */, + 8BDE2C46052C505BF924D1F98CE1E8A8 /* BSG_KSMach_Arm.c */, + 598741F8DD63B47FDF57EE28091B0526 /* BSG_KSMach_Arm64.c */, + 48AA80B6BB9A7601939C2D221185B459 /* BSG_KSMach_x86_32.c */, + 1F4268B59717341AEE23B9EB6D7184B6 /* BSG_KSMach_x86_64.c */, + DC150FAB65C62D3C28BF3D445540FFF1 /* BSG_KSMachApple.h */, + 380113A9C1DE7AC745DA0D715EA74AC3 /* BSG_KSObjC.c */, + 3B606955F94C013DC4A2CDCEE79C6E5C /* BSG_KSObjC.h */, + DDEA69F5194D04F11F07E327C220E266 /* BSG_KSObjCApple.h */, + AA7587CA8EA2A01B5CF1D5A721A5EACD /* BSG_KSSafeCollections.h */, + 36A2BA2A1736FB1A3BED1B9AB0D846C4 /* BSG_KSSafeCollections.m */, + 43F93EAC151549B4E251A1D7F191AEA1 /* BSG_KSSignalInfo.c */, + A16FA8EF5642CF2A218D1749B46B30FC /* BSG_KSSignalInfo.h */, + 0D9D15231C5FD5E072FE80934EC40EAF /* BSG_KSSingleton.h */, + 88CA896D0421A321A10268F106990FB0 /* BSG_KSString.c */, + B9B56CCA96F8A46204EB92FBF93C52B1 /* BSG_KSString.h */, + 2754D6CB64CF9BDFDDD21995BAAF6D09 /* BSG_KSSysCtl.c */, + 952626E97E426F5DF1D1EACDB30765C8 /* BSG_KSSysCtl.h */, + FDAE87B576CC7BFF7A98DDB416ED5F19 /* BSG_KSZombie.c */, + 9B583B3F322F5EF611A591154A387DD4 /* BSG_KSZombie.h */, + 00734DB5594639315CFE94C6D8D15C91 /* BSG_RFC3339DateTool.h */, + 0A3C7B63EA7E718A2594DDAE83E30711 /* BSG_RFC3339DateTool.m */, + 0921CBB429899E1696023E5411BE8121 /* NSDictionary+BSG_Merge.h */, + 6F57141F7FC6CC00C3FA167F80D6F51C /* NSDictionary+BSG_Merge.m */, + 13D30D940D3EEF2E0DF31C36898C4819 /* NSError+BSG_SimpleConstructor.h */, + B5825766251BB4386C015304135DAA9B /* NSError+BSG_SimpleConstructor.m */, + ); + name = Tools; + path = Tools; + sourceTree = ""; + }; + C8550BCD3E39865BCBA2FFDF537F29FD /* aes */ = { + isa = PBXGroup; + children = ( + 895A0DB0CDA26E3F4C81DA9A7A634366 /* aes.h */, + FCAB8F79C33A8E0DF53AD69C205999DE /* aes_via_ace.h */, + 33032E1339F0A1E24A2BF928D98BABA7 /* aescrypt.c */, + DBBD8C38D45F6906D4F28AF0FA468A2E /* aeskey.c */, + AF6F2FA189C945BE1D037ABC4490A62E /* aesopt.h */, + BA977BFA9129048F50E78D257B941536 /* aestab.c */, + AD92789A8F41DCBBC3D88679E986CE71 /* aestab.h */, + BD77B5A8F89CC17577C09A5F51F91502 /* brg_endian.h */, + 9329C4411A17FA86D4907DEC7ED687EA /* brg_types.h */, + B9ECAFFE4237017DB55B0E66337D9BEB /* entropy.c */, + AE3A4A28992B34D53742769FE7622C90 /* entropy.h */, + 138BAE6F92B40F50FF8124944FA368C5 /* fileenc.c */, + E0683810B412C37FF54D1DBE3DF2867C /* fileenc.h */, + 4FCBF1A2826F9C6A074768502C811548 /* hmac.c */, + 47708A6C525EACDE234B4AF0DB79C977 /* hmac.h */, + 8F1F03D04271C240DBE3858A9C1ADC34 /* prng.c */, + C6231B947A931283A53D59C37EA9813A /* prng.h */, + 86894EAC9FB7C4E152E3D9E66D44EAC0 /* pwd2key.c */, + 73E8DD6B67CCC9B7BC0F23A6635F8AAD /* pwd2key.h */, + B455B7731AFDEA27221EC0FF173A1E0B /* sha1.c */, + 0F68A62EC3CCF2DA390DD6F8C509A1F0 /* sha1.h */, + ); + name = aes; + path = ios/CodePush/SSZipArchive/aes; sourceTree = ""; }; CDF9FE163A0485BE9A59EC583FE5EC8F /* Analytics */ = { @@ -3000,14 +3356,49 @@ isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 89A61033795D9DCCD46886A5CB1BC4D8 /* Development Pods */, + 608544143293C75BAE198F2CBB9422E9 /* Development Pods */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, BD95D60AC8A7C8BAB0E4B4D0B2AE72E3 /* Pods */, - F77A457CCC9AE36C3D541E56A60648C2 /* Products */, + D833F126AA1B098A09C4E8FD77E5BCAA /* Products */, 25AD387CC2A5B54EA3AA7A40D27BE0E6 /* Targets Support Files */, ); sourceTree = ""; }; + CF1D858DB2C7065BF37B393B6837E0DF /* yoga */ = { + isa = PBXGroup; + children = ( + AD1D1062E4699CBEEA2007CE95DD58BC /* CompactValue.h */, + 8B2666F886A1D05D1E7FD850E258A24C /* instrumentation.h */, + 6EDFF6D2EA8C79B59A0D629BCA8C89AF /* Utils.cpp */, + C38E7C80A331BFFA1E749542EF529451 /* Utils.h */, + B67640BACEF90EACCF291827F2623118 /* YGConfig.cpp */, + A91D9A24C2D6641A75A7AB5959140169 /* YGConfig.h */, + 5553F1CDD8303B64658C9D62F6BEE4D9 /* YGEnums.cpp */, + 36A2F2FD4DE50E6C330267E984D53407 /* YGEnums.h */, + 42B3541CA041990E440B26EA69C8B0D2 /* YGFloatOptional.h */, + 96CDC1201510D881419500F607895D9E /* YGLayout.cpp */, + 92D4DD057D533A231D53E94591B99C58 /* YGLayout.h */, + C3C687E25BC2A69B7D0FAEFEF61B1D78 /* YGMacros.h */, + 8048585DC303C8EEB24852568749E9B8 /* YGMarker.cpp */, + AE437713B7230FC5A38F1448FFA67912 /* YGMarker.h */, + F8BA870EA93380CDE9E8D4831521AA50 /* YGNode.cpp */, + 1D929ED2682EFC512DAEF789F487BA92 /* YGNode.h */, + 65129046F06B50E9AFE01DA29E59C00C /* YGNodePrint.cpp */, + C870C73D4780347FD216E04977336002 /* YGNodePrint.h */, + 63D13EE23E2BE43120B901211F5C4362 /* YGStyle.cpp */, + 71C35ECE85FF2610F7F5DD61171247EB /* YGStyle.h */, + 7F4D241FC5B2B3C630C22B6D0762BDAC /* YGValue.cpp */, + 591673A9F639756E7FCF75B04D8F05A2 /* YGValue.h */, + F1520817A84BB159CE63BCEA93EF453E /* Yoga.cpp */, + 6BEE918748D973453265E6B7F1557BA2 /* Yoga.h */, + 22822EA13DD6A755ABCC9AD5A6E507E4 /* Yoga-internal.h */, + DF0BD8733F00113ACD063404E5A5FAD3 /* Pod */, + 4A70EAF7184AA440586F754BAD976291 /* Support Files */, + ); + name = yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; + sourceTree = ""; + }; CF393E400C53280B02817D7E4B05330F /* Resources */ = { isa = PBXGroup; children = ( @@ -3021,28 +3412,50 @@ name = Resources; sourceTree = ""; }; - D4321A9D9F1698B3A0758A99F56FC9DD /* RSFamily */ = { + D3985AA2310597A7AFE731CD96CFCC76 /* RCTAnimation */ = { isa = PBXGroup; children = ( - B12E7CF4660C17AC12683D8A1D596F31 /* JWTAlgorithmRSBase.h */, - 6541FE7A0B392399A8A79F91E5993993 /* JWTAlgorithmRSBase.m */, - 0B29E92F8346B56400770A3489B3E963 /* JWTRSAlgorithm.h */, - 7E0443722A63A76EB1AB3CC27674FCA4 /* RSKeys */, + 5925C04DDF398E39796E0136086D06EA /* RCTAnimationUtils.h */, + E8A4A63A66E1240B86B3BB0DF54AEAA1 /* RCTAnimationUtils.m */, + 2C2EDBEB65E4452D91A93920870FABDF /* RCTNativeAnimatedModule.h */, + 8FF7369B8C99DC6D34CCABECEE5123A8 /* RCTNativeAnimatedModule.m */, + 840DD45BA5E4F8FA92440A33F6B21B69 /* RCTNativeAnimatedNodesManager.h */, + C16093C03878A245AB7587549038C6A5 /* RCTNativeAnimatedNodesManager.m */, + 0F99E3EC4FD1D564EA94C7E35C89A7F6 /* Drivers */, + 00743C44E406BCB99C2A73111226989C /* Nodes */, ); - name = RSFamily; - path = RSFamily; + name = RCTAnimation; sourceTree = ""; }; - D5DBE01E4BFB7086019ACFC714C8CC66 /* react-native-version-number */ = { + D484ED39366C614665DF6B2639DC67D2 /* Surface */ = { isa = PBXGroup; children = ( - 092564FB5806FFBF52E4FFD81E296585 /* RNVersionNumber.h */, - 765689C5B36EC40D88E2F70E949447F4 /* RNVersionNumber.m */, - 624B76266C32EE546D9A2F0CB867ECDD /* Pod */, - AA6F5471F8032AF2BE92D6EA2465293E /* Support Files */, + B933E841760C8C49A9A6BA3F59691940 /* RCTSurface.h */, + 78F21C720B66AD9314D4A9637142DD1E /* RCTSurface.mm */, + 7B3585E2C4FE7ABE16B524519C378207 /* RCTSurfaceDelegate.h */, + 84BF0EBB29F6CA0B059BC7A901B3A32F /* RCTSurfaceRootShadowView.h */, + 8ECF7B686E0966964C2F55E07AC37952 /* RCTSurfaceRootShadowView.m */, + 55EA6BC42F3337129B7B92426717C964 /* RCTSurfaceRootShadowViewDelegate.h */, + 3188D653C45A9859D0011E29C0BA8AF2 /* RCTSurfaceRootView.h */, + CF2DCB8F7463A9113710F5871B6BBC5C /* RCTSurfaceRootView.mm */, + 5927F6F13743078BFB980057AA038525 /* RCTSurfaceStage.h */, + 0FE83B43333DD0A225F088E1C44BEC63 /* RCTSurfaceStage.m */, + 93262FFC89B17B3EE5F6F25DB972FAEE /* RCTSurfaceView.h */, + 68BE8D1AED8F60C0270A5E9B3E1C8016 /* RCTSurfaceView.mm */, + 33072B21DE2F7C7062A829B835DFBFFD /* RCTSurfaceView+Internal.h */, + B4AA5614B33DC6EF5306F7DFBA54BB25 /* SurfaceHostingView */, ); - name = "react-native-version-number"; - path = "../../node_modules/react-native-version-number"; + name = Surface; + path = Surface; + sourceTree = ""; + }; + D5E25A4362F2EFE414ADB0D9CD4D6A82 /* Source */ = { + isa = PBXGroup; + children = ( + 6302536310F5BC3F39706FE18FD70E26 /* KSCrash */, + ); + name = Source; + path = Source; sourceTree = ""; }; D630BF53694EBBFB64FD06AA07BA9BFA /* RSKImageCropper */ = { @@ -3071,16 +3484,30 @@ path = RSKImageCropper; sourceTree = ""; }; - D847EF82692A2183DB562ABD1CFC6098 /* BaseText */ = { + D833F126AA1B098A09C4E8FD77E5BCAA /* Products */ = { isa = PBXGroup; children = ( - D2F567CDE19FDA5B451B73A847B1112E /* RCTBaseTextShadowView.h */, - 65A2229A2FDCF89B9051702926D991B4 /* RCTBaseTextShadowView.m */, - 511A8FD0E2046BB2D14EB6008C215C77 /* RCTBaseTextViewManager.h */, - 84C00A4ABEC9B532252644B95CF61001 /* RCTBaseTextViewManager.m */, + A88610D999089EC10B9685E59F112B1C /* libBugsnagReactNative.a */, + A3B41DCEA3367922BBB9ED3CD1CCCFDF /* libCodePush.a */, + 5D40F7BE43532F0D005A299F41892625 /* libDoubleConversion.a */, + 090011559C1D3BF577F4CC0CFA2B374C /* libFLAnimatedImage.a */, + 580BDD1E4CEC347F227AC84291DC4A22 /* libFolly.a */, + 7DB24CE9EC26493BF4D23CE499CB8097 /* libglog.a */, + 8E653B3CDF0D060C440F16A3D167FEAE /* libPods-eSteem.a */, + A599B5BC4A0713CCA8958FA70B4F9EE7 /* libPods-eSteem-tvOS.a */, + 2FFBF4388A6BEB94A51B5937FE905545 /* libPods-eSteem-tvOSTests.a */, + 2C35987F019540B62B1963CC85AEF607 /* libPods-eSteemTests.a */, + F63E51B3ABC09F49F8206D3F0B3A8DA0 /* libQBImagePickerController.a */, + BC805F54AB2C85C0D4550A5FBC1FA716 /* libReact.a */, + 01ED6D0899BD08CC1109D4ADBAE4DC3E /* libreact-native-fast-image.a */, + 1DA177B84DC186C949BF38EDD66CF18A /* libreact-native-version-number.a */, + BFD27CD9F7CBCCF7C3204D17D78CC2F6 /* libRNImageCropPicker.a */, + 5C710EB452317D237C2F41461DF34490 /* libRSKImageCropper.a */, + 219019E1F5CC838C2D374011F3971729 /* libSDWebImage.a */, + 6EB8A7AB8DDDD1EE37ADC40C79C211EC /* libyoga.a */, + DD142408298D5A55D6E29263C15B9B53 /* QBImagePicker.bundle */, ); - name = BaseText; - path = Libraries/Text/BaseText; + name = Products; sourceTree = ""; }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { @@ -3090,18 +3517,14 @@ name = Frameworks; sourceTree = ""; }; - D9B4D13F7B9B7D481B48265318BE21EF /* CodePush */ = { + DA67CD2D2269610C8B5D85262FEA1BCE /* HSFamily */ = { isa = PBXGroup; children = ( - 58585B04CFFB9A9818AEAA32EDF6D44C /* Base64 */, - 2CB88D5326319896971DF18D767F3029 /* Core */, - B20F139223CC8A7D3F778FA1C152D501 /* JWT */, - 905A95CF1EDBAB97289F69CCE7ED1D3C /* Pod */, - F6BE10E1C3985EE68A13CACD3E032DBD /* SSZipArchive */, - F817D58C793C4806093F5CB8A4F7EDE3 /* Support Files */, + FE543DE37660C1406C1ECA0B66427886 /* JWTAlgorithmHSBase.h */, + 137A97408C561DBB2D60F76DEFFD3054 /* JWTAlgorithmHSBase.m */, ); - name = CodePush; - path = "../../node_modules/react-native-code-push"; + name = HSFamily; + path = HSFamily; sourceTree = ""; }; DACF79B5CCC5FA15F30DD47DA20FB8A8 /* SDWebImage */ = { @@ -3115,21 +3538,173 @@ path = SDWebImage; sourceTree = ""; }; - DC333525F44B1DA8CB98B6A51F05EDD2 /* CxxModule */ = { + DBB47BC601CB2425DC1238E921270FE4 /* Supplement */ = { isa = PBXGroup; children = ( - 6205E5D07316BE3774DF80D6FD2E8D73 /* DispatchMessageQueueThread.h */, - 9E1FFEFB6D8158DDF297857F31F3AC22 /* RCTCxxMethod.h */, - 108A004F8F9492889348F24F83B36B02 /* RCTCxxMethod.mm */, - 4D08C68AE16A8089A18A5E4DBC75E6DA /* RCTCxxModule.h */, - 6585EACCB1D6FF7DD17C28AF356BC65B /* RCTCxxModule.mm */, - 1AB63AE7B7925889B8AC632B7E223F15 /* RCTCxxUtils.h */, - 3B9A94A4D3FD2D359F0A4699FE80BE4E /* RCTCxxUtils.mm */, - 946FE1447EA0428E0824DB27E09BA2FE /* RCTNativeModule.h */, - 034893FD514B7F7C4F9F4E8C64154F3C /* RCTNativeModule.mm */, + 35AFC7CD91FDC3AC90F1E38CE28B6A1F /* JWTBase64Coder.h */, + 8DD155023DAAB4EBCC3E5688136D6D04 /* JWTBase64Coder.m */, + 170468839139520A13C8EEA5D238165E /* JWTDeprecations.h */, + B71C78B0420616FA9CACE7A96A0F3438 /* JWTErrorDescription.h */, + 0B8D983093F2B26BD120677E7EC8E727 /* JWTErrorDescription.m */, ); - name = CxxModule; - path = React/CxxModule; + name = Supplement; + path = ios/CodePush/JWT/Core/Supplement; + sourceTree = ""; + }; + DBC0708AB7C569B3617E75710DA6FF6B /* Source */ = { + isa = PBXGroup; + children = ( + 2EDA73118B2839299609C837E3DA2AC0 /* BSG_KSCrashReportWriter.h */, + 62AB30EDF9068C389491ED6200463385 /* BSGConnectivity.h */, + F83D9FF76DE3DF740837A18560761472 /* BSGConnectivity.m */, + 20F8394E3712444A13A3F98973DA6087 /* BSGOutOfMemoryWatchdog.h */, + 5E918F715DA46F4D2325A5AA9E9B9EF4 /* BSGOutOfMemoryWatchdog.m */, + D35BE8810937FA13ADB76CA4CCB91ACF /* BSGSerialization.h */, + 2AB7E4C8332979F179CB3B30F77CC114 /* BSGSerialization.m */, + C9B62B3BF5E51266ABFB09524029A68A /* Bugsnag.h */, + 5EEFB14C22389FE478659BB612BEB17A /* Bugsnag.m */, + 2C43B7B78487167C37B891A7DCC13B0E /* BugsnagApiClient.h */, + DC03348E259319E243D4358CD15EB8E0 /* BugsnagApiClient.m */, + 57627898649983C794800267A40B80A0 /* BugsnagBreadcrumb.h */, + 76E72C75279C7CBF734F7F03CBF141B0 /* BugsnagBreadcrumb.m */, + 913DCFEE4D8C1230ACDE2A4991AE63EA /* BugsnagCollections.h */, + E9002586379CECC7ADB1FA38590B94D8 /* BugsnagCollections.m */, + 3A6D9DD5CCC41D2653611C91B058F803 /* BugsnagConfiguration.h */, + AFCCA57B5ABE2DC4B8008E9AC24F0EA3 /* BugsnagConfiguration.m */, + 19F0292F06D62E908E3BE9DBF9A3F357 /* BugsnagCrashReport.h */, + 138F130548B83E7A881B26477BCA45FE /* BugsnagCrashReport.m */, + B3A15D56A8B130A92BB97CD1FCC5A8D4 /* BugsnagCrashSentry.h */, + C4BFC8031EC0626836965CB8603BE335 /* BugsnagCrashSentry.m */, + 14B3FB84DA68123C5EA1F24A67CCB6B2 /* BugsnagErrorReportApiClient.h */, + 0D94F88C99B79275480E352ED0ACB662 /* BugsnagErrorReportApiClient.m */, + C5A48A86468BD0D11148012EECF47B2B /* BugsnagFileStore.h */, + B683AF04FD8E58FDAD4005169150E62B /* BugsnagFileStore.m */, + A52B82FDD84EC7917F18FD9FA6E90758 /* BugsnagHandledState.h */, + 22142470D2D52D9E5BB01A6106645A70 /* BugsnagHandledState.m */, + E062C84B7A2DCCA8923A057BB9BE44BA /* BugsnagKeys.h */, + 5745C8233AF3B7D5BA8430875231E19D /* BugsnagKSCrashSysInfoParser.h */, + AF1AEC65ECC1AC641F3ED9F93512D49B /* BugsnagKSCrashSysInfoParser.m */, + 8C4E6C86C607571740E8FE3E56E74B9A /* BugsnagLogger.h */, + E88B9CF6FC1AD944307279DD4B7D81E6 /* BugsnagMetaData.h */, + E19289CAF6FC3A9B6943AEC681D65556 /* BugsnagMetaData.m */, + 31325E6D6666F4E132E0967EE0902319 /* BugsnagNotifier.h */, + 9100361D9531386F46D36D8E521C7B59 /* BugsnagNotifier.m */, + B9EBC22589BA4A8CCA7B6B1BC871EA75 /* BugsnagSession.h */, + 99B1977D73D529A750169A9E14CA0EFF /* BugsnagSession.m */, + AB349F84462BEA124E37BCC4CA8E89F9 /* BugsnagSessionFileStore.h */, + CF8E85D97169BAB9F8A39356FD34FC30 /* BugsnagSessionFileStore.m */, + D1954F55DE361F9BFF4DCD90EB86920D /* BugsnagSessionTracker.h */, + 86889AEF80B4B719DABB0F5EE81718F1 /* BugsnagSessionTracker.m */, + 24619802F32F4D099DE7E008D03591A9 /* BugsnagSessionTrackingApiClient.h */, + 50510BCCFB5A2689ECF8FC424407E013 /* BugsnagSessionTrackingApiClient.m */, + 946E19522A1E6F0C4DED3661A1C393B4 /* BugsnagSessionTrackingPayload.h */, + 96700087F67C96004E4AE29B7407CBE9 /* BugsnagSessionTrackingPayload.m */, + 1214DF03E1E1B031CEEA75C57637D243 /* BugsnagSink.h */, + FE43D7B79ADDC8D5B7BA9F0CBF0DA65F /* BugsnagSink.m */, + 1E037A363835ED621974A1A7F965E479 /* BugsnagUser.h */, + 707CE5EE5994AE69CC7AFA7282F187EC /* BugsnagUser.m */, + 93973EA87EFF0B2FFE71CB066D4DF38D /* KSCrash */, + ); + name = Source; + path = Source; + sourceTree = ""; + }; + DF0BD8733F00113ACD063404E5A5FAD3 /* Pod */ = { + isa = PBXGroup; + children = ( + 8AE4577F98DC19B1A7D57770673E91D8 /* yoga.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + DF4DA85DC9B7EDA79F0504444AD4248F /* Pod */ = { + isa = PBXGroup; + children = ( + E1B710B9183DF813D3AE7321BF0A7731 /* LICENSE */, + 42A22E3A64C390253932034582B24111 /* README.md */, + 5FE5B968CBC2ED5069B7AC98C2F162A2 /* RNImageCropPicker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + DF5750DEF108F18F64C73359990159FE /* Base */ = { + isa = PBXGroup; + children = ( + FBDE0AFBCFD8599C72FECD4CB8F8104F /* RCTAssert.h */, + D687D8048B723343BB2B913476856A90 /* RCTAssert.m */, + 75DB1ECB44C5B9882A9503B84EA27EFE /* RCTBridge.h */, + FC1ED0B3F04ADA8D746799C5E49F95CD /* RCTBridge.m */, + 42B4E793956C0524B65D140502ABAB4A /* RCTBridge+Private.h */, + 13335BBB8BDBD7461286E7F9EB424F63 /* RCTBridgeDelegate.h */, + 7B1785FEFA2B2E43039458F07C2B1987 /* RCTBridgeMethod.h */, + FDFD397C8A29C5482A00AD3F0E6EEE28 /* RCTBridgeModule.h */, + 87949E144EA602C3833A24975BD5E2AA /* RCTBundleURLProvider.h */, + ACE8753620780B676E71E0FCCFD5334A /* RCTBundleURLProvider.m */, + C3B329823632D5FBDFC7C1DDC347A15F /* RCTConvert.h */, + CE35DC38EBA71140A184D0640E4CD860 /* RCTConvert.m */, + A833BFCF038284E449A4575C86D73409 /* RCTCxxConvert.h */, + BF43A29C846485924AC66A1A3F031F68 /* RCTCxxConvert.m */, + A7C736643A65FEE9C75D97CB5DF6127C /* RCTDefines.h */, + F03958CCE22450EBA6E28EA8932846FE /* RCTDisplayLink.h */, + 3554FCA4FC777ADDF042C020F3384275 /* RCTDisplayLink.m */, + 39D89875DC0740C773B6F9EDD97D34ED /* RCTErrorCustomizer.h */, + F68490575475E5480E3F3CD66D01DE43 /* RCTErrorInfo.h */, + 354A3D9A01B96E1AC3A23A97783EAF2A /* RCTErrorInfo.m */, + 79757FA34783E2A66512276E36AF976C /* RCTEventDispatcher.h */, + 94C64A1557D7B9E5B5E3213122428109 /* RCTEventDispatcher.m */, + 0F4B62E204AB17C82F3D4798BD45AD20 /* RCTFrameUpdate.h */, + 198C28AB5EBF30A4F14F17BB358B962B /* RCTFrameUpdate.m */, + 3A6D02AA9F7E0FAE7C393E24D7B744BD /* RCTImageSource.h */, + A2F0C4B6F516ECAC808F5A8C0CB39F41 /* RCTImageSource.m */, + 440AABEEEE7A147CF5E731E701259652 /* RCTInvalidating.h */, + 505F0AD3FB41082D9CE0D8EFEA9E52F5 /* RCTJavaScriptExecutor.h */, + 2BCC05220B787890FF234006510575B3 /* RCTJavaScriptLoader.h */, + 92D4372CEBF5DEC3B6E63808E9D27E84 /* RCTJavaScriptLoader.mm */, + D78AD7CFF3991E87BB4AE46E55E8DAF2 /* RCTJSStackFrame.h */, + AD4B246465DEC320EDD676E028B37718 /* RCTJSStackFrame.m */, + 3ACC9BC41D2B92A9AF6857F967585B18 /* RCTKeyCommands.h */, + 0DB384D8EC993B57BEB1ED47AD55B975 /* RCTKeyCommands.m */, + 05DF9FFD29D7E3590943842797E0D61A /* RCTLog.h */, + 26781410BECAC54B683E2BA59E8BF46F /* RCTLog.mm */, + 9467A9B4C6699050F10A315A003FE1D8 /* RCTManagedPointer.h */, + A58B1DCB27FFCD4A55966FF9F75A4CC0 /* RCTManagedPointer.mm */, + 3A4C81298BE256DB681D2511C3259F5A /* RCTModuleData.h */, + 897CA28F2FDCD02CDDD7F0580A77E777 /* RCTModuleData.mm */, + 016FB9FE7C114855753AA634008536D7 /* RCTModuleMethod.h */, + 510C63F3C70B1961D42C700FD84EF9F4 /* RCTModuleMethod.mm */, + CBDBFC8A885ED601AC635D51240670AE /* RCTMultipartDataTask.h */, + 37730DF5B391523B0252DC3D3129ED6C /* RCTMultipartDataTask.m */, + 117D315C4CFE32033E375319E6569016 /* RCTMultipartStreamReader.h */, + 67DF3E9A226D64E948CC84E806528306 /* RCTMultipartStreamReader.m */, + 489DBBF0A28E5D4A331A3F3FDFF32529 /* RCTNullability.h */, + 689918F5E569B50087CC3787E4757432 /* RCTParserUtils.h */, + 9E20EE1481A199E5B319EB143BB408D4 /* RCTParserUtils.m */, + 356F2E951A0065D52F5AAF85F7A93D94 /* RCTPerformanceLogger.h */, + F8CAFD6D4178258786CEB22CB61AB6D6 /* RCTPerformanceLogger.m */, + E58C441AFFA399E3A7B9A2D20E2EA32A /* RCTPlatform.h */, + 40CD40A5A9B79D00F0CFFD0861951FF9 /* RCTPlatform.m */, + 850BA00E98BEFEA62C59A2E7CAC7B533 /* RCTReloadCommand.h */, + CF63674181E546FADECE2DC0B102F996 /* RCTReloadCommand.m */, + 5A939C903A2FA4D2FFFF98592516F99B /* RCTRootContentView.h */, + 85152675E3103E78E34348D1C47A301B /* RCTRootContentView.m */, + A5C93980F30B1C3FDE87624B8F4CFC15 /* RCTRootView.h */, + 8B22B8F7317FA0BFB0B97E28BDD54F82 /* RCTRootView.m */, + CDCE69DB26EDB3EEBA0C1024B1BC8190 /* RCTRootViewDelegate.h */, + 80922FA3D9006356591B15FE6C3562CD /* RCTRootViewInternal.h */, + 84C6BF73EB1815516A066B7506C413E7 /* RCTTouchEvent.h */, + E883DD78AECC03E4ACBCBA3CBE2FF0CC /* RCTTouchEvent.m */, + B04650D2E47A751516F840E1B4ADA6C1 /* RCTTouchHandler.h */, + 45B90BC44D6C4905B480CD957FACF5BA /* RCTTouchHandler.m */, + 81559427E62026BE81B74595D2BCCA41 /* RCTURLRequestDelegate.h */, + E8667823E6838BECD89C4AC9FAFC8AAB /* RCTURLRequestHandler.h */, + FD37423507BF19AC8C3D1F7222BEC3DA /* RCTUtils.h */, + 919191BD80DBDBE592751095A461E348 /* RCTUtils.m */, + A66D9431AE3E56302128050567DF9433 /* RCTVersion.h */, + 42CE618225C01C936DB0E763C0E10D4D /* RCTVersion.m */, + D484ED39366C614665DF6B2639DC67D2 /* Surface */, + ); + name = Base; + path = React/Base; sourceTree = ""; }; E03C527B91FDD4D82315F95AB1D89596 /* Support Files */ = { @@ -3143,53 +3718,14 @@ path = "../Target Support Files/RSKImageCropper"; sourceTree = ""; }; - E35856A963EF62FC20B1073074F7EFE5 /* RCTCameraRoll */ = { + E76D649B841F41FF60BA19B0F052E864 /* ESFamily */ = { isa = PBXGroup; children = ( - 04AA851BB661C5B46266891DF1CDE914 /* RCTAssetsLibraryRequestHandler.h */, - 2500E6E3E513D0CFD101F2142F2C0FC5 /* RCTAssetsLibraryRequestHandler.m */, - BC8321F00191EFABDE82B9F37FD91E51 /* RCTCameraRollManager.h */, - 07B6E85F291BC4951BE211EEEE22B316 /* RCTCameraRollManager.m */, - D46B422F05E78AD84F41F8C052E61F04 /* RCTImagePickerManager.h */, - 9B522C02AFA867B7EB732B41D958CC59 /* RCTImagePickerManager.m */, - 3A43D1C20D4CA0D2C67F49429A06540E /* RCTPhotoLibraryImageLoader.h */, - F6C481A7A82AB89D7B993CFA7E44A84B /* RCTPhotoLibraryImageLoader.m */, + 5D5DDB2DB372868763A460307D270342 /* JWTAlgorithmESBase.h */, + DCEFBEE9721790962BBF63A80AD5CA57 /* JWTAlgorithmESBase.m */, ); - name = RCTCameraRoll; - sourceTree = ""; - }; - E55A5C47ECE7555C24C8A133FCDA052D /* ScrollView */ = { - isa = PBXGroup; - children = ( - 109444B963C1868A20B89683F7EC7388 /* RCTScrollableProtocol.h */, - ADC921FFAE0DAE298214F26691142D28 /* RCTScrollContentShadowView.h */, - C77272B050FB2744B9BA4525F97EC9F3 /* RCTScrollContentShadowView.m */, - B51E14090A76F280DCDA736CDCEA8312 /* RCTScrollContentView.h */, - 29BB4025B1F6B3734EBD84172B116096 /* RCTScrollContentView.m */, - 771895C1EE9839DCA2AD6418867127D6 /* RCTScrollContentViewManager.h */, - 4D6ECB29EEA2BED0B9459D80E3B6BD7A /* RCTScrollContentViewManager.m */, - 381BB9F64B3C603FEBE0306130817993 /* RCTScrollView.h */, - 7FFACFA71ACA78F76F5CDB93D1CA5599 /* RCTScrollView.m */, - DAC402BB04A5E202C386C3CB3DBC06BF /* RCTScrollViewManager.h */, - 391DE7198B819F01A965657DA09030C0 /* RCTScrollViewManager.m */, - ); - name = ScrollView; - path = ScrollView; - sourceTree = ""; - }; - E5F946C7EAC83B999C7A3A69E9A2C542 /* RCTWebSocket */ = { - isa = PBXGroup; - children = ( - F4BDEC90C3DDE40BBC359DD4FB2E0FFB /* RCTReconnectingWebSocket.h */, - 541AE6D6D409FBC65CF5A41B24C6A6E1 /* RCTReconnectingWebSocket.m */, - 62ED32287E50BCD3B0851D2A7E61ABEE /* RCTSRWebSocket.h */, - 64AE50442F664E97D76EC43A2B2F49DD /* RCTSRWebSocket.m */, - 134C98379E898935510F09D4C881159B /* RCTWebSocketExecutor.h */, - A91F1DD6BC28E7F9BF658A9CAFB0504A /* RCTWebSocketExecutor.m */, - EB0E1578FC3A4C518DA6E91BCBB71CFA /* RCTWebSocketModule.h */, - BC704183A6345CFE50B679930F37B414 /* RCTWebSocketModule.m */, - ); - name = RCTWebSocket; + name = ESFamily; + path = ESFamily; sourceTree = ""; }; E7EB7EBCBCF897EADB3C37086B82ABAB /* FLAnimatedImage */ = { @@ -3205,6 +3741,18 @@ path = FLAnimatedImage; sourceTree = ""; }; + E84BFE25ABBC4F14B74B2C7B8E293AA5 /* RSFamily */ = { + isa = PBXGroup; + children = ( + B89E24E5A59543A0A863BBD0B5170AE3 /* JWTAlgorithmRSBase.h */, + E7936CD8B693DC756B6B66517820C23E /* JWTAlgorithmRSBase.m */, + BA3B31732F9C4CA4F9BEE3B364559140 /* JWTRSAlgorithm.h */, + 0C447774C8841C72226FAB097AFC40FF /* RSKeys */, + ); + name = RSFamily; + path = RSFamily; + sourceTree = ""; + }; E84F0917513E6CF45E595FC429C9F2E3 /* GIF */ = { isa = PBXGroup; children = ( @@ -3214,52 +3762,34 @@ name = GIF; sourceTree = ""; }; - E9013D916A8A383EC5D0FD6EE88FD64A /* yoga */ = { + EBC2116A4BA35B62615D1A96E71E3FB9 /* RCTNetwork */ = { isa = PBXGroup; children = ( - D40BDD04F8072350DA54AF157B562387 /* CompactValue.h */, - A24A96D49FB2F7C26A370C1A197D7D2F /* instrumentation.h */, - AE68824824E39D6057A5F66DCD07FBE8 /* Utils.cpp */, - 6C63EF3F37C02CC29C31BDE2049B63F1 /* Utils.h */, - A5C54F3E5698B9D6342DEB301219B7AA /* YGConfig.cpp */, - C1F9C4F21C09F2F0BDAF0BD04B65279F /* YGConfig.h */, - 18C97166508CF849BB44E92E678B3E12 /* YGEnums.cpp */, - D88B8850619A3F6D75E6F9542BF4BAD2 /* YGEnums.h */, - C56C508667B51AD7AF750A84A562891B /* YGFloatOptional.h */, - 5E554D75EF4C5FB6B21CA66D7DD4E750 /* YGLayout.cpp */, - 5B001A6E690B03206EEE2FAFC2BB8629 /* YGLayout.h */, - 483E3F9C8C646B70C3D80DF0854701B5 /* YGMacros.h */, - 349A973E9F2C836CF83F5D66C806055A /* YGMarker.cpp */, - CCFD38551023C00257A06E27401BC01F /* YGMarker.h */, - 6BA3086E65128895EAFA01FF8AF0E36A /* YGNode.cpp */, - 9EDFD7EB949FAF05AF137976A9FF3F8E /* YGNode.h */, - 8C344CBC1CE1687697512A655B4C000D /* YGNodePrint.cpp */, - E82ED1215043D3AE58D0552E99E5F48A /* YGNodePrint.h */, - 89325C85037AD8D8EA7DF6CD1B591CC9 /* YGStyle.cpp */, - C05712956B6D3B09A53F515A4A8C4060 /* YGStyle.h */, - 3F4F5FD4AC27C68D8761C582DA9354D4 /* YGValue.cpp */, - F221C58B1A4D11D28F64DD8D4CE1E2E0 /* YGValue.h */, - CF0A97A24D513820752C1CB1A527C59B /* Yoga.cpp */, - 05F7B9D9D05BED0FDB8A8C56965AE3E9 /* Yoga.h */, - 1E503B01372888FC91E8AA64ED810335 /* Yoga-internal.h */, - 56DC5C12306B80C0BC42B46411A2142B /* Pod */, - 1A07BCBB6D94CD4A4DDF5170976FA32E /* Support Files */, + 4BFE63D404F11D1F1B8B33C8E0B5778D /* RCTDataRequestHandler.h */, + 9A311B02CEA9C0BBAB7550AAAFEAA233 /* RCTDataRequestHandler.m */, + 0A42E84892F9F295AE61167D6D8EB273 /* RCTFileRequestHandler.h */, + 725A0D88530AC002648A29D7BF96041A /* RCTFileRequestHandler.m */, + 25C3147B25B3B99C4C347413CCF24C24 /* RCTHTTPRequestHandler.h */, + CC1E81A8F267BCD157617D2D8E513F46 /* RCTHTTPRequestHandler.mm */, + 962AA8B8A015A3D5352C99C3D103816F /* RCTNetInfo.h */, + A43A6EF80F54267CBBDE158AC215D590 /* RCTNetInfo.m */, + 00E93357325D78C40FCE7131E015D76D /* RCTNetworking.h */, + 68DE5867F5D94B4355730DD0019B6F80 /* RCTNetworking.mm */, + E9B29E55C633E85F2E9C95117D8685E3 /* RCTNetworkTask.h */, + ACB13EC6D4977134082C65B7CF537DB6 /* RCTNetworkTask.m */, ); - name = yoga; - path = "../../node_modules/react-native/ReactCommon/yoga"; + name = RCTNetwork; sourceTree = ""; }; - F2332C86BDBE522AE7926E96D22326F5 /* Supplement */ = { + ECB029725C482B5F28998D146C1642FC /* Support Files */ = { isa = PBXGroup; children = ( - 5B48A572BD50AB7CBAAAF62731DA69D4 /* JWTBase64Coder.h */, - 47246FF9F62E2AEC214876737208FF3A /* JWTBase64Coder.m */, - A645C84B3E5C1F246A2C69E53B82D9BE /* JWTDeprecations.h */, - 428A338D8132FCB87CE9A707D2089A89 /* JWTErrorDescription.h */, - E56D5F2962DD54C314931F7B05863520 /* JWTErrorDescription.m */, + 754D83776BC1828ED902868C75F4533C /* React.xcconfig */, + 9360357B06B6AFD714CAF346C9146119 /* React-dummy.m */, + 41A079F83B3DCD6993992C39DC4440A8 /* React-prefix.pch */, ); - name = Supplement; - path = ios/CodePush/JWT/Core/Supplement; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React"; sourceTree = ""; }; F2D7700175B456EB63BB173AA3764E96 /* Resources */ = { @@ -3270,96 +3800,15 @@ name = Resources; sourceTree = ""; }; - F553BCAAF053021BBC3E8C1BD3BA3A45 /* Base */ = { + F5682ED2A569CB013C1BFCC15279B19B /* RCTBlob */ = { isa = PBXGroup; children = ( - D583C5CD3BF903F18E03B41927D2F2CA /* RCTAssert.h */, - E7AF5702D79375AA2FB5E16EE2DCF362 /* RCTAssert.m */, - 24015886D5485D7BE95FAB7B2DB01362 /* RCTBridge.h */, - 398FFDBFEF1A0A6D9180881141000458 /* RCTBridge.m */, - E81FC82C297EB450A3294A8AA8B35808 /* RCTBridge+Private.h */, - B29F9E2D0D958EC1C0509C4EA5F2665D /* RCTBridgeDelegate.h */, - 84726D6C7FF648000418F95E0FF64ECA /* RCTBridgeMethod.h */, - 1EE50294135A40239E747EF141210BC7 /* RCTBridgeModule.h */, - 7F0BEE0B9395D32B07C9E1CF7ABC7D9C /* RCTBundleURLProvider.h */, - 550B0F96D32B79FAB9EE69A35CBC3E6D /* RCTBundleURLProvider.m */, - 30C801C599969D607DEAD89A3BFFB755 /* RCTConvert.h */, - 7AFD2F23533D5357E1C462FC1F56D2C7 /* RCTConvert.m */, - BAFEFD0DFEBA9DDA6A49E7F936C79939 /* RCTCxxConvert.h */, - E867C5481666A44370AED2CE66E441F7 /* RCTCxxConvert.m */, - 3201798640B31E4D646CFF3C47E1B39B /* RCTDefines.h */, - 8DD94E25F5063AC2A519AE1421AE5DE0 /* RCTDisplayLink.h */, - D417B51BE4645B4EA3E134EF2F2CBC29 /* RCTDisplayLink.m */, - 3632C1FE4A69E48782733898BBBFAE12 /* RCTErrorCustomizer.h */, - 083E4DA8ECAFD892ACE403FB65EAAE74 /* RCTErrorInfo.h */, - 526C51CC059430EE27E4BF20885C9F04 /* RCTErrorInfo.m */, - 5924637B5557D9B34951B7156CA8C77D /* RCTEventDispatcher.h */, - 4ED39BB6CAC27D4DECFB291CDE993101 /* RCTEventDispatcher.m */, - E410E2393CC052616B53E88B535988C2 /* RCTFrameUpdate.h */, - CF211D271260BB7CE1F84CF47CF62EDD /* RCTFrameUpdate.m */, - AE53D31D4C3D45A683C5309B89F51EB8 /* RCTImageSource.h */, - FCF1B96871FB5CCBB59862F5256BA248 /* RCTImageSource.m */, - 71092E19F829AE05D459881E279A4D6D /* RCTInvalidating.h */, - 1323431ADD98B0C6557F22CB9483584F /* RCTJavaScriptExecutor.h */, - 520A32081154AA775973B2C42F600419 /* RCTJavaScriptLoader.h */, - BDBE8ED33A173F55DCD45FE4F917850B /* RCTJavaScriptLoader.mm */, - CB6F91826112C956871F304BD45E5A08 /* RCTJSStackFrame.h */, - D168F4D8230F0AA6D74A81BAE0C1FA98 /* RCTJSStackFrame.m */, - 4EAA0296ADFFF099701A6AD825B5E11A /* RCTKeyCommands.h */, - 9ABB769745D78587C30480716D8EBBC6 /* RCTKeyCommands.m */, - EF160EAB9F9F32E2FAE7F0D6087CF38D /* RCTLog.h */, - 485C5A08A359F5C101FBF0D1AB4E6AA3 /* RCTLog.mm */, - 27D137B750FF726ACDA0AFD3502D08C7 /* RCTManagedPointer.h */, - E1723364E66636BD37226AB00D58DCFD /* RCTManagedPointer.mm */, - 92F771343A628E7E8F3513978A0C8799 /* RCTModuleData.h */, - A80AB3AC88B6FBF9974B601DA97B160B /* RCTModuleData.mm */, - A1CA54DC8546447CD97D8D5E826948AD /* RCTModuleMethod.h */, - 91250FFB30A5D903CB6F345EC003ADAD /* RCTModuleMethod.mm */, - DA2B46FF294E4053B9B7DA035CA0A4E6 /* RCTMultipartDataTask.h */, - F72850963EDC0C9E9424351956B31E47 /* RCTMultipartDataTask.m */, - 18DEE8978E8D8DDB6C93314851C69DA1 /* RCTMultipartStreamReader.h */, - 07B50DAA334F206E31A97327D86D0938 /* RCTMultipartStreamReader.m */, - 9C2DA23F4B0373FD8B351EE311B6D4E1 /* RCTNullability.h */, - 443D2AC4F93F7ECFFAA3DC8D293EC505 /* RCTParserUtils.h */, - 1E9FD9DD0148812237C4A60897C4AA4D /* RCTParserUtils.m */, - 6CA8631866180CB321F18AE2FF0B2347 /* RCTPerformanceLogger.h */, - 37E5F7BCD22EF121D6F27403B464B3E7 /* RCTPerformanceLogger.m */, - 8A6867636E90AF3397FE3822E77DC0E2 /* RCTPlatform.h */, - B9B103EE73459575701FEF5A81761DE7 /* RCTPlatform.m */, - B72E3F91749C6A1E895ED149C6A3D376 /* RCTReloadCommand.h */, - 71BD0E3EDE1D7D3ED61CB141AFF09588 /* RCTReloadCommand.m */, - CF97E6ABC4F4C0C7C7BBFECCC2669459 /* RCTRootContentView.h */, - F48F88B7CBCC018DFB5CF12096A6FC93 /* RCTRootContentView.m */, - 8629A81ACFE32984D76F13C4EF16DC80 /* RCTRootView.h */, - 4D9A63CE53AB11E0DC0E49BB846C97FD /* RCTRootView.m */, - 01CADCB5EC8F827B4277186036B5F037 /* RCTRootViewDelegate.h */, - 9AFA7D3398356C2AA9EB1ACB1E60C69A /* RCTRootViewInternal.h */, - B440EFE3365C14B39CB9BE046FC26437 /* RCTTouchEvent.h */, - B3B14D16D371D7BD6CCCFC71FD75520E /* RCTTouchEvent.m */, - FD12EF6DE726BAB1C148C5B73416E795 /* RCTTouchHandler.h */, - 69A2F528D5D0CF5CEC259E3FEAED9860 /* RCTTouchHandler.m */, - ADD78BE9F6075FD071803475E3F4CB1E /* RCTURLRequestDelegate.h */, - 00778362005CA98A01FFF447A189EB82 /* RCTURLRequestHandler.h */, - 8CCB2698C366504A6DDB1A68E29BC62F /* RCTUtils.h */, - 0FEEF0EF75A9489BD2E6707A62CBE9F8 /* RCTUtils.m */, - 6E4C2A133DBF86E6F45044DF15B7E972 /* RCTVersion.h */, - 85F6F083F24875DAC68B78364AE7DE87 /* RCTVersion.m */, - 36CCBD6B2220D60E5640F3692B22CAC8 /* Surface */, + 73849186D4BF0DF53FCF274CC14A81C5 /* RCTBlobManager.h */, + 2035C9BFEBB7867764191CD22D63D9BC /* RCTBlobManager.mm */, + A101AF82FC8949036E5EB9FC229EFAE1 /* RCTFileReaderModule.h */, + 6E9488B91EC9210084A446B5699E7A22 /* RCTFileReaderModule.m */, ); - name = Base; - path = React/Base; - sourceTree = ""; - }; - F6BE10E1C3985EE68A13CACD3E032DBD /* SSZipArchive */ = { - isa = PBXGroup; - children = ( - 4A44BDCCAE1B0FDB63A0BE0D68DDEE19 /* Common.h */, - D0D30A33A57A63A2F87A687BA17545E9 /* SSZipArchive.h */, - B193DDF6B3CBA2DA5A81C5371373FC70 /* SSZipArchive.m */, - A7511FD12E14970D6D80B182EACB7B4E /* aes */, - 4298A1B79813D15F7021354AA20C11E6 /* minizip */, - ); - name = SSZipArchive; + name = RCTBlob; sourceTree = ""; }; F6FC3FDB3836B273E2B470998E838364 /* Frameworks */ = { @@ -3370,71 +3819,183 @@ name = Frameworks; sourceTree = ""; }; - F77A457CCC9AE36C3D541E56A60648C2 /* Products */ = { + F78C8FC766E7624C9C669F0B212A4B91 /* Pod */ = { isa = PBXGroup; children = ( - F6A40627D5D581D379E7F7C2FAB545B8 /* libCodePush.a */, - 3C0B511D1CD378F546AE224AF0E3D61D /* libDoubleConversion.a */, - A50EA97495278BE823D8B3FECDA84C67 /* libFLAnimatedImage.a */, - A718956796E0D32A58FECA9EE319EB34 /* libFolly.a */, - 0649FFBAFF468193D3EB2A2CAFED528D /* libglog.a */, - 790EE415398F62F330C75EC790669B73 /* libPods-eSteem.a */, - 1F9EEDB5CE5AC2BE12EB119B5A5D1621 /* libPods-eSteem-tvOS.a */, - A4D3B4640D7292240E4474BB4A8E55CB /* libPods-eSteem-tvOSTests.a */, - 656309B23C236DA9D88FA6884FB50DB6 /* libPods-eSteemTests.a */, - 21507782BB30E99D65CFDF9636CE12C1 /* libQBImagePickerController.a */, - A31140C5DAEED03D8E6C77EEE36F40C7 /* libReact.a */, - 014B4402AF3C769DE0CE7E7167BF63A1 /* libreact-native-fast-image.a */, - 478DFD99EF784156A7010A0323BA7A18 /* libreact-native-version-number.a */, - 4532E8E178A5FEB15BE6202136E05E2A /* libRNImageCropPicker.a */, - F0FBD7243F28EF02551C4877A54C09DD /* libRSKImageCropper.a */, - 69BB6CA92401A29289EB44F6E5801EBE /* libSDWebImage.a */, - 938F7B5083BF77AD3CDC1FAA6EE355C7 /* libyoga.a */, - 50A601EBE9AFCA8B68001C0E86A9C289 /* QBImagePicker.bundle */, + 6C46DAAD9BF1A5A083B40D01FE309984 /* LICENSE */, + 3181698CAAB970A65A69A0064577E8CD /* react-native-fast-image.podspec */, + 9326991A9C94BA66CFA54AD974359C63 /* README.md */, ); - name = Products; + name = Pod; sourceTree = ""; }; - F7979977990D13C6816BB4AE1B99B383 /* RCTNetwork */ = { + F83562E0CA6B9A9B517F8E793CDA3FC9 /* VirtualText */ = { isa = PBXGroup; children = ( - 1A33E2D34B800D23CEFE684E184BBD59 /* RCTDataRequestHandler.h */, - DAE7E17F83AEC056C88CCAEC2AD2A427 /* RCTDataRequestHandler.m */, - F4DA9853A9A966383EDD20FF61982117 /* RCTFileRequestHandler.h */, - 11B30B006210BF51242CFF8DEC07511F /* RCTFileRequestHandler.m */, - F4F9437C9133443347A2335D664AD9DB /* RCTHTTPRequestHandler.h */, - 724CA1479E1E1EC1BF279CD73E778478 /* RCTHTTPRequestHandler.mm */, - 2964479FB97579DDF0BE0B25B113E69E /* RCTNetInfo.h */, - A7CE013324A4535784BC24A88AAE1B9D /* RCTNetInfo.m */, - 63F996335C578E8B7F7253C5D6637CA2 /* RCTNetworking.h */, - CB496CBE7519A1854EA30F78194E52B1 /* RCTNetworking.mm */, - B500DDC3022860A93732F545BD4E5791 /* RCTNetworkTask.h */, - CC42415A33E009EA56E0ACF30725F471 /* RCTNetworkTask.m */, + 86732011A3BB299EE7301572A7233F11 /* RCTVirtualTextShadowView.h */, + 81209949DF40D4D53675FCF4D1E715BB /* RCTVirtualTextShadowView.m */, + 558EA82F5AE658D985127A29B0C0A649 /* RCTVirtualTextViewManager.h */, + 709364123263621BAF24C453A6186EDA /* RCTVirtualTextViewManager.m */, ); - name = RCTNetwork; + name = VirtualText; + path = Libraries/Text/VirtualText; sourceTree = ""; }; - F817D58C793C4806093F5CB8A4F7EDE3 /* Support Files */ = { + FBB0C013D0E3FFABC8A4EEFD84997C87 /* Views */ = { isa = PBXGroup; children = ( - B9C47B415E3530534D5DDE4ABBFB991C /* CodePush.xcconfig */, - D96C4E95FAC10D117B55510725BA7C10 /* CodePush-dummy.m */, - 67747B9B31B98F452B9F63FEEBA1FD7E /* CodePush-prefix.pch */, + 06A51FD8CA6885009A33ABBC29F663F1 /* RCTActivityIndicatorView.h */, + 6F4F7675A7AFCC08CFEB32E7010CBD09 /* RCTActivityIndicatorView.m */, + D91522DFBAA59C47B39E3CF97DF1E0A4 /* RCTActivityIndicatorViewManager.h */, + 72189466E4D0763AA6DF57BF6AE28CA5 /* RCTActivityIndicatorViewManager.m */, + D20A56204B7E35170CD31CDF6F7761D5 /* RCTAnimationType.h */, + ADA2491E8F7419D31A731623FB012396 /* RCTAutoInsetsProtocol.h */, + 23B1CA6674C09D9C317E59283266527F /* RCTBorderDrawing.h */, + 76CE673D44614C6402138589FDE79DEF /* RCTBorderDrawing.m */, + 23445A14D39243C738C73D48069671E7 /* RCTBorderStyle.h */, + 83F289E6F24EE214C5039A389C832400 /* RCTComponent.h */, + AF103E7984A1F23B1CF88EB628E4B771 /* RCTComponentData.h */, + 93278787E73D826CA19C181935D012E8 /* RCTComponentData.m */, + 74ADA23D9C22D489ED190D0B855F2E9A /* RCTConvert+CoreLocation.h */, + DC9D8BD74F5875AD233E476485A052B7 /* RCTConvert+CoreLocation.m */, + 02B61D21CC5D37B4FA532BBE48268E1E /* RCTConvert+Transform.h */, + 919238A0E20722C51E94332E81C8065C /* RCTConvert+Transform.m */, + 462125297F9B53F625ECF499CB699337 /* RCTDatePicker.h */, + 71A6BFE153D85D03C89B60BBCB2E7A3A /* RCTDatePicker.m */, + AA2EE51B4B2F633DF4F74AD74609E62A /* RCTDatePickerManager.h */, + 473F107DC0435ACF034C02B40AC1583B /* RCTDatePickerManager.m */, + DEDD24E79E8835948C35551A37382674 /* RCTFont.h */, + 3271599D52C177E4FE8CE77A8530B38F /* RCTFont.mm */, + 163FFCB2B77F732607B11EF14F2B5233 /* RCTLayout.h */, + C9030560B2624B52975C082FA639EBC5 /* RCTLayout.m */, + 6CB09CB9B95863E170D05A3BC2EF40B6 /* RCTMaskedView.h */, + A2E3AEB63A1C8D8C467A463D5D1ECCBE /* RCTMaskedView.m */, + 8FA82406B71711E305FACEC91A07C832 /* RCTMaskedViewManager.h */, + 4322B5F5E59199645EB892DDDE1083D4 /* RCTMaskedViewManager.m */, + B7484D90C5EA207F4C3398878CA10E76 /* RCTModalHostView.h */, + 9A36A316F181BD82670AA4EF07B1BFE8 /* RCTModalHostView.m */, + E197C8E4CE525E13967AC1B2CF61E792 /* RCTModalHostViewController.h */, + FBF0DA0DAABD375778F01271CAE169F3 /* RCTModalHostViewController.m */, + 3636084C414B6BB7B4E769EBB151DF76 /* RCTModalHostViewManager.h */, + E5EC22B31242A4F43FC97E9BBBFCB637 /* RCTModalHostViewManager.m */, + 52B6E1ACEFF4C3AE4778BF23904E7420 /* RCTModalManager.h */, + 782DAC9B456C69CCE8263580DFD541CE /* RCTModalManager.m */, + 3A9EEBB62E0DD31A38289CF76315438C /* RCTPicker.h */, + FD8E8BEF148D7E2E9C737B85CE76799D /* RCTPicker.m */, + 2BC5918FEC8F0D31F418DC3D32FE7A38 /* RCTPickerManager.h */, + 80E0E14B3B6DD23DDB18DA38AB12736A /* RCTPickerManager.m */, + 58D3BD730CBE4C19AD30A0278C087890 /* RCTPointerEvents.h */, + E15BB822D3F27324AAF99548400EC3DC /* RCTProgressViewManager.h */, + 6DD95E21365D68A36CF0C80A06BC7BEE /* RCTProgressViewManager.m */, + E24672C19F55F9553A932EE4012C42B0 /* RCTRefreshControl.h */, + A0327434E93B52E4BA44E2ADF6C639AC /* RCTRefreshControl.m */, + B0A6AC0708F0E3A75BEB8766D4A00897 /* RCTRefreshControlManager.h */, + 005DBDAB45DF1C4CABF7ECA783DFA693 /* RCTRefreshControlManager.m */, + 7EA8721DE27300113CD4D42F4B38CCC5 /* RCTRootShadowView.h */, + 3FC131FA743C0EA177314010267E2160 /* RCTRootShadowView.m */, + 80FA4408CA9C999ECB2E0C18B9E3B0E5 /* RCTSegmentedControl.h */, + 6BB59361D22D787E0CCE02BFE1D005B9 /* RCTSegmentedControl.m */, + E6C1E539E465ECBDE9FD334325CD6BEA /* RCTSegmentedControlManager.h */, + 497DF69BCD86B45529AE462D7430C5AD /* RCTSegmentedControlManager.m */, + 424008DDC24D21E1C9124F5DB6CF1238 /* RCTShadowView.h */, + 706ADC76F76AD9A8F79E75534183AD6F /* RCTShadowView.m */, + BBE50DD56E1A33663C0C14E100BB9EA2 /* RCTShadowView+Internal.h */, + D8256A2BADF5D47BEBE33C3D7DB7EB3B /* RCTShadowView+Internal.m */, + 2356BE563836F4E6DEEE84CC46A56751 /* RCTShadowView+Layout.h */, + 3B12888A3C01FB73DE0B8DA18D8D2BD9 /* RCTShadowView+Layout.m */, + 5B1A67AC8EDC447103F9C90C9043863E /* RCTSlider.h */, + 5419BFEFDEA99EDD521B1FAC160F929C /* RCTSlider.m */, + 2963AEBD42E49D669EC4E7D5DB48A737 /* RCTSliderManager.h */, + FD34F8302A29AA4B0C7FF5991D8462D1 /* RCTSliderManager.m */, + 1781812F44372771FF7F1BAE0E6862D5 /* RCTSwitch.h */, + B9B4DDBB9567290A6FE9FF571A6823B8 /* RCTSwitch.m */, + 69163FCD5E8322EDC3D014D66627C32A /* RCTSwitchManager.h */, + 99109A7816025041F21679C031C47590 /* RCTSwitchManager.m */, + 7D5F9371A8DE9E9100502E76E3A58697 /* RCTTextDecorationLineType.h */, + DDBD9322EA83CEEE4019BD09C2A549B7 /* RCTView.h */, + F6FBDB664F7398F3FC6E781A2F919755 /* RCTView.m */, + 899BD04F8630AAD0BFFB75FF27F37690 /* RCTViewManager.h */, + 0A39BEA45344FD24E0690A6DF9FE6D34 /* RCTViewManager.m */, + 1CA12870A8BC2A1EEED7A35FC4606CA5 /* RCTWebView.h */, + 396FBAF47A4BE342C861AEF7402A619C /* RCTWebView.m */, + 878986B9B32DB0380F6EEAAB55FB91C1 /* RCTWebViewManager.h */, + D4DBBA00CA57CBAB2EF7D014FF202FF7 /* RCTWebViewManager.m */, + 5075CB42FF6BF0AF55FC658B8681B6B1 /* RCTWKWebView.h */, + A3048D22054BB40A8C1A464EA41091E7 /* RCTWKWebView.m */, + CD31E878EE7FE76DB239E6427EB9D8F7 /* RCTWKWebViewManager.h */, + FED2CF39F384719BBBA9EC14EE9944F0 /* RCTWKWebViewManager.m */, + B4E1D21A68C1393CFF92748F8D601969 /* RCTWrapperViewController.h */, + 2823E7F439291D096FADDA155C18F675 /* RCTWrapperViewController.m */, + E5F9498095B270BFF56DC64713268739 /* UIView+Private.h */, + 1FDA8D0F97A1749BDA061F30CE1A10B0 /* UIView+React.h */, + E48C2CD1816BA4168E526702141A6570 /* UIView+React.m */, + A288C9966CE9002B184DF5D960E15FB8 /* SafeAreaView */, + B03D0E46D94142ECCC948DC0F8BF2E8C /* ScrollView */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/CodePush"; + name = Views; + path = React/Views; + sourceTree = ""; + }; + FC2A4C43531BCBF824555C72D50A81A4 /* CxxBridge */ = { + isa = PBXGroup; + children = ( + B99609D10A79158184C5DABC5AD0D2E9 /* CxxBridge */, + 44523A80F8E8E7B3230765E2CF339CE2 /* CxxModule */, + 488C288364AE086749F1E195BB55598D /* CxxUtils */, + ); + name = CxxBridge; + sourceTree = ""; + }; + FE7353CAAD2277C17FCC117C834F1275 /* ClaimSet */ = { + isa = PBXGroup; + children = ( + 1C0FFFE18C0DDD7AB98B7FA86989143D /* JWTClaim.h */, + 225C1F5161619D5DAD11ACE872B688B9 /* JWTClaim.m */, + 3672BD8507607F968BDD1AB36CD57FDB /* JWTClaimsSet.h */, + B5428B4C193C59541AFCF2CED67C4E7B /* JWTClaimsSet.m */, + 00A0EC49BBBAB62D1BC1D07AB79F7E45 /* JWTClaimsSetSerializer.h */, + C9463D18711673D40015F116C4A5C243 /* JWTClaimsSetSerializer.m */, + 0281A13C33E9F7B9A55E782ED327FAFC /* JWTClaimsSetVerifier.h */, + A93E7B341D8E0EE9EC1F13EC99A272D9 /* JWTClaimsSetVerifier.m */, + ); + name = ClaimSet; + path = ios/CodePush/JWT/Core/ClaimSet; + sourceTree = ""; + }; + FEC973130076CA947CB696CDE930EA44 /* vendor */ = { + isa = PBXGroup; + children = ( + BEBAAFEA055B41B156FBC79DDD06AA82 /* bugsnag-cocoa */, + ); + name = vendor; + path = cocoa/vendor; + sourceTree = ""; + }; + FEFA4A4197AF426B4C87616551B66C03 /* Filters */ = { + isa = PBXGroup; + children = ( + 9EB5676745CDA65D1601C8E663916630 /* BSG_KSCrashReportFilter.h */, + 01F1EEEEE215561AF958E338E3FD8BC4 /* BSG_KSCrashReportFilterCompletion.h */, + ); + name = Filters; + path = Filters; + sourceTree = ""; + }; + FFF58BBB074FD01B565CB1699EA77FE5 /* RawText */ = { + isa = PBXGroup; + children = ( + AD76A8B2D6F3C451E3CA1CB57775E162 /* RCTRawTextShadowView.h */, + 395CD3E64FC89B46DF2DD5A70B79FA6E /* RCTRawTextShadowView.m */, + 2AE6AD10BB16E8B84F6B507E994B01FC /* RCTRawTextViewManager.h */, + 98CD1E547EC56B24D186133AA9E1453A /* RCTRawTextViewManager.m */, + ); + name = RawText; + path = Libraries/Text/RawText; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 0954A1A9D222E76813D784183788AD49 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 0E96AC29E4425A68227A380021E382A2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3452,11 +4013,10 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 17F983C8DA7545F241F0B961CAE086C4 /* Headers */ = { + 1EA76799D0633DFFE204521753B7959D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - C3D90C624DED1CDBBE9859259B39981A /* RNVersionNumber.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3467,82 +4027,84 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4B2A21F70DAF4653BAA2FF9836677F3C /* Headers */ = { + 2D90315DBB47E8C4E7E9E85DB2F46966 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D2EDA49BEC1AA0ADDECCB8777EFE0F95 /* FFFastImageSource.h in Headers */, - 02C4922DCB45D244C04DF923E0DF3FCF /* FFFastImageView.h in Headers */, - A93B8B478002EC220CF390AEB5CC9BA6 /* FFFastImageViewManager.h in Headers */, - E832F65BB7BFDD49B3D1D418A852408D /* RCTConvert+FFFastImage.h in Headers */, + AB3AA6A11AB148B040A8A79E60D71ACC /* FLAnimatedImageView+WebCache.h in Headers */, + CB1B83742A87F4536E27B7A98A387FF9 /* NSButton+WebCache.h in Headers */, + D3CF27EFC60DA35D2C615DA2A58E7E32 /* NSData+ImageContentType.h in Headers */, + 4B16862F8A4858E5F99A14DB8C685795 /* NSImage+WebCache.h in Headers */, + 7F89B7FC8EFBB4C2A87A7DCAB9A55007 /* SDAnimatedImageRep.h in Headers */, + C741EB21064B0D486E7FB50553F70584 /* SDImageCache.h in Headers */, + DC606BC4E26359C076429D830586E291 /* SDImageCacheConfig.h in Headers */, + B80D849128270A33E0128125E2C97BEB /* SDWebImageCoder.h in Headers */, + B46208AF6541A8B5E3FE9E5654813EF0 /* SDWebImageCoderHelper.h in Headers */, + A2FD1DB845519EA41B593A4EDB1C0966 /* SDWebImageCodersManager.h in Headers */, + 57CAFF01E66DBCD33E39A1DE7E0733E0 /* SDWebImageCompat.h in Headers */, + 943D48362FAB6AAE087D4B356E36D476 /* SDWebImageDownloader.h in Headers */, + B6B7A5334A35FA34732C08E88B4046F4 /* SDWebImageDownloaderOperation.h in Headers */, + CA92C241096BE611FAC38913DC68FB71 /* SDWebImageFrame.h in Headers */, + C501145E320AFC1F5D1722A0A01EBBE0 /* SDWebImageGIFCoder.h in Headers */, + 47C6F521FC21638C2343B2D9A12B16D3 /* SDWebImageImageIOCoder.h in Headers */, + 5399A269578E98919A8063F719250508 /* SDWebImageManager.h in Headers */, + 493F10C2AB669FF6A4750AC30D4F9D58 /* SDWebImageOperation.h in Headers */, + B0D56460EF4B788667EF4BF81A9C0A0D /* SDWebImagePrefetcher.h in Headers */, + 8B8F9EC5D723F1B65DC7E85A5A3C7F9E /* SDWebImageTransition.h in Headers */, + 1F27B37A8DE189DAE7B8C9ED4A593214 /* UIButton+WebCache.h in Headers */, + A71ADDEC8A5ACD2A7FE58751FD4C0FAB /* UIImage+ForceDecode.h in Headers */, + 5CF251EE634F230BF9BD3D39EB9618EC /* UIImage+GIF.h in Headers */, + 419E677B88E67DB5A8EB6B7EB79AD29B /* UIImage+MemoryCacheCost.h in Headers */, + 078023BEC883F24DA7D16135AA76DF0A /* UIImage+MultiFormat.h in Headers */, + 4C5A803CCC27A83C8C7C121B7DDA2B86 /* UIImageView+HighlightedWebCache.h in Headers */, + 4A120251E171062D6640A7C3CB593511 /* UIImageView+WebCache.h in Headers */, + 56C455A195C249447E559F96B41B5CE8 /* UIView+WebCache.h in Headers */, + 31C30F1FE66BDAA2890F182DB636BF4A /* UIView+WebCacheOperation.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 62A8740BFC688F1D44DD6ABC53D32450 /* Headers */ = { + 3AF23D186736654AC78FC035CE47E362 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 18F3FFFAC87F0B2772426FD203A4F49E /* FLAnimatedImageView+WebCache.h in Headers */, - C6D48614BBF06633FF72490CE7C6DD53 /* NSButton+WebCache.h in Headers */, - CB38D4BCBC8A69B2747582372CE5A3C9 /* NSData+ImageContentType.h in Headers */, - 8BE97294FDEE26EFA3FD745F3A509272 /* NSImage+WebCache.h in Headers */, - 7098488F42E444AE0571D1559D22590F /* SDAnimatedImageRep.h in Headers */, - 3E9A57523733B68F378D620EEB144BAD /* SDImageCache.h in Headers */, - 745FB1AFB72BD306131C4C566AE3B24D /* SDImageCacheConfig.h in Headers */, - 83CF17086D3C482EDD045733177D01EB /* SDWebImageCoder.h in Headers */, - 2C5F118BD86B7C0FBF984A8F7B911103 /* SDWebImageCoderHelper.h in Headers */, - AF6326ACFA558CE68151BA30E0727469 /* SDWebImageCodersManager.h in Headers */, - 36B5DD580E3F1889FE2476AB9D75A98F /* SDWebImageCompat.h in Headers */, - C3E63023D9CA943D654FA60660693383 /* SDWebImageDownloader.h in Headers */, - 851EADF07C4C8B42829F1124088EAEE9 /* SDWebImageDownloaderOperation.h in Headers */, - FC9831D24ABDCE613617834656276B6B /* SDWebImageFrame.h in Headers */, - 7D3A9051D4F474AD0797C8100EF4995B /* SDWebImageGIFCoder.h in Headers */, - 49AC90810A13F415C07EB75D9101CAEB /* SDWebImageImageIOCoder.h in Headers */, - 78F255A115844348BD70DDB2BDF81EF6 /* SDWebImageManager.h in Headers */, - 3BADAA3225CB99AC53E493B5AE400247 /* SDWebImageOperation.h in Headers */, - 47AA9E08FAEEC59F4E5539DC361A84CD /* SDWebImagePrefetcher.h in Headers */, - 4EE5C4A413271410DE3CFB20C43AC9ED /* SDWebImageTransition.h in Headers */, - 48BE10C13AFE7C75DFD857416D8D56C5 /* UIButton+WebCache.h in Headers */, - 2A8DF405B77311F504B89F5A767981E4 /* UIImage+ForceDecode.h in Headers */, - FC08D45E7F13D99CE467497C4CE85474 /* UIImage+GIF.h in Headers */, - 14F6C8E6BBE67A6432D609219E51F519 /* UIImage+MemoryCacheCost.h in Headers */, - 6A4D5688E47D1DF9FBB51F8179D08B65 /* UIImage+MultiFormat.h in Headers */, - AB4D3B200A1229A24509A1E8A6C70294 /* UIImageView+HighlightedWebCache.h in Headers */, - 56ADFC56BE10AD7CEBF38A914E33163B /* UIImageView+WebCache.h in Headers */, - 69D6FBDA1A84EEA3B4480CDC99D10756 /* UIView+WebCache.h in Headers */, - AE565A1F8B0AA59AA16DCD7DAB7AB71A /* UIView+WebCacheOperation.h in Headers */, + D1318CB664D6DBD34CCFF87BA1D44A02 /* QBAlbumCell.h in Headers */, + 9D9AF5BA68A19CBA1ABE4AE8E847B4B0 /* QBAlbumsViewController.h in Headers */, + 847D4C323B2DBFA433BFA3E3DED7E07B /* QBAssetCell.h in Headers */, + 8F71C6795A02D34336F316999FBF7F77 /* QBAssetsViewController.h in Headers */, + F9CE3800B55D8C4E993F6D486CB5E4F0 /* QBCheckmarkView.h in Headers */, + 7A38CE7E651C63643DD0B5F44120A142 /* QBImagePickerController.h in Headers */, + 4B732D8111DCC79B70649D4910806E58 /* QBSlomoIconView.h in Headers */, + CDA875F1564098E98D033FA3A5DC43DC /* QBVideoIconView.h in Headers */, + 4A1D9B0107114652937F8E41A00E8C50 /* QBVideoIndicatorView.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7547E806F7441DBE8F3052F65675AAE1 /* Headers */ = { + 7EA209B2C110A3F0D41CD69D0A94901A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - AB7006DC705767F8487B28D6D13D87B0 /* CGGeometry+RSKImageCropper.h in Headers */, - 9916E81B11765AF7601659027B6A9ADA /* RSKImageCropper.h in Headers */, - EE27F216D1AD5650B3DD988C148DFE67 /* RSKImageCropViewController+Protected.h in Headers */, - 1FCA5B3744D9289CC2A9ED7063298122 /* RSKImageCropViewController.h in Headers */, - 0028CF9E481BE5FEEB3A243F9C6529A5 /* RSKImageScrollView.h in Headers */, - 3820E0D9C2029174F39F63BDFC78C225 /* RSKInternalUtility.h in Headers */, - 7621D591D1D1F4ED89F1AE203B92347D /* RSKTouchView.h in Headers */, - 2D93153AB742FD4C90CA365AD4B05CB3 /* UIApplication+RSKImageCropper.h in Headers */, - 93A243FC597CE98625BBCDFC4DB53AE7 /* UIImage+RSKImageCropper.h in Headers */, + E8D5253F23E4E3C077FF14D98A0EF90D /* RNVersionNumber.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A68C25E7BE7361B4A6DEA708E7471040 /* Headers */ = { + 88B0CFE49CF4914498BC886F449A15F4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 2AC1F0C5FC8F6A53EEC8597AEB35BCC5 /* QBAlbumCell.h in Headers */, - 68BC8E1B2E65590C0BB5C50BCE0A779E /* QBAlbumsViewController.h in Headers */, - 836CFB8A0083C6314539690DEA321529 /* QBAssetCell.h in Headers */, - F269FAA45DB6694F9AC591906DBFD918 /* QBAssetsViewController.h in Headers */, - BC1FA1196910489AB554DAA649584F1D /* QBCheckmarkView.h in Headers */, - C04322D80DEEC60DA8ECC07941781264 /* QBImagePickerController.h in Headers */, - B07E01BDC656296769E60A8BDFB356EC /* QBSlomoIconView.h in Headers */, - CE2EF72BCFDAEA28E8E7B407605D532F /* QBVideoIconView.h in Headers */, - CCB7DB2D26BB4DD38D9D0E046FC2AA33 /* QBVideoIndicatorView.h in Headers */, + B16810CBB5E4856311555A275B2A9354 /* Compression.h in Headers */, + 42E79A824DE072924EBAE31BDA34E943 /* ImageCropPicker.h in Headers */, + 9C77486E254C6F07A159D06021BF2280 /* UIImage+Resize.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + ADD56FF1692463BBAD28B8F4389D17C8 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 8B388218D896C394480BB316B974F246 /* FFFastImageSource.h in Headers */, + C539939723965CE1E9E0EA31679B335A /* FFFastImageView.h in Headers */, + F4E16DDA5E37123BC0D6F35AA056909E /* FFFastImageViewManager.h in Headers */, + B07FF30A3CF4F4CA683A49D58E1C42AB /* RCTConvert+FFFastImage.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3606,16 +4168,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DAB1FD35C4D17602A1F7F0D3C5DE9F4E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - F32D0EF0EF928A468D012802E3D9A14C /* Compression.h in Headers */, - E5CA218E96AA4DFC26E09CA4A0E40CA1 /* ImageCropPicker.h in Headers */, - 6BADB1C4E8DC6234421746A4290A5F68 /* UIImage+Resize.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; E2080F763498E7306A1CD805F9A653FB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3635,6 +4187,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + EF431D1C3E3D56D7E7DE776F087E67B1 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 48C6F0C2859927C03A78EC9E3B6CDD96 /* CGGeometry+RSKImageCropper.h in Headers */, + 0FF7CE21B4F1DD4D9597CCE7DB2E3316 /* RSKImageCropper.h in Headers */, + 2B16A859937A968187969DD05C0135C0 /* RSKImageCropViewController+Protected.h in Headers */, + F2FDD748E5E359295966329B06812D99 /* RSKImageCropViewController.h in Headers */, + B33452BC941DE104CD13BA04658C7A71 /* RSKImageScrollView.h in Headers */, + 3E4F2019C9423BCBB0ABFE172BDB499E /* RSKInternalUtility.h in Headers */, + 35793CB46A36B2B5BFB0DF485E5BD86B /* RSKTouchView.h in Headers */, + F2DF1D9CD7FC6481D3B70A5A097181A7 /* UIApplication+RSKImageCropper.h in Headers */, + 2E92CB7308B839EA0AAC2C9255BA6022 /* UIImage+RSKImageCropper.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F0BAF3C08F0B40079C35079EE5E2C20C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3651,47 +4219,107 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F900642F82E0B2DD167A6EF45BE5DC58 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9791E3C89D914561DB04B90FAA9279B8 /* BSG_KSArchSpecific.h in Headers */, + 72E336DA1E6FB4ACFBB4263089762CF7 /* BSG_KSBacktrace.h in Headers */, + B1ECDD1CBCD273D7C0FA2E1BB3E5A537 /* BSG_KSBacktrace_Private.h in Headers */, + 70949C8A6A2D4F693E7D2A0813C79F0D /* BSG_KSCrash.h in Headers */, + 47A337D3176B7E0D46EBCBB8B289F4AB /* BSG_KSCrashAdvanced.h in Headers */, + 2A1CF0AE917F076FDC8DBBEC59DF9F9E /* BSG_KSCrashC.h in Headers */, + 0FF126D705FC6221432AFA531A24805F /* BSG_KSCrashCallCompletion.h in Headers */, + 969F6FF107FC4BBB075A0D915FA2FB1D /* BSG_KSCrashContext.h in Headers */, + CA0FFF7536EC4CCD0B4EF96CA01182E4 /* BSG_KSCrashDoctor.h in Headers */, + 46801E910D0D684008F4943D5D448707 /* BSG_KSCrashReport.h in Headers */, + 65D255765CED13240BF34D21204F4525 /* BSG_KSCrashReportFields.h in Headers */, + 3A0D909A5C0A940F8CAD2B4CFFDC5110 /* BSG_KSCrashReportFilter.h in Headers */, + D85E4C86E80841C46165B027957720DD /* BSG_KSCrashReportFilterCompletion.h in Headers */, + 4144D4F2D8F07D189DEC7226BB72175A /* BSG_KSCrashReportStore.h in Headers */, + 2EF53CBC448031ACCED0A28D74801682 /* BSG_KSCrashReportVersion.h in Headers */, + A5CC386AA3FF83F4C7F02F6D58F40263 /* BSG_KSCrashReportWriter.h in Headers */, + 18C461D7A1D0FCD94F73361911F0D20C /* BSG_KSCrashSentry.h in Headers */, + B1AA9FD7F0AAB241D5445E9F20D6ECDC /* BSG_KSCrashSentry_CPPException.h in Headers */, + A368C9ADB3ED5482AB44225D7C665C70 /* BSG_KSCrashSentry_Deadlock.h in Headers */, + 825E293FE98A2E150FFDD8BAE0D48F49 /* BSG_KSCrashSentry_MachException.h in Headers */, + 9153FA2D4FF5D21556C0857F571A2F95 /* BSG_KSCrashSentry_NSException.h in Headers */, + C9CD0ABFEFEAB650E5F903E23FDE75ED /* BSG_KSCrashSentry_Private.h in Headers */, + 1229577E0EB30AFD68367DB24D1E46D0 /* BSG_KSCrashSentry_Signal.h in Headers */, + 0B43C2BFC2D557231D532BE8B1D26EE8 /* BSG_KSCrashSentry_User.h in Headers */, + 1516F59CB7786E67FBC7775B1FB759A1 /* BSG_KSCrashState.h in Headers */, + 6FCEAAF5EAA785BC2AA279977937E99D /* BSG_KSCrashType.h in Headers */, + A91CB2CD72BFAC8E4B5F4BA9D6136F6D /* BSG_KSDynamicLinker.h in Headers */, + 4694B3CFCDBE4C9D25AA335F601AB114 /* BSG_KSFileUtils.h in Headers */, + FC8C317FAFC271AAF2283331BAF6CA29 /* BSG_KSJSONCodec.h in Headers */, + 1E1A2DDA3191C30E67AB290086780181 /* BSG_KSJSONCodecObjC.h in Headers */, + 6DBC74C0922EE5FD73D13D4BCD98CF93 /* BSG_KSLogger.h in Headers */, + BB033DDECC76F2F63B62C6A21AFDF4F2 /* BSG_KSMach.h in Headers */, + 23AC52D51A7DF1BE5A5224FE8B1E5E40 /* BSG_KSMachApple.h in Headers */, + ECBDAB315D176D867E6768F5798935BF /* BSG_KSObjC.h in Headers */, + AF91165EEA1655EB4A8EF5AF77007C14 /* BSG_KSObjCApple.h in Headers */, + EA514AECCB9E049BAEB4FCB8BB4709AF /* BSG_KSSafeCollections.h in Headers */, + F0581521B05523426077EBE8651D4015 /* BSG_KSSignalInfo.h in Headers */, + 708A976174CF320086AC3D4CC9CA7FBF /* BSG_KSSingleton.h in Headers */, + 0DC2421A4994FDEA9802742B188F1E19 /* BSG_KSString.h in Headers */, + 11416E41EF926BC2D74944D46CC3CABA /* BSG_KSSysCtl.h in Headers */, + 23E4155D3857FAF8DFF715C05666295C /* BSG_KSSystemCapabilities.h in Headers */, + A42D3265B362D196A50C1C029492049B /* BSG_KSSystemInfo.h in Headers */, + 9CBCE998768282EF8492D44B7E49F3FB /* BSG_KSSystemInfoC.h in Headers */, + 69A2FD8AB9DFB83D85F51F7D6B03C599 /* BSG_KSZombie.h in Headers */, + 6D375F35EE5F6D3694A94F54999AEBCB /* BSG_RFC3339DateTool.h in Headers */, + F76C6D8B1A9E72BF6A4267FE0237F85B /* BSGConnectivity.h in Headers */, + AE3255C51D77086E9B5CEA307B1A55B1 /* BSGOutOfMemoryWatchdog.h in Headers */, + C697C9BE5F0484AAB1414BFB43ADED54 /* BSGSerialization.h in Headers */, + 288810E51CC55ACCEEC5F1F0C7E33C26 /* Bugsnag.h in Headers */, + E6E183076371F3ACA7FE71DC201FDAF6 /* BugsnagApiClient.h in Headers */, + 2C66B6A92590D01C85F5E5E388DC9AD0 /* BugsnagBreadcrumb.h in Headers */, + CEBC39665194ED6516A19BF979C2C48F /* BugsnagCollections.h in Headers */, + B97E1C86D88423494F66A0CF1599E4B6 /* BugsnagConfiguration.h in Headers */, + CC4A85027AB998A8A96DCFC51E6D7397 /* BugsnagCrashReport.h in Headers */, + E740F535BD436CBA36263311EC89B63A /* BugsnagCrashSentry.h in Headers */, + A0AC4BDDD62D993F766AE0770FB2017C /* BugsnagErrorReportApiClient.h in Headers */, + 665B22FF891DBED6C7500B04CE22D26A /* BugsnagFileStore.h in Headers */, + CD61BF73451A9B20231761B3F34C4F6C /* BugsnagHandledState.h in Headers */, + 64F682E26E9ED7DC5FA517753F41FA08 /* BugsnagKeys.h in Headers */, + 89B8BC41577354F8DA744969F97F34B2 /* BugsnagKSCrashSysInfoParser.h in Headers */, + FB1E534F823FE4071173CC1900E0D159 /* BugsnagLogger.h in Headers */, + 5BF14DB7955744843145048248756826 /* BugsnagMetaData.h in Headers */, + 240CAE1A628A43824D91FDDD7C39C429 /* BugsnagNotifier.h in Headers */, + FD261D4342894C52CC4E99A3A8692DEA /* BugsnagReactNative.h in Headers */, + 01EC7CE3FB7F2F8E3A65BB1F88637B38 /* BugsnagSession.h in Headers */, + 1654C30EAE5FDA787900B68C022189EA /* BugsnagSessionFileStore.h in Headers */, + 2D410171962A3FC3638113B506828154 /* BugsnagSessionTracker.h in Headers */, + 8E1B84A2B28175F6DA75338CCBA0017C /* BugsnagSessionTrackingApiClient.h in Headers */, + E381AC540CFE721C9AC3749E0BC1AF0B /* BugsnagSessionTrackingPayload.h in Headers */, + C0CE4E803AD0CB40E3ED7F1A154AB78F /* BugsnagSink.h in Headers */, + 75DD2F64D7B53E4C16C4A75AB1D6B7F2 /* BugsnagUser.h in Headers */, + C1BCBB90DF906A199F47F1C1D79C9023 /* NSDictionary+BSG_Merge.h in Headers */, + D4C480DE06CA4F988DAC697D9B5CB04B /* NSError+BSG_SimpleConstructor.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 008E134ABB3CC5F50A21F616A6CBC686 /* RNImageCropPicker */ = { + 03ED12D221A71DCE28798F9666DC9DC7 /* react-native-fast-image */ = { isa = PBXNativeTarget; - buildConfigurationList = AF064D8C03C93C05EB3C7814D894B9CA /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */; + buildConfigurationList = 677749ED446FEE9181148BA093206CA2 /* Build configuration list for PBXNativeTarget "react-native-fast-image" */; buildPhases = ( - DAB1FD35C4D17602A1F7F0D3C5DE9F4E /* Headers */, - 25D24FAE39708E2EA89F601C9D2F1E66 /* Sources */, - 923D84672DD108787035D577F7536E65 /* Frameworks */, + ADD56FF1692463BBAD28B8F4389D17C8 /* Headers */, + 5727BF9943957DE50F5560186E04CB30 /* Sources */, + 6E274682629EEDC7A2A6E10F0F44BF14 /* Frameworks */, ); buildRules = ( ); dependencies = ( - AE37F5CAC16A4E8CDCAB9BB87CEEC19D /* PBXTargetDependency */, - 8DC6DB2467426117E96BEB5DF2CA8F70 /* PBXTargetDependency */, - F5F3ADE93C1807545ECD989FA156F832 /* PBXTargetDependency */, - ); - name = RNImageCropPicker; - productName = RNImageCropPicker; - productReference = 4532E8E178A5FEB15BE6202136E05E2A /* libRNImageCropPicker.a */; - productType = "com.apple.product-type.library.static"; - }; - 07D440C89C0EB317A6F833C93CBB221B /* react-native-fast-image */ = { - isa = PBXNativeTarget; - buildConfigurationList = C288DBF3830A535440338B2CEA22DD3B /* Build configuration list for PBXNativeTarget "react-native-fast-image" */; - buildPhases = ( - 4B2A21F70DAF4653BAA2FF9836677F3C /* Headers */, - 6FBCA00A915853E15C7DF658FC92641B /* Sources */, - 787C66200F65AAE46C6BFDA7AEF015D0 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 3E2F1B2794826D68B7188C909688B0F4 /* PBXTargetDependency */, - 2A3EC75CC527AE5B0F76CC7DD41DE083 /* PBXTargetDependency */, - A50B05D68FEE15F30CB0A8B6F455B401 /* PBXTargetDependency */, + 6922A18D17CD250BECE6E6E2DBF073F6 /* PBXTargetDependency */, + 88A471DAAA00F4687BC53FE54BA5ED99 /* PBXTargetDependency */, + 25D4E43A81B20948CEBB6F149A35899A /* PBXTargetDependency */, ); name = "react-native-fast-image"; productName = "react-native-fast-image"; - productReference = 014B4402AF3C769DE0CE7E7167BF63A1 /* libreact-native-fast-image.a */; + productReference = 01ED6D0899BD08CC1109D4ADBAE4DC3E /* libreact-native-fast-image.a */; productType = "com.apple.product-type.library.static"; }; 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */ = { @@ -3708,7 +4336,7 @@ ); name = DoubleConversion; productName = DoubleConversion; - productReference = 3C0B511D1CD378F546AE224AF0E3D61D /* libDoubleConversion.a */; + productReference = 5D40F7BE43532F0D005A299F41892625 /* libDoubleConversion.a */; productType = "com.apple.product-type.library.static"; }; 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */ = { @@ -3725,51 +4353,34 @@ ); name = glog; productName = glog; - productReference = 0649FFBAFF468193D3EB2A2CAFED528D /* libglog.a */; + productReference = 7DB24CE9EC26493BF4D23CE499CB8097 /* libglog.a */; productType = "com.apple.product-type.library.static"; }; - 43DBF9C0DE6FD648DDBBA7B4232DCBA8 /* QBImagePickerController-QBImagePicker */ = { + 307A1F663527378FDC456B03C53E6DC6 /* react-native-version-number */ = { isa = PBXNativeTarget; - buildConfigurationList = BF4E6FDA4EDC23BA8C577415D40A4BDB /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */; + buildConfigurationList = 90E1F9A6B21DF539FEE36D546CFDFE28 /* Build configuration list for PBXNativeTarget "react-native-version-number" */; buildPhases = ( - C9C5F102AD15AE5C18364F4FDDADA4DA /* Sources */, - 16F24540BF7F482477A1CCFAFD36570D /* Frameworks */, - 86FA14CD83DEEDA5A7B5453AD9C47F91 /* Resources */, + 7EA209B2C110A3F0D41CD69D0A94901A /* Headers */, + 1AACDA3E154154C1D792352C797CCD45 /* Sources */, + D1695CC3ADDCC5CAEC009EA1B672C975 /* Frameworks */, ); buildRules = ( ); dependencies = ( + 001483725106837522C99B5A6A8EE875 /* PBXTargetDependency */, ); - name = "QBImagePickerController-QBImagePicker"; - productName = "QBImagePickerController-QBImagePicker"; - productReference = 50A601EBE9AFCA8B68001C0E86A9C289 /* QBImagePicker.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 4CBF0333BFAF0EA5054EBABB68BEC64D /* SDWebImage */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7454D7F2F3343A5335F13C86D73E781D /* Build configuration list for PBXNativeTarget "SDWebImage" */; - buildPhases = ( - 62A8740BFC688F1D44DD6ABC53D32450 /* Headers */, - 0C9CFDC20789FC1F57FADCC1955942F7 /* Sources */, - 7FF9B49B921AB5F0099350F388950C72 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - D7F2BB06FFD115A44BAC0BFA437A7418 /* PBXTargetDependency */, - ); - name = SDWebImage; - productName = SDWebImage; - productReference = 69BB6CA92401A29289EB44F6E5801EBE /* libSDWebImage.a */; + name = "react-native-version-number"; + productName = "react-native-version-number"; + productReference = 1DA177B84DC186C949BF38EDD66CF18A /* libreact-native-version-number.a */; productType = "com.apple.product-type.library.static"; }; - 546068D3F71C8D4040D3D373E1E3E229 /* RSKImageCropper */ = { + 6AEECC51F0AF685D6D9DC70E3AA183BC /* RSKImageCropper */ = { isa = PBXNativeTarget; - buildConfigurationList = C9B496C56F990ACFD9B26AA6EA4514AA /* Build configuration list for PBXNativeTarget "RSKImageCropper" */; + buildConfigurationList = C34D9B2EAAD4443A8E3D894362E36821 /* Build configuration list for PBXNativeTarget "RSKImageCropper" */; buildPhases = ( - 7547E806F7441DBE8F3052F65675AAE1 /* Headers */, - 1E32DC242380EAAA44B48D5657FF8325 /* Sources */, - 9A56DC43D61C810BA4C255A59EA964FA /* Frameworks */, + EF431D1C3E3D56D7E7DE776F087E67B1 /* Headers */, + 9836E26EBD71F469B5150537804D900D /* Sources */, + 77DEA41B1940DCC80E5B169E2A70B863 /* Frameworks */, ); buildRules = ( ); @@ -3777,40 +4388,7 @@ ); name = RSKImageCropper; productName = RSKImageCropper; - productReference = F0FBD7243F28EF02551C4877A54C09DD /* libRSKImageCropper.a */; - productType = "com.apple.product-type.library.static"; - }; - 58DBA9DDB0E1FC9B0906A4B48CA2E989 /* Pods-eSteem */ = { - isa = PBXNativeTarget; - buildConfigurationList = 185EC9C6874BAD6FBF2D0B9FA45AE4C3 /* Build configuration list for PBXNativeTarget "Pods-eSteem" */; - buildPhases = ( - 0954A1A9D222E76813D784183788AD49 /* Headers */, - 940DEABA70AEEA780ABE1E9AD096B1B0 /* Sources */, - 8E2B8FCDBE4972340431B2214B79F9FD /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - AA338975FA7FE6D2775371A56E30427F /* PBXTargetDependency */, - 531440185AE7EE6DC51039B0C9D3AC20 /* PBXTargetDependency */, - 784F585D1AE1D5312B1DA9A2F9CE73EF /* PBXTargetDependency */, - 5509BA48A64465B88540740EF9018C7A /* PBXTargetDependency */, - A294CC5FF9767DA4DDC22783D294CE26 /* PBXTargetDependency */, - 82914E1D32ED5F2455FADCDFF0A1A280 /* PBXTargetDependency */, - 0D76E2C553553BC77D661EE925CE4D6E /* PBXTargetDependency */, - D0E3BA6609E64ACDA01308F1229136F5 /* PBXTargetDependency */, - 7505E620F4EBF30AC8CD28009D7367ED /* PBXTargetDependency */, - 2BEB9BB74B7B374567378E9D4571D35B /* PBXTargetDependency */, - 274C8ACB78015E292F4D35C5F3B778F3 /* PBXTargetDependency */, - 3256E2EE8BA9E59DB87369CBAB2D3D32 /* PBXTargetDependency */, - 8D4F2F775BCC04689EAF11328D1C522E /* PBXTargetDependency */, - D80AAF4582375E4B16B0DF81367B5487 /* PBXTargetDependency */, - 39E5656718C711AB48F82922CA9C0702 /* PBXTargetDependency */, - 173B58F1173D839C7851BB5AC0B2C74B /* PBXTargetDependency */, - ); - name = "Pods-eSteem"; - productName = "Pods-eSteem"; - productReference = 790EE415398F62F330C75EC790669B73 /* libPods-eSteem.a */; + productReference = 5C710EB452317D237C2F41461DF34490 /* libRSKImageCropper.a */; productType = "com.apple.product-type.library.static"; }; 71AE55A90B11CDFD0F0B4ED3D4366E37 /* CodePush */ = { @@ -3828,7 +4406,25 @@ ); name = CodePush; productName = CodePush; - productReference = F6A40627D5D581D379E7F7C2FAB545B8 /* libCodePush.a */; + productReference = A3B41DCEA3367922BBB9ED3CD1CCCFDF /* libCodePush.a */; + productType = "com.apple.product-type.library.static"; + }; + 75C5F0BC439AB6EDE7F80D2249DEB97D /* SDWebImage */ = { + isa = PBXNativeTarget; + buildConfigurationList = 7BD1C7A86B0383166FB53C4AC6E18B87 /* Build configuration list for PBXNativeTarget "SDWebImage" */; + buildPhases = ( + 2D90315DBB47E8C4E7E9E85DB2F46966 /* Headers */, + 069B58F008883F01268890D11CACFE5D /* Sources */, + 6B138C5BAEC622C2E0673450381B6EB6 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 92A6D850874EFF44AED552429402249F /* PBXTargetDependency */, + ); + name = SDWebImage; + productName = SDWebImage; + productReference = 219019E1F5CC838C2D374011F3971729 /* libSDWebImage.a */; productType = "com.apple.product-type.library.static"; }; 86CEC94F38E45CDFCDD538C81CAB1D85 /* Pods-eSteem-tvOSTests */ = { @@ -3846,7 +4442,7 @@ ); name = "Pods-eSteem-tvOSTests"; productName = "Pods-eSteem-tvOSTests"; - productReference = A4D3B4640D7292240E4474BB4A8E55CB /* libPods-eSteem-tvOSTests.a */; + productReference = 2FFBF4388A6BEB94A51B5937FE905545 /* libPods-eSteem-tvOSTests.a */; productType = "com.apple.product-type.library.static"; }; 98810FCCE8CF2653C3FE628A69D3F87B /* Pods-eSteemTests */ = { @@ -3864,7 +4460,7 @@ ); name = "Pods-eSteemTests"; productName = "Pods-eSteemTests"; - productReference = 656309B23C236DA9D88FA6884FB50DB6 /* libPods-eSteemTests.a */; + productReference = 2C35987F019540B62B1963CC85AEF607 /* libPods-eSteemTests.a */; productType = "com.apple.product-type.library.static"; }; AFFED4092B22750815A4EEA11817590E /* FLAnimatedImage */ = { @@ -3881,25 +4477,27 @@ ); name = FLAnimatedImage; productName = FLAnimatedImage; - productReference = A50EA97495278BE823D8B3FECDA84C67 /* libFLAnimatedImage.a */; + productReference = 090011559C1D3BF577F4CC0CFA2B374C /* libFLAnimatedImage.a */; productType = "com.apple.product-type.library.static"; }; - D5E671935EE0804AB89986835B3F7BDE /* react-native-version-number */ = { + DC294458EACF4AE0917F3FCAFA8A8831 /* RNImageCropPicker */ = { isa = PBXNativeTarget; - buildConfigurationList = 918941D4F5A21940E0D380C360A8DDDA /* Build configuration list for PBXNativeTarget "react-native-version-number" */; + buildConfigurationList = AC8D16CDF417C119A4CE11ABCCCBCCAC /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */; buildPhases = ( - 17F983C8DA7545F241F0B961CAE086C4 /* Headers */, - D70D608559C6CD132E761C24A1668EF1 /* Sources */, - A38D1B532A8960DBA45F661479487349 /* Frameworks */, + 88B0CFE49CF4914498BC886F449A15F4 /* Headers */, + A7A0B588E5B3970BB2D123B2581F073F /* Sources */, + 2785B04D85C25EBE13513B6281658694 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 2A5FD3548FA2D16418E3135D016917FB /* PBXTargetDependency */, + 43FC0543845386B3F4472EAEDA577F0A /* PBXTargetDependency */, + 5A597C49B21CC2358476B180B3D35E2C /* PBXTargetDependency */, + 1A160B529DABEA8A2AB825AD7EC9D099 /* PBXTargetDependency */, ); - name = "react-native-version-number"; - productName = "react-native-version-number"; - productReference = 478DFD99EF784156A7010A0323BA7A18 /* libreact-native-version-number.a */; + name = RNImageCropPicker; + productName = RNImageCropPicker; + productReference = BFD27CD9F7CBCCF7C3204D17D78CC2F6 /* libRNImageCropPicker.a */; productType = "com.apple.product-type.library.static"; }; DF470A1028ED32C9E70DBDAA805F8802 /* Folly */ = { @@ -3919,9 +4517,44 @@ ); name = Folly; productName = Folly; - productReference = A718956796E0D32A58FECA9EE319EB34 /* libFolly.a */; + productReference = 580BDD1E4CEC347F227AC84291DC4A22 /* libFolly.a */; productType = "com.apple.product-type.library.static"; }; + EDA7840F2A0C1745D32704B85E88C80E /* BugsnagReactNative */ = { + isa = PBXNativeTarget; + buildConfigurationList = 0FE658171E145AC4D666989B9EC52A9E /* Build configuration list for PBXNativeTarget "BugsnagReactNative" */; + buildPhases = ( + F900642F82E0B2DD167A6EF45BE5DC58 /* Headers */, + A124276803687827C96B69D6247C5592 /* Sources */, + 8C4FB3A2F24817015A37B0B92B2FEC57 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 1BE215A64B04FA40D0E046EEDEFDCAA9 /* PBXTargetDependency */, + ); + name = BugsnagReactNative; + productName = BugsnagReactNative; + productReference = A88610D999089EC10B9685E59F112B1C /* libBugsnagReactNative.a */; + productType = "com.apple.product-type.library.static"; + }; + EF225CE4CF6CE33376C975BE46FCF844 /* QBImagePickerController-QBImagePicker */ = { + isa = PBXNativeTarget; + buildConfigurationList = D098AED45017B96E13ADBF3EAFBD4D1D /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */; + buildPhases = ( + 1E3FA11605B97C83C57BE8B5E73E1ABD /* Sources */, + 023642F48C90BA44F288BDA48DD012BE /* Frameworks */, + 8C030AF86B81D07610E7E61244F85A93 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "QBImagePickerController-QBImagePicker"; + productName = "QBImagePickerController-QBImagePicker"; + productReference = DD142408298D5A55D6E29263C15B9B53 /* QBImagePicker.bundle */; + productType = "com.apple.product-type.bundle"; + }; F0E62A887BD5C52C01D7F3B10051537B /* Pods-eSteem-tvOS */ = { isa = PBXNativeTarget; buildConfigurationList = 48920DFBC1D17FF115C872697EDC2A20 /* Build configuration list for PBXNativeTarget "Pods-eSteem-tvOS" */; @@ -3936,25 +4569,59 @@ ); name = "Pods-eSteem-tvOS"; productName = "Pods-eSteem-tvOS"; - productReference = 1F9EEDB5CE5AC2BE12EB119B5A5D1621 /* libPods-eSteem-tvOS.a */; + productReference = A599B5BC4A0713CCA8958FA70B4F9EE7 /* libPods-eSteem-tvOS.a */; productType = "com.apple.product-type.library.static"; }; - F67E97AACD7042B79E77FD1924882FD7 /* QBImagePickerController */ = { + F31532F187A0699622BEC31BD727BE6F /* QBImagePickerController */ = { isa = PBXNativeTarget; - buildConfigurationList = 52477F4F9978DDB15C08593C968775C2 /* Build configuration list for PBXNativeTarget "QBImagePickerController" */; + buildConfigurationList = DD5652D2B17433EF9B5C99CB189ED71A /* Build configuration list for PBXNativeTarget "QBImagePickerController" */; buildPhases = ( - A68C25E7BE7361B4A6DEA708E7471040 /* Headers */, - E27F939DA24AABE57132F3CD1E30D634 /* Sources */, - FEBC13BCBC62CC2723F618989009A3AC /* Frameworks */, + 3AF23D186736654AC78FC035CE47E362 /* Headers */, + 3943DDA5BD43A25FA9427C88C33D5604 /* Sources */, + 8BC04C1D9D1329CC331D1DE64B2547D0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 6511F6239B4F04622FAE9B829B2B1839 /* PBXTargetDependency */, + 57875A77FEA991E6EC6A2E839279ACB5 /* PBXTargetDependency */, ); name = QBImagePickerController; productName = QBImagePickerController; - productReference = 21507782BB30E99D65CFDF9636CE12C1 /* libQBImagePickerController.a */; + productReference = F63E51B3ABC09F49F8206D3F0B3A8DA0 /* libQBImagePickerController.a */; + productType = "com.apple.product-type.library.static"; + }; + F3BD65CEBD2F1F40942A4C2370646EE8 /* Pods-eSteem */ = { + isa = PBXNativeTarget; + buildConfigurationList = 7F68C8EBC4328270150371E5B9D2D406 /* Build configuration list for PBXNativeTarget "Pods-eSteem" */; + buildPhases = ( + 1EA76799D0633DFFE204521753B7959D /* Headers */, + A920CE080840DA2D80432F231AA48E1A /* Sources */, + 31DFFBE217A668E6F72174CA75530A4B /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 97A64F961CDE9902B532C185BDE4F5D5 /* PBXTargetDependency */, + A1B1D139C3518087D93C3DC813DB5146 /* PBXTargetDependency */, + EEC22E7CCB498AF54BD5EA5CF56B3097 /* PBXTargetDependency */, + D1F80854F3893BA0F7737469A4E8004F /* PBXTargetDependency */, + 2C990EDEDF78D603D5DA838354D93281 /* PBXTargetDependency */, + 67821C519E3EBB1ACDAF281DE6994C82 /* PBXTargetDependency */, + E2401361B455460B3B7E57ED56C1DD4A /* PBXTargetDependency */, + B485F405022B4EF2AEF0940987838994 /* PBXTargetDependency */, + A851C35A7ECF2243A993A4A2EA24A6AA /* PBXTargetDependency */, + 455826C499E24A3727E261E99FC51F1B /* PBXTargetDependency */, + A4AE1E0CC27B4B3C46400388DA57067C /* PBXTargetDependency */, + F7EC32CF649CC78074C9C4505185D1AE /* PBXTargetDependency */, + 430BDAC9A93EC88AFFE335C5C29279EE /* PBXTargetDependency */, + E9F6CAF98FF8AB4FBD19A27BD020B235 /* PBXTargetDependency */, + E8D2E865DE1EB6E1543B854F9AA3D48E /* PBXTargetDependency */, + 570E03CA27FCB357BC470A76906040B5 /* PBXTargetDependency */, + 4D46025B094DAC487094DCA5BB058AA8 /* PBXTargetDependency */, + ); + name = "Pods-eSteem"; + productName = "Pods-eSteem"; + productReference = 8E653B3CDF0D060C440F16A3D167FEAE /* libPods-eSteem.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ @@ -3974,98 +4641,100 @@ en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = F77A457CCC9AE36C3D541E56A60648C2 /* Products */; + productRefGroup = D833F126AA1B098A09C4E8FD77E5BCAA /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 397BBDFEBE9CC818487FA8ABB7623A33 /* AppCenter */, ED8B76EC90CA1D894B6D38663D04C292 /* AppCenterReactNativeShared */, 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */, + EDA7840F2A0C1745D32704B85E88C80E /* BugsnagReactNative */, 71AE55A90B11CDFD0F0B4ED3D4366E37 /* CodePush */, 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */, AFFED4092B22750815A4EEA11817590E /* FLAnimatedImage */, DF470A1028ED32C9E70DBDAA805F8802 /* Folly */, 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */, - 58DBA9DDB0E1FC9B0906A4B48CA2E989 /* Pods-eSteem */, + F3BD65CEBD2F1F40942A4C2370646EE8 /* Pods-eSteem */, F0E62A887BD5C52C01D7F3B10051537B /* Pods-eSteem-tvOS */, 86CEC94F38E45CDFCDD538C81CAB1D85 /* Pods-eSteem-tvOSTests */, 98810FCCE8CF2653C3FE628A69D3F87B /* Pods-eSteemTests */, - F67E97AACD7042B79E77FD1924882FD7 /* QBImagePickerController */, - 43DBF9C0DE6FD648DDBBA7B4232DCBA8 /* QBImagePickerController-QBImagePicker */, - 07D440C89C0EB317A6F833C93CBB221B /* react-native-fast-image */, - D5E671935EE0804AB89986835B3F7BDE /* react-native-version-number */, - 008E134ABB3CC5F50A21F616A6CBC686 /* RNImageCropPicker */, - 546068D3F71C8D4040D3D373E1E3E229 /* RSKImageCropper */, - 4CBF0333BFAF0EA5054EBABB68BEC64D /* SDWebImage */, + F31532F187A0699622BEC31BD727BE6F /* QBImagePickerController */, + EF225CE4CF6CE33376C975BE46FCF844 /* QBImagePickerController-QBImagePicker */, + 03ED12D221A71DCE28798F9666DC9DC7 /* react-native-fast-image */, + 307A1F663527378FDC456B03C53E6DC6 /* react-native-version-number */, + DC294458EACF4AE0917F3FCAFA8A8831 /* RNImageCropPicker */, + 6AEECC51F0AF685D6D9DC70E3AA183BC /* RSKImageCropper */, + 75C5F0BC439AB6EDE7F80D2249DEB97D /* SDWebImage */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 86FA14CD83DEEDA5A7B5453AD9C47F91 /* Resources */ = { + 8C030AF86B81D07610E7E61244F85A93 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - C168FF637465D8D7391365454DFE689A /* de.lproj in Resources */, - A3560CD017B7941707E170F337654CA6 /* en.lproj in Resources */, - 0E66789E270D6AE8CD9F179AB8DDB12B /* es.lproj in Resources */, - 8940A5391DE86A02C55E680A022F25A6 /* ja.lproj in Resources */, - 24C99BBFC4675286D8979946092A03A1 /* QBImagePicker.storyboard in Resources */, - 7D933F265D5F7FD8C45F6217BF552A71 /* zh-Hans.lproj in Resources */, + F0F2D6FBEC60AE8A7A67D93D9C83B294 /* de.lproj in Resources */, + 388E0E836490D92BE7596FDCDDFB0378 /* en.lproj in Resources */, + 5EC2BA2B35627C04C768B19EEFAE5744 /* es.lproj in Resources */, + 65D1430622BFA650BCD1D623D7077B20 /* ja.lproj in Resources */, + BD7EE8ABB22F0A4E24A5DEA9C26C566A /* QBImagePicker.storyboard in Resources */, + 5D708CB6A43603F08C255BB0AE79034C /* zh-Hans.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 0C9CFDC20789FC1F57FADCC1955942F7 /* Sources */ = { + 069B58F008883F01268890D11CACFE5D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 71D11C4EC36541AA8CDFC58350060ACA /* FLAnimatedImageView+WebCache.m in Sources */, - 09EEE5132A72FFD77E3349C3280E6FF7 /* NSButton+WebCache.m in Sources */, - B9EF06F9687BFACC632426F164FDD0D4 /* NSData+ImageContentType.m in Sources */, - 9557FD63773E2B76BF492AD321126EB1 /* NSImage+WebCache.m in Sources */, - C48F5A146016452BF3818DC428829C37 /* SDAnimatedImageRep.m in Sources */, - 462EDBFD515462B1EBA2BBDE152095B8 /* SDImageCache.m in Sources */, - F57030647BC72AFC72E0DB624F3C552E /* SDImageCacheConfig.m in Sources */, - F2ECAE446E98495A0809F46129CAA3BC /* SDWebImage-dummy.m in Sources */, - 06DB7250FE3510C5A87E2F086E4F55F9 /* SDWebImageCoder.m in Sources */, - E4A1A1346E90AD5C8CE173C015AD349B /* SDWebImageCoderHelper.m in Sources */, - A1F2D197B7C7176C6275AD80F13E6B47 /* SDWebImageCodersManager.m in Sources */, - 5B9B4A279C5F947735ABC63DA3F89363 /* SDWebImageCompat.m in Sources */, - 1006647F21E7CB6ECDF8FF6D0A6DD3A5 /* SDWebImageDownloader.m in Sources */, - AAC1EA5C536C1BC9051E50232253E4BC /* SDWebImageDownloaderOperation.m in Sources */, - FA8B8380B7DD019608094622F53ABBF9 /* SDWebImageFrame.m in Sources */, - 43B4628B773440E1DC8D91DE04A5CD16 /* SDWebImageGIFCoder.m in Sources */, - 85ED76E57D3C242F8AE4711CFA754FCB /* SDWebImageImageIOCoder.m in Sources */, - 4CC3095960B5E8AA6ACBFBCC90A4CDF4 /* SDWebImageManager.m in Sources */, - D20AA12E8776C158BB1D004D3297776F /* SDWebImagePrefetcher.m in Sources */, - B9E66A7A36E81914EF52AB5A4128AF01 /* SDWebImageTransition.m in Sources */, - 86C3717EBC5DCF5C748BEEF776DE3F76 /* UIButton+WebCache.m in Sources */, - CE967CAC8E0DFA0B38D520CBC554A2F2 /* UIImage+ForceDecode.m in Sources */, - A2A4CA592C176FE96EE72B8C9B221CD5 /* UIImage+GIF.m in Sources */, - CD4A16A52FD04FC50B6976549D454869 /* UIImage+MemoryCacheCost.m in Sources */, - E15E1705977E9FC22CC32921A79314C5 /* UIImage+MultiFormat.m in Sources */, - 4B693ED6F16006E282F25975C0FB0EAC /* UIImageView+HighlightedWebCache.m in Sources */, - 58C7F21D2701057BC75ABCFD69BB2BF9 /* UIImageView+WebCache.m in Sources */, - 289B3BDBBA4561337A4D372A0576A3DE /* UIView+WebCache.m in Sources */, - 05F05791DFA70568A85076720D21B89B /* UIView+WebCacheOperation.m in Sources */, + 2566B6B5626162F7641C6F0EAFD0D701 /* FLAnimatedImageView+WebCache.m in Sources */, + 36F0950BDB4237646D7A462DFE894264 /* NSButton+WebCache.m in Sources */, + F659072B7112DD8211DF9068D2B99D0F /* NSData+ImageContentType.m in Sources */, + 86B7299AA4BBFD2DD46E68BCD773DC16 /* NSImage+WebCache.m in Sources */, + 138E8AA9C6EF9ED20359ED87026AC8FD /* SDAnimatedImageRep.m in Sources */, + F0E8986CEF9FBAF86C022E71C8111C68 /* SDImageCache.m in Sources */, + 91AD642B9CE629BCB0ECBD01BE805CBE /* SDImageCacheConfig.m in Sources */, + 588FECBD5E3B23CF30F891D5179B74C5 /* SDWebImage-dummy.m in Sources */, + C6EA66A5A8D30209613E90EE02434AF7 /* SDWebImageCoder.m in Sources */, + 3EE3E703C1ED46A3CFAD520A1B065F48 /* SDWebImageCoderHelper.m in Sources */, + FE55C63EFCDCF7F2365683B97B9B1170 /* SDWebImageCodersManager.m in Sources */, + 5EB2C56229AA9EEE50B95ADBDFDDBCDB /* SDWebImageCompat.m in Sources */, + 21113647B525F9EBE0C46BE5A29ED5C0 /* SDWebImageDownloader.m in Sources */, + 46C814CBA2CEB626A24FDE611BA5BE01 /* SDWebImageDownloaderOperation.m in Sources */, + 1578F62371464F1E34DB0711F08E9529 /* SDWebImageFrame.m in Sources */, + 3BF4FD4F9E74001C858AE24665145452 /* SDWebImageGIFCoder.m in Sources */, + 657A727DD1719F3F2E85CADDE9419011 /* SDWebImageImageIOCoder.m in Sources */, + C88399BFA25129E4A1103DB4FA4CE1EC /* SDWebImageManager.m in Sources */, + 1425C670663BF5E4D290646FDA54EB94 /* SDWebImagePrefetcher.m in Sources */, + E8903B7F0903CE5312B3D8BB9109606B /* SDWebImageTransition.m in Sources */, + F36D115945C49442A65D442F5668F012 /* UIButton+WebCache.m in Sources */, + 8CA8072CB4284F09A859FB3ACD8D39CB /* UIImage+ForceDecode.m in Sources */, + D97A2053E012288390E37A75AA6DC3E1 /* UIImage+GIF.m in Sources */, + AD4314D153B54652C2AE72D1A3E6BEFE /* UIImage+MemoryCacheCost.m in Sources */, + 1C439829DFF851045BAE33E22B8FFC85 /* UIImage+MultiFormat.m in Sources */, + 578781EC9777FBB59491F70C6C9DDC51 /* UIImageView+HighlightedWebCache.m in Sources */, + 474A921E3149AA22718FD0690C562F86 /* UIImageView+WebCache.m in Sources */, + 2EC9018B4E7DF963D0EAE43AB0AE7AF7 /* UIView+WebCache.m in Sources */, + 6BBD4D3D17FAB0FA52AEBDF4BFBF402D /* UIView+WebCacheOperation.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 1E32DC242380EAAA44B48D5657FF8325 /* Sources */ = { + 1AACDA3E154154C1D792352C797CCD45 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6DD4A102F623C581232EC83D822F9686 /* react-native-version-number-dummy.m in Sources */, + E34D3D5E19688F4E688E24B167931926 /* RNVersionNumber.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1E3FA11605B97C83C57BE8B5E73E1ABD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 17D60FC95BF7C115D6B37E4F3CB13E3C /* CGGeometry+RSKImageCropper.m in Sources */, - 0B4DF284B70AFF46B9CA63838F8DC872 /* RSKImageCropper-dummy.m in Sources */, - 8F26DB2A40780EBFF44070710AD19C5D /* RSKImageCropViewController.m in Sources */, - 85ED294D3C69EA37225191FBBAC7E98D /* RSKImageScrollView.m in Sources */, - 6DAA257B5CE7E6BC05C9D37D27A73C8E /* RSKInternalUtility.m in Sources */, - 5D4680028FE525B3998A14A74F2297CC /* RSKTouchView.m in Sources */, - 1501B2DA6375CCE853CE05E34F33A743 /* UIApplication+RSKImageCropper.m in Sources */, - 64B5C97072CA12ED7E2DB7EA1C70E27B /* UIImage+RSKImageCropper.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4077,17 +4746,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 25D24FAE39708E2EA89F601C9D2F1E66 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 693D8775EB2778A7C15A32F433EF51F6 /* Compression.m in Sources */, - FD329A190DDCA7985F97AD8CB9BB45A6 /* ImageCropPicker.m in Sources */, - AF3EEA66912E892E8731BD2DA3899D33 /* RNImageCropPicker-dummy.m in Sources */, - A625CF84404C61DD1F92990902C44A85 /* UIImage+Resize.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 2C03995C0D97A6E05D519C46747C5730 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4096,6 +4754,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 3943DDA5BD43A25FA9427C88C33D5604 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0159295F29CB1329AECFF90F3E5BCC09 /* QBAlbumCell.m in Sources */, + D3BEA0571FA5D0387323DDFEF0D9C2EC /* QBAlbumsViewController.m in Sources */, + A4347C83FC6419D19AB3906E4B08A3A3 /* QBAssetCell.m in Sources */, + 9B50626B7E709F870A1F349C504CE6BD /* QBAssetsViewController.m in Sources */, + 600B737358889911BA9ADB1E9BB5C7C3 /* QBCheckmarkView.m in Sources */, + 8235DF2FD61AB1FA481905E7DE39AEEF /* QBImagePickerController-dummy.m in Sources */, + 9334E4B69679A5C47B7358F8EE2DA55B /* QBImagePickerController.m in Sources */, + 24E52A4E269CE09BE0A968FEF1263955 /* QBSlomoIconView.m in Sources */, + BBCFD591F22AB454CC1117BFE6243C60 /* QBVideoIconView.m in Sources */, + B10D8C1A23ACB502F8C9E8FF41A6A881 /* QBVideoIndicatorView.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5727BF9943957DE50F5560186E04CB30 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2AAB7689FF1D30CE0CB07DA56031F6F5 /* FFFastImageSource.m in Sources */, + 9067ABE9A205976240B2C664FDFF7C25 /* FFFastImageView.m in Sources */, + F9BEC009D062E2F437026AC0FB87E4C2 /* FFFastImageViewManager.m in Sources */, + 6EED9FA005D8FB32F0403206A8F8E154 /* RCTConvert+FFFastImage.m in Sources */, + E57F43DC030AA7490979861F91457968 /* react-native-fast-image-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5FB00FA1F1269AE77FB2EAF6C8E61AD0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4119,18 +4806,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6FBCA00A915853E15C7DF658FC92641B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D1FD8FEE5225CB0F1410D763A25D2E8B /* FFFastImageSource.m in Sources */, - 575AB5415317D6BBBA5F375EDB3502C9 /* FFFastImageView.m in Sources */, - A4A30452B6795FB462AB669312604B61 /* FFFastImageViewManager.m in Sources */, - 6EDD94790905A590EFFB25AE7EC8FC0F /* RCTConvert+FFFastImage.m in Sources */, - 68EDC6D22E54365B2A0CCD31F09FAE71 /* react-native-fast-image-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 8995D079E844BF1FAE45485FFBFE1E32 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4195,14 +4870,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 940DEABA70AEEA780ABE1E9AD096B1B0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 31F8A75AB3DDB54AB9829D7C46C8E274 /* Pods-eSteem-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 975735BF1F5E2C092FB2A8E783C373C7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4219,6 +4886,108 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9836E26EBD71F469B5150537804D900D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6360BB5A8194F3961000237505168EEF /* CGGeometry+RSKImageCropper.m in Sources */, + 00DAAFBE5F4FE8555AA789A1471E1319 /* RSKImageCropper-dummy.m in Sources */, + A4AC0210235466A54F8C6E786144E214 /* RSKImageCropViewController.m in Sources */, + 04DB1BE9A9A7D5B3881774F90B475347 /* RSKImageScrollView.m in Sources */, + 11545C2F083BBA5C385DEBD0B0784F90 /* RSKInternalUtility.m in Sources */, + B5FC8958E6BE3738CCFF1C2A82FBFD35 /* RSKTouchView.m in Sources */, + 9DDE2A254E178D5C95236E3FA2169748 /* UIApplication+RSKImageCropper.m in Sources */, + D6DD8A30F49FA77D3022C3BB1A216B62 /* UIImage+RSKImageCropper.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A124276803687827C96B69D6247C5592 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A6F3ADBB6645BE7A18CB9A7A14EB0D81 /* BSG_KSBacktrace.c in Sources */, + F44E215850678196BABED2A1A06EB6F1 /* BSG_KSCrash.m in Sources */, + 3A6BD0F381FD2A8812BF31832C4837CC /* BSG_KSCrashC.c in Sources */, + 0D9593E633A22A892259DD78AB9E6B8D /* BSG_KSCrashCallCompletion.m in Sources */, + D54DC0142CADAF0D400FD42B877409AD /* BSG_KSCrashDoctor.m in Sources */, + 4ADCAB4846945CE2504B661B60758487 /* BSG_KSCrashReport.c in Sources */, + CADE6A6A01A4B40F399BEF75A26930F1 /* BSG_KSCrashReportStore.m in Sources */, + 3E09E81BAC225258EF411A9BD007FE5A /* BSG_KSCrashSentry.c in Sources */, + 4CEEFEDB079E078E661A9DE4A60DB7ED /* BSG_KSCrashSentry_CPPException.mm in Sources */, + 26ADE10E48C6A2D4215CCB1CDFD353E6 /* BSG_KSCrashSentry_Deadlock.m in Sources */, + 7030721E8023309016AD4E0D8B68FB68 /* BSG_KSCrashSentry_MachException.c in Sources */, + 4217595B9D52B007DDEDAD0044474E27 /* BSG_KSCrashSentry_NSException.m in Sources */, + 6302997E5DCEBF593A3B968A3BDF8CDC /* BSG_KSCrashSentry_Signal.c in Sources */, + 9963BA0DF70DA55AEECC488D3D380EDC /* BSG_KSCrashSentry_User.c in Sources */, + 95CA78EBCEA2162FC1BFFE93881DE9ED /* BSG_KSCrashState.c in Sources */, + 31404767928FD7748CEB481426F04795 /* BSG_KSCrashType.c in Sources */, + 970ED42E82DAE83C7F6BC9821A8BE227 /* BSG_KSDynamicLinker.c in Sources */, + 4D67AD90EC814A1B4AB9AE0A0E61A01F /* BSG_KSFileUtils.c in Sources */, + E966374A80EF4F2B902E89364759A803 /* BSG_KSJSONCodec.c in Sources */, + EBCDBE89F770B7B154302B6758790665 /* BSG_KSJSONCodecObjC.m in Sources */, + B35877B1BDDD4591DCD2D5981F437F0E /* BSG_KSLogger.m in Sources */, + 8B0E537A8C695B26A890668C7E941D60 /* BSG_KSMach.c in Sources */, + 8BED392542451025F2C7D4C901C92E2C /* BSG_KSMach_Arm.c in Sources */, + 3FAEE75A36ED21ECEC14EC935505BD82 /* BSG_KSMach_Arm64.c in Sources */, + 889B68D569E97EDE8D710FFD666CC985 /* BSG_KSMach_x86_32.c in Sources */, + 56B2E0E814D348E28706A2C9DA37484C /* BSG_KSMach_x86_64.c in Sources */, + FCE703EF52A80FD5134FAAADB4936A04 /* BSG_KSObjC.c in Sources */, + B41D8FF38D534FA34B4F7F1764FF30F6 /* BSG_KSSafeCollections.m in Sources */, + 93181F6004A551DD1240BF711E40BA18 /* BSG_KSSignalInfo.c in Sources */, + FCD6FBC4F9A612BAD8199BA3789C9E91 /* BSG_KSString.c in Sources */, + BA7B7301648232C86612A882DBF5ED24 /* BSG_KSSysCtl.c in Sources */, + 7F81688855FDC39D0002FD9D007BECEA /* BSG_KSSystemInfo.m in Sources */, + 11FBD211BE4537F2239BC52FF9E9E241 /* BSG_KSZombie.c in Sources */, + 4AE3217AC7FA0B7B9F00A10684926EC3 /* BSG_RFC3339DateTool.m in Sources */, + 6329D3636B61ED4550DFB0B43814B25D /* BSGConnectivity.m in Sources */, + A2BDD2163BDFE3AB50C4CBCA264FB0DE /* BSGOutOfMemoryWatchdog.m in Sources */, + 7E86EEB18BCC9A1623C0B214837429CF /* BSGSerialization.m in Sources */, + 93FE4E69F975D5DD8B10FDA159A17477 /* Bugsnag.m in Sources */, + 89B0700F76A5C8952A4A74CF087303D3 /* BugsnagApiClient.m in Sources */, + CA55E1EE63D5A5C3569D20CBC6E7427B /* BugsnagBreadcrumb.m in Sources */, + 165AF5FEDD4DE4D5CEAE0D3B74402992 /* BugsnagCollections.m in Sources */, + 490048A4C65BE591CB52EEF36D168B03 /* BugsnagConfiguration.m in Sources */, + 7FE1D844D528302CF42AD75622CE1B82 /* BugsnagCrashReport.m in Sources */, + C578ADF3B89E7D6EFC66B02A876C363A /* BugsnagCrashSentry.m in Sources */, + 1E434466C3C6DBD62E2528F5E9D7D841 /* BugsnagErrorReportApiClient.m in Sources */, + 3EF9CC01D03D22848134C98945A205CA /* BugsnagFileStore.m in Sources */, + 7ED0429AB7DAC59B0C24CBBDD4AD35DC /* BugsnagHandledState.m in Sources */, + B1895923FE6494B5E4E14A2A7BF1F931 /* BugsnagKSCrashSysInfoParser.m in Sources */, + CAFF033671AE96B39CC277955AA56AA1 /* BugsnagMetaData.m in Sources */, + 78DD1EE7BB06EF54B1EE07A2D5006917 /* BugsnagNotifier.m in Sources */, + B5FCBBE9D751C93CD65F15FD34D5100A /* BugsnagReactNative-dummy.m in Sources */, + C5BC3C42EC77089361A45FA00B0BBED9 /* BugsnagReactNative.m in Sources */, + CB8A553EBE3533C53028EA36E1EABE24 /* BugsnagSession.m in Sources */, + EFF2C86A8AAA87374B48C2784DFA5395 /* BugsnagSessionFileStore.m in Sources */, + 08E8C8058DB33EC9CFEC072A1D501DFC /* BugsnagSessionTracker.m in Sources */, + 131CEFD8502E1B1257364913F0D0E290 /* BugsnagSessionTrackingApiClient.m in Sources */, + DE48F70FF97562AD071A0DE4D75D6606 /* BugsnagSessionTrackingPayload.m in Sources */, + EC291034C0D770303E0E1A77107A93A5 /* BugsnagSink.m in Sources */, + 26F1E778EE84979BE2F780894F01E462 /* BugsnagUser.m in Sources */, + 4932C14A493199A01E931ACDA88BF572 /* NSDictionary+BSG_Merge.m in Sources */, + 4A916DB5E0354A310EB9F9FBB5E55120 /* NSError+BSG_SimpleConstructor.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A7A0B588E5B3970BB2D123B2581F073F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5E59E2B6C914804754C237F37045BF0A /* Compression.m in Sources */, + 1FCE6BAC622652E58089AFFE287486D8 /* ImageCropPicker.m in Sources */, + 882303B6340E098D71C815E8154A4FF1 /* RNImageCropPicker-dummy.m in Sources */, + 7180CA987BF43AD16238D02235194BFE /* UIImage+Resize.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A920CE080840DA2D80432F231AA48E1A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + DE5D5588AD9C5D996590DA4B302E537E /* Pods-eSteem-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; B0332E51FEAABE23FBE9EDEF7DAE717D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4242,144 +5011,110 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C9C5F102AD15AE5C18364F4FDDADA4DA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D70D608559C6CD132E761C24A1668EF1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8EBF79DBAC195B49721991DD7484A636 /* react-native-version-number-dummy.m in Sources */, - B1F1653A53F10C0468C9CEE761788362 /* RNVersionNumber.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E27F939DA24AABE57132F3CD1E30D634 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3EADB83D5A6E28573E92B6B9AC9522A9 /* QBAlbumCell.m in Sources */, - EE75F0F9355876CE484B6C0C3CC46634 /* QBAlbumsViewController.m in Sources */, - E3939C7E453FED9BBD7D1C044BA878C1 /* QBAssetCell.m in Sources */, - 624406839FB0ED8A7E72CA6937B97296 /* QBAssetsViewController.m in Sources */, - 508D589793D4DAC640769D4E3A3E18E2 /* QBCheckmarkView.m in Sources */, - CCD9567B6F617369A0ACC3F3D5DFDFA1 /* QBImagePickerController-dummy.m in Sources */, - F476998CDA8DD842094495CA1A4D36C6 /* QBImagePickerController.m in Sources */, - 4634A3A390450D9C6127D660C6476158 /* QBSlomoIconView.m in Sources */, - A9958EF2F831BB2248B4E3FE0A4FD241 /* QBVideoIconView.m in Sources */, - A0605D96F16042AC0613095B43DE91E5 /* QBVideoIndicatorView.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + 001483725106837522C99B5A6A8EE875 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + targetProxy = 0AA0BB4B2631C149D1940DC15B8E1B88 /* PBXContainerItemProxy */; + }; 0051E4214884EF5346A2A55966EC832B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = AppCenter; target = 397BBDFEBE9CC818487FA8ABB7623A33 /* AppCenter */; targetProxy = D96B09CB6F7CDF72F3099DD83AD5AB87 /* PBXContainerItemProxy */; }; - 0D76E2C553553BC77D661EE925CE4D6E /* PBXTargetDependency */ = { + 1A160B529DABEA8A2AB825AD7EC9D099 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = QBImagePickerController; - target = F67E97AACD7042B79E77FD1924882FD7 /* QBImagePickerController */; - targetProxy = EECD653C4E89464F543D7EC75E001C6C /* PBXContainerItemProxy */; + name = React; + targetProxy = BBFDD633319D8098A561C5E53617F1C3 /* PBXContainerItemProxy */; }; - 173B58F1173D839C7851BB5AC0B2C74B /* PBXTargetDependency */ = { + 1BE215A64B04FA40D0E046EEDEFDCAA9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = yoga; - targetProxy = FB499F4B7E1B37DF5E7B523C2C7690FB /* PBXContainerItemProxy */; + name = React; + targetProxy = 2497405920E0448A7F40266818A38F53 /* PBXContainerItemProxy */; }; 1F644B9265C4970E7B604794EC7A11C5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; targetProxy = 08A8F9467EB58235226414CCD8D941AE /* PBXContainerItemProxy */; }; - 274C8ACB78015E292F4D35C5F3B778F3 /* PBXTargetDependency */ = { + 25D4E43A81B20948CEBB6F149A35899A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; - target = 4CBF0333BFAF0EA5054EBABB68BEC64D /* SDWebImage */; - targetProxy = A384E67E44E2F12A3B975794BA07AB3A /* PBXContainerItemProxy */; + target = 75C5F0BC439AB6EDE7F80D2249DEB97D /* SDWebImage */; + targetProxy = 6C690A3A9AF509CBCDDBFF7FDBF2B413 /* PBXContainerItemProxy */; }; - 2A3EC75CC527AE5B0F76CC7DD41DE083 /* PBXTargetDependency */ = { + 2C990EDEDF78D603D5DA838354D93281 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - targetProxy = AED204D3434F9F38E218F1CBAA595ADD /* PBXContainerItemProxy */; - }; - 2A5FD3548FA2D16418E3135D016917FB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - targetProxy = 4FA82965726841F13E78DE38D19AF460 /* PBXContainerItemProxy */; - }; - 2BEB9BB74B7B374567378E9D4571D35B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - targetProxy = ED28AF8B2BD8816B600D836624105937 /* PBXContainerItemProxy */; - }; - 3256E2EE8BA9E59DB87369CBAB2D3D32 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; - targetProxy = 401474785F53F4DFACF0D69E580A7E23 /* PBXContainerItemProxy */; + name = DoubleConversion; + target = 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */; + targetProxy = AC7F8D375C41B67A17CE40E9024289E0 /* PBXContainerItemProxy */; }; 33EFF80945627A2402BA82F943500569 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Pods-eSteem"; - target = 58DBA9DDB0E1FC9B0906A4B48CA2E989 /* Pods-eSteem */; + target = F3BD65CEBD2F1F40942A4C2370646EE8 /* Pods-eSteem */; targetProxy = 4A7170C3CB23DF6CFC4D6B10401CAF55 /* PBXContainerItemProxy */; }; - 39E5656718C711AB48F82922CA9C0702 /* PBXTargetDependency */ = { + 430BDAC9A93EC88AFFE335C5C29279EE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = 66641B93FAF80FF325B2D7B4AD85056F /* boost-for-react-native */; + targetProxy = 62871B924E48481DAFE77E4CFF079E62 /* PBXContainerItemProxy */; + }; + 43FC0543845386B3F4472EAEDA577F0A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = QBImagePickerController; + target = F31532F187A0699622BEC31BD727BE6F /* QBImagePickerController */; + targetProxy = 14B9B651A40D4E333EAB7C9645E69ADA /* PBXContainerItemProxy */; + }; + 455826C499E24A3727E261E99FC51F1B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RSKImageCropper; + target = 6AEECC51F0AF685D6D9DC70E3AA183BC /* RSKImageCropper */; + targetProxy = 69239D38C5FA8DD7F29D306B126D6AD8 /* PBXContainerItemProxy */; + }; + 4D46025B094DAC487094DCA5BB058AA8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = yoga; + targetProxy = 22909EF859B10A4C07615692AF80E50A /* PBXContainerItemProxy */; + }; + 570E03CA27FCB357BC470A76906040B5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-version-number"; - target = D5E671935EE0804AB89986835B3F7BDE /* react-native-version-number */; - targetProxy = 42F6FC448215223B3E7F9102C3F9DE74 /* PBXContainerItemProxy */; + target = 307A1F663527378FDC456B03C53E6DC6 /* react-native-version-number */; + targetProxy = BBAA47DD8CF6745FB35C4C356893CB67 /* PBXContainerItemProxy */; }; - 3E2F1B2794826D68B7188C909688B0F4 /* PBXTargetDependency */ = { + 57875A77FEA991E6EC6A2E839279ACB5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "QBImagePickerController-QBImagePicker"; + target = EF225CE4CF6CE33376C975BE46FCF844 /* QBImagePickerController-QBImagePicker */; + targetProxy = 563FB7823B624489273989FB6DC70D15 /* PBXContainerItemProxy */; + }; + 5A597C49B21CC2358476B180B3D35E2C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RSKImageCropper; + target = 6AEECC51F0AF685D6D9DC70E3AA183BC /* RSKImageCropper */; + targetProxy = DD9CB7954A86F4D410C76CA89EC5607C /* PBXContainerItemProxy */; + }; + 67821C519E3EBB1ACDAF281DE6994C82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FLAnimatedImage; target = AFFED4092B22750815A4EEA11817590E /* FLAnimatedImage */; - targetProxy = B0F6D7E6162ECCC96D4AAEC487CBF3C6 /* PBXContainerItemProxy */; + targetProxy = F04D4465D6C2F6CDDD68DA553D70DD7A /* PBXContainerItemProxy */; }; - 531440185AE7EE6DC51039B0C9D3AC20 /* PBXTargetDependency */ = { + 6922A18D17CD250BECE6E6E2DBF073F6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AppCenterReactNativeShared; - target = ED8B76EC90CA1D894B6D38663D04C292 /* AppCenterReactNativeShared */; - targetProxy = 129D1876C908B9D4E6CB86535AC65E9D /* PBXContainerItemProxy */; + name = FLAnimatedImage; + target = AFFED4092B22750815A4EEA11817590E /* FLAnimatedImage */; + targetProxy = E19CDC322F57053019C60A13ECDEE37B /* PBXContainerItemProxy */; }; - 5509BA48A64465B88540740EF9018C7A /* PBXTargetDependency */ = { + 88A471DAAA00F4687BC53FE54BA5ED99 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */; - targetProxy = 1EB1DDCAA075A354E267C050CCE59080 /* PBXContainerItemProxy */; - }; - 6511F6239B4F04622FAE9B829B2B1839 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "QBImagePickerController-QBImagePicker"; - target = 43DBF9C0DE6FD648DDBBA7B4232DCBA8 /* QBImagePickerController-QBImagePicker */; - targetProxy = 635D7F9513D3AB10B83C2DB8FF9C7179 /* PBXContainerItemProxy */; - }; - 7505E620F4EBF30AC8CD28009D7367ED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RSKImageCropper; - target = 546068D3F71C8D4040D3D373E1E3E229 /* RSKImageCropper */; - targetProxy = B07B336A6477A8B66B8DCC7977DC1903 /* PBXContainerItemProxy */; - }; - 784F585D1AE1D5312B1DA9A2F9CE73EF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CodePush; - target = 71AE55A90B11CDFD0F0B4ED3D4366E37 /* CodePush */; - targetProxy = E64454B9B0E4F8AE47ADC4C501F7E4AE /* PBXContainerItemProxy */; - }; - 82914E1D32ED5F2455FADCDFF0A1A280 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = DF470A1028ED32C9E70DBDAA805F8802 /* Folly */; - targetProxy = C34C6E682E3E7704643D5882F2875CD4 /* PBXContainerItemProxy */; + name = React; + targetProxy = 0E1E442328B4F40AD3110F7D28575457 /* PBXContainerItemProxy */; }; 8C00E3FF0B5CEFE1A868AC9062D115FF /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -4387,29 +5122,28 @@ target = 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */; targetProxy = AADD210D1F940E270E559A5AE73B7D04 /* PBXContainerItemProxy */; }; - 8D4F2F775BCC04689EAF11328D1C522E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */; - targetProxy = DCACEADD7A31F6CDEF6C2DA5E776D563 /* PBXContainerItemProxy */; - }; - 8DC6DB2467426117E96BEB5DF2CA8F70 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RSKImageCropper; - target = 546068D3F71C8D4040D3D373E1E3E229 /* RSKImageCropper */; - targetProxy = 4D87E3DEAD1E3F3AD4AB4E6EC93F2F4C /* PBXContainerItemProxy */; - }; - A294CC5FF9767DA4DDC22783D294CE26 /* PBXTargetDependency */ = { + 92A6D850874EFF44AED552429402249F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FLAnimatedImage; target = AFFED4092B22750815A4EEA11817590E /* FLAnimatedImage */; - targetProxy = 7708A59A7F41F8B252D9763FF910BD8C /* PBXContainerItemProxy */; + targetProxy = 5A1221C0A9F3602FE2287AC9E8C40E91 /* PBXContainerItemProxy */; }; - A50B05D68FEE15F30CB0A8B6F455B401 /* PBXTargetDependency */ = { + 97A64F961CDE9902B532C185BDE4F5D5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 4CBF0333BFAF0EA5054EBABB68BEC64D /* SDWebImage */; - targetProxy = 6349CF15A6A59FC516B92C54254C95CD /* PBXContainerItemProxy */; + name = AppCenter; + target = 397BBDFEBE9CC818487FA8ABB7623A33 /* AppCenter */; + targetProxy = 3783255E92E99A2DAA4CA399AFFAF96E /* PBXContainerItemProxy */; + }; + A1B1D139C3518087D93C3DC813DB5146 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AppCenterReactNativeShared; + target = ED8B76EC90CA1D894B6D38663D04C292 /* AppCenterReactNativeShared */; + targetProxy = 3E78765F26E5BF89D41654BC7691A5F1 /* PBXContainerItemProxy */; + }; + A4AE1E0CC27B4B3C46400388DA57067C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + targetProxy = 36C16B81589EEF5FB5216846497C181A /* PBXContainerItemProxy */; }; A81C70F5E9D18D6869E93DF67F2A3F07 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -4417,17 +5151,17 @@ target = F0E62A887BD5C52C01D7F3B10051537B /* Pods-eSteem-tvOS */; targetProxy = 5DC14B28CE8AF12184DB73D1A06919E2 /* PBXContainerItemProxy */; }; - AA338975FA7FE6D2775371A56E30427F /* PBXTargetDependency */ = { + A851C35A7ECF2243A993A4A2EA24A6AA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AppCenter; - target = 397BBDFEBE9CC818487FA8ABB7623A33 /* AppCenter */; - targetProxy = 8A125F6496DE8609C49C622DB4F443F0 /* PBXContainerItemProxy */; + name = RNImageCropPicker; + target = DC294458EACF4AE0917F3FCAFA8A8831 /* RNImageCropPicker */; + targetProxy = 80A72B0565A35BBFFBFB07ED902A1E76 /* PBXContainerItemProxy */; }; - AE37F5CAC16A4E8CDCAB9BB87CEEC19D /* PBXTargetDependency */ = { + B485F405022B4EF2AEF0940987838994 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = QBImagePickerController; - target = F67E97AACD7042B79E77FD1924882FD7 /* QBImagePickerController */; - targetProxy = EA823263CD1D776DD9DABE0EA4D3AA54 /* PBXContainerItemProxy */; + target = F31532F187A0699622BEC31BD727BE6F /* QBImagePickerController */; + targetProxy = 9229FE2C437154B37CC059D52FE41C86 /* PBXContainerItemProxy */; }; BD2C22AF6121E6B72DFB98F8BBAB9A69 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -4441,28 +5175,41 @@ target = 1414ADEE4A421F3C5F9A229345CE3F61 /* DoubleConversion */; targetProxy = CEE3627BDFC98BF4E34AB2269676FAFF /* PBXContainerItemProxy */; }; - D0E3BA6609E64ACDA01308F1229136F5 /* PBXTargetDependency */ = { + D1F80854F3893BA0F7737469A4E8004F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 008E134ABB3CC5F50A21F616A6CBC686 /* RNImageCropPicker */; - targetProxy = 9871E178C618C5FEA193952E5D27F827 /* PBXContainerItemProxy */; + name = CodePush; + target = 71AE55A90B11CDFD0F0B4ED3D4366E37 /* CodePush */; + targetProxy = 2FA5C32F10A6C1D8557FAC6014E0D6ED /* PBXContainerItemProxy */; }; - D7F2BB06FFD115A44BAC0BFA437A7418 /* PBXTargetDependency */ = { + E2401361B455460B3B7E57ED56C1DD4A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FLAnimatedImage; - target = AFFED4092B22750815A4EEA11817590E /* FLAnimatedImage */; - targetProxy = 866E8D44E881318C25F0D37DD92DCAF7 /* PBXContainerItemProxy */; + name = Folly; + target = DF470A1028ED32C9E70DBDAA805F8802 /* Folly */; + targetProxy = 5D93DA56FE0BCB98F874E3F0C7E2FDD7 /* PBXContainerItemProxy */; }; - D80AAF4582375E4B16B0DF81367B5487 /* PBXTargetDependency */ = { + E8D2E865DE1EB6E1543B854F9AA3D48E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-fast-image"; - target = 07D440C89C0EB317A6F833C93CBB221B /* react-native-fast-image */; - targetProxy = 6E048A7EC1E8FAE6BCA841475B408EF1 /* PBXContainerItemProxy */; + target = 03ED12D221A71DCE28798F9666DC9DC7 /* react-native-fast-image */; + targetProxy = D33E313622EBEA613F305236CD405512 /* PBXContainerItemProxy */; }; - F5F3ADE93C1807545ECD989FA156F832 /* PBXTargetDependency */ = { + E9F6CAF98FF8AB4FBD19A27BD020B235 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - targetProxy = 9589084F98D57C162AC19B8A2CE08046 /* PBXContainerItemProxy */; + name = glog; + target = 29FC2A0EC130F2F2AF7AC9AE94A583B4 /* glog */; + targetProxy = 7A8A6B86F1593E52D7BB176F7B8CC1F7 /* PBXContainerItemProxy */; + }; + EEC22E7CCB498AF54BD5EA5CF56B3097 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = EDA7840F2A0C1745D32704B85E88C80E /* BugsnagReactNative */; + targetProxy = 620FF5FA74BED34099B0CD75EF6FB1C0 /* PBXContainerItemProxy */; + }; + F7EC32CF649CC78074C9C4505185D1AE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 75C5F0BC439AB6EDE7F80D2249DEB97D /* SDWebImage */; + targetProxy = 3FB55167FD4D46AC0504D3A48C868AE2 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -4490,6 +5237,30 @@ }; name = Debug; }; + 06A33CEF5701D05DFFEB521C7615D166 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5A8BE9156702131424031DFD3E63BEE6 /* SDWebImage.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/SDWebImage/SDWebImage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SDWebImage; + PRODUCT_NAME = SDWebImage; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 07488D4657FB0A78086563621D425F8A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4578,9 +5349,56 @@ }; name = Release; }; - 1BDF7C5F72DFE6F0C0A0D1032F02410B /* Debug */ = { + 230993D8FB0697427502EE0F4D44A0D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E3ED731D6DF4F25AC505D941C30996D6 /* react-native-fast-image.xcconfig */; + baseConfigurationReference = 01C443A8CF381F6BD24EB8C901CF47BD /* react-native-fast-image.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-native-fast-image/react-native-fast-image-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_fast_image; + PRODUCT_NAME = "react-native-fast-image"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 24B2263B8A08C2BDA613A9CD1F08C049 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A30DFCAB93DEBCA3F321C809D1F56463 /* react-native-version-number.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-native-version-number/react-native-version-number-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_version_number; + PRODUCT_NAME = "react-native-version-number"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 2A553ED1B546D9D4F397DED02B2D50C6 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 01C443A8CF381F6BD24EB8C901CF47BD /* react-native-fast-image.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4601,6 +5419,28 @@ }; name = Debug; }; + 3EA02DAEFA83AB69CCBDEC74F40B84E2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 72DF076D7D666324AAA03DB35873C7A4 /* Pods-eSteem.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 3F9893011771ABBFEAFD81AF1EA5926F /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 0FCA6115CE3D386FE04A28CAD9896656 /* Folly.xcconfig */; @@ -4662,30 +5502,6 @@ }; name = Debug; }; - 4476401A78F962E422039B85D3CD2BF4 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4E805DD5B0FF5D3FD05B4756A4D72CB8 /* QBImagePickerController.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/QBImagePickerController/QBImagePickerController-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = QBImagePickerController; - PRODUCT_NAME = QBImagePickerController; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 44DA8D30A185CF39FF38CACD51676CDD /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 22F90365C6695050EDB53BA49132610B /* AppCenterReactNativeShared.xcconfig */; @@ -4724,7 +5540,31 @@ }; name = Release; }; - 48405E5795C57B44255E98BA597381E8 /* Debug */ = { + 48B067A6B053F50134030BD7D9884852 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4E805DD5B0FF5D3FD05B4756A4D72CB8 /* QBImagePickerController.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/QBImagePickerController/QBImagePickerController-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = QBImagePickerController; + PRODUCT_NAME = QBImagePickerController; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 4D831855B8C4C52B01683701A68E672C /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 5A8BE9156702131424031DFD3E63BEE6 /* SDWebImage.xcconfig */; buildSettings = { @@ -4747,6 +5587,54 @@ }; name = Debug; }; + 509AAB1B6021818EC61F2AAD378E9396 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 612EB9514DDA990564685F8F8F034599 /* RNImageCropPicker.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/RNImageCropPicker/RNImageCropPicker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNImageCropPicker; + PRODUCT_NAME = RNImageCropPicker; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 5C1658A153946FA33EF77B5195BEB79E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A30DFCAB93DEBCA3F321C809D1F56463 /* react-native-version-number.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-native-version-number/react-native-version-number-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_version_number; + PRODUCT_NAME = "react-native-version-number"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 5D93AEE740D9F249A3295934C87DCC3C /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = ECB8E47500E8A6A9D565CBDEA5C66F20 /* Pods-eSteem-tvOS.release.xcconfig */; @@ -4769,6 +5657,30 @@ }; name = Release; }; + 643629818D7BF28BE285C94142598AD7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 265FA0950C1FA076D317858E90041B46 /* RSKImageCropper.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/RSKImageCropper/RSKImageCropper-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RSKImageCropper; + PRODUCT_NAME = RSKImageCropper; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 645FCCD6D127C5F30BD5D8009DF071A9 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = A8F7BEA4D250A2B794E33F0AC91B06A9 /* FLAnimatedImage.xcconfig */; @@ -4792,6 +5704,22 @@ }; name = Debug; }; + 6F2C1D1A3D94D9596AE9BA43B70C1ADB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4E805DD5B0FF5D3FD05B4756A4D72CB8 /* QBImagePickerController.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; + INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = QBImagePicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; 6F4D25CB9F599D775DBC451590213731 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 873D2363FEB3ADDFFF1674D9DBAD92A4 /* AppCenter.xcconfig */; @@ -4805,44 +5733,21 @@ }; name = Debug; }; - 6FB163D29B5CA33EDE14EAA2B0458212 /* Debug */ = { + 7451EEF3AAC0CC726F6AA361B29637F4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3B4CD51436189EF0F13D5AFF521A7FE0 /* react-native-version-number.xcconfig */; + baseConfigurationReference = 20FC7281D2C4561F5573B7ADD16C4F36 /* BugsnagReactNative.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-native-version-number/react-native-version-number-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_version_number; - PRODUCT_NAME = "react-native-version-number"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 73F74D2518C00EB4B332D8D1C7CCA8B5 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E13BD60F99D264BD0B1B8FC682420A6C /* RNImageCropPicker.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/RNImageCropPicker/RNImageCropPicker-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/BugsnagReactNative/BugsnagReactNative-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNImageCropPicker; - PRODUCT_NAME = RNImageCropPicker; + PRODUCT_MODULE_NAME = BugsnagReactNative; + PRODUCT_NAME = BugsnagReactNative; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -4873,45 +5778,28 @@ }; name = Debug; }; - 7C44094F6FC3C8F3791E80BEF7EF431D /* Debug */ = { + 7C864107B93774943FA58A7640557C76 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E805DD5B0FF5D3FD05B4756A4D72CB8 /* QBImagePickerController.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; - INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = QBImagePicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 8496A443752ADB741DA3B3AEF1C74A03 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E3ED731D6DF4F25AC505D941C30996D6 /* react-native-fast-image.xcconfig */; + baseConfigurationReference = 20FC7281D2C4561F5573B7ADD16C4F36 /* BugsnagReactNative.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-native-fast-image/react-native-fast-image-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/BugsnagReactNative/BugsnagReactNative-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_fast_image; - PRODUCT_NAME = "react-native-fast-image"; + PRODUCT_MODULE_NAME = BugsnagReactNative; + PRODUCT_NAME = BugsnagReactNative; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 8A791558A6CAD52F6A29BE7CDFC70C4B /* Release */ = { isa = XCBuildConfiguration; @@ -4927,6 +5815,29 @@ }; name = Release; }; + 8AEDD82F91726BD2196237DB421B0A70 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 265FA0950C1FA076D317858E90041B46 /* RSKImageCropper.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/RSKImageCropper/RSKImageCropper-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RSKImageCropper; + PRODUCT_NAME = RSKImageCropper; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 8DF93C63591B4A727DE4A97CFB43C7DC /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 3DB0F2294FE361B0AE87702EC2040129 /* DoubleConversion.xcconfig */; @@ -4953,7 +5864,7 @@ }; 982DF21D0367D341632E3C6006DE6168 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B9C47B415E3530534D5DDE4ABBFB991C /* CodePush.xcconfig */; + baseConfigurationReference = 772CA1838FA4CCC13485D25B99B6E58C /* CodePush.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5077,7 +5988,7 @@ }; name = Debug; }; - B94CC0883EB10DAF23CBBF0B6656623E /* Debug */ = { + B6DCEA91BEBB4853F6DE066488028749 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 1A37BB4BA529388A03DBFE73163CB6A1 /* Pods-eSteem.debug.xcconfig */; buildSettings = { @@ -5121,6 +6032,29 @@ }; name = Debug; }; + BB762D9DA19E7166D19262A50A91DBED /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 612EB9514DDA990564685F8F8F034599 /* RNImageCropPicker.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/RNImageCropPicker/RNImageCropPicker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNImageCropPicker; + PRODUCT_NAME = RNImageCropPicker; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; BCED374361B9387A457B9F7B3685F9FE /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 5AFD53FA01D92758E9E1E1A87828E72B /* boost-for-react-native.xcconfig */; @@ -5134,6 +6068,22 @@ }; name = Debug; }; + C2527C7C7599DF05FD9C1DE5C8005241 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4E805DD5B0FF5D3FD05B4756A4D72CB8 /* QBImagePickerController.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; + INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = QBImagePicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; C4939254D9B12C5F8E84CFE6C51D11AE /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 22F90365C6695050EDB53BA49132610B /* AppCenterReactNativeShared.xcconfig */; @@ -5147,29 +6097,6 @@ }; name = Debug; }; - C7E0E5C8798434806B3E7E3B7D2FFCF2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 265FA0950C1FA076D317858E90041B46 /* RSKImageCropper.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/RSKImageCropper/RSKImageCropper-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSKImageCropper; - PRODUCT_NAME = RSKImageCropper; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; CA04FDE40AF7B3F56660593384130AA2 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 418F5B892CDD5667E94058CC365CC68F /* Pods-eSteem-tvOSTests.release.xcconfig */; @@ -5192,99 +6119,6 @@ }; name = Release; }; - D83768A312E298F61E41A9EE9854924E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3B4CD51436189EF0F13D5AFF521A7FE0 /* react-native-version-number.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-native-version-number/react-native-version-number-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_version_number; - PRODUCT_NAME = "react-native-version-number"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - DD7FB53A78D8EC07F25A84DBC48E626B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4E805DD5B0FF5D3FD05B4756A4D72CB8 /* QBImagePickerController.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/QBImagePickerController/QBImagePickerController-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = QBImagePickerController; - PRODUCT_NAME = QBImagePickerController; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - E48E354063F76A758EB6A477A7C91C2C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 72DF076D7D666324AAA03DB35873C7A4 /* Pods-eSteem.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MACH_O_TYPE = staticlib; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - E514A3807C19A08F5CF88059823429CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5A8BE9156702131424031DFD3E63BEE6 /* SDWebImage.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/SDWebImage/SDWebImage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SDWebImage; - PRODUCT_NAME = SDWebImage; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; EEA39F0602368A51B4EC9D8CF9EB3631 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 8EE52D49D4A2F1916ADD062F031BCADF /* Pods-eSteemTests.release.xcconfig */; @@ -5307,25 +6141,9 @@ }; name = Release; }; - F4A4F9C8EE39BBAB33F9301593859EA1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4E805DD5B0FF5D3FD05B4756A4D72CB8 /* QBImagePickerController.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/QBImagePickerController"; - INFOPLIST_FILE = "Target Support Files/QBImagePickerController/ResourceBundle-QBImagePicker-QBImagePickerController-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = QBImagePicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; F56BFBA021F7DEC469C9DC7801D77D09 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B9C47B415E3530534D5DDE4ABBFB991C /* CodePush.xcconfig */; + baseConfigurationReference = 772CA1838FA4CCC13485D25B99B6E58C /* CodePush.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5346,21 +6164,21 @@ }; name = Debug; }; - FCA046743E26C88A1AEBC8F52E271FB4 /* Debug */ = { + F88826972C7536508BE6E002B8326671 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E13BD60F99D264BD0B1B8FC682420A6C /* RNImageCropPicker.xcconfig */; + baseConfigurationReference = 4E805DD5B0FF5D3FD05B4756A4D72CB8 /* QBImagePickerController.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/RNImageCropPicker/RNImageCropPicker-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/QBImagePickerController/QBImagePickerController-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNImageCropPicker; - PRODUCT_NAME = RNImageCropPicker; + PRODUCT_MODULE_NAME = QBImagePickerController; + PRODUCT_NAME = QBImagePickerController; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -5369,38 +6187,14 @@ }; name = Debug; }; - FCF52A6A64B138B65EE03C2D03AF1907 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 265FA0950C1FA076D317858E90041B46 /* RSKImageCropper.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/RSKImageCropper/RSKImageCropper-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSKImageCropper; - PRODUCT_NAME = RSKImageCropper; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 185EC9C6874BAD6FBF2D0B9FA45AE4C3 /* Build configuration list for PBXNativeTarget "Pods-eSteem" */ = { + 0FE658171E145AC4D666989B9EC52A9E /* Build configuration list for PBXNativeTarget "BugsnagReactNative" */ = { isa = XCConfigurationList; buildConfigurations = ( - B94CC0883EB10DAF23CBBF0B6656623E /* Debug */, - E48E354063F76A758EB6A477A7C91C2C /* Release */, + 7C864107B93774943FA58A7640557C76 /* Debug */, + 7451EEF3AAC0CC726F6AA361B29637F4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5450,15 +6244,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 52477F4F9978DDB15C08593C968775C2 /* Build configuration list for PBXNativeTarget "QBImagePickerController" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DD7FB53A78D8EC07F25A84DBC48E626B /* Debug */, - 4476401A78F962E422039B85D3CD2BF4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 56F809B1E1463625B577DF66673AE238 /* Build configuration list for PBXNativeTarget "FLAnimatedImage" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -5477,11 +6262,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7454D7F2F3343A5335F13C86D73E781D /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { + 677749ED446FEE9181148BA093206CA2 /* Build configuration list for PBXNativeTarget "react-native-fast-image" */ = { isa = XCConfigurationList; buildConfigurations = ( - 48405E5795C57B44255E98BA597381E8 /* Debug */, - E514A3807C19A08F5CF88059823429CD /* Release */, + 2A553ED1B546D9D4F397DED02B2D50C6 /* Debug */, + 230993D8FB0697427502EE0F4D44A0D6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5495,11 +6280,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 918941D4F5A21940E0D380C360A8DDDA /* Build configuration list for PBXNativeTarget "react-native-version-number" */ = { + 7BD1C7A86B0383166FB53C4AC6E18B87 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6FB163D29B5CA33EDE14EAA2B0458212 /* Debug */, - D83768A312E298F61E41A9EE9854924E /* Release */, + 4D831855B8C4C52B01683701A68E672C /* Debug */, + 06A33CEF5701D05DFFEB521C7615D166 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 7F68C8EBC4328270150371E5B9D2D406 /* Build configuration list for PBXNativeTarget "Pods-eSteem" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B6DCEA91BEBB4853F6DE066488028749 /* Debug */, + 3EA02DAEFA83AB69CCBDEC74F40B84E2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 90E1F9A6B21DF539FEE36D546CFDFE28 /* Build configuration list for PBXNativeTarget "react-native-version-number" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 24B2263B8A08C2BDA613A9CD1F08C049 /* Debug */, + 5C1658A153946FA33EF77B5195BEB79E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5513,11 +6316,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AF064D8C03C93C05EB3C7814D894B9CA /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */ = { + AC8D16CDF417C119A4CE11ABCCCBCCAC /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */ = { isa = XCConfigurationList; buildConfigurations = ( - FCA046743E26C88A1AEBC8F52E271FB4 /* Debug */, - 73F74D2518C00EB4B332D8D1C7CCA8B5 /* Release */, + BB762D9DA19E7166D19262A50A91DBED /* Debug */, + 509AAB1B6021818EC61F2AAD378E9396 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5531,15 +6334,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BF4E6FDA4EDC23BA8C577415D40A4BDB /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7C44094F6FC3C8F3791E80BEF7EF431D /* Debug */, - F4A4F9C8EE39BBAB33F9301593859EA1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; C241DE02D1FF280E8DC43B571705CAFD /* Build configuration list for PBXNativeTarget "Pods-eSteemTests" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -5549,20 +6343,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C288DBF3830A535440338B2CEA22DD3B /* Build configuration list for PBXNativeTarget "react-native-fast-image" */ = { + C34D9B2EAAD4443A8E3D894362E36821 /* Build configuration list for PBXNativeTarget "RSKImageCropper" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1BDF7C5F72DFE6F0C0A0D1032F02410B /* Debug */, - 8496A443752ADB741DA3B3AEF1C74A03 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C9B496C56F990ACFD9B26AA6EA4514AA /* Build configuration list for PBXNativeTarget "RSKImageCropper" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C7E0E5C8798434806B3E7E3B7D2FFCF2 /* Debug */, - FCF52A6A64B138B65EE03C2D03AF1907 /* Release */, + 8AEDD82F91726BD2196237DB421B0A70 /* Debug */, + 643629818D7BF28BE285C94142598AD7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5576,6 +6361,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + D098AED45017B96E13ADBF3EAFBD4D1D /* Build configuration list for PBXNativeTarget "QBImagePickerController-QBImagePicker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6F2C1D1A3D94D9596AE9BA43B70C1ADB /* Debug */, + C2527C7C7599DF05FD9C1DE5C8005241 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + DD5652D2B17433EF9B5C99CB189ED71A /* Build configuration list for PBXNativeTarget "QBImagePickerController" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F88826972C7536508BE6E002B8326671 /* Debug */, + 48B067A6B053F50134030BD7D9884852 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ }; rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/BugsnagReactNative.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/BugsnagReactNative.xcscheme new file mode 100644 index 000000000..faf519ff2 --- /dev/null +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/BugsnagReactNative.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem.xcscheme index 1b1e24ebd..1e91e457b 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/Pods-eSteem.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController-QBImagePicker.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController-QBImagePicker.xcscheme index eb56ca36b..369ac39f3 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController-QBImagePicker.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController-QBImagePicker.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> @@ -45,7 +45,7 @@ diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController.xcscheme index 385f4b500..35138c7c7 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/QBImagePickerController.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RNImageCropPicker.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RNImageCropPicker.xcscheme index 1e9335607..62a02864c 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RNImageCropPicker.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RNImageCropPicker.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RSKImageCropper.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RSKImageCropper.xcscheme index 21fc4debf..6af4896f8 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RSKImageCropper.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/RSKImageCropper.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/SDWebImage.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/SDWebImage.xcscheme index ad4f19b52..e2f1a43f9 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/SDWebImage.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/SDWebImage.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-fast-image.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-fast-image.xcscheme index 6738db1aa..2e3fe41ab 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-fast-image.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-fast-image.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-version-number.xcscheme b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-version-number.xcscheme index 6e3b08e77..1a3227e7a 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-version-number.xcscheme +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/react-native-version-number.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist index 7dd92c57b..a4fe3ec67 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist @@ -18,97 +18,104 @@ orderHint 8 - CodePush.xcscheme + BugsnagReactNative.xcscheme isShown orderHint 10 - DoubleConversion.xcscheme + CodePush.xcscheme isShown orderHint 11 - FLAnimatedImage.xcscheme + DoubleConversion.xcscheme isShown orderHint 12 - Folly.xcscheme + FLAnimatedImage.xcscheme isShown orderHint 13 - Pods-eSteem-tvOS.xcscheme + Folly.xcscheme isShown orderHint - 16 + 14 - Pods-eSteem-tvOSTests.xcscheme + Pods-eSteem-tvOS.xcscheme isShown orderHint 17 - Pods-eSteem.xcscheme - - isShown - - orderHint - 15 - - Pods-eSteemTests.xcscheme + Pods-eSteem-tvOSTests.xcscheme isShown orderHint 18 - QBImagePickerController-QBImagePicker.xcscheme + Pods-eSteem.xcscheme isShown orderHint - 20 + 16 - QBImagePickerController.xcscheme + Pods-eSteemTests.xcscheme isShown orderHint 19 - RNImageCropPicker.xcscheme + QBImagePickerController-QBImagePicker.xcscheme isShown orderHint - 23 + 21 - RSKImageCropper.xcscheme + QBImagePickerController.xcscheme + + isShown + + orderHint + 20 + + RNImageCropPicker.xcscheme isShown orderHint 24 - SDWebImage.xcscheme + RSKImageCropper.xcscheme isShown orderHint 25 + SDWebImage.xcscheme + + isShown + + orderHint + 26 + boost-for-react-native.xcscheme isShown @@ -121,21 +128,21 @@ isShown orderHint - 14 + 15 react-native-fast-image.xcscheme isShown orderHint - 21 + 22 react-native-version-number.xcscheme isShown orderHint - 22 + 23 SuppressBuildableAutocreation diff --git a/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative-dummy.m b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative-dummy.m new file mode 100644 index 000000000..e10618bcf --- /dev/null +++ b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_BugsnagReactNative : NSObject +@end +@implementation PodsDummy_BugsnagReactNative +@end diff --git a/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative-prefix.pch b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative-prefix.pch new file mode 100644 index 000000000..beb2a2441 --- /dev/null +++ b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.xcconfig b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.xcconfig new file mode 100644 index 000000000..00c0cbae4 --- /dev/null +++ b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.xcconfig @@ -0,0 +1,9 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/BugsnagReactNative" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/yoga" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/bugsnag-react-native +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/ios/Pods/Target Support Files/Pods-esteem-tvOS/Pods-esteem-tvOS.debug.xcconfig b/ios/Pods/Target Support Files/Pods-esteem-tvOS/Pods-esteem-tvOS.debug.xcconfig index 37a28113d..e18efc5e1 100644 --- a/ios/Pods/Target Support Files/Pods-esteem-tvOS/Pods-esteem-tvOS.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-esteem-tvOS/Pods-esteem-tvOS.debug.xcconfig @@ -1,5 +1,5 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" OTHER_LDFLAGS = $(inherited) -ObjC PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/ios/Pods/Target Support Files/Pods-esteem-tvOS/Pods-esteem-tvOS.release.xcconfig b/ios/Pods/Target Support Files/Pods-esteem-tvOS/Pods-esteem-tvOS.release.xcconfig index 37a28113d..e18efc5e1 100644 --- a/ios/Pods/Target Support Files/Pods-esteem-tvOS/Pods-esteem-tvOS.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-esteem-tvOS/Pods-esteem-tvOS.release.xcconfig @@ -1,5 +1,5 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" OTHER_LDFLAGS = $(inherited) -ObjC PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/ios/Pods/Target Support Files/Pods-esteem-tvOSTests/Pods-esteem-tvOSTests.debug.xcconfig b/ios/Pods/Target Support Files/Pods-esteem-tvOSTests/Pods-esteem-tvOSTests.debug.xcconfig index 37a28113d..e18efc5e1 100644 --- a/ios/Pods/Target Support Files/Pods-esteem-tvOSTests/Pods-esteem-tvOSTests.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-esteem-tvOSTests/Pods-esteem-tvOSTests.debug.xcconfig @@ -1,5 +1,5 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" OTHER_LDFLAGS = $(inherited) -ObjC PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/ios/Pods/Target Support Files/Pods-esteem-tvOSTests/Pods-esteem-tvOSTests.release.xcconfig b/ios/Pods/Target Support Files/Pods-esteem-tvOSTests/Pods-esteem-tvOSTests.release.xcconfig index 37a28113d..e18efc5e1 100644 --- a/ios/Pods/Target Support Files/Pods-esteem-tvOSTests/Pods-esteem-tvOSTests.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-esteem-tvOSTests/Pods-esteem-tvOSTests.release.xcconfig @@ -1,5 +1,5 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" OTHER_LDFLAGS = $(inherited) -ObjC PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem-acknowledgements.markdown index fb243d4ae..4ab04f57f 100644 --- a/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem-acknowledgements.markdown +++ b/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem-acknowledgements.markdown @@ -45,6 +45,30 @@ The above copyright notice and this permission notice shall be included in all c 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. +## BugsnagReactNative + +Copyright (c) 2016 Bugsnag, Inc. + +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. + + ## CodePush Microsoft CodePush Plugin for React Native diff --git a/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem-acknowledgements.plist index 6b45f6f66..10ae8c73e 100644 --- a/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem-acknowledgements.plist +++ b/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem-acknowledgements.plist @@ -68,6 +68,36 @@ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI Type PSGroupSpecifier + + FooterText + Copyright (c) 2016 Bugsnag, Inc. + +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 + BugsnagReactNative + Type + PSGroupSpecifier + FooterText Microsoft CodePush Plugin for React Native diff --git a/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.debug.xcconfig b/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.debug.xcconfig index ea78d06d1..1b3321685 100644 --- a/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.debug.xcconfig @@ -1,8 +1,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple/iOS" "${PODS_ROOT}/AppCenterReactNativeShared/AppCenterReactNativeShared" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CodePush" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-fast-image" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-version-number" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"CodePush" -l"DoubleConversion" -l"FLAnimatedImage" -l"Folly" -l"QBImagePickerController" -l"RNImageCropPicker" -l"RSKImageCropper" -l"React" -l"SDWebImage" -l"c++" -l"glog" -l"react-native-fast-image" -l"react-native-version-number" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppCenterPush" -framework "AppCenterReactNativeShared" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "JavaScriptCore" -framework "MobileCoreServices" -framework "Photos" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" -weak_framework "UserNotifications" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/CodePush" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-fast-image" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-version-number" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"CodePush" -l"DoubleConversion" -l"FLAnimatedImage" -l"Folly" -l"QBImagePickerController" -l"RNImageCropPicker" -l"RSKImageCropper" -l"React" -l"SDWebImage" -l"c++" -l"glog" -l"react-native-fast-image" -l"react-native-version-number" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppCenterPush" -framework "AppCenterReactNativeShared" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" -weak_framework "UserNotifications" 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-esteem/Pods-esteem.release.xcconfig b/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.release.xcconfig index ea78d06d1..1b3321685 100644 --- a/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.release.xcconfig @@ -1,8 +1,8 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple/iOS" "${PODS_ROOT}/AppCenterReactNativeShared/AppCenterReactNativeShared" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" -LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/CodePush" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-fast-image" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-version-number" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"CodePush" -l"DoubleConversion" -l"FLAnimatedImage" -l"Folly" -l"QBImagePickerController" -l"RNImageCropPicker" -l"RSKImageCropper" -l"React" -l"SDWebImage" -l"c++" -l"glog" -l"react-native-fast-image" -l"react-native-version-number" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppCenterPush" -framework "AppCenterReactNativeShared" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "JavaScriptCore" -framework "MobileCoreServices" -framework "Photos" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" -weak_framework "UserNotifications" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/CodePush" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/FLAnimatedImage" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RSKImageCropper" "${PODS_CONFIGURATION_BUILD_DIR}/React" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-fast-image" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-version-number" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"CodePush" -l"DoubleConversion" -l"FLAnimatedImage" -l"Folly" -l"QBImagePickerController" -l"RNImageCropPicker" -l"RSKImageCropper" -l"React" -l"SDWebImage" -l"c++" -l"glog" -l"react-native-fast-image" -l"react-native-version-number" -l"sqlite3" -l"stdc++" -l"yoga" -l"z" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppCenterPush" -framework "AppCenterReactNativeShared" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" -weak_framework "UserNotifications" 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-esteemTests/Pods-esteemTests.debug.xcconfig b/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.debug.xcconfig index 235159526..8d851f682 100644 --- a/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.debug.xcconfig @@ -1,7 +1,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple/iOS" "${PODS_ROOT}/AppCenterReactNativeShared/AppCenterReactNativeShared" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"stdc++" -l"z" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "JavaScriptCore" -framework "MobileCoreServices" -framework "Photos" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"stdc++" -l"z" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -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-esteemTests/Pods-esteemTests.release.xcconfig b/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.release.xcconfig index 235159526..8d851f682 100644 --- a/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.release.xcconfig @@ -1,7 +1,7 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple/iOS" "${PODS_ROOT}/AppCenterReactNativeShared/AppCenterReactNativeShared" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"stdc++" -l"z" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "JavaScriptCore" -framework "MobileCoreServices" -framework "Photos" -framework "QuartzCore" -framework "SystemConfiguration" -framework "UIKit" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CodePush" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FLAnimatedImage" "${PODS_ROOT}/Headers/Public/QBImagePickerController" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RSKImageCropper" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-fast-image" "${PODS_ROOT}/Headers/Public/react-native-version-number" "${PODS_ROOT}/Headers/Public/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"stdc++" -l"z" -framework "CoreGraphics" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "JavaScriptCore" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -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/eSteem.xcodeproj/project.pbxproj b/ios/eSteem.xcodeproj/project.pbxproj index 0337942e2..a68cd1a1c 100644 --- a/ios/eSteem.xcodeproj/project.pbxproj +++ b/ios/eSteem.xcodeproj/project.pbxproj @@ -5,6 +5,7 @@ }; objectVersion = 46; objects = { + /* Begin PBXBuildFile section */ 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; }; @@ -48,6 +49,7 @@ 4F8E0507EBA84E31B84F193F /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 358A8B2FB57D4FC6BFD777C6 /* Foundation.ttf */; }; 52615D71201B87DDA8329977 /* libPods-eSteem.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 909313DD53B247C48F583FD4 /* libPods-eSteem.a */; }; 555B95755FD74950AAAD68E9 /* RobotoMono-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 044930AF6BF7488DA7F02A8F /* RobotoMono-Regular.ttf */; }; + 589BED6E22A5CE2C002DF1C5 /* libBugsnagReactNative.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 589BED6D22A5CE2C002DF1C5 /* libBugsnagReactNative.a */; }; 5FA7E43947714B96866CAE94 /* Roboto-medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F3D23ACB36194C40BFB26B7A /* Roboto-medium.ttf */; }; 6E4C52029EBF42989F818B8A /* libRNViewOverflow.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BBFAB592DFA5475CBA7E7567 /* libRNViewOverflow.a */; }; 7429574AA9E24BDCB4EF596F /* libAppCenterReactNativeCrashes.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 433413DEC10A40BBA49C187D /* libAppCenterReactNativeCrashes.a */; }; @@ -293,20 +295,6 @@ remoteGlobalIDString = 3D383D621EBD27B9005632C8; remoteInfo = "double-conversion-tvOS"; }; - 2DF0FFEA2056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 9936F3131F5F2E4B0010BF04; - remoteInfo = privatedata; - }; - 2DF0FFEC2056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 9936F32F1F5F2E5B0010BF04; - remoteInfo = "privatedata-tvOS"; - }; 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; @@ -384,20 +372,6 @@ remoteGlobalIDString = 3D3CD9321DE5FBEE00167DC4; remoteInfo = "cxxreact-tvOS"; }; - 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D3CD90B1DE5FBD600167DC4; - remoteInfo = jschelpers; - }; - 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D3CD9181DE5FBD800167DC4; - remoteInfo = "jschelpers-tvOS"; - }; 5858855021CBD60000BCA460 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BD8B4C7EF97244C180A440A1 /* RealmReact.xcodeproj */; @@ -405,6 +379,34 @@ remoteGlobalIDString = F60690131CA2766F0003FB26; remoteInfo = RealmReact; }; + 589BED9C22A5CE2C002DF1C5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = EDEBC6D6214B3E7000DD5AC8; + remoteInfo = jsi; + }; + 589BED9E22A5CE2C002DF1C5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = EDEBC73B214B45A300DD5AC8; + remoteInfo = jsiexecutor; + }; + 589BEDA022A5CE2C002DF1C5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = ED296FB6214C9A0900B7C4FE; + remoteInfo = "jsi-tvOS"; + }; + 589BEDA222A5CE2C002DF1C5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = ED296FEE214C9CF800B7C4FE; + remoteInfo = "jsiexecutor-tvOS"; + }; 58C9351B21AB3BA000D2EB1F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = C1AC2A99CB0143E580183824 /* RNViewOverflow.xcodeproj */; @@ -513,6 +515,7 @@ 434B140115EF4DE49D4CD6BA /* rubicon-icon-font.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "rubicon-icon-font.ttf"; path = "../src/assets/Fonts/rubicon-icon-font.ttf"; sourceTree = ""; }; 4E0DAB59CCF2448F8E106212 /* libz.tbd */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; 5781B02C94A842A6A5F5D701 /* AppCenterReactNativeCrashes.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = AppCenterReactNativeCrashes.xcodeproj; path = "../node_modules/appcenter-crashes/ios/AppCenterReactNativeCrashes.xcodeproj"; sourceTree = ""; }; + 589BED6D22A5CE2C002DF1C5 /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = ""; }; 60FC401F76F74AB5BCE41DD2 /* Sansation_Bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Sansation_Bold.ttf; path = ../src/assets/Fonts/Sansation_Bold.ttf; sourceTree = ""; }; 617E4B90481842DBB13C3A11 /* AppCenter-Config.plist */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = text.plist.xml; name = "AppCenter-Config.plist"; path = "eSteem/AppCenter-Config.plist"; sourceTree = ""; }; @@ -550,7 +553,7 @@ D480651D3E18476D9F220D2A /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = ""; }; D6C5047170A14DF8837CB682 /* libAppCenterReactNativeAnalytics.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libAppCenterReactNativeAnalytics.a; sourceTree = ""; }; DFAB9CB735164B59BC296100 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Regular.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = ""; }; - E030D49C74CD44009C7F150C /* Roboto.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Roboto.ttf; path = ../src/assets/Fonts//Roboto.ttf; sourceTree = ""; }; + E030D49C74CD44009C7F150C /* Roboto.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Roboto.ttf; path = "../src/assets/Fonts//Roboto.ttf"; sourceTree = ""; }; E1BEE124E1D44FD1A2DF8A57 /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = ../src/assets/Fonts/Zocial.ttf; sourceTree = ""; }; E8173A796BF9451D99EC23CB /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = ../src/assets/Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; @@ -575,6 +578,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 589BED6E22A5CE2C002DF1C5 /* libBugsnagReactNative.a in Frameworks */, ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */, 941567BA21FF30C8001B5531 /* libCodePush.a in Frameworks */, ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */, @@ -824,16 +828,16 @@ 3DAD3EA71DF850E9000B6D8A /* libyoga.a */, 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */, 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */, - 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */, - 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */, 2DF0FFDF2056DD460020B375 /* libjsinspector.a */, 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */, 2DF0FFE32056DD460020B375 /* libthird-party.a */, 2DF0FFE52056DD460020B375 /* libthird-party.a */, 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */, 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */, - 2DF0FFEB2056DD460020B375 /* libprivatedata.a */, - 2DF0FFED2056DD460020B375 /* libprivatedata-tvOS.a */, + 589BED9D22A5CE2C002DF1C5 /* libjsi.a */, + 589BED9F22A5CE2C002DF1C5 /* libjsiexecutor.a */, + 589BEDA122A5CE2C002DF1C5 /* libjsi-tvOS.a */, + 589BEDA322A5CE2C002DF1C5 /* libjsiexecutor-tvOS.a */, ); name = Products; sourceTree = ""; @@ -841,6 +845,7 @@ 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { isa = PBXGroup; children = ( + 589BED6D22A5CE2C002DF1C5 /* libBugsnagReactNative.a */, ED297162215061F000B7C4FE /* JavaScriptCore.framework */, ED2971642150620600B7C4FE /* JavaScriptCore.framework */, 941567B921FF30C8001B5531 /* libCodePush.a */, @@ -1435,20 +1440,6 @@ remoteRef = 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 2DF0FFEB2056DD460020B375 /* libprivatedata.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libprivatedata.a; - remoteRef = 2DF0FFEA2056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFED2056DD460020B375 /* libprivatedata-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libprivatedata-tvOS.a"; - remoteRef = 2DF0FFEC2056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; @@ -1526,20 +1517,6 @@ remoteRef = 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libjschelpers.a; - remoteRef = 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libjschelpers.a; - remoteRef = 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; 5858855121CBD60000BCA460 /* libRealmReact.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; @@ -1547,6 +1524,34 @@ remoteRef = 5858855021CBD60000BCA460 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; + 589BED9D22A5CE2C002DF1C5 /* libjsi.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libjsi.a; + remoteRef = 589BED9C22A5CE2C002DF1C5 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 589BED9F22A5CE2C002DF1C5 /* libjsiexecutor.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libjsiexecutor.a; + remoteRef = 589BED9E22A5CE2C002DF1C5 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 589BEDA122A5CE2C002DF1C5 /* libjsi-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libjsi-tvOS.a"; + remoteRef = 589BEDA022A5CE2C002DF1C5 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 589BEDA322A5CE2C002DF1C5 /* libjsiexecutor-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libjsiexecutor-tvOS.a"; + remoteRef = 589BEDA222A5CE2C002DF1C5 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; 58C9351C21AB3BA000D2EB1F /* libRNViewOverflow.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; diff --git a/ios/eSteem.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/eSteem.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist index 860692ff3..824ec63fb 100644 --- a/ios/eSteem.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ios/eSteem.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist @@ -12,7 +12,7 @@ eSteem.xcscheme_^#shared#^_ orderHint - 27 + 28 diff --git a/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate b/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate index 8d927aefadae013c314d5a4ad9b8008589e2b856..f9f7ee6898a591baeaf5d962a9a0fd35fb98dc2c 100644 GIT binary patch delta 29700 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