diff --git a/CHANGELOG.md b/CHANGELOG.md index 715de56ca2..2d5d64cd13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ - Include local timezone in each MP request so MP can decide to render datetimes in the user’s local time - alloy - Fixes overflowing Save button on small screen devices - ashley - Moves fair open hours display to metaphysics - kieran +- Upgrade to React Native 0.59.2 - orta/alloy ### 1.9.4 diff --git a/Example/Gemfile b/Example/Gemfile index baed354b36..bf3e4d1712 100644 --- a/Example/Gemfile +++ b/Example/Gemfile @@ -9,8 +9,5 @@ gem 'cocoapods-check' # To manage our secret keys gem "cocoapods-keys" -# To apply fixes to the React Native code -gem 'cocoapods-fix-react-native' - # To avoid ambiguous Podfile.lock contents gem "psych" diff --git a/Example/Gemfile.lock b/Example/Gemfile.lock index ebb1e848ff..248fca9103 100644 --- a/Example/Gemfile.lock +++ b/Example/Gemfile.lock @@ -39,7 +39,6 @@ GEM nap (~> 1.0) cocoapods-deintegrate (1.0.2) cocoapods-downloader (1.2.2) - cocoapods-fix-react-native (2019.03.19.11) cocoapods-keys (2.0.2) dotenv osx_keychain @@ -85,7 +84,6 @@ PLATFORMS DEPENDENCIES cocoapods cocoapods-check - cocoapods-fix-react-native cocoapods-keys psych diff --git a/Example/Podfile b/Example/Podfile index 15ec02cd46..220fd643b9 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -16,6 +16,7 @@ source 'https://github.com/CocoaPods/Specs.git' inhibit_all_warnings! platform :ios, '9.0' + # FIXME: Figure out why we are getting hit by this issue. install! 'cocoapods', :deterministic_uuids => false @@ -31,6 +32,7 @@ double_conversion_spec_path = File.join(react_path, 'third-party-podspecs/Double sentry_path = File.join(node_modules_path, 'react-native-sentry') tispi_stripe_spec_path = File.join(node_modules_path, 'tipsi-stripe/tipsi-stripe.podspec') mapbox_path = File.join(node_modules_path, '@mapbox/react-native-mapbox-gl') +react_native_navigator_ios_path = File.join(node_modules_path, 'react-native-navigator-ios') target 'Emission' do pod 'Emission', :path => '../', :inhibit_warnings => false @@ -68,6 +70,9 @@ target 'Emission' do pod 'react-native-mapbox-gl', :path => mapbox_path pod 'RNSVG', :path => '../node_modules/react-native-svg' + # Deprecated from React Native, but fine until we support Android + pod 'react-native-navigator-ios', :path => react_native_navigator_ios_path + # Bottom Sheet view controller for Map view pod 'Pulley', :git => 'https://github.com/l2succes/Pulley.git', :branch => 'master' @@ -94,8 +99,6 @@ plugin 'cocoapods-keys', { ] } -plugin 'cocoapods-fix-react-native' - post_install do |installer| emission = installer.pods_project.targets.find { |target| target.name == 'Emission' } emission.build_configurations.each do |config| diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 5ef9264b8e..30197019b7 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -16,26 +16,26 @@ PODS: - "Artsy+UIFonts (>= 3.0.0)" - DoubleConversion (= 1.1.6) - Extraction (>= 1.2.1) - - Folly (= 2016.10.31.00) + - Folly (= 2018.10.22.00) - glog (= 0.3.5) - ISO8601DateFormatter - Pulley - react-native-mapbox-gl (= 6.1.4) - - React/Core (= 0.57.7) - - React/CxxBridge (= 0.57.7) - - React/RCTActionSheet (= 0.57.7) - - React/RCTAnimation (= 0.57.7) - - React/RCTCameraRoll (= 0.57.7) - - React/RCTGeolocation (= 0.57.7) - - React/RCTImage (= 0.57.7) - - React/RCTLinkingIOS (= 0.57.7) - - React/RCTNetwork (= 0.57.7) - - React/RCTText (= 0.57.7) + - React/Core (= 0.59.2) + - React/CxxBridge (= 0.59.2) + - React/RCTActionSheet (= 0.59.2) + - React/RCTAnimation (= 0.59.2) + - React/RCTCameraRoll (= 0.59.2) + - React/RCTGeolocation (= 0.59.2) + - React/RCTImage (= 0.59.2) + - React/RCTLinkingIOS (= 0.59.2) + - React/RCTNetwork (= 0.59.2) + - React/RCTText (= 0.59.2) - RNSVG (= 9.0.4) - SDWebImage (< 4, >= 3.7.2) - SentryReactNative (= 0.30.3) - - tipsi-stripe (= 5.2.4) - - yoga (= 0.57.7.React) + - tipsi-stripe (= 7.4.0) + - yoga (= 0.59.2.React) - Expecta (1.0.6) - Extraction (1.2.4): - Extraction/ARAnimationContinuation (= 1.2.4) @@ -66,7 +66,7 @@ PODS: - FBSnapshotTestCase/SwiftSupport (2.1.4): - FBSnapshotTestCase/Core - FLKAutoLayout (1.0.0) - - Folly (2016.10.31.00): + - Folly (2018.10.22.00): - boost-for-react-native - DoubleConversion - glog @@ -87,51 +87,61 @@ PODS: - ORStackView (2.0.3): - FLKAutoLayout - Pulley (2.6.2) - - React (0.57.7): - - React/Core (= 0.57.7) + - React (0.59.2): + - React/Core (= 0.59.2) - react-native-mapbox-gl (6.1.4): - React - - React/Core (0.57.7): - - yoga (= 0.57.7.React) - - React/CxxBridge (0.57.7): - - Folly (= 2016.10.31.00) + - react-native-navigator-ios (1.0.0): + - React + - React/Core (0.59.2): + - yoga (= 0.59.2.React) + - React/CxxBridge (0.59.2): + - Folly (= 2018.10.22.00) - React/Core - React/cxxreact - - React/cxxreact (0.57.7): + - React/jsiexecutor + - React/cxxreact (0.59.2): - boost-for-react-native (= 1.63.0) - - Folly (= 2016.10.31.00) - - React/jschelpers + - DoubleConversion + - Folly (= 2018.10.22.00) + - glog - React/jsinspector - - React/DevSupport (0.57.7): + - React/DevSupport (0.59.2): - React/Core - React/RCTWebSocket - - React/fishhook (0.57.7) - - React/jschelpers (0.57.7): - - Folly (= 2016.10.31.00) - - React/PrivateDatabase - - React/jsinspector (0.57.7) - - React/PrivateDatabase (0.57.7) - - React/RCTActionSheet (0.57.7): + - React/fishhook (0.59.2) + - React/jsi (0.59.2): + - DoubleConversion + - Folly (= 2018.10.22.00) + - glog + - React/jsiexecutor (0.59.2): + - DoubleConversion + - Folly (= 2018.10.22.00) + - glog + - React/cxxreact + - React/jsi + - React/jsinspector (0.59.2) + - React/RCTActionSheet (0.59.2): - React/Core - - React/RCTAnimation (0.57.7): + - React/RCTAnimation (0.59.2): - React/Core - - React/RCTBlob (0.57.7): + - React/RCTBlob (0.59.2): - React/Core - - React/RCTCameraRoll (0.57.7): + - React/RCTCameraRoll (0.59.2): - React/Core - React/RCTImage - - React/RCTGeolocation (0.57.7): + - React/RCTGeolocation (0.59.2): - React/Core - - React/RCTImage (0.57.7): + - React/RCTImage (0.59.2): - React/Core - React/RCTNetwork - - React/RCTLinkingIOS (0.57.7): + - React/RCTLinkingIOS (0.59.2): - React/Core - - React/RCTNetwork (0.57.7): + - React/RCTNetwork (0.59.2): - React/Core - - React/RCTText (0.57.7): + - React/RCTText (0.59.2): - React/Core - - React/RCTWebSocket (0.57.7): + - React/RCTWebSocket (0.59.2): - React/Core - React/fishhook - React/RCTBlob @@ -152,12 +162,12 @@ PODS: - Sentry (~> 3.9.0) - Sentry/KSCrash (~> 3.9.0) - Specta (1.0.7) - - Stripe (11.2.0) - - tipsi-stripe (5.2.4): + - Stripe (14.0.0) + - tipsi-stripe (7.4.0): - React - - Stripe (~> 11.2.0) + - Stripe (~> 14.0.0) - "UIView+BooleanAnimations (1.0.2)" - - yoga (0.57.7.React) + - yoga (0.59.2.React) DEPENDENCIES: - ARGenericTableViewController @@ -173,6 +183,7 @@ DEPENDENCIES: - Keys (from `Pods/CocoaPodsKeys`) - Pulley (from `https://github.com/l2succes/Pulley.git`, branch `master`) - "react-native-mapbox-gl (from `../node_modules/@mapbox/react-native-mapbox-gl`)" + - react-native-navigator-ios (from `../node_modules/react-native-navigator-ios`) - React/DevSupport (from `../node_modules/react-native`) - RNSVG (from `../node_modules/react-native-svg`) - SAMKeychain @@ -227,6 +238,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native" react-native-mapbox-gl: :path: "../node_modules/@mapbox/react-native-mapbox-gl" + react-native-navigator-ios: + :path: "../node_modules/react-native-navigator-ios" RNSVG: :path: "../node_modules/react-native-svg" SentryReactNative: @@ -255,32 +268,33 @@ SPEC CHECKSUMS: Artsy-UIButtons: 3c396f0fad352a7b0332100e0ffcb0ca577e0082 boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd - Emission: f4f9aeb1c5e7f8d5d3f6f088f046160dcd00080a + Emission: 15cac9f45e91794fb2f603e2b24395d9fefa5094 Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5 Extraction: 642a73b8ccc7806e9a7daf95ebb4c14c374829f1 FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a FLKAutoLayout: 106b14dbae09d32c6730190f4e78a959759ba4a4 - Folly: c89ac2d5c6ab169cd7397ef27485c44f35f742c7 - glog: e8acf0ebbf99759d3ff18c86c292a5898282dcde + Folly: de497beb10f102453a1afa9edbf8cf8a251890de + glog: aefd1eb5dda2ab95ba0938556f34b98e2da3a60d ISO8601DateFormatter: 4551b6ce4f83185425f583b0b3feb3c7b59b942c Keys: 7e91fe066d4f94790fd35b5a9fc63e441cd3b6d2 KSCrash: e4cda5c8612c5f9478defcf43418f24870d313f4 "NSURL+QueryDictionary": bae616404e2adf6409d3d5c02a093cbf44c8a236 ORStackView: b9507271cb41fb9e0b3eecc6414d831201e7cf7c Pulley: 2679a2b5a9714c5eb760b1fbb535d15c60e50fb4 - React: 67899bbb285ceb9b4ee1c88b3991602ba5772ad2 + React: 9d063e2f356c8cd2f54dd550d4507740037cbabe react-native-mapbox-gl: b7309e99290963cc7fe0e34db86c6e16890cfcee + react-native-navigator-ios: 93db84cc26b6f8d776e1f504c56082f593efcd09 RNSVG: 36f6615444ab569023444e09b01a1900d964e967 SAMKeychain: 1fc9ae02f576365395758b12888c84704eebc423 SDWebImage: 098e97e6176540799c27e804c96653ee0833d13c Sentry: e2707f9a6b498277d9620a48fcb1bd3b655c8473 SentryReactNative: 3dff4e9bd82aa581dc64ff8d2524d7007cea076b Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66 - Stripe: 898f83a95d72180c6eb4acd65b2ae6158fc6a8bd - tipsi-stripe: 25a3f6ba746e9a27f7b21e928c9974d016efcd77 + Stripe: db29ad197c74aca6fb981e4e8355cf7ebd0fca5a + tipsi-stripe: a06dc6eaccd598d0c4d3094cd420c71844701c46 "UIView+BooleanAnimations": a760be9a066036e55f298b7b7350a6cb14cfcd97 - yoga: 192d724e53380b783e09b7d687a55cd8ed5188be + yoga: 3768a3026ade0fb46a68f3a31a917cf86bc34fc4 -PODFILE CHECKSUM: 1ccdde56e14a7d26fbc871fe040f9922f4385473 +PODFILE CHECKSUM: 6ce077b9f33ee2c2539754b4d34c29b0fe2abf2b COCOAPODS: 1.6.0 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index d56ff0b168..1d72db3c5f 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,4363 +7,4438 @@ objects = { /* Begin PBXAggregateTarget section */ - 00000000EBD0 /* boost-for-react-native */ = { + 00000000ED40 /* boost-for-react-native */ = { isa = PBXAggregateTarget; - buildConfigurationList = 00000000EBE0 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */; + buildConfigurationList = 00000000ED50 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */; buildPhases = ( ); dependencies = ( ); name = "boost-for-react-native"; - productName = "boost-for-react-native"; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000000007550 /* ARCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000002D0 /* ARCellData.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007560 /* ARGenericTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000002F0 /* ARGenericTableViewController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007570 /* ARSectionData.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000310 /* ARSectionData.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007580 /* ARTableViewData.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000330 /* ARTableViewData.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007590 /* ARCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000002C0 /* ARCellData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000075A0 /* ARGenericTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000002E0 /* ARGenericTableViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000075B0 /* ARSectionData.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000300 /* ARSectionData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000075C0 /* ARTableViewData.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000320 /* ARTableViewData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007610 /* ARGenericTableViewController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000007600 /* ARGenericTableViewController-dummy.m */; }; - 0000000076B0 /* ArtsyAuthentication+Accounts.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000370 /* ArtsyAuthentication+Accounts.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000076C0 /* ArtsyAuthentication+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000390 /* ArtsyAuthentication+Private.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000076D0 /* ArtsyAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000003B0 /* ArtsyAuthentication.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000076E0 /* ArtsyAuthenticationRouter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000003D0 /* ArtsyAuthenticationRouter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000076F0 /* ArtsyNetworkOperator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000003F0 /* ArtsyNetworkOperator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007700 /* ArtsyToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000410 /* ArtsyToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007710 /* Artsy+Authentication.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000350 /* Artsy+Authentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007720 /* ArtsyAuthentication+Accounts.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000360 /* ArtsyAuthentication+Accounts.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007730 /* ArtsyAuthentication+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000380 /* ArtsyAuthentication+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007740 /* ArtsyAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000003A0 /* ArtsyAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007750 /* ArtsyAuthenticationRouter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000003C0 /* ArtsyAuthenticationRouter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007760 /* ArtsyNetworkOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000003E0 /* ArtsyNetworkOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007770 /* ArtsyToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000400 /* ArtsyToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000077C0 /* Artsy+Authentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000077B0 /* Artsy+Authentication-dummy.m */; }; - 000000007860 /* UIColor+ArtsyColors.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000430 /* UIColor+ArtsyColors.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007870 /* UIColor+DebugColours.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000450 /* UIColor+DebugColours.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007880 /* UIColor+ArtsyColors.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000420 /* UIColor+ArtsyColors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007890 /* UIColor+DebugColours.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000440 /* UIColor+DebugColours.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000078E0 /* Artsy+UIColors-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000078D0 /* Artsy+UIColors-dummy.m */; }; - 000000007980 /* UIFont+ArtsyFonts.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000470 /* UIFont+ArtsyFonts.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007990 /* UIFont+ArtsyFonts.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000460 /* UIFont+ArtsyFonts.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000079E0 /* Artsy+UIFonts-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000079D0 /* Artsy+UIFonts-dummy.m */; }; - 000000007A80 /* ARButtonSubclasses.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000490 /* ARButtonSubclasses.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007A90 /* ARButtonSubclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000480 /* ARButtonSubclasses.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007AE0 /* Artsy-UIButtons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000007AD0 /* Artsy-UIButtons-dummy.m */; }; - 000000007B80 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0000000004A0 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007B90 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0000000004C0 /* bignum.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007BA0 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0000000004E0 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007BB0 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000000500 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007BC0 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000000520 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007BD0 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000000540 /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007BE0 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000000560 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007BF0 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000000590 /* strtod.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000007C00 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000004B0 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007C10 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000004D0 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007C20 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000004F0 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007C30 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000510 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007C40 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000530 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007C50 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000550 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007C60 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000570 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007C70 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000580 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007C80 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000005A0 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007C90 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000005B0 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000007CE0 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000007CD0 /* DoubleConversion-dummy.m */; }; - 000000007D80 /* ARCocoaConstantsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000005E0 /* ARCocoaConstantsModule.m */; }; - 000000007D90 /* AREmission.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000600 /* AREmission.m */; }; - 000000007DA0 /* AREmissionFontsLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000610 /* AREmissionFontsLoader.m */; }; - 000000007DB0 /* AREventsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000630 /* AREventsModule.m */; }; - 000000007DC0 /* ARSwitchBoardModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000650 /* ARSwitchBoardModule.m */; }; - 000000007DD0 /* RCTScrollView+EnclosingScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000660 /* RCTScrollView+EnclosingScrollView.m */; }; - 000000007DE0 /* ARCity+GeospatialAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000690 /* ARCity+GeospatialAdditions.m */; }; - 000000007DF0 /* ARCity.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000006B0 /* ARCity.m */; }; - 000000007E00 /* ARDottedLineManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000006E0 /* ARDottedLineManager.m */; }; - 000000007E10 /* ARNotificationsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000710 /* ARNotificationsManager.m */; }; - 000000007E20 /* ARRefineOptionsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000730 /* ARRefineOptionsModule.m */; }; - 000000007E30 /* ARTakeCameraPhotoModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000750 /* ARTakeCameraPhotoModule.m */; }; - 000000007E40 /* ARWorksForYouModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000770 /* ARWorksForYouModule.m */; }; - 000000007E50 /* ARGraphQLQueryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000007A0 /* ARGraphQLQueryCache.m */; }; - 000000007E60 /* ARGraphQLQueryPreloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000007C0 /* ARGraphQLQueryPreloader.m */; }; - 000000007E70 /* ARLoadFailureViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000007F0 /* ARLoadFailureViewManager.m */; }; - 000000007E80 /* AROpaqueImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000820 /* AROpaqueImageView.m */; }; - 000000007E90 /* AROpaqueImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000840 /* AROpaqueImageViewManager.m */; }; - 000000007EA0 /* ARSpinnerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000870 /* ARSpinnerManager.m */; }; - 000000007EB0 /* ARSwitchViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000008A0 /* ARSwitchViewManager.m */; }; - 000000007EC0 /* ARTemporaryAPIModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000008D0 /* ARTemporaryAPIModule.m */; }; - 000000007ED0 /* ARVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000900 /* ARVideoManager.m */; }; - 000000007EE0 /* ARArtistComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000930 /* ARArtistComponentViewController.m */; }; - 000000007EF0 /* ARBidFlowViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000950 /* ARBidFlowViewController.m */; }; - 000000007F00 /* ARCityBMWListComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000970 /* ARCityBMWListComponentViewController.m */; }; - 000000007F10 /* ARCityComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000990 /* ARCityComponentViewController.m */; }; - 000000007F20 /* ARCityFairListComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000009B0 /* ARCityFairListComponentViewController.m */; }; - 000000007F30 /* ARCityPickerComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000009D0 /* ARCityPickerComponentViewController.m */; }; - 000000007F40 /* ARCitySavedListComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000009F0 /* ARCitySavedListComponentViewController.m */; }; - 000000007F50 /* ARCitySectionListComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000A10 /* ARCitySectionListComponentViewController.m */; }; - 000000007F60 /* ARComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000A30 /* ARComponentViewController.m */; }; - 000000007F70 /* ARConversationComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000A50 /* ARConversationComponentViewController.m */; }; - 000000007F80 /* ARFairArtistsComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000A70 /* ARFairArtistsComponentViewController.m */; }; - 000000007F90 /* ARFairArtworksComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000A90 /* ARFairArtworksComponentViewController.m */; }; - 000000007FA0 /* ARFairBMWArtActivationComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000AB0 /* ARFairBMWArtActivationComponentViewController.m */; }; - 000000007FB0 /* ARFairBoothComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000AD0 /* ARFairBoothComponentViewController.m */; }; - 000000007FC0 /* ARFairComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000AF0 /* ARFairComponentViewController.m */; }; - 000000007FD0 /* ARFairExhibitorsComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000B10 /* ARFairExhibitorsComponentViewController.m */; }; - 000000007FE0 /* ARFairMoreInfoComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000B30 /* ARFairMoreInfoComponentViewController.m */; }; - 000000007FF0 /* ARFavoritesComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000B50 /* ARFavoritesComponentViewController.m */; }; - 000000008000 /* ARGeneComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000B70 /* ARGeneComponentViewController.m */; }; - 000000008010 /* ARHomeComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000B90 /* ARHomeComponentViewController.m */; }; - 000000008020 /* ARInboxComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000BB0 /* ARInboxComponentViewController.m */; }; - 000000008030 /* ARInquiryComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000BD0 /* ARInquiryComponentViewController.m */; }; - 000000008040 /* ARMapComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000BF0 /* ARMapComponentViewController.m */; }; - 000000008050 /* ARMapContainerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000C10 /* ARMapContainerViewController.m */; }; - 000000008060 /* ARMediaPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000C30 /* ARMediaPreviewController.m */; }; - 000000008070 /* ARMyProfileEditViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000C50 /* ARMyProfileEditViewController.m */; }; - 000000008080 /* ARMyProfileViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000C70 /* ARMyProfileViewController.m */; }; - 000000008090 /* ARMySellingProfileViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000C90 /* ARMySellingProfileViewController.m */; }; - 0000000080A0 /* ARShowArtistsComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000CB0 /* ARShowArtistsComponentViewController.m */; }; - 0000000080B0 /* ARShowArtworksComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000CD0 /* ARShowArtworksComponentViewController.m */; }; - 0000000080C0 /* ARShowComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000CF0 /* ARShowComponentViewController.m */; }; - 0000000080D0 /* ARShowConsignmentsFlowViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000D10 /* ARShowConsignmentsFlowViewController.m */; }; - 0000000080E0 /* ARShowMoreInfoComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000D30 /* ARShowMoreInfoComponentViewController.m */; }; - 0000000080F0 /* ARWorksForYouComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000D50 /* ARWorksForYouComponentViewController.m */; }; - 000000008100 /* ARCocoaConstantsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000005D0 /* ARCocoaConstantsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008110 /* AREmission.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000005F0 /* AREmission.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008120 /* AREventsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000620 /* AREventsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008130 /* ARSwitchBoardModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000640 /* ARSwitchBoardModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008140 /* ARCity+GeospatialAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000680 /* ARCity+GeospatialAdditions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008150 /* ARCity.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000006A0 /* ARCity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008160 /* ARDottedLineManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000006D0 /* ARDottedLineManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008170 /* ARNotificationsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000700 /* ARNotificationsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008180 /* ARRefineOptionsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000720 /* ARRefineOptionsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008190 /* ARTakeCameraPhotoModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000740 /* ARTakeCameraPhotoModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000081A0 /* ARWorksForYouModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000760 /* ARWorksForYouModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000081B0 /* ARGraphQLQueryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000790 /* ARGraphQLQueryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000081C0 /* ARGraphQLQueryPreloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000007B0 /* ARGraphQLQueryPreloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000081D0 /* ARLoadFailureViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000007E0 /* ARLoadFailureViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000081E0 /* AROpaqueImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000810 /* AROpaqueImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000081F0 /* AROpaqueImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000830 /* AROpaqueImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008200 /* ARSpinnerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000860 /* ARSpinnerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008210 /* ARSwitchViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000890 /* ARSwitchViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008220 /* ARTemporaryAPIModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000008C0 /* ARTemporaryAPIModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008230 /* ARVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000008F0 /* ARVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008240 /* ARArtistComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000920 /* ARArtistComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008250 /* ARBidFlowViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000940 /* ARBidFlowViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008260 /* ARCityBMWListComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000960 /* ARCityBMWListComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008270 /* ARCityComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000980 /* ARCityComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008280 /* ARCityFairListComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000009A0 /* ARCityFairListComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008290 /* ARCityPickerComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000009C0 /* ARCityPickerComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000082A0 /* ARCitySavedListComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000009E0 /* ARCitySavedListComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000082B0 /* ARCitySectionListComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000A00 /* ARCitySectionListComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000082C0 /* ARComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000A20 /* ARComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000082D0 /* ARConversationComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000A40 /* ARConversationComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000082E0 /* ARFairArtistsComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000A60 /* ARFairArtistsComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000082F0 /* ARFairArtworksComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000A80 /* ARFairArtworksComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008300 /* ARFairBMWArtActivationComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000AA0 /* ARFairBMWArtActivationComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008310 /* ARFairBoothComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000AC0 /* ARFairBoothComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008320 /* ARFairComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000AE0 /* ARFairComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008330 /* ARFairExhibitorsComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000B00 /* ARFairExhibitorsComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008340 /* ARFairMoreInfoComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000B20 /* ARFairMoreInfoComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008350 /* ARFavoritesComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000B40 /* ARFavoritesComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008360 /* ARGeneComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000B60 /* ARGeneComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008370 /* ARHomeComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000B80 /* ARHomeComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008380 /* ARInboxComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000BA0 /* ARInboxComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008390 /* ARInquiryComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000BC0 /* ARInquiryComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000083A0 /* ARMapComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000BE0 /* ARMapComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000083B0 /* ARMapContainerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000C00 /* ARMapContainerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000083C0 /* ARMediaPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000C20 /* ARMediaPreviewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000083D0 /* ARMyProfileEditViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000C40 /* ARMyProfileEditViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000083E0 /* ARMyProfileViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000C60 /* ARMyProfileViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000083F0 /* ARMySellingProfileViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000C80 /* ARMySellingProfileViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008400 /* ARShowArtistsComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000CA0 /* ARShowArtistsComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008410 /* ARShowArtworksComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000CC0 /* ARShowArtworksComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008420 /* ARShowComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000CE0 /* ARShowComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008430 /* ARShowConsignmentsFlowViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000D00 /* ARShowConsignmentsFlowViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008440 /* ARShowMoreInfoComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000D20 /* ARShowMoreInfoComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008450 /* ARWorksForYouComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000D40 /* ARWorksForYouComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000084A0 /* Emission-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000008490 /* Emission-dummy.m */; }; - 000000008540 /* EXPBlockDefinedMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000063A0 /* EXPBlockDefinedMatcher.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008550 /* EXPDoubleTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000063D0 /* EXPDoubleTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008560 /* ExpectaObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006400 /* ExpectaObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008570 /* ExpectaSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006420 /* ExpectaSupport.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008580 /* EXPExpect.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006440 /* EXPExpect.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008590 /* EXPFloatTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006460 /* EXPFloatTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000085A0 /* EXPUnsupportedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006490 /* EXPUnsupportedObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000085B0 /* EXPMatcherHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000064B0 /* EXPMatcherHelpers.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000085C0 /* EXPMatchers+beCloseTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000064D0 /* EXPMatchers+beCloseTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000085D0 /* EXPMatchers+beFalsy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000064F0 /* EXPMatchers+beFalsy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000085E0 /* EXPMatchers+beginWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006510 /* EXPMatchers+beginWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000085F0 /* EXPMatchers+beGreaterThan.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006530 /* EXPMatchers+beGreaterThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008600 /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006550 /* EXPMatchers+beGreaterThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008610 /* EXPMatchers+beIdenticalTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006570 /* EXPMatchers+beIdenticalTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008620 /* EXPMatchers+beInstanceOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006590 /* EXPMatchers+beInstanceOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008630 /* EXPMatchers+beInTheRangeOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000065B0 /* EXPMatchers+beInTheRangeOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008640 /* EXPMatchers+beKindOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000065D0 /* EXPMatchers+beKindOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008650 /* EXPMatchers+beLessThan.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000065F0 /* EXPMatchers+beLessThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008660 /* EXPMatchers+beLessThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006610 /* EXPMatchers+beLessThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008670 /* EXPMatchers+beNil.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006630 /* EXPMatchers+beNil.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008680 /* EXPMatchers+beSubclassOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006650 /* EXPMatchers+beSubclassOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008690 /* EXPMatchers+beSupersetOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006670 /* EXPMatchers+beSupersetOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000086A0 /* EXPMatchers+beTruthy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006690 /* EXPMatchers+beTruthy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000086B0 /* EXPMatchers+conformTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000066B0 /* EXPMatchers+conformTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000086C0 /* EXPMatchers+contain.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000066D0 /* EXPMatchers+contain.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000086D0 /* EXPMatchers+endWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000066F0 /* EXPMatchers+endWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000086E0 /* EXPMatchers+equal.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006710 /* EXPMatchers+equal.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000086F0 /* EXPMatchers+haveCountOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006730 /* EXPMatchers+haveCountOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008700 /* EXPMatchers+match.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006750 /* EXPMatchers+match.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008710 /* EXPMatchers+postNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006770 /* EXPMatchers+postNotification.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008720 /* EXPMatchers+raise.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006790 /* EXPMatchers+raise.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008730 /* EXPMatchers+raiseWithReason.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000067B0 /* EXPMatchers+raiseWithReason.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008740 /* EXPMatchers+respondTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000067D0 /* EXPMatchers+respondTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008750 /* NSValue+Expecta.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006810 /* NSValue+Expecta.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008760 /* EXPBlockDefinedMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006390 /* EXPBlockDefinedMatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008770 /* EXPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000063B0 /* EXPDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008780 /* EXPDoubleTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000063C0 /* EXPDoubleTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008790 /* Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000063E0 /* Expecta.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000087A0 /* ExpectaObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000063F0 /* ExpectaObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000087B0 /* ExpectaSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006410 /* ExpectaSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000087C0 /* EXPExpect.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006430 /* EXPExpect.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000087D0 /* EXPFloatTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006450 /* EXPFloatTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000087E0 /* EXPMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006470 /* EXPMatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000087F0 /* EXPUnsupportedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006480 /* EXPUnsupportedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008800 /* EXPMatcherHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000064A0 /* EXPMatcherHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008810 /* EXPMatchers+beCloseTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000064C0 /* EXPMatchers+beCloseTo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008820 /* EXPMatchers+beFalsy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000064E0 /* EXPMatchers+beFalsy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008830 /* EXPMatchers+beginWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006500 /* EXPMatchers+beginWith.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008840 /* EXPMatchers+beGreaterThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006520 /* EXPMatchers+beGreaterThan.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008850 /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006540 /* EXPMatchers+beGreaterThanOrEqualTo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008860 /* EXPMatchers+beIdenticalTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006560 /* EXPMatchers+beIdenticalTo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008870 /* EXPMatchers+beInstanceOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006580 /* EXPMatchers+beInstanceOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008880 /* EXPMatchers+beInTheRangeOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000065A0 /* EXPMatchers+beInTheRangeOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008890 /* EXPMatchers+beKindOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000065C0 /* EXPMatchers+beKindOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000088A0 /* EXPMatchers+beLessThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000065E0 /* EXPMatchers+beLessThan.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000088B0 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006600 /* EXPMatchers+beLessThanOrEqualTo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000088C0 /* EXPMatchers+beNil.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006620 /* EXPMatchers+beNil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000088D0 /* EXPMatchers+beSubclassOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006640 /* EXPMatchers+beSubclassOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000088E0 /* EXPMatchers+beSupersetOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006660 /* EXPMatchers+beSupersetOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000088F0 /* EXPMatchers+beTruthy.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006680 /* EXPMatchers+beTruthy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008900 /* EXPMatchers+conformTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000066A0 /* EXPMatchers+conformTo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008910 /* EXPMatchers+contain.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000066C0 /* EXPMatchers+contain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008920 /* EXPMatchers+endWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000066E0 /* EXPMatchers+endWith.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008930 /* EXPMatchers+equal.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006700 /* EXPMatchers+equal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008940 /* EXPMatchers+haveCountOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006720 /* EXPMatchers+haveCountOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008950 /* EXPMatchers+match.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006740 /* EXPMatchers+match.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008960 /* EXPMatchers+postNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006760 /* EXPMatchers+postNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008970 /* EXPMatchers+raise.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006780 /* EXPMatchers+raise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008980 /* EXPMatchers+raiseWithReason.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000067A0 /* EXPMatchers+raiseWithReason.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008990 /* EXPMatchers+respondTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000067C0 /* EXPMatchers+respondTo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000089A0 /* EXPMatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000067E0 /* EXPMatchers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000089B0 /* NSObject+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000067F0 /* NSObject+Expecta.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000089C0 /* NSValue+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006800 /* NSValue+Expecta.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008A10 /* Expecta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000008A00 /* Expecta-dummy.m */; }; - 000000008AB0 /* ARAnimationContinuation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000D80 /* ARAnimationContinuation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008AC0 /* ARAnimationContinuation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000D70 /* ARAnimationContinuation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008AD0 /* ARLoadFailureView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000DB0 /* ARLoadFailureView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008AE0 /* ARLoadFailureView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000DA0 /* ARLoadFailureView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008AF0 /* ARSpinner.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000DE0 /* ARSpinner.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008B00 /* ARSpinner.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000DD0 /* ARSpinner.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008B10 /* ARSwitchView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000E10 /* ARSwitchView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008B20 /* ARSwitchView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000E00 /* ARSwitchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008B30 /* UILabel+Typography.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000E40 /* UILabel+Typography.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008B40 /* UILabel+Typography.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000E30 /* UILabel+Typography.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008B50 /* UIView+ARSpinner.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000E70 /* UIView+ARSpinner.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008B60 /* UIView+ARSpinner.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000E60 /* UIView+ARSpinner.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008BB0 /* Extraction-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000008BA0 /* Extraction-dummy.m */; }; - 000000008C50 /* UIApplication+StrictKeyWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006840 /* UIApplication+StrictKeyWindow.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008C60 /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006860 /* UIImage+Compare.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008C70 /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006880 /* UIImage+Diff.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008C80 /* UIImage+Snapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000068A0 /* UIImage+Snapshot.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008C90 /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000068C0 /* FBSnapshotTestCase.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008CA0 /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000068E0 /* FBSnapshotTestCasePlatform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008CB0 /* FBSnapshotTestController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006900 /* FBSnapshotTestController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008CC0 /* UIApplication+StrictKeyWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006830 /* UIApplication+StrictKeyWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008CD0 /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006850 /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008CE0 /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006870 /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008CF0 /* UIImage+Snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006890 /* UIImage+Snapshot.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008D00 /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000068B0 /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008D10 /* FBSnapshotTestCasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000068D0 /* FBSnapshotTestCasePlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008D20 /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000068F0 /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008D30 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000000006920 /* SwiftSupport.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008D80 /* FBSnapshotTestCase-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000008D70 /* FBSnapshotTestCase-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008DC0 /* FBSnapshotTestCase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000008DB0 /* FBSnapshotTestCase-dummy.m */; }; - 000000008E60 /* NSObject+FLKAutoLayoutDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000EA0 /* NSObject+FLKAutoLayoutDebug.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008E70 /* FLKAutoLayoutPredicateList.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000EC0 /* FLKAutoLayoutPredicateList.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008E80 /* NSLayoutConstraint+FLKAutoLayoutDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000EE0 /* NSLayoutConstraint+FLKAutoLayoutDebug.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008E90 /* UIView+FLKAutoLayoutPredicate.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F00 /* UIView+FLKAutoLayoutPredicate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008EA0 /* UIView+FLKAutoLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F20 /* UIView+FLKAutoLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008EB0 /* UIView+FLKAutoLayoutDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F40 /* UIView+FLKAutoLayoutDebug.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008EC0 /* UIViewController+FLKAutoLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F60 /* UIViewController+FLKAutoLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000008ED0 /* FLKAutoLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000E80 /* FLKAutoLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008EE0 /* NSObject+FLKAutoLayoutDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000E90 /* NSObject+FLKAutoLayoutDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008EF0 /* FLKAutoLayoutPredicateList.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000EB0 /* FLKAutoLayoutPredicateList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008F00 /* NSLayoutConstraint+FLKAutoLayoutDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000ED0 /* NSLayoutConstraint+FLKAutoLayoutDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008F10 /* UIView+FLKAutoLayoutPredicate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000EF0 /* UIView+FLKAutoLayoutPredicate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008F20 /* UIView+FLKAutoLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000F10 /* UIView+FLKAutoLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008F30 /* UIView+FLKAutoLayoutDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000F30 /* UIView+FLKAutoLayoutDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008F40 /* UIViewController+FLKAutoLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000F50 /* UIViewController+FLKAutoLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000008F90 /* FLKAutoLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000008F80 /* FLKAutoLayout-dummy.m */; }; - 000000009030 /* Bits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F70 /* Bits.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009040 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F80 /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009050 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F90 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009060 /* StringBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000FA0 /* StringBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009070 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000FB0 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009080 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000FC0 /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009090 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000FD0 /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000090A0 /* BitsFunctexcept.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000FE0 /* BitsFunctexcept.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000090B0 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000FF0 /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009100 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000090F0 /* Folly-dummy.m */; }; - 0000000091A0 /* ISO8601DateFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001010 /* ISO8601DateFormatter.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000091B0 /* ISO8601DateFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001000 /* ISO8601DateFormatter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009200 /* ISO8601DateFormatter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000091F0 /* ISO8601DateFormatter-dummy.m */; }; - 0000000092A0 /* KSCrashInstallation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001040 /* KSCrashInstallation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000092B0 /* KSCString.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001070 /* KSCString.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000092C0 /* KSCrashInstallation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001030 /* KSCrashInstallation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000092D0 /* KSCrashInstallation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001050 /* KSCrashInstallation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000092E0 /* KSCString.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001060 /* KSCString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000092F0 /* KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000010A0 /* KSCrash.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009300 /* KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000010B0 /* KSCrashC.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009310 /* KSCrashCachedData.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000010D0 /* KSCrashCachedData.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009320 /* KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001100 /* KSCrashDoctor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009330 /* KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001110 /* KSCrashReport.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009340 /* KSCrashReportFixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001140 /* KSCrashReportFixer.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009350 /* KSCrashReportStore.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001160 /* KSCrashReportStore.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009360 /* KSCrashMonitor.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000011B0 /* KSCrashMonitor.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009370 /* KSCrashMonitorType.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000011E0 /* KSCrashMonitorType.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009380 /* KSCrashMonitor_AppState.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001200 /* KSCrashMonitor_AppState.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009390 /* KSCrashMonitor_CPPException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001220 /* KSCrashMonitor_CPPException.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000093A0 /* KSCrashMonitor_Deadlock.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001250 /* KSCrashMonitor_Deadlock.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000093B0 /* KSCrashMonitor_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001260 /* KSCrashMonitor_MachException.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000093C0 /* KSCrashMonitor_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001290 /* KSCrashMonitor_NSException.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000093D0 /* KSCrashMonitor_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000012A0 /* KSCrashMonitor_Signal.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000093E0 /* KSCrashMonitor_System.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000012D0 /* KSCrashMonitor_System.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000093F0 /* KSCrashMonitor_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000012E0 /* KSCrashMonitor_User.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009400 /* KSCrashMonitor_Zombie.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001300 /* KSCrashMonitor_Zombie.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009410 /* KSCPU.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001320 /* KSCPU.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009420 /* KSCPU_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001350 /* KSCPU_arm.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009430 /* KSCPU_arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001360 /* KSCPU_arm64.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009440 /* KSCPU_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001370 /* KSCPU_x86_32.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009450 /* KSCPU_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001380 /* KSCPU_x86_64.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009460 /* KSDate.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001390 /* KSDate.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009470 /* KSDebug.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000013B0 /* KSDebug.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009480 /* KSDemangle_CPP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000013D0 /* KSDemangle_CPP.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009490 /* KSDemangle_Swift.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000013F0 /* KSDemangle_Swift.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000094A0 /* KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001410 /* KSDynamicLinker.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000094B0 /* KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001430 /* KSFileUtils.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000094C0 /* KSID.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001450 /* KSID.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000094D0 /* KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001470 /* KSJSONCodec.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000094E0 /* KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000014A0 /* KSJSONCodecObjC.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000094F0 /* KSLogger.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000014B0 /* KSLogger.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009500 /* KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000014D0 /* KSMach.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009510 /* KSMachineContext.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000014F0 /* KSMachineContext.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009520 /* KSMemory.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001520 /* KSMemory.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009530 /* KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001540 /* KSObjC.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009540 /* KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001570 /* KSSignalInfo.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009550 /* KSStackCursor.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001590 /* KSStackCursor.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009560 /* KSStackCursor_Backtrace.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000015B0 /* KSStackCursor_Backtrace.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009570 /* KSStackCursor_MachineContext.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000015D0 /* KSStackCursor_MachineContext.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009580 /* KSStackCursor_SelfThread.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000015F0 /* KSStackCursor_SelfThread.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009590 /* KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001610 /* KSString.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000095A0 /* KSSymbolicator.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001630 /* KSSymbolicator.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000095B0 /* KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001650 /* KSSysCtl.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000095C0 /* KSThread.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001670 /* KSThread.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000095D0 /* NSError+SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000016A0 /* NSError+SimpleConstructor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000095E0 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001730 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0000000095F0 /* Punycode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001790 /* Punycode.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009600 /* KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001090 /* KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009610 /* KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000010C0 /* KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009620 /* KSCrashCachedData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000010E0 /* KSCrashCachedData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009630 /* KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000010F0 /* KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009640 /* KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001120 /* KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009650 /* KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001130 /* KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009660 /* KSCrashReportFixer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001150 /* KSCrashReportFixer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009670 /* KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001170 /* KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009680 /* KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001180 /* KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009690 /* KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001190 /* KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000096A0 /* KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000011A0 /* KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000096B0 /* KSCrashMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000011C0 /* KSCrashMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000096C0 /* KSCrashMonitorContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000011D0 /* KSCrashMonitorContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000096D0 /* KSCrashMonitorType.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000011F0 /* KSCrashMonitorType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000096E0 /* KSCrashMonitor_AppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001210 /* KSCrashMonitor_AppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000096F0 /* KSCrashMonitor_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001230 /* KSCrashMonitor_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009700 /* KSCrashMonitor_Deadlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001240 /* KSCrashMonitor_Deadlock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009710 /* KSCrashMonitor_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001270 /* KSCrashMonitor_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009720 /* KSCrashMonitor_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001280 /* KSCrashMonitor_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009730 /* KSCrashMonitor_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000012B0 /* KSCrashMonitor_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009740 /* KSCrashMonitor_System.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000012C0 /* KSCrashMonitor_System.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009750 /* KSCrashMonitor_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000012F0 /* KSCrashMonitor_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009760 /* KSCrashMonitor_Zombie.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001310 /* KSCrashMonitor_Zombie.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009770 /* KSCPU.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001330 /* KSCPU.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009780 /* KSCPU_Apple.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001340 /* KSCPU_Apple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009790 /* KSDate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000013A0 /* KSDate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000097A0 /* KSDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000013C0 /* KSDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000097B0 /* KSDemangle_CPP.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000013E0 /* KSDemangle_CPP.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000097C0 /* KSDemangle_Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001400 /* KSDemangle_Swift.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000097D0 /* KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001420 /* KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000097E0 /* KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001440 /* KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000097F0 /* KSID.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001460 /* KSID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009800 /* KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001480 /* KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009810 /* KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001490 /* KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009820 /* KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000014C0 /* KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009830 /* KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000014E0 /* KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009840 /* KSMachineContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001500 /* KSMachineContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009850 /* KSMachineContext_Apple.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001510 /* KSMachineContext_Apple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009860 /* KSMemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001530 /* KSMemory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009870 /* KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001550 /* KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009880 /* KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001560 /* KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009890 /* KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001580 /* KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000098A0 /* KSStackCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000015A0 /* KSStackCursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000098B0 /* KSStackCursor_Backtrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000015C0 /* KSStackCursor_Backtrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000098C0 /* KSStackCursor_MachineContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000015E0 /* KSStackCursor_MachineContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000098D0 /* KSStackCursor_SelfThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001600 /* KSStackCursor_SelfThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000098E0 /* KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001620 /* KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000098F0 /* KSSymbolicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001640 /* KSSymbolicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009900 /* KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001660 /* KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009910 /* KSThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001680 /* KSThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009920 /* NSError+SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001690 /* NSError+SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009930 /* None.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000016B0 /* None.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009940 /* Optional.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000016C0 /* Optional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009950 /* StringRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000016D0 /* StringRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009960 /* llvm-config.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000016E0 /* llvm-config.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009970 /* AlignOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000016F0 /* AlignOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009980 /* Casting.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001700 /* Casting.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009990 /* Compiler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001710 /* Compiler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000099A0 /* type_traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001720 /* type_traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000099B0 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001740 /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000099C0 /* DemangleNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001750 /* DemangleNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000099D0 /* Fallthrough.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001760 /* Fallthrough.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000099E0 /* LLVM.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001770 /* LLVM.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0000000099F0 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001780 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009A00 /* Punycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000017A0 /* Punycode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009A10 /* SwiftStrings.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000017B0 /* SwiftStrings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009A20 /* KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000017C0 /* KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009A30 /* Container+DeepSearch.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001820 /* Container+DeepSearch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009A40 /* NSData+GZip.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001850 /* NSData+GZip.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009A50 /* Container+DeepSearch.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001810 /* Container+DeepSearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009A60 /* KSVarArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001830 /* KSVarArgs.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009A70 /* NSData+GZip.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001840 /* NSData+GZip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009A80 /* KSCrashReportFilterBasic.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001880 /* KSCrashReportFilterBasic.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009A90 /* KSCrashReportFilterBasic.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001870 /* KSCrashReportFilterBasic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009AE0 /* KSCrash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000009AD0 /* KSCrash-dummy.m */; }; - 000000009B80 /* EmissionKeys.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000018A0 /* EmissionKeys.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009B90 /* EmissionKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001890 /* EmissionKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009BE0 /* Keys-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000009BD0 /* Keys-dummy.m */; }; - 000000009C80 /* NSURL+QueryDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000018C0 /* NSURL+QueryDictionary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009C90 /* NSURL+QueryDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000018B0 /* NSURL+QueryDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009CE0 /* NSURL+QueryDictionary-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000009CD0 /* NSURL+QueryDictionary-dummy.m */; }; - 000000009D80 /* ORSplitStackView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000018E0 /* ORSplitStackView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009D90 /* ORStackScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001900 /* ORStackScrollView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009DA0 /* ORStackView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001920 /* ORStackView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009DB0 /* ORTagBasedAutoStackView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001940 /* ORTagBasedAutoStackView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009DC0 /* ORStackView+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001960 /* ORStackView+Private.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009DD0 /* ORSplitStackView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000018D0 /* ORSplitStackView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009DE0 /* ORStackScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000018F0 /* ORStackScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009DF0 /* ORStackView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001910 /* ORStackView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009E00 /* ORTagBasedAutoStackView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001930 /* ORTagBasedAutoStackView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009E10 /* ORStackView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001950 /* ORStackView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009E60 /* ORStackView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000009E50 /* ORStackView-dummy.m */; }; - 000000009F00 /* PulleyPassthroughScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000000001970 /* PulleyPassthroughScrollView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009F10 /* PulleyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000000001980 /* PulleyViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009F20 /* UIView+constrainToParent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000000001990 /* UIView+constrainToParent.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009F30 /* UIViewController+PulleyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0000000019A0 /* UIViewController+PulleyViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 000000009F80 /* Pulley-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000009F70 /* Pulley-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 000000009FC0 /* Pulley-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000009FB0 /* Pulley-dummy.m */; }; - 00000000A060 /* RNSVGBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000019D0 /* RNSVGBrush.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A070 /* RNSVGPainter.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001A00 /* RNSVGPainter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A080 /* RNSVGPainterBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001A20 /* RNSVGPainterBrush.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A090 /* RNSVGSolidColorBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001A40 /* RNSVGSolidColorBrush.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A0A0 /* RNSVGClipPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001A70 /* RNSVGClipPath.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A0B0 /* RNSVGDefs.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001A90 /* RNSVGDefs.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A0C0 /* RNSVGGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001AB0 /* RNSVGGroup.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A0D0 /* RNSVGImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001AD0 /* RNSVGImage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A0E0 /* RNSVGLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001AF0 /* RNSVGLinearGradient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A0F0 /* RNSVGMask.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001B10 /* RNSVGMask.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A100 /* RNSVGPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001B30 /* RNSVGPath.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A110 /* RNSVGPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001B40 /* RNSVGPattern.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A120 /* RNSVGRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001B60 /* RNSVGRadialGradient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A130 /* RNSVGSvgView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001B80 /* RNSVGSvgView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A140 /* RNSVGSymbol.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001BA0 /* RNSVGSymbol.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A150 /* RNSVGUse.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001BC0 /* RNSVGUse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A160 /* RNSVGNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001BF0 /* RNSVGNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A170 /* RNSVGRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001C20 /* RNSVGRenderable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A180 /* RNSVGCircle.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001C50 /* RNSVGCircle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A190 /* RNSVGEllipse.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001C70 /* RNSVGEllipse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A1A0 /* RNSVGLine.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001C90 /* RNSVGLine.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A1B0 /* RNSVGRect.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001CB0 /* RNSVGRect.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A1C0 /* RNSVGFontData.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001CE0 /* RNSVGFontData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A1D0 /* RNSVGGlyphContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001D00 /* RNSVGGlyphContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A1E0 /* RNSVGPropHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001D20 /* RNSVGPropHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A1F0 /* RNSVGText.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001D40 /* RNSVGText.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A200 /* RNSVGTextPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001D60 /* RNSVGTextPath.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A210 /* RNSVGTextProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001D80 /* RNSVGTextProperties.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A220 /* RNSVGTSpan.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001DA0 /* RNSVGTSpan.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A230 /* RCTConvert+RNSVG.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001DD0 /* RCTConvert+RNSVG.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A240 /* RNSVGBezierElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001DF0 /* RNSVGBezierElement.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A250 /* RNSVGLength.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001E20 /* RNSVGLength.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A260 /* RNSVGPathParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001E40 /* RNSVGPathParser.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A270 /* RNSVGPercentageConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001E60 /* RNSVGPercentageConverter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A280 /* RNSVGViewBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001EA0 /* RNSVGViewBox.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A290 /* RNSVGCircleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001ED0 /* RNSVGCircleManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A2A0 /* RNSVGClipPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001EF0 /* RNSVGClipPathManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A2B0 /* RNSVGDefsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001F10 /* RNSVGDefsManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A2C0 /* RNSVGEllipseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001F30 /* RNSVGEllipseManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A2D0 /* RNSVGGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001F50 /* RNSVGGroupManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A2E0 /* RNSVGImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001F70 /* RNSVGImageManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A2F0 /* RNSVGLinearGradientManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001F90 /* RNSVGLinearGradientManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A300 /* RNSVGLineManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001FB0 /* RNSVGLineManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A310 /* RNSVGMaskManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001FD0 /* RNSVGMaskManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A320 /* RNSVGNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001FF0 /* RNSVGNodeManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A330 /* RNSVGPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002010 /* RNSVGPathManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A340 /* RNSVGPatternManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002030 /* RNSVGPatternManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A350 /* RNSVGRadialGradientManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002050 /* RNSVGRadialGradientManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A360 /* RNSVGRectManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002070 /* RNSVGRectManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A370 /* RNSVGRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002090 /* RNSVGRenderableManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A380 /* RNSVGSvgViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000020B0 /* RNSVGSvgViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A390 /* RNSVGSymbolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000020D0 /* RNSVGSymbolManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A3A0 /* RNSVGTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000020F0 /* RNSVGTextManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A3B0 /* RNSVGTextPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002110 /* RNSVGTextPathManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A3C0 /* RNSVGTSpanManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002130 /* RNSVGTSpanManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A3D0 /* RNSVGUseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002150 /* RNSVGUseManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A3E0 /* RNSVGBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000019C0 /* RNSVGBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A3F0 /* RNSVGBrushType.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000019E0 /* RNSVGBrushType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A400 /* RNSVGPainter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000019F0 /* RNSVGPainter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A410 /* RNSVGPainterBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001A10 /* RNSVGPainterBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A420 /* RNSVGSolidColorBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001A30 /* RNSVGSolidColorBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A430 /* RNSVGClipPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001A60 /* RNSVGClipPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A440 /* RNSVGDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001A80 /* RNSVGDefs.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A450 /* RNSVGGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001AA0 /* RNSVGGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A460 /* RNSVGImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001AC0 /* RNSVGImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A470 /* RNSVGLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001AE0 /* RNSVGLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A480 /* RNSVGMask.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001B00 /* RNSVGMask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A490 /* RNSVGPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001B20 /* RNSVGPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A4A0 /* RNSVGRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001B50 /* RNSVGRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A4B0 /* RNSVGSvgView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001B70 /* RNSVGSvgView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A4C0 /* RNSVGSymbol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001B90 /* RNSVGSymbol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A4D0 /* RNSVGUse.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001BB0 /* RNSVGUse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A4E0 /* RNSVGContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001BD0 /* RNSVGContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A4F0 /* RNSVGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001BE0 /* RNSVGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A500 /* RNSVGPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001C00 /* RNSVGPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A510 /* RNSVGRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001C10 /* RNSVGRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A520 /* RNSVGCircle.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001C40 /* RNSVGCircle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A530 /* RNSVGEllipse.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001C60 /* RNSVGEllipse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A540 /* RNSVGLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001C80 /* RNSVGLine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A550 /* RNSVGRect.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001CA0 /* RNSVGRect.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A560 /* RNSVGFontData.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001CD0 /* RNSVGFontData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A570 /* RNSVGGlyphContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001CF0 /* RNSVGGlyphContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A580 /* RNSVGPropHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001D10 /* RNSVGPropHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A590 /* RNSVGText.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001D30 /* RNSVGText.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A5A0 /* RNSVGTextPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001D50 /* RNSVGTextPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A5B0 /* RNSVGTextProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001D70 /* RNSVGTextProperties.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A5C0 /* RNSVGTSpan.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001D90 /* RNSVGTSpan.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A5D0 /* RCTConvert+RNSVG.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001DC0 /* RCTConvert+RNSVG.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A5E0 /* RNSVGBezierElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001DE0 /* RNSVGBezierElement.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A5F0 /* RNSVGCGFCRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001E00 /* RNSVGCGFCRule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A600 /* RNSVGLength.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001E10 /* RNSVGLength.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A610 /* RNSVGPathParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001E30 /* RNSVGPathParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A620 /* RNSVGPercentageConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001E50 /* RNSVGPercentageConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A630 /* RNSVGUnits.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001E70 /* RNSVGUnits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A640 /* RNSVGVBMOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001E80 /* RNSVGVBMOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A650 /* RNSVGViewBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001E90 /* RNSVGViewBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A660 /* RNSVGCircleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001EC0 /* RNSVGCircleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A670 /* RNSVGClipPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001EE0 /* RNSVGClipPathManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A680 /* RNSVGDefsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001F00 /* RNSVGDefsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A690 /* RNSVGEllipseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001F20 /* RNSVGEllipseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A6A0 /* RNSVGGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001F40 /* RNSVGGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A6B0 /* RNSVGImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001F60 /* RNSVGImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A6C0 /* RNSVGLinearGradientManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001F80 /* RNSVGLinearGradientManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A6D0 /* RNSVGLineManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001FA0 /* RNSVGLineManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A6E0 /* RNSVGMaskManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001FC0 /* RNSVGMaskManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A6F0 /* RNSVGNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001FE0 /* RNSVGNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A700 /* RNSVGPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002000 /* RNSVGPathManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A710 /* RNSVGPatternManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002020 /* RNSVGPatternManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A720 /* RNSVGRadialGradientManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002040 /* RNSVGRadialGradientManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A730 /* RNSVGRectManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002060 /* RNSVGRectManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A740 /* RNSVGRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002080 /* RNSVGRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A750 /* RNSVGSvgViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000020A0 /* RNSVGSvgViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A760 /* RNSVGSymbolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000020C0 /* RNSVGSymbolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A770 /* RNSVGTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000020E0 /* RNSVGTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A780 /* RNSVGTextPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002100 /* RNSVGTextPathManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A790 /* RNSVGTSpanManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002120 /* RNSVGTSpanManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A7A0 /* RNSVGUseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002140 /* RNSVGUseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000A7F0 /* RNSVG-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000A7E0 /* RNSVG-dummy.m */; }; - 00000000A890 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002190 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A8A0 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000021C0 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A8B0 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002210 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A8C0 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002230 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A8D0 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002250 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A8E0 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002280 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A8F0 /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000022B0 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A900 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000022D0 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A910 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000022F0 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A920 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002310 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A930 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002350 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A940 /* RCTJSCErrorHandling.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002370 /* RCTJSCErrorHandling.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A950 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002390 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A960 /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000023B0 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A970 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000023D0 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A980 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000023F0 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A990 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002410 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A9A0 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002430 /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A9B0 /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002450 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A9C0 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002470 /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A9D0 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000024A0 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A9E0 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000024C0 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000A9F0 /* RCTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000024E0 /* RCTPlatform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AA00 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002500 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AA10 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002520 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AA20 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002540 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AA30 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002580 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AA40 /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000025A0 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AA50 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000025E0 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AA60 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002600 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AA70 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002630 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AA80 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002660 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AA90 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002690 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AAA0 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000026B0 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AAB0 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000026E0 /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AAC0 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002710 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AAD0 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002730 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AAE0 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002750 /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AAF0 /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002780 /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AB00 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000027A0 /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AB10 /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000027C0 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AB20 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000027E0 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AB30 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002800 /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AB40 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002820 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AB50 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002840 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AB60 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002860 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AB70 /* RCTExceptionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002880 /* RCTExceptionsManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AB80 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000028A0 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AB90 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000028C0 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ABA0 /* RCTJSCSamplingProfiler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000028E0 /* RCTJSCSamplingProfiler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ABB0 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002900 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ABC0 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002920 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ABD0 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002940 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ABE0 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002960 /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ABF0 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002980 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AC00 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000029A0 /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AC10 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000029C0 /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AC20 /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000029E0 /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AC30 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002A00 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AC40 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002A20 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AC50 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002A40 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AC60 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002A70 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AC70 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002A90 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AC80 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002AB0 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AC90 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002B20 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ACA0 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002B50 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ACB0 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002B70 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ACC0 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002BB0 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ACD0 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002BF0 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ACE0 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002C10 /* RCTConvert+CoreLocation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ACF0 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002C30 /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AD00 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002C50 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AD10 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002C70 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AD20 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002C90 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AD30 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002CB0 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AD40 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002CD0 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AD50 /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002CF0 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AD60 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002D10 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AD70 /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002D30 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AD80 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002D50 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AD90 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002D70 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ADA0 /* RCTNavigator.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002D90 /* RCTNavigator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ADB0 /* RCTNavigatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002DB0 /* RCTNavigatorManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ADC0 /* RCTNavItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002DD0 /* RCTNavItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ADD0 /* RCTNavItemManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002DF0 /* RCTNavItemManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ADE0 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002E10 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ADF0 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002E30 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AE00 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002E60 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AE10 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002E80 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AE20 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002EA0 /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AE30 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002EC0 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AE40 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002EE0 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AE50 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002F00 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AE60 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002F20 /* RCTShadowView+Internal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AE70 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002F40 /* RCTShadowView+Layout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AE80 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002F60 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AE90 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002F80 /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AEA0 /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002FA0 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AEB0 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002FC0 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AEC0 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002FE0 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AED0 /* RCTTabBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003000 /* RCTTabBar.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AEE0 /* RCTTabBarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003020 /* RCTTabBarItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AEF0 /* RCTTabBarItemManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003040 /* RCTTabBarItemManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AF00 /* RCTTabBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003060 /* RCTTabBarManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AF10 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003090 /* RCTView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AF20 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000030B0 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AF30 /* RCTWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000030D0 /* RCTWebView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AF40 /* RCTWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000030F0 /* RCTWebViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AF50 /* RCTWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003110 /* RCTWKWebView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AF60 /* RCTWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003130 /* RCTWKWebViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AF70 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003150 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AF80 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003180 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AF90 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000031A0 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AFA0 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000031C0 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AFB0 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000031E0 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AFC0 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003220 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AFD0 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003240 /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AFE0 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003260 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000AFF0 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003280 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000B000 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000032A0 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000B010 /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000032D0 /* UIView+React.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000B020 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002180 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B030 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000021A0 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B040 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000021B0 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B050 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000021D0 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B060 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000021E0 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B070 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000021F0 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B080 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002200 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B090 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002220 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B0A0 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002240 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B0B0 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002260 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B0C0 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002270 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B0D0 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002290 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B0E0 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000022A0 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B0F0 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000022C0 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B100 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000022E0 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B110 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002300 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B120 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002320 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B130 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002330 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B140 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002340 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B150 /* RCTJSCErrorHandling.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002360 /* RCTJSCErrorHandling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B160 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002380 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B170 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000023A0 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B180 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000023C0 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B190 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000023E0 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B1A0 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002400 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B1B0 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002420 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B1C0 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002440 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B1D0 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002460 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B1E0 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002480 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B1F0 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002490 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B200 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000024B0 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B210 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000024D0 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B220 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000024F0 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B230 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002510 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B240 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002530 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B250 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002550 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B260 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002560 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B270 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002570 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B280 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002590 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B290 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000025B0 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B2A0 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000025C0 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B2B0 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000025D0 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B2C0 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000025F0 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B2D0 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002620 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B2E0 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002640 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B2F0 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002650 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B300 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002670 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B310 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002680 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B320 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000026A0 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B330 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000026C0 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B340 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000026D0 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B350 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002700 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B360 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002720 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B370 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002740 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B380 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002770 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B390 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002790 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B3A0 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000027B0 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B3B0 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000027D0 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B3C0 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000027F0 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B3D0 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002810 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B3E0 /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002830 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B3F0 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002850 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B400 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002870 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B410 /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002890 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B420 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000028B0 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B430 /* RCTJSCSamplingProfiler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000028D0 /* RCTJSCSamplingProfiler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B440 /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000028F0 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B450 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002910 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B460 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002930 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B470 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002950 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B480 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002970 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B490 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002990 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B4A0 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000029B0 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B4B0 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000029D0 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B4C0 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000029F0 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B4D0 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002A10 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B4E0 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002A30 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B4F0 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002A60 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B500 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002A80 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B510 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002AA0 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B520 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002B10 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B530 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002B40 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B540 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002B60 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B550 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002B80 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B560 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002B90 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B570 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002BA0 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B580 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002BC0 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B590 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002BD0 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B5A0 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002BE0 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B5B0 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002C00 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B5C0 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002C20 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B5D0 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002C40 /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B5E0 /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002C60 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B5F0 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002C80 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B600 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002CA0 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B610 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002CC0 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B620 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002CE0 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B630 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002D00 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B640 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002D20 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B650 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002D40 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B660 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002D60 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B670 /* RCTNavigator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002D80 /* RCTNavigator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B680 /* RCTNavigatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002DA0 /* RCTNavigatorManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B690 /* RCTNavItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002DC0 /* RCTNavItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B6A0 /* RCTNavItemManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002DE0 /* RCTNavItemManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B6B0 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002E00 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B6C0 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002E20 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B6D0 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002E40 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B6E0 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002E50 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B6F0 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002E70 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B700 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002E90 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B710 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002EB0 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B720 /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002ED0 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B730 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002EF0 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B740 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002F10 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B750 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002F30 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B760 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002F50 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B770 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002F70 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B780 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002F90 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B790 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002FB0 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B7A0 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002FD0 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B7B0 /* RCTTabBar.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002FF0 /* RCTTabBar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B7C0 /* RCTTabBarItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003010 /* RCTTabBarItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B7D0 /* RCTTabBarItemManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003030 /* RCTTabBarItemManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B7E0 /* RCTTabBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003050 /* RCTTabBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B7F0 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003070 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B800 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003080 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B810 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000030A0 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B820 /* RCTWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000030C0 /* RCTWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B830 /* RCTWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000030E0 /* RCTWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B840 /* RCTWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003100 /* RCTWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B850 /* RCTWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003120 /* RCTWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B860 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003140 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B870 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003170 /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B880 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003190 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B890 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000031B0 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B8A0 /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000031D0 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B8B0 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003200 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B8C0 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003210 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B8D0 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003230 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B8E0 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003250 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B8F0 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003270 /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B900 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003290 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B910 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000032B0 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B920 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000032C0 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000B930 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 000000002AC0 /* RCTProfileTrampoline-arm.S */; }; - 00000000B940 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 000000002AD0 /* RCTProfileTrampoline-arm64.S */; }; - 00000000B950 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 000000002AE0 /* RCTProfileTrampoline-i386.S */; }; - 00000000B960 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 000000002AF0 /* RCTProfileTrampoline-x86_64.S */; }; - 00000000B970 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003310 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000B980 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003320 /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000B990 /* RCTJSCHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003350 /* RCTJSCHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000B9A0 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003370 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000B9B0 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003390 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000B9C0 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000033D0 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000B9D0 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000033F0 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000B9E0 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003410 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000B9F0 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003430 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BA00 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003460 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BA10 /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003300 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BA20 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003330 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BA30 /* RCTJSCHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003340 /* RCTJSCHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BA40 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003360 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BA50 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003380 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BA60 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000033B0 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BA70 /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000033C0 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BA80 /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000033E0 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BA90 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003400 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BAA0 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003420 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BAB0 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003450 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BAC0 /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000034A0 /* RCTDevLoadingView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BAD0 /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000034C0 /* RCTDevMenu.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BAE0 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000034E0 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BAF0 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003500 /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BB00 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003520 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BB10 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003550 /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BB20 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003570 /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BB30 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003490 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BB40 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000034B0 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BB50 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000034D0 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BB60 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000034F0 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BB70 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003510 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BB80 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003540 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BB90 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003560 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BBA0 /* PrivateDataBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000003590 /* PrivateDataBase.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BBB0 /* PrivateDataBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000035A0 /* PrivateDataBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BBC0 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000035D0 /* RCTActionSheetManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BBD0 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000035C0 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BBE0 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003620 /* RCTDecayAnimation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BBF0 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003640 /* RCTEventAnimation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BC00 /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003660 /* RCTFrameAnimation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BC10 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003680 /* RCTSpringAnimation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BC20 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000036B0 /* RCTAdditionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BC30 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000036D0 /* RCTAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BC40 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000036F0 /* RCTDiffClampAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BC50 /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003710 /* RCTDivisionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BC60 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003730 /* RCTInterpolationAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BC70 /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003750 /* RCTModuloAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BC80 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003770 /* RCTMultiplicationAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BC90 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003790 /* RCTPropsAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BCA0 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000037B0 /* RCTStyleAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BCB0 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000037D0 /* RCTSubtractionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BCC0 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000037F0 /* RCTTrackingAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BCD0 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003810 /* RCTTransformAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BCE0 /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003830 /* RCTValueAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BCF0 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003850 /* RCTAnimationUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BD00 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003870 /* RCTNativeAnimatedModule.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BD10 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003890 /* RCTNativeAnimatedNodesManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BD20 /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003600 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BD30 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003610 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BD40 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003630 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BD50 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003650 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BD60 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003670 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BD70 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000036A0 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BD80 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000036C0 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BD90 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000036E0 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BDA0 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003700 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BDB0 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003720 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BDC0 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003740 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BDD0 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003760 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BDE0 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003780 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BDF0 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000037A0 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BE00 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000037C0 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BE10 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000037E0 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BE20 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003800 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BE30 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003820 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BE40 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003840 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BE50 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003860 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BE60 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003880 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BE70 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000038C0 /* RCTBlobManager.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BE80 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000038E0 /* RCTFileReaderModule.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BE90 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000038B0 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BEA0 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000038D0 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BEB0 /* RCTAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003910 /* RCTAssetsLibraryRequestHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BEC0 /* RCTCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003930 /* RCTCameraRollManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BED0 /* RCTImagePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003950 /* RCTImagePickerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BEE0 /* RCTPhotoLibraryImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003970 /* RCTPhotoLibraryImageLoader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BEF0 /* RCTAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003900 /* RCTAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BF00 /* RCTCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003920 /* RCTCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BF10 /* RCTImagePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003940 /* RCTImagePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BF20 /* RCTPhotoLibraryImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003960 /* RCTPhotoLibraryImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BF30 /* RCTLocationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000039A0 /* RCTLocationObserver.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BF40 /* RCTLocationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003990 /* RCTLocationObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000BF50 /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000039D0 /* RCTGIFImageDecoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BF60 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000039F0 /* RCTImageBlurUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BF70 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003A10 /* RCTImageCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BF80 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003A30 /* RCTImageEditingManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BF90 /* RCTImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003A50 /* RCTImageLoader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BFA0 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003A70 /* RCTImageShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BFB0 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003A90 /* RCTImageStoreManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BFC0 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003AB0 /* RCTImageUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BFD0 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003AD0 /* RCTImageView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BFE0 /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003AF0 /* RCTImageViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000BFF0 /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003B10 /* RCTLocalAssetImageLoader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C000 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003B30 /* RCTResizeMode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C010 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000039C0 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C020 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000039E0 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C030 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003A00 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C040 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003A20 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C050 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003A40 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C060 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003A60 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C070 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003A80 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C080 /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003AA0 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C090 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003AC0 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C0A0 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003AE0 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C0B0 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003B00 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C0C0 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003B20 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C0D0 /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003B60 /* RCTLinkingManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C0E0 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003B50 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C0F0 /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003B90 /* RCTDataRequestHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C100 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003BB0 /* RCTFileRequestHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C110 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003BD0 /* RCTHTTPRequestHandler.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C120 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003BF0 /* RCTNetInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C130 /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003C10 /* RCTNetworking.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C140 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003C30 /* RCTNetworkTask.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C150 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003B80 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C160 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003BA0 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C170 /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003BC0 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C180 /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003BE0 /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C190 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003C00 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C1A0 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003C20 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C1B0 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003C70 /* RCTBaseTextShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C1C0 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003C90 /* RCTBaseTextViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C1D0 /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003CC0 /* RCTRawTextShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C1E0 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003CE0 /* RCTRawTextViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C1F0 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003D00 /* RCTConvert+Text.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C200 /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003D20 /* RCTTextAttributes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C210 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003D60 /* NSTextStorage+FontScaling.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C220 /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003D80 /* RCTTextShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C230 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003DA0 /* RCTTextView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C240 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003DC0 /* RCTTextViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C250 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003E00 /* RCTMultilineTextInputView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C260 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003E20 /* RCTMultilineTextInputViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C270 /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003E40 /* RCTUITextView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C280 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003E70 /* RCTBackedTextInputDelegateAdapter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C290 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003EA0 /* RCTBaseTextInputShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C2A0 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003EC0 /* RCTBaseTextInputView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C2B0 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003EE0 /* RCTBaseTextInputViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C2C0 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003F00 /* RCTInputAccessoryShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C2D0 /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003F20 /* RCTInputAccessoryView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C2E0 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003F40 /* RCTInputAccessoryViewContent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C2F0 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003F60 /* RCTInputAccessoryViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C300 /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003F80 /* RCTTextSelection.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C310 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003FB0 /* RCTSinglelineTextInputView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C320 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003FD0 /* RCTSinglelineTextInputViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C330 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003FF0 /* RCTUITextField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C340 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004020 /* RCTVirtualTextShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C350 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004040 /* RCTVirtualTextViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C360 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003C60 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C370 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003C80 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C380 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003CB0 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C390 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003CD0 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C3A0 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003CF0 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C3B0 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003D10 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C3C0 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003D30 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C3D0 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003D50 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C3E0 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003D70 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C3F0 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003D90 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C400 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003DB0 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C410 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003DF0 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C420 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003E10 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C430 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003E30 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C440 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003E50 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C450 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003E60 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C460 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003E80 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C470 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003E90 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C480 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003EB0 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C490 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003ED0 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C4A0 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003EF0 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C4B0 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003F10 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C4C0 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003F30 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C4D0 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003F50 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C4E0 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003F70 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C4F0 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003FA0 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C500 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003FC0 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C510 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003FE0 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C520 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004010 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C530 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004030 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C540 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004070 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C550 /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004090 /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C560 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000040B0 /* RCTWebSocketExecutor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C570 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000040D0 /* RCTWebSocketModule.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C580 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004060 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C590 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004080 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C5A0 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000040A0 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C5B0 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000040C0 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C5C0 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004100 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C5D0 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004120 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C5E0 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004160 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C5F0 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004180 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C600 /* JSCExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000041A0 /* JSCExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C610 /* JSCLegacyTracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000041C0 /* JSCLegacyTracing.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C620 /* JSCMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000041E0 /* JSCMemory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C630 /* JSCNativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004200 /* JSCNativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C640 /* JSCPerfStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004220 /* JSCPerfStats.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C650 /* JSCSamplingProfiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004240 /* JSCSamplingProfiler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C660 /* JSCTracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004260 /* JSCTracing.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C670 /* JSCUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004280 /* JSCUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C680 /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000042A0 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C690 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000042C0 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C6A0 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000042E0 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C6B0 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004320 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C6C0 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004340 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C6D0 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004370 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C6E0 /* Platform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004390 /* Platform.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C6F0 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000043B0 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C700 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000043D0 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C710 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000040F0 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C720 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004110 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C730 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004130 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C740 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004140 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C750 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004150 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C760 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004170 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C770 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004190 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C780 /* JSCExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000041B0 /* JSCExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C790 /* JSCLegacyTracing.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000041D0 /* JSCLegacyTracing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C7A0 /* JSCMemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000041F0 /* JSCMemory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C7B0 /* JSCNativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004210 /* JSCNativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C7C0 /* JSCPerfStats.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004230 /* JSCPerfStats.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C7D0 /* JSCSamplingProfiler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004250 /* JSCSamplingProfiler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C7E0 /* JSCTracing.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004270 /* JSCTracing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C7F0 /* JSCUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004290 /* JSCUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C800 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000042B0 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C810 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000042D0 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C820 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000042F0 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C830 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004300 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C840 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004310 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C850 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004330 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C860 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004350 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C870 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004360 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C880 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004380 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C890 /* Platform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000043A0 /* Platform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C8A0 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000043C0 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C8B0 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000043E0 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C8C0 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000043F0 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C8D0 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004400 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C8E0 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004410 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C8F0 /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000004430 /* fishhook.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C900 /* fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004440 /* fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C910 /* JSCHelpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004470 /* JSCHelpers.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C920 /* JSCWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004490 /* JSCWrapper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C930 /* systemJSCWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000044C0 /* systemJSCWrapper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C940 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000044D0 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C950 /* Value.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000044F0 /* Value.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C960 /* JavaScriptCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004460 /* JavaScriptCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C970 /* JSCHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004480 /* JSCHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C980 /* JSCWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000044A0 /* JSCWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C990 /* noncopyable.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000044B0 /* noncopyable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C9A0 /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000044E0 /* Unicode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C9B0 /* Value.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004500 /* Value.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000C9C0 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004520 /* InspectorInterfaces.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000C9D0 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004530 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CA20 /* React-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000CA10 /* React-dummy.m */; }; - 00000000CAC0 /* SAMKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004550 /* SAMKeychain.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CAD0 /* SAMKeychainQuery.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004570 /* SAMKeychainQuery.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CAE0 /* SAMKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004540 /* SAMKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CAF0 /* SAMKeychainQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004560 /* SAMKeychainQuery.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CB40 /* SAMKeychain-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000CB30 /* SAMKeychain-dummy.m */; }; - 00000000CBE0 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000045A0 /* NSData+ImageContentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CBF0 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000045C0 /* SDImageCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CC00 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000045E0 /* SDWebImageCompat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CC10 /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004600 /* SDWebImageDecoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CC20 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004620 /* SDWebImageDownloader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CC30 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004640 /* SDWebImageDownloaderOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CC40 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004660 /* SDWebImageManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CC50 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004690 /* SDWebImagePrefetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CC60 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000046B0 /* UIButton+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CC70 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000046D0 /* UIImage+GIF.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CC80 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000046F0 /* UIImage+MultiFormat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CC90 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004710 /* UIImageView+HighlightedWebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CCA0 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004730 /* UIImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CCB0 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004750 /* UIView+WebCacheOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CCC0 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004590 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CCD0 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000045B0 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CCE0 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000045D0 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CCF0 /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000045F0 /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CD00 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004610 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CD10 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004630 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CD20 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004650 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CD30 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004670 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CD40 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004680 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CD50 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000046A0 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CD60 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000046C0 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CD70 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000046E0 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CD80 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004700 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CD90 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004720 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CDA0 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004740 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000CDF0 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000CDE0 /* SDWebImage-dummy.m */; }; - 00000000CE90 /* NSData+Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004980 /* NSData+Compression.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CEA0 /* NSDate+Extras.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004990 /* NSDate+Extras.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CEB0 /* NSDictionary+Sanitize.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000049A0 /* NSDictionary+Sanitize.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CEC0 /* SentryAsynchronousOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000049B0 /* SentryAsynchronousOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CED0 /* SentryBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000049C0 /* SentryBreadcrumb.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CEE0 /* SentryBreadcrumbStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000049D0 /* SentryBreadcrumbStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CEF0 /* SentryBreadcrumbTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000049E0 /* SentryBreadcrumbTracker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CF00 /* SentryClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000049F0 /* SentryClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CF10 /* SentryContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004A00 /* SentryContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CF20 /* SentryCrashExceptionApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004A10 /* SentryCrashExceptionApplication.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CF30 /* SentryDebugMeta.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004A20 /* SentryDebugMeta.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CF40 /* SentryDsn.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004A30 /* SentryDsn.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CF50 /* SentryError.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004A40 /* SentryError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CF60 /* SentryEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004A50 /* SentryEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CF70 /* SentryException.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004A60 /* SentryException.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CF80 /* SentryFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004A70 /* SentryFileManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CF90 /* SentryFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004A80 /* SentryFrame.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CFA0 /* SentryJavaScriptBridgeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004A90 /* SentryJavaScriptBridgeHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CFB0 /* SentryKSCrashInstallation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004AA0 /* SentryKSCrashInstallation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CFC0 /* SentryKSCrashReportConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004AB0 /* SentryKSCrashReportConverter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CFD0 /* SentryKSCrashReportSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004AC0 /* SentryKSCrashReportSink.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CFE0 /* SentryLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004AD0 /* SentryLog.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000CFF0 /* SentryNSURLRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004AE0 /* SentryNSURLRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D000 /* SentryQueueableRequestManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004AF0 /* SentryQueueableRequestManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D010 /* SentryRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004B00 /* SentryRequestOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D020 /* SentryStacktrace.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004B10 /* SentryStacktrace.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D030 /* SentrySwizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004B20 /* SentrySwizzle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D040 /* SentryThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004B30 /* SentryThread.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D050 /* SentryUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004B40 /* SentryUser.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D060 /* NSData+Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004770 /* NSData+Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D070 /* NSDate+Extras.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004780 /* NSDate+Extras.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D080 /* NSDictionary+Sanitize.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004790 /* NSDictionary+Sanitize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D090 /* Sentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000047A0 /* Sentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D0A0 /* SentryAsynchronousOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000047B0 /* SentryAsynchronousOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D0B0 /* SentryBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000047C0 /* SentryBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D0C0 /* SentryBreadcrumbStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000047D0 /* SentryBreadcrumbStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D0D0 /* SentryBreadcrumbTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000047E0 /* SentryBreadcrumbTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D0E0 /* SentryClient+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000047F0 /* SentryClient+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D0F0 /* SentryClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004800 /* SentryClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D100 /* SentryContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004810 /* SentryContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D110 /* SentryCrashExceptionApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004820 /* SentryCrashExceptionApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D120 /* SentryDebugMeta.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004830 /* SentryDebugMeta.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D130 /* SentryDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004840 /* SentryDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D140 /* SentryDsn.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004850 /* SentryDsn.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D150 /* SentryError.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004860 /* SentryError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D160 /* SentryEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004870 /* SentryEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D170 /* SentryException.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004880 /* SentryException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D180 /* SentryFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004890 /* SentryFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D190 /* SentryFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000048A0 /* SentryFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D1A0 /* SentryJavaScriptBridgeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000048B0 /* SentryJavaScriptBridgeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D1B0 /* SentryKSCrashInstallation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000048C0 /* SentryKSCrashInstallation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D1C0 /* SentryKSCrashReportConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000048D0 /* SentryKSCrashReportConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D1D0 /* SentryKSCrashReportSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000048E0 /* SentryKSCrashReportSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D1E0 /* SentryLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000048F0 /* SentryLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D1F0 /* SentryNSURLRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004900 /* SentryNSURLRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D200 /* SentryQueueableRequestManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004910 /* SentryQueueableRequestManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D210 /* SentryRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004920 /* SentryRequestOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D220 /* SentrySerializable.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004930 /* SentrySerializable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D230 /* SentryStacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004940 /* SentryStacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D240 /* SentrySwizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004950 /* SentrySwizzle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D250 /* SentryThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004960 /* SentryThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D260 /* SentryUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004970 /* SentryUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D2B0 /* Sentry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000D2A0 /* Sentry-dummy.m */; }; - 00000000D350 /* RNSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004B60 /* RNSentry.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D360 /* RNSentryEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004B80 /* RNSentryEventEmitter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D370 /* RNSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B50 /* RNSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D380 /* RNSentryEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B70 /* RNSentryEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D3D0 /* SentryReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000D3C0 /* SentryReactNative-dummy.m */; }; - 00000000D470 /* SpectaDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006950 /* SpectaDSL.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D480 /* SpectaUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006980 /* SpectaUtility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D490 /* SPTCallSite.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000069A0 /* SPTCallSite.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D4A0 /* SPTCompiledExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000069C0 /* SPTCompiledExample.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D4B0 /* SPTExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000069E0 /* SPTExample.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D4C0 /* SPTExampleGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006A00 /* SPTExampleGroup.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D4D0 /* SPTSharedExampleGroups.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006A40 /* SPTSharedExampleGroups.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D4E0 /* SPTSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006A60 /* SPTSpec.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D4F0 /* SPTTestSuite.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006A80 /* SPTTestSuite.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D500 /* XCTestCase+Specta.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006AB0 /* XCTestCase+Specta.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000D510 /* Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006930 /* Specta.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D520 /* SpectaDSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006940 /* SpectaDSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D530 /* SpectaTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006960 /* SpectaTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D540 /* SpectaUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006970 /* SpectaUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D550 /* SPTCallSite.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006990 /* SPTCallSite.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D560 /* SPTCompiledExample.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000069B0 /* SPTCompiledExample.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D570 /* SPTExample.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000069D0 /* SPTExample.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D580 /* SPTExampleGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000069F0 /* SPTExampleGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D590 /* SPTExcludeGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006A10 /* SPTExcludeGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D5A0 /* SPTGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006A20 /* SPTGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D5B0 /* SPTSharedExampleGroups.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006A30 /* SPTSharedExampleGroups.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D5C0 /* SPTSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006A50 /* SPTSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D5D0 /* SPTTestSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006A70 /* SPTTestSuite.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D5E0 /* XCTest+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006A90 /* XCTest+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D5F0 /* XCTestCase+Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006AA0 /* XCTestCase+Specta.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000D640 /* Specta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000D630 /* Specta-dummy.m */; }; - 00000000D760 /* stp_card_amex.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006C10 /* stp_card_amex.png */; }; - 00000000D770 /* stp_card_amex@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006C20 /* stp_card_amex@2x.png */; }; - 00000000D780 /* stp_card_amex@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006C30 /* stp_card_amex@3x.png */; }; - 00000000D790 /* stp_card_amex_template.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006C40 /* stp_card_amex_template.png */; }; - 00000000D7A0 /* stp_card_amex_template@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006C50 /* stp_card_amex_template@2x.png */; }; - 00000000D7B0 /* stp_card_amex_template@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006C60 /* stp_card_amex_template@3x.png */; }; - 00000000D7C0 /* stp_card_applepay.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006C70 /* stp_card_applepay.png */; }; - 00000000D7D0 /* stp_card_applepay@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006C80 /* stp_card_applepay@2x.png */; }; - 00000000D7E0 /* stp_card_applepay@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006C90 /* stp_card_applepay@3x.png */; }; - 00000000D7F0 /* stp_card_cvc.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006CA0 /* stp_card_cvc.png */; }; - 00000000D800 /* stp_card_cvc@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006CB0 /* stp_card_cvc@2x.png */; }; - 00000000D810 /* stp_card_cvc@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006CC0 /* stp_card_cvc@3x.png */; }; - 00000000D820 /* stp_card_cvc_amex.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006CD0 /* stp_card_cvc_amex.png */; }; - 00000000D830 /* stp_card_cvc_amex@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006CE0 /* stp_card_cvc_amex@2x.png */; }; - 00000000D840 /* stp_card_cvc_amex@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006CF0 /* stp_card_cvc_amex@3x.png */; }; - 00000000D850 /* stp_card_diners.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D00 /* stp_card_diners.png */; }; - 00000000D860 /* stp_card_diners@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D10 /* stp_card_diners@2x.png */; }; - 00000000D870 /* stp_card_diners@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D20 /* stp_card_diners@3x.png */; }; - 00000000D880 /* stp_card_diners_template.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D30 /* stp_card_diners_template.png */; }; - 00000000D890 /* stp_card_diners_template@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D40 /* stp_card_diners_template@2x.png */; }; - 00000000D8A0 /* stp_card_diners_template@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D50 /* stp_card_diners_template@3x.png */; }; - 00000000D8B0 /* stp_card_discover.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D60 /* stp_card_discover.png */; }; - 00000000D8C0 /* stp_card_discover@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D70 /* stp_card_discover@2x.png */; }; - 00000000D8D0 /* stp_card_discover@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D80 /* stp_card_discover@3x.png */; }; - 00000000D8E0 /* stp_card_discover_template.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D90 /* stp_card_discover_template.png */; }; - 00000000D8F0 /* stp_card_discover_template@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006DA0 /* stp_card_discover_template@2x.png */; }; - 00000000D900 /* stp_card_discover_template@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006DB0 /* stp_card_discover_template@3x.png */; }; - 00000000D910 /* stp_card_error.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006DC0 /* stp_card_error.png */; }; - 00000000D920 /* stp_card_error@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006DD0 /* stp_card_error@2x.png */; }; - 00000000D930 /* stp_card_error@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006DE0 /* stp_card_error@3x.png */; }; - 00000000D940 /* stp_card_error_amex.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006DF0 /* stp_card_error_amex.png */; }; - 00000000D950 /* stp_card_error_amex@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E00 /* stp_card_error_amex@2x.png */; }; - 00000000D960 /* stp_card_error_amex@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E10 /* stp_card_error_amex@3x.png */; }; - 00000000D970 /* stp_card_form_back.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E20 /* stp_card_form_back.png */; }; - 00000000D980 /* stp_card_form_back@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E30 /* stp_card_form_back@2x.png */; }; - 00000000D990 /* stp_card_form_back@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E40 /* stp_card_form_back@3x.png */; }; - 00000000D9A0 /* stp_card_form_front.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E50 /* stp_card_form_front.png */; }; - 00000000D9B0 /* stp_card_form_front@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E60 /* stp_card_form_front@2x.png */; }; - 00000000D9C0 /* stp_card_form_front@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E70 /* stp_card_form_front@3x.png */; }; - 00000000D9D0 /* stp_card_jcb.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E80 /* stp_card_jcb.png */; }; - 00000000D9E0 /* stp_card_jcb@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E90 /* stp_card_jcb@2x.png */; }; - 00000000D9F0 /* stp_card_jcb@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006EA0 /* stp_card_jcb@3x.png */; }; - 00000000DA00 /* stp_card_jcb_template.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006EB0 /* stp_card_jcb_template.png */; }; - 00000000DA10 /* stp_card_jcb_template@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006EC0 /* stp_card_jcb_template@2x.png */; }; - 00000000DA20 /* stp_card_jcb_template@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006ED0 /* stp_card_jcb_template@3x.png */; }; - 00000000DA30 /* stp_card_mastercard.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006EE0 /* stp_card_mastercard.png */; }; - 00000000DA40 /* stp_card_mastercard@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006EF0 /* stp_card_mastercard@2x.png */; }; - 00000000DA50 /* stp_card_mastercard@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F00 /* stp_card_mastercard@3x.png */; }; - 00000000DA60 /* stp_card_mastercard_template.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F10 /* stp_card_mastercard_template.png */; }; - 00000000DA70 /* stp_card_mastercard_template@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F20 /* stp_card_mastercard_template@2x.png */; }; - 00000000DA80 /* stp_card_mastercard_template@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F30 /* stp_card_mastercard_template@3x.png */; }; - 00000000DA90 /* stp_card_unknown.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F40 /* stp_card_unknown.png */; }; - 00000000DAA0 /* stp_card_unknown@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F50 /* stp_card_unknown@2x.png */; }; - 00000000DAB0 /* stp_card_unknown@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F60 /* stp_card_unknown@3x.png */; }; - 00000000DAC0 /* stp_card_visa.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F70 /* stp_card_visa.png */; }; - 00000000DAD0 /* stp_card_visa@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F80 /* stp_card_visa@2x.png */; }; - 00000000DAE0 /* stp_card_visa@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F90 /* stp_card_visa@3x.png */; }; - 00000000DAF0 /* stp_card_visa_template.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006FA0 /* stp_card_visa_template.png */; }; - 00000000DB00 /* stp_card_visa_template@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006FB0 /* stp_card_visa_template@2x.png */; }; - 00000000DB10 /* stp_card_visa_template@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006FC0 /* stp_card_visa_template@3x.png */; }; - 00000000DB20 /* stp_icon_add.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006FD0 /* stp_icon_add.png */; }; - 00000000DB30 /* stp_icon_add@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006FE0 /* stp_icon_add@2x.png */; }; - 00000000DB40 /* stp_icon_add@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006FF0 /* stp_icon_add@3x.png */; }; - 00000000DB50 /* stp_icon_checkmark.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007000 /* stp_icon_checkmark.png */; }; - 00000000DB60 /* stp_icon_checkmark@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007010 /* stp_icon_checkmark@2x.png */; }; - 00000000DB70 /* stp_icon_checkmark@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007020 /* stp_icon_checkmark@3x.png */; }; - 00000000DB80 /* stp_icon_chevron_left.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007030 /* stp_icon_chevron_left.png */; }; - 00000000DB90 /* stp_icon_chevron_left@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007040 /* stp_icon_chevron_left@2x.png */; }; - 00000000DBA0 /* stp_icon_chevron_left@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007050 /* stp_icon_chevron_left@3x.png */; }; - 00000000DBB0 /* stp_shipping_form.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007060 /* stp_shipping_form.png */; }; - 00000000DBC0 /* stp_shipping_form@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007070 /* stp_shipping_form@2x.png */; }; - 00000000DBD0 /* stp_shipping_form@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007080 /* stp_shipping_form@3x.png */; }; - 00000000DBE0 /* stp_test_upload_image.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = 000000007090 /* stp_test_upload_image.jpeg */; }; - 00000000DBF0 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0000000070A0 /* Localizable.strings */; }; - 00000000DC00 /* Images in Resources */ = {isa = PBXBuildFile; fileRef = 000000007130 /* Images */; }; - 00000000DC10 /* Localizations in Resources */ = {isa = PBXBuildFile; fileRef = 000000007140 /* Localizations */; }; - 00000000DC50 /* NSArray+Stripe_BoundSafe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004ED0 /* NSArray+Stripe_BoundSafe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DC60 /* NSBundle+Stripe_AppName.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004EF0 /* NSBundle+Stripe_AppName.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DC70 /* NSCharacterSet+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004F10 /* NSCharacterSet+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DC80 /* NSDecimalNumber+Stripe_Currency.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004F30 /* NSDecimalNumber+Stripe_Currency.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DC90 /* NSDictionary+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004F50 /* NSDictionary+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DCA0 /* NSMutableURLRequest+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004F70 /* NSMutableURLRequest+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DCB0 /* NSString+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004F90 /* NSString+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DCC0 /* NSURLComponents+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004FB0 /* NSURLComponents+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DCD0 /* PKPayment+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004FD0 /* PKPayment+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DCE0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004FF0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DCF0 /* STPAddCardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005010 /* STPAddCardViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DD00 /* STPAddress.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005020 /* STPAddress.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DD10 /* STPAddressFieldTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005040 /* STPAddressFieldTableViewCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DD20 /* STPAddressViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005060 /* STPAddressViewModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DD30 /* STPAnalyticsClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005080 /* STPAnalyticsClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DD40 /* STPAPIClient+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005090 /* STPAPIClient+ApplePay.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DD50 /* STPAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000050B0 /* STPAPIClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DD60 /* STPAPIRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000050D0 /* STPAPIRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DD70 /* STPApplePayPaymentMethod.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000050E0 /* STPApplePayPaymentMethod.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DD80 /* STPAspects.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005100 /* STPAspects.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DD90 /* STPBankAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005120 /* STPBankAccount.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DDA0 /* STPBankAccountParams.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005140 /* STPBankAccountParams.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DDB0 /* STPBINRange.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005160 /* STPBINRange.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DDC0 /* STPBundleLocator.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005180 /* STPBundleLocator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DDD0 /* STPCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000051A0 /* STPCard.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DDE0 /* STPCardIOProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000051C0 /* STPCardIOProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DDF0 /* STPCardParams.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000051D0 /* STPCardParams.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DE00 /* STPCardTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000051F0 /* STPCardTuple.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DE10 /* STPCardValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005200 /* STPCardValidator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DE20 /* STPCategoryLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005220 /* STPCategoryLoader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DE30 /* STPColorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005240 /* STPColorUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DE40 /* STPCoreScrollViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005260 /* STPCoreScrollViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DE50 /* STPCoreTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005280 /* STPCoreTableViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DE60 /* STPCoreViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000052A0 /* STPCoreViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DE70 /* STPCustomer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000052B0 /* STPCustomer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DE80 /* STPCustomerContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000052D0 /* STPCustomerContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DE90 /* STPDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000052F0 /* STPDelegateProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DEA0 /* STPDispatchFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005310 /* STPDispatchFunctions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DEB0 /* STPEmailAddressValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005330 /* STPEmailAddressValidator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DEC0 /* STPEphemeralKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005350 /* STPEphemeralKey.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DED0 /* STPEphemeralKeyManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005370 /* STPEphemeralKeyManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DEE0 /* STPFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005390 /* STPFile.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DEF0 /* STPFormEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000053B0 /* STPFormEncoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DF00 /* STPFormTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000053D0 /* STPFormTextField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DF10 /* STPImageLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000053F0 /* STPImageLibrary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DF20 /* STPLocalizationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005420 /* STPLocalizationUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DF30 /* STPMultipartFormDataEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005440 /* STPMultipartFormDataEncoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DF40 /* STPMultipartFormDataPart.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005460 /* STPMultipartFormDataPart.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DF50 /* STPPaymentActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005470 /* STPPaymentActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DF60 /* STPPaymentCardTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005490 /* STPPaymentCardTextField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DF70 /* STPPaymentCardTextFieldCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000054B0 /* STPPaymentCardTextFieldCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DF80 /* STPPaymentCardTextFieldViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000054D0 /* STPPaymentCardTextFieldViewModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DF90 /* STPPaymentConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000054F0 /* STPPaymentConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DFA0 /* STPPaymentContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005510 /* STPPaymentContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DFB0 /* STPPaymentContextAmountModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005530 /* STPPaymentContextAmountModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DFC0 /* STPPaymentMethodsInternalViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005550 /* STPPaymentMethodsInternalViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DFD0 /* STPPaymentMethodsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005570 /* STPPaymentMethodsViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DFE0 /* STPPaymentMethodTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005590 /* STPPaymentMethodTableViewCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000DFF0 /* STPPaymentMethodTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000055B0 /* STPPaymentMethodTuple.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E000 /* STPPaymentResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000055C0 /* STPPaymentResult.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E010 /* STPPhoneNumberValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000055E0 /* STPPhoneNumberValidator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E020 /* STPPostalCodeValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005600 /* STPPostalCodeValidator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E030 /* STPPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005620 /* STPPromise.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E040 /* STPRedirectContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005630 /* STPRedirectContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E050 /* STPSectionHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005650 /* STPSectionHeaderView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E060 /* STPShippingAddressViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005660 /* STPShippingAddressViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E070 /* STPShippingMethodsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005680 /* STPShippingMethodsViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E080 /* STPShippingMethodTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000056A0 /* STPShippingMethodTableViewCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E090 /* STPSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000056C0 /* STPSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E0A0 /* STPSourceCardDetails.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000056E0 /* STPSourceCardDetails.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E0B0 /* STPSourceOwner.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000056F0 /* STPSourceOwner.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E0C0 /* STPSourceParams.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005710 /* STPSourceParams.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E0D0 /* STPSourcePoller.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005730 /* STPSourcePoller.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E0E0 /* STPSourceReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005740 /* STPSourceReceiver.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E0F0 /* STPSourceRedirect.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005760 /* STPSourceRedirect.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E100 /* STPSourceSEPADebitDetails.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005770 /* STPSourceSEPADebitDetails.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E110 /* STPSourceVerification.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005790 /* STPSourceVerification.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E120 /* STPStringUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000057B0 /* STPStringUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E130 /* STPSwitchTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000057D0 /* STPSwitchTableViewCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E140 /* STPTelemetryClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000057F0 /* STPTelemetryClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E150 /* STPTheme.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005800 /* STPTheme.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E160 /* STPToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005810 /* STPToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E170 /* STPURLCallbackHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005830 /* STPURLCallbackHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E180 /* STPUserInformation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005840 /* STPUserInformation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E190 /* StripeError.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005870 /* StripeError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E1A0 /* UIBarButtonItem+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005890 /* UIBarButtonItem+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E1B0 /* UIImage+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000058B0 /* UIImage+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E1C0 /* UINavigationBar+Stripe_Theme.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000058C0 /* UINavigationBar+Stripe_Theme.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E1D0 /* UINavigationController+Stripe_Completion.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000058E0 /* UINavigationController+Stripe_Completion.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E1E0 /* UITableViewCell+Stripe_Borders.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005900 /* UITableViewCell+Stripe_Borders.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E1F0 /* UIToolbar+Stripe_InputAccessory.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005920 /* UIToolbar+Stripe_InputAccessory.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E200 /* UIView+Stripe_FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005940 /* UIView+Stripe_FirstResponder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E210 /* UIViewController+Stripe_KeyboardAvoiding.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005960 /* UIViewController+Stripe_KeyboardAvoiding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E220 /* UIViewController+Stripe_NavigationItemProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005980 /* UIViewController+Stripe_NavigationItemProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E230 /* UIViewController+Stripe_ParentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000059A0 /* UIViewController+Stripe_ParentViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E240 /* UIViewController+Stripe_Promises.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000059C0 /* UIViewController+Stripe_Promises.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000E250 /* STPAddCardViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B90 /* STPAddCardViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E260 /* STPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004BA0 /* STPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E270 /* STPAPIClient+ApplePay.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004BB0 /* STPAPIClient+ApplePay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E280 /* STPAPIClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004BC0 /* STPAPIClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E290 /* STPAPIResponseDecodable.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004BD0 /* STPAPIResponseDecodable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E2A0 /* STPApplePayPaymentMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004BE0 /* STPApplePayPaymentMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E2B0 /* STPBackendAPIAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004BF0 /* STPBackendAPIAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E2C0 /* STPBankAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C00 /* STPBankAccount.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E2D0 /* STPBankAccountParams.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C10 /* STPBankAccountParams.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E2E0 /* STPBlocks.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C20 /* STPBlocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E2F0 /* STPCard.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C30 /* STPCard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E300 /* STPCardBrand.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C40 /* STPCardBrand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E310 /* STPCardParams.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C50 /* STPCardParams.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E320 /* STPCardValidationState.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C60 /* STPCardValidationState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E330 /* STPCardValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C70 /* STPCardValidator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E340 /* STPCoreScrollViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C80 /* STPCoreScrollViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E350 /* STPCoreTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C90 /* STPCoreTableViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E360 /* STPCoreViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004CA0 /* STPCoreViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E370 /* STPCustomer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004CB0 /* STPCustomer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E380 /* STPCustomerContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004CC0 /* STPCustomerContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E390 /* STPEphemeralKeyProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004CD0 /* STPEphemeralKeyProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E3A0 /* STPFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004CE0 /* STPFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E3B0 /* STPFormEncodable.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004CF0 /* STPFormEncodable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E3C0 /* STPImageLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D00 /* STPImageLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E3D0 /* STPPaymentActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D10 /* STPPaymentActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E3E0 /* STPPaymentCardTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D20 /* STPPaymentCardTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E3F0 /* STPPaymentConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D30 /* STPPaymentConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E400 /* STPPaymentContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D40 /* STPPaymentContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E410 /* STPPaymentMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D50 /* STPPaymentMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E420 /* STPPaymentMethodsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D60 /* STPPaymentMethodsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E430 /* STPPaymentResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D70 /* STPPaymentResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E440 /* STPRedirectContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D80 /* STPRedirectContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E450 /* STPShippingAddressViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D90 /* STPShippingAddressViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E460 /* STPSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004DA0 /* STPSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E470 /* STPSourceCardDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004DB0 /* STPSourceCardDetails.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E480 /* STPSourceOwner.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004DC0 /* STPSourceOwner.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E490 /* STPSourceParams.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004DD0 /* STPSourceParams.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E4A0 /* STPSourceProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004DE0 /* STPSourceProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E4B0 /* STPSourceReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004DF0 /* STPSourceReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E4C0 /* STPSourceRedirect.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E00 /* STPSourceRedirect.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E4D0 /* STPSourceSEPADebitDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E10 /* STPSourceSEPADebitDetails.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E4E0 /* STPSourceVerification.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E20 /* STPSourceVerification.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E4F0 /* STPTheme.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E30 /* STPTheme.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E500 /* STPToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E40 /* STPToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E510 /* STPUserInformation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E50 /* STPUserInformation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E520 /* Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E60 /* Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E530 /* StripeError.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E70 /* StripeError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E540 /* UINavigationBar+Stripe_Theme.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E80 /* UINavigationBar+Stripe_Theme.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E550 /* FABKitProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E90 /* FABKitProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E560 /* Fabric+FABKits.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004EA0 /* Fabric+FABKits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E570 /* Fabric.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004EB0 /* Fabric.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E580 /* NSArray+Stripe_BoundSafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004EC0 /* NSArray+Stripe_BoundSafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E590 /* NSBundle+Stripe_AppName.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004EE0 /* NSBundle+Stripe_AppName.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E5A0 /* NSCharacterSet+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004F00 /* NSCharacterSet+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E5B0 /* NSDecimalNumber+Stripe_Currency.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004F20 /* NSDecimalNumber+Stripe_Currency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E5C0 /* NSDictionary+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004F40 /* NSDictionary+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E5D0 /* NSMutableURLRequest+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004F60 /* NSMutableURLRequest+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E5E0 /* NSString+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004F80 /* NSString+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E5F0 /* NSURLComponents+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004FA0 /* NSURLComponents+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E600 /* PKPayment+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004FC0 /* PKPayment+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E610 /* PKPaymentAuthorizationViewController+Stripe_Blocks.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004FE0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E620 /* STPAddCardViewController+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005000 /* STPAddCardViewController+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E630 /* STPAddressFieldTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005030 /* STPAddressFieldTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E640 /* STPAddressViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005050 /* STPAddressViewModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E650 /* STPAnalyticsClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005070 /* STPAnalyticsClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E660 /* STPAPIClient+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000050A0 /* STPAPIClient+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E670 /* STPAPIRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000050C0 /* STPAPIRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E680 /* STPAspects.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000050F0 /* STPAspects.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E690 /* STPBankAccount+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005110 /* STPBankAccount+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E6A0 /* STPBankAccountParams+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005130 /* STPBankAccountParams+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E6B0 /* STPBINRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005150 /* STPBINRange.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E6C0 /* STPBundleLocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005170 /* STPBundleLocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E6D0 /* STPCard+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005190 /* STPCard+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E6E0 /* STPCardIOProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000051B0 /* STPCardIOProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E6F0 /* STPCardTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000051E0 /* STPCardTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E700 /* STPCategoryLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005210 /* STPCategoryLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E710 /* STPColorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005230 /* STPColorUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E720 /* STPCoreScrollViewController+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005250 /* STPCoreScrollViewController+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E730 /* STPCoreTableViewController+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005270 /* STPCoreTableViewController+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E740 /* STPCoreViewController+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005290 /* STPCoreViewController+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E750 /* STPCustomerContext+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000052C0 /* STPCustomerContext+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E760 /* STPDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000052E0 /* STPDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E770 /* STPDispatchFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005300 /* STPDispatchFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E780 /* STPEmailAddressValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005320 /* STPEmailAddressValidator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E790 /* STPEphemeralKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005340 /* STPEphemeralKey.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E7A0 /* STPEphemeralKeyManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005360 /* STPEphemeralKeyManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E7B0 /* STPFile+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005380 /* STPFile+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E7C0 /* STPFormEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000053A0 /* STPFormEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E7D0 /* STPFormTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000053C0 /* STPFormTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E7E0 /* STPImageLibrary+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000053E0 /* STPImageLibrary+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E7F0 /* STPInternalAPIResponseDecodable.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005400 /* STPInternalAPIResponseDecodable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E800 /* STPLocalizationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005410 /* STPLocalizationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E810 /* STPMultipartFormDataEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005430 /* STPMultipartFormDataEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E820 /* STPMultipartFormDataPart.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005450 /* STPMultipartFormDataPart.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E830 /* STPPaymentCardTextField+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005480 /* STPPaymentCardTextField+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E840 /* STPPaymentCardTextFieldCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000054A0 /* STPPaymentCardTextFieldCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E850 /* STPPaymentCardTextFieldViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000054C0 /* STPPaymentCardTextFieldViewModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E860 /* STPPaymentConfiguration+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000054E0 /* STPPaymentConfiguration+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E870 /* STPPaymentContext+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005500 /* STPPaymentContext+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E880 /* STPPaymentContextAmountModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005520 /* STPPaymentContextAmountModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E890 /* STPPaymentMethodsInternalViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005540 /* STPPaymentMethodsInternalViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E8A0 /* STPPaymentMethodsViewController+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005560 /* STPPaymentMethodsViewController+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E8B0 /* STPPaymentMethodTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005580 /* STPPaymentMethodTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E8C0 /* STPPaymentMethodTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000055A0 /* STPPaymentMethodTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E8D0 /* STPPhoneNumberValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000055D0 /* STPPhoneNumberValidator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E8E0 /* STPPostalCodeValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000055F0 /* STPPostalCodeValidator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E8F0 /* STPPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005610 /* STPPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E900 /* STPSectionHeaderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005640 /* STPSectionHeaderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E910 /* STPShippingMethodsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005670 /* STPShippingMethodsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E920 /* STPShippingMethodTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005690 /* STPShippingMethodTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E930 /* STPSource+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000056B0 /* STPSource+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E940 /* STPSourceCardDetails+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000056D0 /* STPSourceCardDetails+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E950 /* STPSourceParams+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005700 /* STPSourceParams+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E960 /* STPSourcePoller.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005720 /* STPSourcePoller.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E970 /* STPSourceRedirect+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005750 /* STPSourceRedirect+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E980 /* STPSourceVerification+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005780 /* STPSourceVerification+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E990 /* STPStringUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000057A0 /* STPStringUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E9A0 /* STPSwitchTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000057C0 /* STPSwitchTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E9B0 /* STPTelemetryClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000057E0 /* STPTelemetryClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E9C0 /* STPURLCallbackHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005820 /* STPURLCallbackHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E9D0 /* STPWeakStrongMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005850 /* STPWeakStrongMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E9E0 /* StripeError+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005860 /* StripeError+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000E9F0 /* UIBarButtonItem+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005880 /* UIBarButtonItem+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000EA00 /* UIImage+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000058A0 /* UIImage+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000EA10 /* UINavigationController+Stripe_Completion.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000058D0 /* UINavigationController+Stripe_Completion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000EA20 /* UITableViewCell+Stripe_Borders.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000058F0 /* UITableViewCell+Stripe_Borders.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000EA30 /* UIToolbar+Stripe_InputAccessory.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005910 /* UIToolbar+Stripe_InputAccessory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000EA40 /* UIView+Stripe_FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005930 /* UIView+Stripe_FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000EA50 /* UIViewController+Stripe_KeyboardAvoiding.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005950 /* UIViewController+Stripe_KeyboardAvoiding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000EA60 /* UIViewController+Stripe_NavigationItemProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005970 /* UIViewController+Stripe_NavigationItemProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000EA70 /* UIViewController+Stripe_ParentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005990 /* UIViewController+Stripe_ParentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000EA80 /* UIViewController+Stripe_Promises.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000059B0 /* UIViewController+Stripe_Promises.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000EAC0 /* Stripe-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000EAB0 /* Stripe-dummy.m */; }; - 00000000EB60 /* UIView+BooleanAnimations.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000059E0 /* UIView+BooleanAnimations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EB70 /* UIView+BooleanAnimations.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000059D0 /* UIView+BooleanAnimations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000EBC0 /* UIView+BooleanAnimations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000EBB0 /* UIView+BooleanAnimations-dummy.m */; }; - 00000000ECD0 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A40 /* demangle.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ECE0 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A50 /* logging.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ECF0 /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A60 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ED00 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A70 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ED10 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A80 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ED20 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A90 /* utilities.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ED30 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000005AA0 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000ED40 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000059F0 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000ED50 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005A00 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000ED60 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005A10 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000ED70 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005A20 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000ED80 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005A30 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000EDD0 /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000EDC0 /* glog-dummy.m */; }; - 00000000EE70 /* CameraMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005AC0 /* CameraMode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EE80 /* CameraStop.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005AE0 /* CameraStop.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EE90 /* CameraUpdateItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005B00 /* CameraUpdateItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EEA0 /* CameraUpdateQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005B20 /* CameraUpdateQueue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EEB0 /* FilterList.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005B40 /* FilterList.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EEC0 /* FilterParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005B60 /* FilterParser.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EED0 /* MGLFaux3DUserLocationAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005B80 /* MGLFaux3DUserLocationAnnotationView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EEE0 /* MGLModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005BA0 /* MGLModule.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EEF0 /* MGLOfflineModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005BC0 /* MGLOfflineModule.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EF00 /* MGLSnapshotModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005BE0 /* MGLSnapshotModule.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EF10 /* MGLUserLocationHeadingArrowLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005C00 /* MGLUserLocationHeadingArrowLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EF20 /* MGLUserLocationHeadingBeamLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005C20 /* MGLUserLocationHeadingBeamLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EF30 /* RCTConvert+Mapbox.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005C50 /* RCTConvert+Mapbox.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EF40 /* RCTMGL.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005C70 /* RCTMGL.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EF50 /* RCTMGLBackgroundLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005C90 /* RCTMGLBackgroundLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EF60 /* RCTMGLBackgroundLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005CB0 /* RCTMGLBackgroundLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EF70 /* RCTMGLCallout.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005CD0 /* RCTMGLCallout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EF80 /* RCTMGLCalloutManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005CF0 /* RCTMGLCalloutManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EF90 /* RCTMGLCircleLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005D10 /* RCTMGLCircleLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EFA0 /* RCTMGLCircleLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005D30 /* RCTMGLCircleLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EFB0 /* RCTMGLEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005D50 /* RCTMGLEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EFC0 /* RCTMGLEventTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005D80 /* RCTMGLEventTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EFD0 /* RCTMGLFillExtrusionLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005DA0 /* RCTMGLFillExtrusionLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EFE0 /* RCTMGLFillExtrusionLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005DC0 /* RCTMGLFillExtrusionLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000EFF0 /* RCTMGLFillLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005DE0 /* RCTMGLFillLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F000 /* RCTMGLFillLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005E00 /* RCTMGLFillLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F010 /* RCTMGLImageQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005E20 /* RCTMGLImageQueue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F020 /* RCTMGLImageQueueOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005E40 /* RCTMGLImageQueueOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F030 /* RCTMGLImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005E60 /* RCTMGLImageSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F040 /* RCTMGLImageSourceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005E80 /* RCTMGLImageSourceManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F050 /* RCTMGLLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005EA0 /* RCTMGLLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F060 /* RCTMGLLight.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005EC0 /* RCTMGLLight.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F070 /* RCTMGLLightManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005EE0 /* RCTMGLLightManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F080 /* RCTMGLLineLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005F00 /* RCTMGLLineLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F090 /* RCTMGLLineLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005F20 /* RCTMGLLineLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F0A0 /* RCTMGLMapTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005F40 /* RCTMGLMapTouchEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F0B0 /* RCTMGLMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005F60 /* RCTMGLMapView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F0C0 /* RCTMGLMapViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005F80 /* RCTMGLMapViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F0D0 /* RCTMGLPointAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005FA0 /* RCTMGLPointAnnotation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F0E0 /* RCTMGLPointAnnotationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005FC0 /* RCTMGLPointAnnotationManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F0F0 /* RCTMGLRasterLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005FE0 /* RCTMGLRasterLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F100 /* RCTMGLRasterLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006000 /* RCTMGLRasterLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F110 /* RCTMGLRasterSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006020 /* RCTMGLRasterSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F120 /* RCTMGLRasterSourceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006040 /* RCTMGLRasterSourceManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F130 /* RCTMGLShapeSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006060 /* RCTMGLShapeSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F140 /* RCTMGLShapeSourceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006080 /* RCTMGLShapeSourceManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F150 /* RCTMGLSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000060A0 /* RCTMGLSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F160 /* RCTMGLStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000060C0 /* RCTMGLStyle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F170 /* RCTMGLStyleValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000060E0 /* RCTMGLStyleValue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F180 /* RCTMGLSymbolLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006100 /* RCTMGLSymbolLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F190 /* RCTMGLSymbolLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006120 /* RCTMGLSymbolLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F1A0 /* RCTMGLUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006140 /* RCTMGLUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F1B0 /* RCTMGLVectorSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006160 /* RCTMGLVectorSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F1C0 /* RCTMGLVectorSourceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006180 /* RCTMGLVectorSourceManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F1D0 /* RNMBImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000061A0 /* RNMBImageUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F1E0 /* ViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000061C0 /* ViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F1F0 /* CameraMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005AB0 /* CameraMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F200 /* CameraStop.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005AD0 /* CameraStop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F210 /* CameraUpdateItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005AF0 /* CameraUpdateItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F220 /* CameraUpdateQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005B10 /* CameraUpdateQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F230 /* FilterList.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005B30 /* FilterList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F240 /* FilterParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005B50 /* FilterParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F250 /* MGLFaux3DUserLocationAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005B70 /* MGLFaux3DUserLocationAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F260 /* MGLModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005B90 /* MGLModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F270 /* MGLOfflineModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005BB0 /* MGLOfflineModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F280 /* MGLSnapshotModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005BD0 /* MGLSnapshotModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F290 /* MGLUserLocationHeadingArrowLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005BF0 /* MGLUserLocationHeadingArrowLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F2A0 /* MGLUserLocationHeadingBeamLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005C10 /* MGLUserLocationHeadingBeamLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F2B0 /* MGLUserLocationHeadingIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005C30 /* MGLUserLocationHeadingIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F2C0 /* RCTConvert+Mapbox.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005C40 /* RCTConvert+Mapbox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F2D0 /* RCTMGL.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005C60 /* RCTMGL.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F2E0 /* RCTMGLBackgroundLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005C80 /* RCTMGLBackgroundLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F2F0 /* RCTMGLBackgroundLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005CA0 /* RCTMGLBackgroundLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F300 /* RCTMGLCallout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005CC0 /* RCTMGLCallout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F310 /* RCTMGLCalloutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005CE0 /* RCTMGLCalloutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F320 /* RCTMGLCircleLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005D00 /* RCTMGLCircleLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F330 /* RCTMGLCircleLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005D20 /* RCTMGLCircleLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F340 /* RCTMGLEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005D40 /* RCTMGLEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F350 /* RCTMGLEventProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005D60 /* RCTMGLEventProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F360 /* RCTMGLEventTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005D70 /* RCTMGLEventTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F370 /* RCTMGLFillExtrusionLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005D90 /* RCTMGLFillExtrusionLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F380 /* RCTMGLFillExtrusionLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005DB0 /* RCTMGLFillExtrusionLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F390 /* RCTMGLFillLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005DD0 /* RCTMGLFillLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F3A0 /* RCTMGLFillLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005DF0 /* RCTMGLFillLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F3B0 /* RCTMGLImageQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005E10 /* RCTMGLImageQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F3C0 /* RCTMGLImageQueueOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005E30 /* RCTMGLImageQueueOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F3D0 /* RCTMGLImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005E50 /* RCTMGLImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F3E0 /* RCTMGLImageSourceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005E70 /* RCTMGLImageSourceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F3F0 /* RCTMGLLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005E90 /* RCTMGLLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F400 /* RCTMGLLight.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005EB0 /* RCTMGLLight.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F410 /* RCTMGLLightManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005ED0 /* RCTMGLLightManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F420 /* RCTMGLLineLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005EF0 /* RCTMGLLineLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F430 /* RCTMGLLineLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005F10 /* RCTMGLLineLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F440 /* RCTMGLMapTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005F30 /* RCTMGLMapTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F450 /* RCTMGLMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005F50 /* RCTMGLMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F460 /* RCTMGLMapViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005F70 /* RCTMGLMapViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F470 /* RCTMGLPointAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005F90 /* RCTMGLPointAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F480 /* RCTMGLPointAnnotationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005FB0 /* RCTMGLPointAnnotationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F490 /* RCTMGLRasterLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005FD0 /* RCTMGLRasterLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F4A0 /* RCTMGLRasterLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005FF0 /* RCTMGLRasterLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F4B0 /* RCTMGLRasterSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006010 /* RCTMGLRasterSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F4C0 /* RCTMGLRasterSourceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006030 /* RCTMGLRasterSourceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F4D0 /* RCTMGLShapeSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006050 /* RCTMGLShapeSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F4E0 /* RCTMGLShapeSourceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006070 /* RCTMGLShapeSourceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F4F0 /* RCTMGLSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006090 /* RCTMGLSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F500 /* RCTMGLStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000060B0 /* RCTMGLStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F510 /* RCTMGLStyleValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000060D0 /* RCTMGLStyleValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F520 /* RCTMGLSymbolLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000060F0 /* RCTMGLSymbolLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F530 /* RCTMGLSymbolLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006110 /* RCTMGLSymbolLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F540 /* RCTMGLUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006130 /* RCTMGLUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F550 /* RCTMGLVectorSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006150 /* RCTMGLVectorSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F560 /* RCTMGLVectorSourceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006170 /* RCTMGLVectorSourceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F570 /* RNMBImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006190 /* RNMBImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F580 /* ViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000061B0 /* ViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F5D0 /* react-native-mapbox-gl-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000F5C0 /* react-native-mapbox-gl-dummy.m */; }; - 00000000F670 /* TPSCardField.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000061E0 /* TPSCardField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F680 /* TPSCardFieldManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006200 /* TPSCardFieldManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F690 /* TPSError.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006220 /* TPSError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F6A0 /* TPSStripeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006240 /* TPSStripeManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F6B0 /* TPSCardField.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000061D0 /* TPSCardField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F6C0 /* TPSCardFieldManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000061F0 /* TPSCardFieldManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F6D0 /* TPSError.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006210 /* TPSError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F6E0 /* TPSStripeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006230 /* TPSStripeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F730 /* tipsi-stripe-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000F720 /* tipsi-stripe-dummy.m */; }; - 00000000F7D0 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000006250 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F7E0 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000006270 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F7F0 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000006290 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F800 /* YGFloatOptional.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000062B0 /* YGFloatOptional.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F810 /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000062D0 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F820 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000006300 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F830 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000006320 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F840 /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000006340 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F850 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000006370 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 00000000F860 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006260 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F870 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006280 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F880 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000062A0 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F890 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000062C0 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F8A0 /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000062E0 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F8B0 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000062F0 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F8C0 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006310 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F8D0 /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006330 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F8E0 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006350 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F8F0 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006360 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F900 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006380 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000F950 /* yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000F940 /* yoga-dummy.m */; }; - 00000000FA50 /* Pods-Emission-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 00000000FA40 /* Pods-Emission-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000FAB0 /* Pods-Emission-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000FAA0 /* Pods-Emission-dummy.m */; }; - 00000000FBB0 /* Pods-EmissionTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 00000000FBA0 /* Pods-EmissionTests-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00000000FBF0 /* Pods-EmissionTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000FBE0 /* Pods-EmissionTests-dummy.m */; }; + 0000000076B0 /* ARCellData.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000002E0 /* ARCellData.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000076C0 /* ARGenericTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000300 /* ARGenericTableViewController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000076D0 /* ARSectionData.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000320 /* ARSectionData.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000076E0 /* ARTableViewData.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000340 /* ARTableViewData.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000076F0 /* ARCellData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000002D0 /* ARCellData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007700 /* ARGenericTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000002F0 /* ARGenericTableViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007710 /* ARSectionData.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000310 /* ARSectionData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007720 /* ARTableViewData.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000330 /* ARTableViewData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007770 /* ARGenericTableViewController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000007760 /* ARGenericTableViewController-dummy.m */; }; + 000000007810 /* ArtsyAuthentication+Accounts.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000380 /* ArtsyAuthentication+Accounts.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007820 /* ArtsyAuthentication+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000003A0 /* ArtsyAuthentication+Private.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007830 /* ArtsyAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000003C0 /* ArtsyAuthentication.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007840 /* ArtsyAuthenticationRouter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000003E0 /* ArtsyAuthenticationRouter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007850 /* ArtsyNetworkOperator.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000400 /* ArtsyNetworkOperator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007860 /* ArtsyToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000420 /* ArtsyToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007870 /* Artsy+Authentication.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000360 /* Artsy+Authentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007880 /* ArtsyAuthentication+Accounts.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000370 /* ArtsyAuthentication+Accounts.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007890 /* ArtsyAuthentication+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000390 /* ArtsyAuthentication+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000078A0 /* ArtsyAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000003B0 /* ArtsyAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000078B0 /* ArtsyAuthenticationRouter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000003D0 /* ArtsyAuthenticationRouter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000078C0 /* ArtsyNetworkOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000003F0 /* ArtsyNetworkOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000078D0 /* ArtsyToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000410 /* ArtsyToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007920 /* Artsy+Authentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000007910 /* Artsy+Authentication-dummy.m */; }; + 0000000079C0 /* UIColor+ArtsyColors.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000440 /* UIColor+ArtsyColors.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000079D0 /* UIColor+DebugColours.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000460 /* UIColor+DebugColours.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000079E0 /* UIColor+ArtsyColors.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000430 /* UIColor+ArtsyColors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000079F0 /* UIColor+DebugColours.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000450 /* UIColor+DebugColours.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007A40 /* Artsy+UIColors-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000007A30 /* Artsy+UIColors-dummy.m */; }; + 000000007AE0 /* UIFont+ArtsyFonts.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000480 /* UIFont+ArtsyFonts.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007AF0 /* UIFont+ArtsyFonts.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000470 /* UIFont+ArtsyFonts.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007B40 /* Artsy+UIFonts-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000007B30 /* Artsy+UIFonts-dummy.m */; }; + 000000007BE0 /* ARButtonSubclasses.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000004A0 /* ARButtonSubclasses.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007BF0 /* ARButtonSubclasses.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000490 /* ARButtonSubclasses.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007C40 /* Artsy-UIButtons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000007C30 /* Artsy-UIButtons-dummy.m */; }; + 000000007CE0 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0000000004B0 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007CF0 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0000000004D0 /* bignum.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007D00 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0000000004F0 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007D10 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000000510 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007D20 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000000530 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007D30 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000000550 /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007D40 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000000570 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007D50 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0000000005A0 /* strtod.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000007D60 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000004C0 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007D70 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000004E0 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007D80 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000500 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007D90 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000520 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007DA0 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000540 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007DB0 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000560 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007DC0 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000580 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007DD0 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000590 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007DE0 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000005B0 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007DF0 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000005C0 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000007E40 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000007E30 /* DoubleConversion-dummy.m */; }; + 000000007EE0 /* ARCocoaConstantsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000005F0 /* ARCocoaConstantsModule.m */; }; + 000000007EF0 /* AREmission.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000610 /* AREmission.m */; }; + 000000007F00 /* AREmissionFontsLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000620 /* AREmissionFontsLoader.m */; }; + 000000007F10 /* AREventsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000640 /* AREventsModule.m */; }; + 000000007F20 /* ARSwitchBoardModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000660 /* ARSwitchBoardModule.m */; }; + 000000007F30 /* RCTScrollView+EnclosingScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000670 /* RCTScrollView+EnclosingScrollView.m */; }; + 000000007F40 /* ARCity+GeospatialAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000006A0 /* ARCity+GeospatialAdditions.m */; }; + 000000007F50 /* ARCity.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000006C0 /* ARCity.m */; }; + 000000007F60 /* ARDottedLineManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000006F0 /* ARDottedLineManager.m */; }; + 000000007F70 /* ARNotificationsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000720 /* ARNotificationsManager.m */; }; + 000000007F80 /* ARRefineOptionsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000740 /* ARRefineOptionsModule.m */; }; + 000000007F90 /* ARTakeCameraPhotoModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000760 /* ARTakeCameraPhotoModule.m */; }; + 000000007FA0 /* ARWorksForYouModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000780 /* ARWorksForYouModule.m */; }; + 000000007FB0 /* ARGraphQLQueryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000007B0 /* ARGraphQLQueryCache.m */; }; + 000000007FC0 /* ARGraphQLQueryPreloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000007D0 /* ARGraphQLQueryPreloader.m */; }; + 000000007FD0 /* ARLoadFailureViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000800 /* ARLoadFailureViewManager.m */; }; + 000000007FE0 /* AROpaqueImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000830 /* AROpaqueImageView.m */; }; + 000000007FF0 /* AROpaqueImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000850 /* AROpaqueImageViewManager.m */; }; + 000000008000 /* ARSpinnerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000880 /* ARSpinnerManager.m */; }; + 000000008010 /* ARSwitchViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000008B0 /* ARSwitchViewManager.m */; }; + 000000008020 /* ARTemporaryAPIModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000008E0 /* ARTemporaryAPIModule.m */; }; + 000000008030 /* ARVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000910 /* ARVideoManager.m */; }; + 000000008040 /* ARArtistComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000940 /* ARArtistComponentViewController.m */; }; + 000000008050 /* ARBidFlowViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000960 /* ARBidFlowViewController.m */; }; + 000000008060 /* ARCityBMWListComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000980 /* ARCityBMWListComponentViewController.m */; }; + 000000008070 /* ARCityComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000009A0 /* ARCityComponentViewController.m */; }; + 000000008080 /* ARCityFairListComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000009C0 /* ARCityFairListComponentViewController.m */; }; + 000000008090 /* ARCityPickerComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000009E0 /* ARCityPickerComponentViewController.m */; }; + 0000000080A0 /* ARCitySavedListComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000A00 /* ARCitySavedListComponentViewController.m */; }; + 0000000080B0 /* ARCitySectionListComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000A20 /* ARCitySectionListComponentViewController.m */; }; + 0000000080C0 /* ARComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000A40 /* ARComponentViewController.m */; }; + 0000000080D0 /* ARConversationComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000A60 /* ARConversationComponentViewController.m */; }; + 0000000080E0 /* ARFairArtistsComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000A80 /* ARFairArtistsComponentViewController.m */; }; + 0000000080F0 /* ARFairArtworksComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000AA0 /* ARFairArtworksComponentViewController.m */; }; + 000000008100 /* ARFairBMWArtActivationComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000AC0 /* ARFairBMWArtActivationComponentViewController.m */; }; + 000000008110 /* ARFairBoothComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000AE0 /* ARFairBoothComponentViewController.m */; }; + 000000008120 /* ARFairComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000B00 /* ARFairComponentViewController.m */; }; + 000000008130 /* ARFairExhibitorsComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000B20 /* ARFairExhibitorsComponentViewController.m */; }; + 000000008140 /* ARFairMoreInfoComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000B40 /* ARFairMoreInfoComponentViewController.m */; }; + 000000008150 /* ARFavoritesComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000B60 /* ARFavoritesComponentViewController.m */; }; + 000000008160 /* ARGeneComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000B80 /* ARGeneComponentViewController.m */; }; + 000000008170 /* ARHomeComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000BA0 /* ARHomeComponentViewController.m */; }; + 000000008180 /* ARInboxComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000BC0 /* ARInboxComponentViewController.m */; }; + 000000008190 /* ARInquiryComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000BE0 /* ARInquiryComponentViewController.m */; }; + 0000000081A0 /* ARMapComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000C00 /* ARMapComponentViewController.m */; }; + 0000000081B0 /* ARMapContainerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000C20 /* ARMapContainerViewController.m */; }; + 0000000081C0 /* ARMediaPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000C40 /* ARMediaPreviewController.m */; }; + 0000000081D0 /* ARMyProfileEditViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000C60 /* ARMyProfileEditViewController.m */; }; + 0000000081E0 /* ARMyProfileViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000C80 /* ARMyProfileViewController.m */; }; + 0000000081F0 /* ARMySellingProfileViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000CA0 /* ARMySellingProfileViewController.m */; }; + 000000008200 /* ARShowArtistsComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000CC0 /* ARShowArtistsComponentViewController.m */; }; + 000000008210 /* ARShowArtworksComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000CE0 /* ARShowArtworksComponentViewController.m */; }; + 000000008220 /* ARShowComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000D00 /* ARShowComponentViewController.m */; }; + 000000008230 /* ARShowConsignmentsFlowViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000D20 /* ARShowConsignmentsFlowViewController.m */; }; + 000000008240 /* ARShowMoreInfoComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000D40 /* ARShowMoreInfoComponentViewController.m */; }; + 000000008250 /* ARWorksForYouComponentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000D60 /* ARWorksForYouComponentViewController.m */; }; + 000000008260 /* ARCocoaConstantsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000005E0 /* ARCocoaConstantsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008270 /* AREmission.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000600 /* AREmission.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008280 /* AREventsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000630 /* AREventsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008290 /* ARSwitchBoardModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000650 /* ARSwitchBoardModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000082A0 /* ARCity+GeospatialAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000690 /* ARCity+GeospatialAdditions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000082B0 /* ARCity.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000006B0 /* ARCity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000082C0 /* ARDottedLineManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000006E0 /* ARDottedLineManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000082D0 /* ARNotificationsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000710 /* ARNotificationsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000082E0 /* ARRefineOptionsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000730 /* ARRefineOptionsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000082F0 /* ARTakeCameraPhotoModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000750 /* ARTakeCameraPhotoModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008300 /* ARWorksForYouModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000770 /* ARWorksForYouModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008310 /* ARGraphQLQueryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000007A0 /* ARGraphQLQueryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008320 /* ARGraphQLQueryPreloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000007C0 /* ARGraphQLQueryPreloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008330 /* ARLoadFailureViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000007F0 /* ARLoadFailureViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008340 /* AROpaqueImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000820 /* AROpaqueImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008350 /* AROpaqueImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000840 /* AROpaqueImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008360 /* ARSpinnerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000870 /* ARSpinnerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008370 /* ARSwitchViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000008A0 /* ARSwitchViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008380 /* ARTemporaryAPIModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000008D0 /* ARTemporaryAPIModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008390 /* ARVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000900 /* ARVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000083A0 /* ARArtistComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000930 /* ARArtistComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000083B0 /* ARBidFlowViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000950 /* ARBidFlowViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000083C0 /* ARCityBMWListComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000970 /* ARCityBMWListComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000083D0 /* ARCityComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000990 /* ARCityComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000083E0 /* ARCityFairListComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000009B0 /* ARCityFairListComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000083F0 /* ARCityPickerComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000009D0 /* ARCityPickerComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008400 /* ARCitySavedListComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000009F0 /* ARCitySavedListComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008410 /* ARCitySectionListComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000A10 /* ARCitySectionListComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008420 /* ARComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000A30 /* ARComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008430 /* ARConversationComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000A50 /* ARConversationComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008440 /* ARFairArtistsComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000A70 /* ARFairArtistsComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008450 /* ARFairArtworksComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000A90 /* ARFairArtworksComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008460 /* ARFairBMWArtActivationComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000AB0 /* ARFairBMWArtActivationComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008470 /* ARFairBoothComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000AD0 /* ARFairBoothComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008480 /* ARFairComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000AF0 /* ARFairComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008490 /* ARFairExhibitorsComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000B10 /* ARFairExhibitorsComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000084A0 /* ARFairMoreInfoComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000B30 /* ARFairMoreInfoComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000084B0 /* ARFavoritesComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000B50 /* ARFavoritesComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000084C0 /* ARGeneComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000B70 /* ARGeneComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000084D0 /* ARHomeComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000B90 /* ARHomeComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000084E0 /* ARInboxComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000BB0 /* ARInboxComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000084F0 /* ARInquiryComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000BD0 /* ARInquiryComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008500 /* ARMapComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000BF0 /* ARMapComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008510 /* ARMapContainerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000C10 /* ARMapContainerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008520 /* ARMediaPreviewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000C30 /* ARMediaPreviewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008530 /* ARMyProfileEditViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000C50 /* ARMyProfileEditViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008540 /* ARMyProfileViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000C70 /* ARMyProfileViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008550 /* ARMySellingProfileViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000C90 /* ARMySellingProfileViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008560 /* ARShowArtistsComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000CB0 /* ARShowArtistsComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008570 /* ARShowArtworksComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000CD0 /* ARShowArtworksComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008580 /* ARShowComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000CF0 /* ARShowComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008590 /* ARShowConsignmentsFlowViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000D10 /* ARShowConsignmentsFlowViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000085A0 /* ARShowMoreInfoComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000D30 /* ARShowMoreInfoComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000085B0 /* ARWorksForYouComponentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000D50 /* ARWorksForYouComponentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008600 /* Emission-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000085F0 /* Emission-dummy.m */; }; + 0000000086A0 /* EXPBlockDefinedMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006420 /* EXPBlockDefinedMatcher.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000086B0 /* EXPDoubleTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006450 /* EXPDoubleTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000086C0 /* ExpectaObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006480 /* ExpectaObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000086D0 /* ExpectaSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000064A0 /* ExpectaSupport.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000086E0 /* EXPExpect.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000064C0 /* EXPExpect.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000086F0 /* EXPFloatTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000064E0 /* EXPFloatTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008700 /* EXPUnsupportedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006510 /* EXPUnsupportedObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008710 /* EXPMatcherHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006530 /* EXPMatcherHelpers.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008720 /* EXPMatchers+beCloseTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006550 /* EXPMatchers+beCloseTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008730 /* EXPMatchers+beFalsy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006570 /* EXPMatchers+beFalsy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008740 /* EXPMatchers+beginWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006590 /* EXPMatchers+beginWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008750 /* EXPMatchers+beGreaterThan.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000065B0 /* EXPMatchers+beGreaterThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008760 /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000065D0 /* EXPMatchers+beGreaterThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008770 /* EXPMatchers+beIdenticalTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000065F0 /* EXPMatchers+beIdenticalTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008780 /* EXPMatchers+beInstanceOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006610 /* EXPMatchers+beInstanceOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008790 /* EXPMatchers+beInTheRangeOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006630 /* EXPMatchers+beInTheRangeOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000087A0 /* EXPMatchers+beKindOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006650 /* EXPMatchers+beKindOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000087B0 /* EXPMatchers+beLessThan.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006670 /* EXPMatchers+beLessThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000087C0 /* EXPMatchers+beLessThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006690 /* EXPMatchers+beLessThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000087D0 /* EXPMatchers+beNil.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000066B0 /* EXPMatchers+beNil.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000087E0 /* EXPMatchers+beSubclassOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000066D0 /* EXPMatchers+beSubclassOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000087F0 /* EXPMatchers+beSupersetOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000066F0 /* EXPMatchers+beSupersetOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008800 /* EXPMatchers+beTruthy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006710 /* EXPMatchers+beTruthy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008810 /* EXPMatchers+conformTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006730 /* EXPMatchers+conformTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008820 /* EXPMatchers+contain.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006750 /* EXPMatchers+contain.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008830 /* EXPMatchers+endWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006770 /* EXPMatchers+endWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008840 /* EXPMatchers+equal.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006790 /* EXPMatchers+equal.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008850 /* EXPMatchers+haveCountOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000067B0 /* EXPMatchers+haveCountOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008860 /* EXPMatchers+match.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000067D0 /* EXPMatchers+match.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008870 /* EXPMatchers+postNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000067F0 /* EXPMatchers+postNotification.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008880 /* EXPMatchers+raise.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006810 /* EXPMatchers+raise.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008890 /* EXPMatchers+raiseWithReason.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006830 /* EXPMatchers+raiseWithReason.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000088A0 /* EXPMatchers+respondTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006850 /* EXPMatchers+respondTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000088B0 /* NSValue+Expecta.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006890 /* NSValue+Expecta.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000088C0 /* EXPBlockDefinedMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006410 /* EXPBlockDefinedMatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000088D0 /* EXPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006430 /* EXPDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000088E0 /* EXPDoubleTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006440 /* EXPDoubleTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000088F0 /* Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006460 /* Expecta.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008900 /* ExpectaObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006470 /* ExpectaObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008910 /* ExpectaSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006490 /* ExpectaSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008920 /* EXPExpect.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000064B0 /* EXPExpect.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008930 /* EXPFloatTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000064D0 /* EXPFloatTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008940 /* EXPMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000064F0 /* EXPMatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008950 /* EXPUnsupportedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006500 /* EXPUnsupportedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008960 /* EXPMatcherHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006520 /* EXPMatcherHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008970 /* EXPMatchers+beCloseTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006540 /* EXPMatchers+beCloseTo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008980 /* EXPMatchers+beFalsy.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006560 /* EXPMatchers+beFalsy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008990 /* EXPMatchers+beginWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006580 /* EXPMatchers+beginWith.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000089A0 /* EXPMatchers+beGreaterThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000065A0 /* EXPMatchers+beGreaterThan.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000089B0 /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000065C0 /* EXPMatchers+beGreaterThanOrEqualTo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000089C0 /* EXPMatchers+beIdenticalTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000065E0 /* EXPMatchers+beIdenticalTo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000089D0 /* EXPMatchers+beInstanceOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006600 /* EXPMatchers+beInstanceOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000089E0 /* EXPMatchers+beInTheRangeOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006620 /* EXPMatchers+beInTheRangeOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000089F0 /* EXPMatchers+beKindOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006640 /* EXPMatchers+beKindOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008A00 /* EXPMatchers+beLessThan.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006660 /* EXPMatchers+beLessThan.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008A10 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006680 /* EXPMatchers+beLessThanOrEqualTo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008A20 /* EXPMatchers+beNil.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000066A0 /* EXPMatchers+beNil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008A30 /* EXPMatchers+beSubclassOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000066C0 /* EXPMatchers+beSubclassOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008A40 /* EXPMatchers+beSupersetOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000066E0 /* EXPMatchers+beSupersetOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008A50 /* EXPMatchers+beTruthy.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006700 /* EXPMatchers+beTruthy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008A60 /* EXPMatchers+conformTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006720 /* EXPMatchers+conformTo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008A70 /* EXPMatchers+contain.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006740 /* EXPMatchers+contain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008A80 /* EXPMatchers+endWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006760 /* EXPMatchers+endWith.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008A90 /* EXPMatchers+equal.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006780 /* EXPMatchers+equal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008AA0 /* EXPMatchers+haveCountOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000067A0 /* EXPMatchers+haveCountOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008AB0 /* EXPMatchers+match.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000067C0 /* EXPMatchers+match.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008AC0 /* EXPMatchers+postNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000067E0 /* EXPMatchers+postNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008AD0 /* EXPMatchers+raise.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006800 /* EXPMatchers+raise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008AE0 /* EXPMatchers+raiseWithReason.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006820 /* EXPMatchers+raiseWithReason.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008AF0 /* EXPMatchers+respondTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006840 /* EXPMatchers+respondTo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008B00 /* EXPMatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006860 /* EXPMatchers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008B10 /* NSObject+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006870 /* NSObject+Expecta.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008B20 /* NSValue+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006880 /* NSValue+Expecta.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008B70 /* Expecta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000008B60 /* Expecta-dummy.m */; }; + 000000008C10 /* ARAnimationContinuation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000D90 /* ARAnimationContinuation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008C20 /* ARAnimationContinuation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000D80 /* ARAnimationContinuation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008C30 /* ARLoadFailureView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000DC0 /* ARLoadFailureView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008C40 /* ARLoadFailureView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000DB0 /* ARLoadFailureView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008C50 /* ARSpinner.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000DF0 /* ARSpinner.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008C60 /* ARSpinner.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000DE0 /* ARSpinner.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008C70 /* ARSwitchView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000E20 /* ARSwitchView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008C80 /* ARSwitchView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000E10 /* ARSwitchView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008C90 /* UILabel+Typography.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000E50 /* UILabel+Typography.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008CA0 /* UILabel+Typography.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000E40 /* UILabel+Typography.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008CB0 /* UIView+ARSpinner.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000E80 /* UIView+ARSpinner.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008CC0 /* UIView+ARSpinner.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000E70 /* UIView+ARSpinner.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008D10 /* Extraction-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000008D00 /* Extraction-dummy.m */; }; + 000000008DB0 /* UIApplication+StrictKeyWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000068C0 /* UIApplication+StrictKeyWindow.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008DC0 /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000068E0 /* UIImage+Compare.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008DD0 /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006900 /* UIImage+Diff.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008DE0 /* UIImage+Snapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006920 /* UIImage+Snapshot.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008DF0 /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006940 /* FBSnapshotTestCase.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008E00 /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006960 /* FBSnapshotTestCasePlatform.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008E10 /* FBSnapshotTestController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006980 /* FBSnapshotTestController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008E20 /* UIApplication+StrictKeyWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000068B0 /* UIApplication+StrictKeyWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008E30 /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000068D0 /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008E40 /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000068F0 /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008E50 /* UIImage+Snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006910 /* UIImage+Snapshot.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008E60 /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006930 /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008E70 /* FBSnapshotTestCasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006950 /* FBSnapshotTestCasePlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008E80 /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006970 /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008E90 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0000000069A0 /* SwiftSupport.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008EE0 /* FBSnapshotTestCase-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000008ED0 /* FBSnapshotTestCase-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000008F20 /* FBSnapshotTestCase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000008F10 /* FBSnapshotTestCase-dummy.m */; }; + 000000008FC0 /* NSObject+FLKAutoLayoutDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000EB0 /* NSObject+FLKAutoLayoutDebug.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008FD0 /* FLKAutoLayoutPredicateList.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000ED0 /* FLKAutoLayoutPredicateList.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008FE0 /* NSLayoutConstraint+FLKAutoLayoutDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000EF0 /* NSLayoutConstraint+FLKAutoLayoutDebug.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000008FF0 /* UIView+FLKAutoLayoutPredicate.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F10 /* UIView+FLKAutoLayoutPredicate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009000 /* UIView+FLKAutoLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F30 /* UIView+FLKAutoLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009010 /* UIView+FLKAutoLayoutDebug.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F50 /* UIView+FLKAutoLayoutDebug.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009020 /* UIViewController+FLKAutoLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F70 /* UIViewController+FLKAutoLayout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009030 /* FLKAutoLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000E90 /* FLKAutoLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009040 /* NSObject+FLKAutoLayoutDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000EA0 /* NSObject+FLKAutoLayoutDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009050 /* FLKAutoLayoutPredicateList.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000EC0 /* FLKAutoLayoutPredicateList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009060 /* NSLayoutConstraint+FLKAutoLayoutDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000EE0 /* NSLayoutConstraint+FLKAutoLayoutDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009070 /* UIView+FLKAutoLayoutPredicate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000F00 /* UIView+FLKAutoLayoutPredicate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009080 /* UIView+FLKAutoLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000F20 /* UIView+FLKAutoLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009090 /* UIView+FLKAutoLayoutDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000F40 /* UIView+FLKAutoLayoutDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000090A0 /* UIViewController+FLKAutoLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000000F60 /* UIViewController+FLKAutoLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000090F0 /* FLKAutoLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000090E0 /* FLKAutoLayout-dummy.m */; }; + 000000009190 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F80 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000091A0 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000F90 /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000091B0 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000FA0 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000091C0 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000FB0 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000091D0 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000FC0 /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000091E0 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000FD0 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000091F0 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000FE0 /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009200 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000000FF0 /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009210 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001000 /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009220 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001010 /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009230 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001020 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009240 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001030 /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009250 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001040 /* Assume.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009260 /* ColdClass.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001050 /* ColdClass.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009270 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001060 /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000092C0 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000092B0 /* Folly-dummy.m */; }; + 000000009360 /* ISO8601DateFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001080 /* ISO8601DateFormatter.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009370 /* ISO8601DateFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001070 /* ISO8601DateFormatter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000093C0 /* ISO8601DateFormatter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000093B0 /* ISO8601DateFormatter-dummy.m */; }; + 000000009460 /* KSCrashInstallation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000010B0 /* KSCrashInstallation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009470 /* KSCString.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000010E0 /* KSCString.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009480 /* KSCrashInstallation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000010A0 /* KSCrashInstallation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009490 /* KSCrashInstallation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000010C0 /* KSCrashInstallation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000094A0 /* KSCString.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000010D0 /* KSCString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000094B0 /* KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001110 /* KSCrash.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000094C0 /* KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001120 /* KSCrashC.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000094D0 /* KSCrashCachedData.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001140 /* KSCrashCachedData.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000094E0 /* KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001170 /* KSCrashDoctor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000094F0 /* KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001180 /* KSCrashReport.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009500 /* KSCrashReportFixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000011B0 /* KSCrashReportFixer.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009510 /* KSCrashReportStore.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000011D0 /* KSCrashReportStore.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009520 /* KSCrashMonitor.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001220 /* KSCrashMonitor.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009530 /* KSCrashMonitorType.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001250 /* KSCrashMonitorType.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009540 /* KSCrashMonitor_AppState.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001270 /* KSCrashMonitor_AppState.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009550 /* KSCrashMonitor_CPPException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001290 /* KSCrashMonitor_CPPException.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009560 /* KSCrashMonitor_Deadlock.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000012C0 /* KSCrashMonitor_Deadlock.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009570 /* KSCrashMonitor_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000012D0 /* KSCrashMonitor_MachException.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009580 /* KSCrashMonitor_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001300 /* KSCrashMonitor_NSException.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009590 /* KSCrashMonitor_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001310 /* KSCrashMonitor_Signal.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000095A0 /* KSCrashMonitor_System.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001340 /* KSCrashMonitor_System.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000095B0 /* KSCrashMonitor_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001350 /* KSCrashMonitor_User.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000095C0 /* KSCrashMonitor_Zombie.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001370 /* KSCrashMonitor_Zombie.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000095D0 /* KSCPU.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001390 /* KSCPU.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000095E0 /* KSCPU_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000013C0 /* KSCPU_arm.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000095F0 /* KSCPU_arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000013D0 /* KSCPU_arm64.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009600 /* KSCPU_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000013E0 /* KSCPU_x86_32.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009610 /* KSCPU_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000013F0 /* KSCPU_x86_64.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009620 /* KSDate.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001400 /* KSDate.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009630 /* KSDebug.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001420 /* KSDebug.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009640 /* KSDemangle_CPP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001440 /* KSDemangle_CPP.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009650 /* KSDemangle_Swift.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001460 /* KSDemangle_Swift.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009660 /* KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001480 /* KSDynamicLinker.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009670 /* KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000014A0 /* KSFileUtils.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009680 /* KSID.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000014C0 /* KSID.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009690 /* KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000014E0 /* KSJSONCodec.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000096A0 /* KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001510 /* KSJSONCodecObjC.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000096B0 /* KSLogger.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001520 /* KSLogger.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000096C0 /* KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001540 /* KSMach.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000096D0 /* KSMachineContext.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001560 /* KSMachineContext.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000096E0 /* KSMemory.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001590 /* KSMemory.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000096F0 /* KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000015B0 /* KSObjC.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009700 /* KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000015E0 /* KSSignalInfo.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009710 /* KSStackCursor.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001600 /* KSStackCursor.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009720 /* KSStackCursor_Backtrace.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001620 /* KSStackCursor_Backtrace.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009730 /* KSStackCursor_MachineContext.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001640 /* KSStackCursor_MachineContext.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009740 /* KSStackCursor_SelfThread.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001660 /* KSStackCursor_SelfThread.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009750 /* KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000001680 /* KSString.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009760 /* KSSymbolicator.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000016A0 /* KSSymbolicator.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009770 /* KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000016C0 /* KSSysCtl.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009780 /* KSThread.c in Sources */ = {isa = PBXBuildFile; fileRef = 0000000016E0 /* KSThread.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009790 /* NSError+SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001710 /* NSError+SimpleConstructor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000097A0 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000017A0 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000097B0 /* Punycode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000001800 /* Punycode.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0000000097C0 /* KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001100 /* KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000097D0 /* KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001130 /* KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000097E0 /* KSCrashCachedData.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001150 /* KSCrashCachedData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000097F0 /* KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001160 /* KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009800 /* KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001190 /* KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009810 /* KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000011A0 /* KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009820 /* KSCrashReportFixer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000011C0 /* KSCrashReportFixer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009830 /* KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000011E0 /* KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009840 /* KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000011F0 /* KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009850 /* KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001200 /* KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009860 /* KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001210 /* KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009870 /* KSCrashMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001230 /* KSCrashMonitor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009880 /* KSCrashMonitorContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001240 /* KSCrashMonitorContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009890 /* KSCrashMonitorType.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001260 /* KSCrashMonitorType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000098A0 /* KSCrashMonitor_AppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001280 /* KSCrashMonitor_AppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000098B0 /* KSCrashMonitor_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000012A0 /* KSCrashMonitor_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000098C0 /* KSCrashMonitor_Deadlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000012B0 /* KSCrashMonitor_Deadlock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000098D0 /* KSCrashMonitor_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000012E0 /* KSCrashMonitor_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000098E0 /* KSCrashMonitor_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000012F0 /* KSCrashMonitor_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000098F0 /* KSCrashMonitor_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001320 /* KSCrashMonitor_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009900 /* KSCrashMonitor_System.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001330 /* KSCrashMonitor_System.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009910 /* KSCrashMonitor_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001360 /* KSCrashMonitor_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009920 /* KSCrashMonitor_Zombie.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001380 /* KSCrashMonitor_Zombie.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009930 /* KSCPU.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000013A0 /* KSCPU.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009940 /* KSCPU_Apple.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000013B0 /* KSCPU_Apple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009950 /* KSDate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001410 /* KSDate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009960 /* KSDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001430 /* KSDebug.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009970 /* KSDemangle_CPP.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001450 /* KSDemangle_CPP.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009980 /* KSDemangle_Swift.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001470 /* KSDemangle_Swift.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009990 /* KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001490 /* KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000099A0 /* KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000014B0 /* KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000099B0 /* KSID.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000014D0 /* KSID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000099C0 /* KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000014F0 /* KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000099D0 /* KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001500 /* KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000099E0 /* KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001530 /* KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0000000099F0 /* KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001550 /* KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009A00 /* KSMachineContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001570 /* KSMachineContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009A10 /* KSMachineContext_Apple.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001580 /* KSMachineContext_Apple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009A20 /* KSMemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000015A0 /* KSMemory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009A30 /* KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000015C0 /* KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009A40 /* KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000015D0 /* KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009A50 /* KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000015F0 /* KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009A60 /* KSStackCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001610 /* KSStackCursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009A70 /* KSStackCursor_Backtrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001630 /* KSStackCursor_Backtrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009A80 /* KSStackCursor_MachineContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001650 /* KSStackCursor_MachineContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009A90 /* KSStackCursor_SelfThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001670 /* KSStackCursor_SelfThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009AA0 /* KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001690 /* KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009AB0 /* KSSymbolicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000016B0 /* KSSymbolicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009AC0 /* KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000016D0 /* KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009AD0 /* KSThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000016F0 /* KSThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009AE0 /* NSError+SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001700 /* NSError+SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009AF0 /* None.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001720 /* None.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009B00 /* Optional.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001730 /* Optional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009B10 /* StringRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001740 /* StringRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009B20 /* llvm-config.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001750 /* llvm-config.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009B30 /* AlignOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001760 /* AlignOf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009B40 /* Casting.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001770 /* Casting.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009B50 /* Compiler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001780 /* Compiler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009B60 /* type_traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001790 /* type_traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009B70 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000017B0 /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009B80 /* DemangleNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000017C0 /* DemangleNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009B90 /* Fallthrough.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000017D0 /* Fallthrough.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009BA0 /* LLVM.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000017E0 /* LLVM.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009BB0 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000017F0 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009BC0 /* Punycode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001810 /* Punycode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009BD0 /* SwiftStrings.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001820 /* SwiftStrings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009BE0 /* KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001830 /* KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009BF0 /* Container+DeepSearch.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001890 /* Container+DeepSearch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009C00 /* NSData+GZip.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000018C0 /* NSData+GZip.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009C10 /* Container+DeepSearch.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001880 /* Container+DeepSearch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009C20 /* KSVarArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000018A0 /* KSVarArgs.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009C30 /* NSData+GZip.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000018B0 /* NSData+GZip.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009C40 /* KSCrashReportFilterBasic.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000018F0 /* KSCrashReportFilterBasic.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009C50 /* KSCrashReportFilterBasic.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000018E0 /* KSCrashReportFilterBasic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009CA0 /* KSCrash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000009C90 /* KSCrash-dummy.m */; }; + 000000009D40 /* EmissionKeys.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001910 /* EmissionKeys.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009D50 /* EmissionKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001900 /* EmissionKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009DA0 /* Keys-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000009D90 /* Keys-dummy.m */; }; + 000000009E40 /* NSURL+QueryDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001930 /* NSURL+QueryDictionary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009E50 /* NSURL+QueryDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001920 /* NSURL+QueryDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009EA0 /* NSURL+QueryDictionary-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000009E90 /* NSURL+QueryDictionary-dummy.m */; }; + 000000009F40 /* ORSplitStackView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001950 /* ORSplitStackView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009F50 /* ORStackScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001970 /* ORStackScrollView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009F60 /* ORStackView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001990 /* ORStackView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009F70 /* ORTagBasedAutoStackView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000019B0 /* ORTagBasedAutoStackView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009F80 /* ORStackView+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000019D0 /* ORStackView+Private.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 000000009F90 /* ORSplitStackView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001940 /* ORSplitStackView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009FA0 /* ORStackScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001960 /* ORStackScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009FB0 /* ORStackView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001980 /* ORStackView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009FC0 /* ORTagBasedAutoStackView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000019A0 /* ORTagBasedAutoStackView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 000000009FD0 /* ORStackView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000019C0 /* ORStackView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A020 /* ORStackView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000A010 /* ORStackView-dummy.m */; }; + 00000000A0C0 /* PulleyPassthroughScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0000000019E0 /* PulleyPassthroughScrollView.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A0D0 /* PulleyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0000000019F0 /* PulleyViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A0E0 /* UIView+constrainToParent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000000001A00 /* UIView+constrainToParent.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A0F0 /* UIViewController+PulleyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000000001A10 /* UIViewController+PulleyViewController.swift */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A140 /* Pulley-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 00000000A130 /* Pulley-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A180 /* Pulley-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000A170 /* Pulley-dummy.m */; }; + 00000000A220 /* RNSVGBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001A40 /* RNSVGBrush.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A230 /* RNSVGPainter.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001A70 /* RNSVGPainter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A240 /* RNSVGPainterBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001A90 /* RNSVGPainterBrush.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A250 /* RNSVGSolidColorBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001AB0 /* RNSVGSolidColorBrush.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A260 /* RNSVGClipPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001AE0 /* RNSVGClipPath.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A270 /* RNSVGDefs.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001B00 /* RNSVGDefs.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A280 /* RNSVGGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001B20 /* RNSVGGroup.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A290 /* RNSVGImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001B40 /* RNSVGImage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A2A0 /* RNSVGLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001B60 /* RNSVGLinearGradient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A2B0 /* RNSVGMask.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001B80 /* RNSVGMask.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A2C0 /* RNSVGPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001BA0 /* RNSVGPath.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A2D0 /* RNSVGPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001BB0 /* RNSVGPattern.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A2E0 /* RNSVGRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001BD0 /* RNSVGRadialGradient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A2F0 /* RNSVGSvgView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001BF0 /* RNSVGSvgView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A300 /* RNSVGSymbol.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001C10 /* RNSVGSymbol.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A310 /* RNSVGUse.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001C30 /* RNSVGUse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A320 /* RNSVGNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001C60 /* RNSVGNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A330 /* RNSVGRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001C90 /* RNSVGRenderable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A340 /* RNSVGCircle.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001CC0 /* RNSVGCircle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A350 /* RNSVGEllipse.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001CE0 /* RNSVGEllipse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A360 /* RNSVGLine.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001D00 /* RNSVGLine.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A370 /* RNSVGRect.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001D20 /* RNSVGRect.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A380 /* RNSVGFontData.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001D50 /* RNSVGFontData.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A390 /* RNSVGGlyphContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001D70 /* RNSVGGlyphContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A3A0 /* RNSVGPropHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001D90 /* RNSVGPropHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A3B0 /* RNSVGText.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001DB0 /* RNSVGText.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A3C0 /* RNSVGTextPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001DD0 /* RNSVGTextPath.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A3D0 /* RNSVGTextProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001DF0 /* RNSVGTextProperties.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A3E0 /* RNSVGTSpan.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001E10 /* RNSVGTSpan.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A3F0 /* RCTConvert+RNSVG.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001E40 /* RCTConvert+RNSVG.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A400 /* RNSVGBezierElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001E60 /* RNSVGBezierElement.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A410 /* RNSVGLength.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001E90 /* RNSVGLength.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A420 /* RNSVGPathParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001EB0 /* RNSVGPathParser.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A430 /* RNSVGPercentageConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001ED0 /* RNSVGPercentageConverter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A440 /* RNSVGViewBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001F10 /* RNSVGViewBox.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A450 /* RNSVGCircleManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001F40 /* RNSVGCircleManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A460 /* RNSVGClipPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001F60 /* RNSVGClipPathManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A470 /* RNSVGDefsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001F80 /* RNSVGDefsManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A480 /* RNSVGEllipseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001FA0 /* RNSVGEllipseManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A490 /* RNSVGGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001FC0 /* RNSVGGroupManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A4A0 /* RNSVGImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000001FE0 /* RNSVGImageManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A4B0 /* RNSVGLinearGradientManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002000 /* RNSVGLinearGradientManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A4C0 /* RNSVGLineManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002020 /* RNSVGLineManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A4D0 /* RNSVGMaskManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002040 /* RNSVGMaskManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A4E0 /* RNSVGNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002060 /* RNSVGNodeManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A4F0 /* RNSVGPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002080 /* RNSVGPathManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A500 /* RNSVGPatternManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000020A0 /* RNSVGPatternManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A510 /* RNSVGRadialGradientManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000020C0 /* RNSVGRadialGradientManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A520 /* RNSVGRectManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000020E0 /* RNSVGRectManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A530 /* RNSVGRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002100 /* RNSVGRenderableManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A540 /* RNSVGSvgViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002120 /* RNSVGSvgViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A550 /* RNSVGSymbolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002140 /* RNSVGSymbolManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A560 /* RNSVGTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002160 /* RNSVGTextManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A570 /* RNSVGTextPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002180 /* RNSVGTextPathManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A580 /* RNSVGTSpanManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000021A0 /* RNSVGTSpanManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A590 /* RNSVGUseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000021C0 /* RNSVGUseManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000A5A0 /* RNSVGBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001A30 /* RNSVGBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A5B0 /* RNSVGBrushType.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001A50 /* RNSVGBrushType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A5C0 /* RNSVGPainter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001A60 /* RNSVGPainter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A5D0 /* RNSVGPainterBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001A80 /* RNSVGPainterBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A5E0 /* RNSVGSolidColorBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001AA0 /* RNSVGSolidColorBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A5F0 /* RNSVGClipPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001AD0 /* RNSVGClipPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A600 /* RNSVGDefs.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001AF0 /* RNSVGDefs.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A610 /* RNSVGGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001B10 /* RNSVGGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A620 /* RNSVGImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001B30 /* RNSVGImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A630 /* RNSVGLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001B50 /* RNSVGLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A640 /* RNSVGMask.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001B70 /* RNSVGMask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A650 /* RNSVGPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001B90 /* RNSVGPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A660 /* RNSVGRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001BC0 /* RNSVGRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A670 /* RNSVGSvgView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001BE0 /* RNSVGSvgView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A680 /* RNSVGSymbol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001C00 /* RNSVGSymbol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A690 /* RNSVGUse.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001C20 /* RNSVGUse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A6A0 /* RNSVGContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001C40 /* RNSVGContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A6B0 /* RNSVGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001C50 /* RNSVGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A6C0 /* RNSVGPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001C70 /* RNSVGPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A6D0 /* RNSVGRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001C80 /* RNSVGRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A6E0 /* RNSVGCircle.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001CB0 /* RNSVGCircle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A6F0 /* RNSVGEllipse.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001CD0 /* RNSVGEllipse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A700 /* RNSVGLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001CF0 /* RNSVGLine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A710 /* RNSVGRect.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001D10 /* RNSVGRect.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A720 /* RNSVGFontData.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001D40 /* RNSVGFontData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A730 /* RNSVGGlyphContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001D60 /* RNSVGGlyphContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A740 /* RNSVGPropHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001D80 /* RNSVGPropHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A750 /* RNSVGText.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001DA0 /* RNSVGText.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A760 /* RNSVGTextPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001DC0 /* RNSVGTextPath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A770 /* RNSVGTextProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001DE0 /* RNSVGTextProperties.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A780 /* RNSVGTSpan.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001E00 /* RNSVGTSpan.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A790 /* RCTConvert+RNSVG.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001E30 /* RCTConvert+RNSVG.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A7A0 /* RNSVGBezierElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001E50 /* RNSVGBezierElement.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A7B0 /* RNSVGCGFCRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001E70 /* RNSVGCGFCRule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A7C0 /* RNSVGLength.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001E80 /* RNSVGLength.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A7D0 /* RNSVGPathParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001EA0 /* RNSVGPathParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A7E0 /* RNSVGPercentageConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001EC0 /* RNSVGPercentageConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A7F0 /* RNSVGUnits.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001EE0 /* RNSVGUnits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A800 /* RNSVGVBMOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001EF0 /* RNSVGVBMOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A810 /* RNSVGViewBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001F00 /* RNSVGViewBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A820 /* RNSVGCircleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001F30 /* RNSVGCircleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A830 /* RNSVGClipPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001F50 /* RNSVGClipPathManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A840 /* RNSVGDefsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001F70 /* RNSVGDefsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A850 /* RNSVGEllipseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001F90 /* RNSVGEllipseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A860 /* RNSVGGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001FB0 /* RNSVGGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A870 /* RNSVGImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001FD0 /* RNSVGImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A880 /* RNSVGLinearGradientManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000001FF0 /* RNSVGLinearGradientManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A890 /* RNSVGLineManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002010 /* RNSVGLineManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A8A0 /* RNSVGMaskManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002030 /* RNSVGMaskManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A8B0 /* RNSVGNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002050 /* RNSVGNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A8C0 /* RNSVGPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002070 /* RNSVGPathManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A8D0 /* RNSVGPatternManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002090 /* RNSVGPatternManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A8E0 /* RNSVGRadialGradientManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000020B0 /* RNSVGRadialGradientManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A8F0 /* RNSVGRectManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000020D0 /* RNSVGRectManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A900 /* RNSVGRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000020F0 /* RNSVGRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A910 /* RNSVGSvgViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002110 /* RNSVGSvgViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A920 /* RNSVGSymbolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002130 /* RNSVGSymbolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A930 /* RNSVGTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002150 /* RNSVGTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A940 /* RNSVGTextPathManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002170 /* RNSVGTextPathManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A950 /* RNSVGTSpanManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002190 /* RNSVGTSpanManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A960 /* RNSVGUseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000021B0 /* RNSVGUseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000A9B0 /* RNSVG-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000A9A0 /* RNSVG-dummy.m */; }; + 00000000AA50 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002200 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AA60 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002230 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AA70 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002280 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AA80 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000022A0 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AA90 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000022C0 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AAA0 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000022F0 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AAB0 /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002320 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AAC0 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002340 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AAD0 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002360 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AAE0 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002380 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AAF0 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000023C0 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AB00 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000023E0 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AB10 /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002400 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AB20 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002420 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AB30 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002440 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AB40 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002460 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AB50 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002480 /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AB60 /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000024A0 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AB70 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000024C0 /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AB80 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000024F0 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AB90 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002510 /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ABA0 /* RCTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002530 /* RCTPlatform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ABB0 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002550 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ABC0 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002570 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ABD0 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002590 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ABE0 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000025D0 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ABF0 /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000025F0 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AC00 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002630 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AC10 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002650 /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AC20 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002680 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AC30 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000026B0 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AC40 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000026E0 /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AC50 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002700 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AC60 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002730 /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AC70 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002760 /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AC80 /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002780 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AC90 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000027A0 /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ACA0 /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000027D0 /* RCTAccessibilityManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ACB0 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000027F0 /* RCTAlertManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ACC0 /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002810 /* RCTAppState.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ACD0 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002830 /* RCTAsyncLocalStorage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ACE0 /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002850 /* RCTClipboard.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ACF0 /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002870 /* RCTDeviceInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AD00 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002890 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AD10 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000028B0 /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AD20 /* RCTExceptionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000028D0 /* RCTExceptionsManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AD30 /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000028F0 /* RCTI18nManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AD40 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002910 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AD50 /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002930 /* RCTKeyboardObserver.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AD60 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002950 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AD70 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002970 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AD80 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002990 /* RCTRedBox.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AD90 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000029B0 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ADA0 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000029D0 /* RCTSourceCode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ADB0 /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000029F0 /* RCTStatusBarManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ADC0 /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002A10 /* RCTTiming.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ADD0 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002A30 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ADE0 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002A50 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ADF0 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002A70 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AE00 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002AA0 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AE10 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002AC0 /* RCTPerfMonitor.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AE20 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002AE0 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AE30 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002B50 /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AE40 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002B80 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AE50 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002BA0 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AE60 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002BE0 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AE70 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002C20 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AE80 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002C40 /* RCTConvert+CoreLocation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AE90 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002C60 /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AEA0 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002C80 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AEB0 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002CA0 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AEC0 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000002CC0 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AED0 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002CE0 /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AEE0 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002D00 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AEF0 /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002D20 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AF00 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002D40 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AF10 /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002D60 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AF20 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002D80 /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AF30 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002DA0 /* RCTModalManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AF40 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002DC0 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AF50 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002DE0 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AF60 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002E10 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AF70 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002E30 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AF80 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002E50 /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AF90 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002E70 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AFA0 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002E90 /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AFB0 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002EB0 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AFC0 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002ED0 /* RCTShadowView+Internal.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AFD0 /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002EF0 /* RCTShadowView+Layout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AFE0 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002F10 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000AFF0 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002F30 /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B000 /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002F50 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B010 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002F70 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B020 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002F90 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B030 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002FC0 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B040 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000002FE0 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B050 /* RCTWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003000 /* RCTWebView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B060 /* RCTWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003020 /* RCTWebViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B070 /* RCTWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003040 /* RCTWKWebView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B080 /* RCTWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003060 /* RCTWKWebViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B090 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003080 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B0A0 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000030B0 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B0B0 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000030D0 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B0C0 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000030F0 /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B0D0 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003110 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B0E0 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003150 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B0F0 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003170 /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B100 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003190 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B110 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000031B0 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B120 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000031D0 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B130 /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003200 /* UIView+React.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000B140 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000021F0 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B150 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002210 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B160 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002220 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B170 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002240 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B180 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002250 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B190 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002260 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B1A0 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002270 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B1B0 /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002290 /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B1C0 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000022B0 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B1D0 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000022D0 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B1E0 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000022E0 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B1F0 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002300 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B200 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002310 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B210 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002330 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B220 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002350 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B230 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002370 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B240 /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002390 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B250 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000023A0 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B260 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000023B0 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B270 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000023D0 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B280 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000023F0 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B290 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002410 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B2A0 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002430 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B2B0 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002450 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B2C0 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002470 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B2D0 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002490 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B2E0 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000024B0 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B2F0 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000024D0 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B300 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000024E0 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B310 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002500 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B320 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002520 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B330 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002540 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B340 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002560 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B350 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002580 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B360 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000025A0 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B370 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000025B0 /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B380 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000025C0 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B390 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000025E0 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B3A0 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002600 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B3B0 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002610 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B3C0 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002620 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B3D0 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002640 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B3E0 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002670 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B3F0 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002690 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B400 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000026A0 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B410 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000026C0 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B420 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000026D0 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B430 /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000026F0 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B440 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002710 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B450 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002720 /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B460 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002750 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B470 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002770 /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B480 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002790 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B490 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000027C0 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B4A0 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000027E0 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B4B0 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002800 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B4C0 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002820 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B4D0 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002840 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B4E0 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002860 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B4F0 /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002880 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B500 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000028A0 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B510 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000028C0 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B520 /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000028E0 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B530 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002900 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B540 /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002920 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B550 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002940 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B560 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002960 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B570 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002980 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B580 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000029A0 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B590 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000029C0 /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B5A0 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000029E0 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B5B0 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002A00 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B5C0 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002A20 /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B5D0 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002A40 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B5E0 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002A60 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B5F0 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002A90 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B600 /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002AB0 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B610 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002AD0 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B620 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002B40 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B630 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002B70 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B640 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002B90 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B650 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002BB0 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B660 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002BC0 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B670 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002BD0 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B680 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002BF0 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B690 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002C00 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B6A0 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002C10 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B6B0 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002C30 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B6C0 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002C50 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B6D0 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002C70 /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B6E0 /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002C90 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B6F0 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002CB0 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B700 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002CD0 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B710 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002CF0 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B720 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002D10 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B730 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002D30 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B740 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002D50 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B750 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002D70 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B760 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002D90 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B770 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002DB0 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B780 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002DD0 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B790 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002DF0 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B7A0 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002E00 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B7B0 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002E20 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B7C0 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002E40 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B7D0 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002E60 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B7E0 /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002E80 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B7F0 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002EA0 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B800 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002EC0 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B810 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002EE0 /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B820 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002F00 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B830 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002F20 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B840 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002F40 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B850 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002F60 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B860 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002F80 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B870 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002FA0 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B880 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002FB0 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B890 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002FD0 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B8A0 /* RCTWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000002FF0 /* RCTWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B8B0 /* RCTWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003010 /* RCTWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B8C0 /* RCTWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003030 /* RCTWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B8D0 /* RCTWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003050 /* RCTWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B8E0 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003070 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B8F0 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000030A0 /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B900 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000030C0 /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B910 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000030E0 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B920 /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003100 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B930 /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003130 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B940 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003140 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B950 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003160 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B960 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003180 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B970 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000031A0 /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B980 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000031C0 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B990 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000031E0 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B9A0 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000031F0 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000B9B0 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 000000002AF0 /* RCTProfileTrampoline-arm.S */; }; + 00000000B9C0 /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 000000002B00 /* RCTProfileTrampoline-arm64.S */; }; + 00000000B9D0 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 000000002B10 /* RCTProfileTrampoline-i386.S */; }; + 00000000B9E0 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 000000002B20 /* RCTProfileTrampoline-x86_64.S */; }; + 00000000B9F0 /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003240 /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BA00 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003260 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BA10 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003270 /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BA20 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000032A0 /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BA30 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000032C0 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BA40 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003300 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BA50 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003320 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BA60 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003340 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BA70 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003360 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BA80 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003390 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BA90 /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003230 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BAA0 /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003250 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BAB0 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003280 /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BAC0 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003290 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BAD0 /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000032B0 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BAE0 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000032E0 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BAF0 /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000032F0 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BB00 /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003310 /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BB10 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003330 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BB20 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003350 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BB30 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003380 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BB40 /* RCTDevLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000033D0 /* RCTDevLoadingView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BB50 /* RCTDevMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000033F0 /* RCTDevMenu.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BB60 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003410 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BB70 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003430 /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BB80 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003450 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BB90 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003480 /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BBA0 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000034A0 /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BBB0 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000033C0 /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BBC0 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000033E0 /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BBD0 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003400 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BBE0 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003420 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BBF0 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003440 /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BC00 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003470 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BC10 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003490 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BC20 /* RCTActionSheetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000034D0 /* RCTActionSheetManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BC30 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000034C0 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BC40 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003520 /* RCTDecayAnimation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BC50 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003540 /* RCTEventAnimation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BC60 /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003560 /* RCTFrameAnimation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BC70 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003580 /* RCTSpringAnimation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BC80 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000035B0 /* RCTAdditionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BC90 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000035D0 /* RCTAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BCA0 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000035F0 /* RCTDiffClampAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BCB0 /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003610 /* RCTDivisionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BCC0 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003630 /* RCTInterpolationAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BCD0 /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003650 /* RCTModuloAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BCE0 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003670 /* RCTMultiplicationAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BCF0 /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003690 /* RCTPropsAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BD00 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000036B0 /* RCTStyleAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BD10 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000036D0 /* RCTSubtractionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BD20 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000036F0 /* RCTTrackingAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BD30 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003710 /* RCTTransformAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BD40 /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003730 /* RCTValueAnimatedNode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BD50 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003750 /* RCTAnimationUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BD60 /* RCTNativeAnimatedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003770 /* RCTNativeAnimatedModule.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BD70 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003790 /* RCTNativeAnimatedNodesManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BD80 /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003500 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BD90 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003510 /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BDA0 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003530 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BDB0 /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003550 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BDC0 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003570 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BDD0 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000035A0 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BDE0 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000035C0 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BDF0 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000035E0 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BE00 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003600 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BE10 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003620 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BE20 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003640 /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BE30 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003660 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BE40 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003680 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BE50 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000036A0 /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BE60 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000036C0 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BE70 /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000036E0 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BE80 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003700 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BE90 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003720 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BEA0 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003740 /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BEB0 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003760 /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BEC0 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003780 /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BED0 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0000000037C0 /* RCTBlobManager.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BEE0 /* RCTFileReaderModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000037E0 /* RCTFileReaderModule.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BEF0 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000037B0 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BF00 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000037D0 /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BF10 /* RCTAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003810 /* RCTAssetsLibraryRequestHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BF20 /* RCTCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003830 /* RCTCameraRollManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BF30 /* RCTImagePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003850 /* RCTImagePickerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BF40 /* RCTPhotoLibraryImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003870 /* RCTPhotoLibraryImageLoader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BF50 /* RCTAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003800 /* RCTAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BF60 /* RCTCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003820 /* RCTCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BF70 /* RCTImagePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003840 /* RCTImagePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BF80 /* RCTPhotoLibraryImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003860 /* RCTPhotoLibraryImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BF90 /* RCTLocationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000038A0 /* RCTLocationObserver.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BFA0 /* RCTLocationObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003890 /* RCTLocationObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000BFB0 /* RCTGIFImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000038D0 /* RCTGIFImageDecoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BFC0 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000038F0 /* RCTImageBlurUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BFD0 /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003910 /* RCTImageCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BFE0 /* RCTImageEditingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003930 /* RCTImageEditingManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000BFF0 /* RCTImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003950 /* RCTImageLoader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C000 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003970 /* RCTImageShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C010 /* RCTImageStoreManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003990 /* RCTImageStoreManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C020 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000039B0 /* RCTImageUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C030 /* RCTImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000039D0 /* RCTImageView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C040 /* RCTImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000039F0 /* RCTImageViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C050 /* RCTLocalAssetImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003A10 /* RCTLocalAssetImageLoader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C060 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003A30 /* RCTResizeMode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C070 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000038C0 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C080 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000038E0 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C090 /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003900 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C0A0 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003920 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C0B0 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003940 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C0C0 /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003960 /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C0D0 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003980 /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C0E0 /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000039A0 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C0F0 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000039C0 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C100 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000039E0 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C110 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003A00 /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C120 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003A20 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C130 /* RCTLinkingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003A60 /* RCTLinkingManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C140 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003A50 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C150 /* RCTDataRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003A90 /* RCTDataRequestHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C160 /* RCTFileRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003AB0 /* RCTFileRequestHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C170 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003AD0 /* RCTHTTPRequestHandler.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C180 /* RCTNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003AF0 /* RCTNetInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C190 /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 000000003B10 /* RCTNetworking.mm */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C1A0 /* RCTNetworkTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003B30 /* RCTNetworkTask.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C1B0 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003A80 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C1C0 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003AA0 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C1D0 /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003AC0 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C1E0 /* RCTNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003AE0 /* RCTNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C1F0 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003B00 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C200 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003B20 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C210 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003B70 /* RCTBaseTextShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C220 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003B90 /* RCTBaseTextViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C230 /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003BC0 /* RCTRawTextShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C240 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003BE0 /* RCTRawTextViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C250 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003C00 /* RCTConvert+Text.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C260 /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003C20 /* RCTTextAttributes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C270 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003C60 /* NSTextStorage+FontScaling.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C280 /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003C80 /* RCTTextShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C290 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003CA0 /* RCTTextView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C2A0 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003CC0 /* RCTTextViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C2B0 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003D00 /* RCTMultilineTextInputView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C2C0 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003D20 /* RCTMultilineTextInputViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C2D0 /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003D40 /* RCTUITextView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C2E0 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003D70 /* RCTBackedTextInputDelegateAdapter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C2F0 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003DA0 /* RCTBaseTextInputShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C300 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003DC0 /* RCTBaseTextInputView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C310 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003DE0 /* RCTBaseTextInputViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C320 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003E00 /* RCTInputAccessoryShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C330 /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003E20 /* RCTInputAccessoryView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C340 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003E40 /* RCTInputAccessoryViewContent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C350 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003E60 /* RCTInputAccessoryViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C360 /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003E80 /* RCTTextSelection.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C370 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003EB0 /* RCTSinglelineTextInputView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C380 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003ED0 /* RCTSinglelineTextInputViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C390 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003EF0 /* RCTUITextField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C3A0 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003F20 /* RCTVirtualTextShadowView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C3B0 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003F40 /* RCTVirtualTextViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C3C0 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003B60 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C3D0 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003B80 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C3E0 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003BB0 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C3F0 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003BD0 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C400 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003BF0 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C410 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003C10 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C420 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003C30 /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C430 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003C50 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C440 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003C70 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C450 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003C90 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C460 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003CB0 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C470 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003CF0 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C480 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003D10 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C490 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003D30 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C4A0 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003D50 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C4B0 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003D60 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C4C0 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003D80 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C4D0 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003D90 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C4E0 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003DB0 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C4F0 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003DD0 /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C500 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003DF0 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C510 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003E10 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C520 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003E30 /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C530 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003E50 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C540 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003E70 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C550 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003EA0 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C560 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003EC0 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C570 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003EE0 /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C580 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003F10 /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C590 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003F30 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C5A0 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003F70 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C5B0 /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003F90 /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C5C0 /* RCTWebSocketExecutor.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003FB0 /* RCTWebSocketExecutor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C5D0 /* RCTWebSocketModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000003FD0 /* RCTWebSocketModule.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C5E0 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003F60 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C5F0 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003F80 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C600 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003FA0 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C610 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003FC0 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C620 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004000 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C630 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004020 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C640 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004060 /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C650 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004080 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C660 /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000040A0 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C670 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000040C0 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C680 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000040E0 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C690 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004120 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C6A0 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004140 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C6B0 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004170 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C6C0 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004190 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C6D0 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000041B0 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C6E0 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000003FF0 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C6F0 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004010 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C700 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004030 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C710 /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004040 /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C720 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004050 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C730 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004070 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C740 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004090 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C750 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000040B0 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C760 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000040D0 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C770 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000040F0 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C780 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004100 /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C790 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004110 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C7A0 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004130 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C7B0 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004150 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C7C0 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004160 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C7D0 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004180 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C7E0 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000041A0 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C7F0 /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000041C0 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C800 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000041D0 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C810 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000041E0 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C820 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000041F0 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C830 /* fishhook.c in Sources */ = {isa = PBXBuildFile; fileRef = 000000004210 /* fishhook.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C840 /* fishhook.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004220 /* fishhook.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C850 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004250 /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C860 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004280 /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C870 /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000042A0 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C880 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004240 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C890 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004260 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C8A0 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004270 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C8B0 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004290 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C8C0 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000042B0 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C8D0 /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000042D0 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C8E0 /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000042F0 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C8F0 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000042E0 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C900 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004300 /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C910 /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000004320 /* InspectorInterfaces.cpp */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000C920 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004330 /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000C970 /* React-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000C960 /* React-dummy.m */; }; + 00000000CA10 /* SAMKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004350 /* SAMKeychain.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CA20 /* SAMKeychainQuery.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004370 /* SAMKeychainQuery.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CA30 /* SAMKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004340 /* SAMKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CA40 /* SAMKeychainQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004360 /* SAMKeychainQuery.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CA90 /* SAMKeychain-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000CA80 /* SAMKeychain-dummy.m */; }; + 00000000CB30 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000043A0 /* NSData+ImageContentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CB40 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000043C0 /* SDImageCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CB50 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000043E0 /* SDWebImageCompat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CB60 /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004400 /* SDWebImageDecoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CB70 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004420 /* SDWebImageDownloader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CB80 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004440 /* SDWebImageDownloaderOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CB90 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004460 /* SDWebImageManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CBA0 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004490 /* SDWebImagePrefetcher.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CBB0 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000044B0 /* UIButton+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CBC0 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000044D0 /* UIImage+GIF.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CBD0 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000044F0 /* UIImage+MultiFormat.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CBE0 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004510 /* UIImageView+HighlightedWebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CBF0 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004530 /* UIImageView+WebCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CC00 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004550 /* UIView+WebCacheOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CC10 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004390 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CC20 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000043B0 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CC30 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000043D0 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CC40 /* SDWebImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000043F0 /* SDWebImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CC50 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004410 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CC60 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004430 /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CC70 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004450 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CC80 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004470 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CC90 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004480 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CCA0 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000044A0 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CCB0 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000044C0 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CCC0 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000044E0 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CCD0 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004500 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CCE0 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004520 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CCF0 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004540 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CD40 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000CD30 /* SDWebImage-dummy.m */; }; + 00000000CDE0 /* NSData+Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004780 /* NSData+Compression.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CDF0 /* NSDate+Extras.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004790 /* NSDate+Extras.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CE00 /* NSDictionary+Sanitize.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000047A0 /* NSDictionary+Sanitize.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CE10 /* SentryAsynchronousOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000047B0 /* SentryAsynchronousOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CE20 /* SentryBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000047C0 /* SentryBreadcrumb.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CE30 /* SentryBreadcrumbStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000047D0 /* SentryBreadcrumbStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CE40 /* SentryBreadcrumbTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000047E0 /* SentryBreadcrumbTracker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CE50 /* SentryClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000047F0 /* SentryClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CE60 /* SentryContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004800 /* SentryContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CE70 /* SentryCrashExceptionApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004810 /* SentryCrashExceptionApplication.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CE80 /* SentryDebugMeta.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004820 /* SentryDebugMeta.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CE90 /* SentryDsn.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004830 /* SentryDsn.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CEA0 /* SentryError.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004840 /* SentryError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CEB0 /* SentryEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004850 /* SentryEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CEC0 /* SentryException.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004860 /* SentryException.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CED0 /* SentryFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004870 /* SentryFileManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CEE0 /* SentryFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004880 /* SentryFrame.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CEF0 /* SentryJavaScriptBridgeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004890 /* SentryJavaScriptBridgeHelper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CF00 /* SentryKSCrashInstallation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000048A0 /* SentryKSCrashInstallation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CF10 /* SentryKSCrashReportConverter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000048B0 /* SentryKSCrashReportConverter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CF20 /* SentryKSCrashReportSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000048C0 /* SentryKSCrashReportSink.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CF30 /* SentryLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000048D0 /* SentryLog.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CF40 /* SentryNSURLRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000048E0 /* SentryNSURLRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CF50 /* SentryQueueableRequestManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000048F0 /* SentryQueueableRequestManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CF60 /* SentryRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004900 /* SentryRequestOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CF70 /* SentryStacktrace.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004910 /* SentryStacktrace.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CF80 /* SentrySwizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004920 /* SentrySwizzle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CF90 /* SentryThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004930 /* SentryThread.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CFA0 /* SentryUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004940 /* SentryUser.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000CFB0 /* NSData+Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004570 /* NSData+Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CFC0 /* NSDate+Extras.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004580 /* NSDate+Extras.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CFD0 /* NSDictionary+Sanitize.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004590 /* NSDictionary+Sanitize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CFE0 /* Sentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000045A0 /* Sentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000CFF0 /* SentryAsynchronousOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000045B0 /* SentryAsynchronousOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D000 /* SentryBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000045C0 /* SentryBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D010 /* SentryBreadcrumbStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000045D0 /* SentryBreadcrumbStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D020 /* SentryBreadcrumbTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000045E0 /* SentryBreadcrumbTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D030 /* SentryClient+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000045F0 /* SentryClient+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D040 /* SentryClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004600 /* SentryClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D050 /* SentryContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004610 /* SentryContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D060 /* SentryCrashExceptionApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004620 /* SentryCrashExceptionApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D070 /* SentryDebugMeta.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004630 /* SentryDebugMeta.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D080 /* SentryDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004640 /* SentryDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D090 /* SentryDsn.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004650 /* SentryDsn.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D0A0 /* SentryError.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004660 /* SentryError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D0B0 /* SentryEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004670 /* SentryEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D0C0 /* SentryException.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004680 /* SentryException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D0D0 /* SentryFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004690 /* SentryFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D0E0 /* SentryFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000046A0 /* SentryFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D0F0 /* SentryJavaScriptBridgeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000046B0 /* SentryJavaScriptBridgeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D100 /* SentryKSCrashInstallation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000046C0 /* SentryKSCrashInstallation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D110 /* SentryKSCrashReportConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000046D0 /* SentryKSCrashReportConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D120 /* SentryKSCrashReportSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000046E0 /* SentryKSCrashReportSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D130 /* SentryLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000046F0 /* SentryLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D140 /* SentryNSURLRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004700 /* SentryNSURLRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D150 /* SentryQueueableRequestManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004710 /* SentryQueueableRequestManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D160 /* SentryRequestOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004720 /* SentryRequestOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D170 /* SentrySerializable.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004730 /* SentrySerializable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D180 /* SentryStacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004740 /* SentryStacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D190 /* SentrySwizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004750 /* SentrySwizzle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D1A0 /* SentryThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004760 /* SentryThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D1B0 /* SentryUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004770 /* SentryUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D200 /* Sentry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000D1F0 /* Sentry-dummy.m */; }; + 00000000D2A0 /* RNSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004960 /* RNSentry.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000D2B0 /* RNSentryEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004980 /* RNSentryEventEmitter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000D2C0 /* RNSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004950 /* RNSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D2D0 /* RNSentryEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004970 /* RNSentryEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D320 /* SentryReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000D310 /* SentryReactNative-dummy.m */; }; + 00000000D3C0 /* SpectaDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000069D0 /* SpectaDSL.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000D3D0 /* SpectaUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006A00 /* SpectaUtility.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000D3E0 /* SPTCallSite.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006A20 /* SPTCallSite.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000D3F0 /* SPTCompiledExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006A40 /* SPTCompiledExample.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000D400 /* SPTExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006A60 /* SPTExample.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000D410 /* SPTExampleGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006A80 /* SPTExampleGroup.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000D420 /* SPTSharedExampleGroups.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006AC0 /* SPTSharedExampleGroups.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000D430 /* SPTSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006AE0 /* SPTSpec.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000D440 /* SPTTestSuite.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006B00 /* SPTTestSuite.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000D450 /* XCTestCase+Specta.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006B30 /* XCTestCase+Specta.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000D460 /* Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000069B0 /* Specta.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D470 /* SpectaDSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000069C0 /* SpectaDSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D480 /* SpectaTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000069E0 /* SpectaTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D490 /* SpectaUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000069F0 /* SpectaUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D4A0 /* SPTCallSite.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006A10 /* SPTCallSite.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D4B0 /* SPTCompiledExample.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006A30 /* SPTCompiledExample.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D4C0 /* SPTExample.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006A50 /* SPTExample.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D4D0 /* SPTExampleGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006A70 /* SPTExampleGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D4E0 /* SPTExcludeGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006A90 /* SPTExcludeGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D4F0 /* SPTGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006AA0 /* SPTGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D500 /* SPTSharedExampleGroups.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006AB0 /* SPTSharedExampleGroups.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D510 /* SPTSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006AD0 /* SPTSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D520 /* SPTTestSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006AF0 /* SPTTestSuite.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D530 /* XCTest+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006B10 /* XCTest+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D540 /* XCTestCase+Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006B20 /* XCTestCase+Specta.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000D590 /* Specta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000D580 /* Specta-dummy.m */; }; + 00000000D6B0 /* stp_card_amex.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006C90 /* stp_card_amex.png */; }; + 00000000D6C0 /* stp_card_amex@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006CA0 /* stp_card_amex@2x.png */; }; + 00000000D6D0 /* stp_card_amex@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006CB0 /* stp_card_amex@3x.png */; }; + 00000000D6E0 /* stp_card_amex_template.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006CC0 /* stp_card_amex_template.png */; }; + 00000000D6F0 /* stp_card_amex_template@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006CD0 /* stp_card_amex_template@2x.png */; }; + 00000000D700 /* stp_card_amex_template@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006CE0 /* stp_card_amex_template@3x.png */; }; + 00000000D710 /* stp_card_applepay.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006CF0 /* stp_card_applepay.png */; }; + 00000000D720 /* stp_card_applepay@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D00 /* stp_card_applepay@2x.png */; }; + 00000000D730 /* stp_card_applepay@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D10 /* stp_card_applepay@3x.png */; }; + 00000000D740 /* stp_card_cvc.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D20 /* stp_card_cvc.png */; }; + 00000000D750 /* stp_card_cvc@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D30 /* stp_card_cvc@2x.png */; }; + 00000000D760 /* stp_card_cvc@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D40 /* stp_card_cvc@3x.png */; }; + 00000000D770 /* stp_card_cvc_amex.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D50 /* stp_card_cvc_amex.png */; }; + 00000000D780 /* stp_card_cvc_amex@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D60 /* stp_card_cvc_amex@2x.png */; }; + 00000000D790 /* stp_card_cvc_amex@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D70 /* stp_card_cvc_amex@3x.png */; }; + 00000000D7A0 /* stp_card_diners.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D80 /* stp_card_diners.png */; }; + 00000000D7B0 /* stp_card_diners@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006D90 /* stp_card_diners@2x.png */; }; + 00000000D7C0 /* stp_card_diners@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006DA0 /* stp_card_diners@3x.png */; }; + 00000000D7D0 /* stp_card_diners_template.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006DB0 /* stp_card_diners_template.png */; }; + 00000000D7E0 /* stp_card_diners_template@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006DC0 /* stp_card_diners_template@2x.png */; }; + 00000000D7F0 /* stp_card_diners_template@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006DD0 /* stp_card_diners_template@3x.png */; }; + 00000000D800 /* stp_card_discover.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006DE0 /* stp_card_discover.png */; }; + 00000000D810 /* stp_card_discover@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006DF0 /* stp_card_discover@2x.png */; }; + 00000000D820 /* stp_card_discover@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E00 /* stp_card_discover@3x.png */; }; + 00000000D830 /* stp_card_discover_template.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E10 /* stp_card_discover_template.png */; }; + 00000000D840 /* stp_card_discover_template@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E20 /* stp_card_discover_template@2x.png */; }; + 00000000D850 /* stp_card_discover_template@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E30 /* stp_card_discover_template@3x.png */; }; + 00000000D860 /* stp_card_error.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E40 /* stp_card_error.png */; }; + 00000000D870 /* stp_card_error@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E50 /* stp_card_error@2x.png */; }; + 00000000D880 /* stp_card_error@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E60 /* stp_card_error@3x.png */; }; + 00000000D890 /* stp_card_error_amex.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E70 /* stp_card_error_amex.png */; }; + 00000000D8A0 /* stp_card_error_amex@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E80 /* stp_card_error_amex@2x.png */; }; + 00000000D8B0 /* stp_card_error_amex@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006E90 /* stp_card_error_amex@3x.png */; }; + 00000000D8C0 /* stp_card_form_back.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006EA0 /* stp_card_form_back.png */; }; + 00000000D8D0 /* stp_card_form_back@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006EB0 /* stp_card_form_back@2x.png */; }; + 00000000D8E0 /* stp_card_form_back@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006EC0 /* stp_card_form_back@3x.png */; }; + 00000000D8F0 /* stp_card_form_front.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006ED0 /* stp_card_form_front.png */; }; + 00000000D900 /* stp_card_form_front@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006EE0 /* stp_card_form_front@2x.png */; }; + 00000000D910 /* stp_card_form_front@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006EF0 /* stp_card_form_front@3x.png */; }; + 00000000D920 /* stp_card_jcb.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F00 /* stp_card_jcb.png */; }; + 00000000D930 /* stp_card_jcb@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F10 /* stp_card_jcb@2x.png */; }; + 00000000D940 /* stp_card_jcb@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F20 /* stp_card_jcb@3x.png */; }; + 00000000D950 /* stp_card_jcb_template.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F30 /* stp_card_jcb_template.png */; }; + 00000000D960 /* stp_card_jcb_template@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F40 /* stp_card_jcb_template@2x.png */; }; + 00000000D970 /* stp_card_jcb_template@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F50 /* stp_card_jcb_template@3x.png */; }; + 00000000D980 /* stp_card_mastercard.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F60 /* stp_card_mastercard.png */; }; + 00000000D990 /* stp_card_mastercard@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F70 /* stp_card_mastercard@2x.png */; }; + 00000000D9A0 /* stp_card_mastercard@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F80 /* stp_card_mastercard@3x.png */; }; + 00000000D9B0 /* stp_card_mastercard_template.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006F90 /* stp_card_mastercard_template.png */; }; + 00000000D9C0 /* stp_card_mastercard_template@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006FA0 /* stp_card_mastercard_template@2x.png */; }; + 00000000D9D0 /* stp_card_mastercard_template@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006FB0 /* stp_card_mastercard_template@3x.png */; }; + 00000000D9E0 /* stp_card_unionpay_en.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006FC0 /* stp_card_unionpay_en.png */; }; + 00000000D9F0 /* stp_card_unionpay_en@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006FD0 /* stp_card_unionpay_en@2x.png */; }; + 00000000DA00 /* stp_card_unionpay_en@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006FE0 /* stp_card_unionpay_en@3x.png */; }; + 00000000DA10 /* stp_card_unionpay_template_en.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000006FF0 /* stp_card_unionpay_template_en.png */; }; + 00000000DA20 /* stp_card_unionpay_template_en@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007000 /* stp_card_unionpay_template_en@2x.png */; }; + 00000000DA30 /* stp_card_unionpay_template_en@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007010 /* stp_card_unionpay_template_en@3x.png */; }; + 00000000DA40 /* stp_card_unionpay_template_zh.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007020 /* stp_card_unionpay_template_zh.png */; }; + 00000000DA50 /* stp_card_unionpay_template_zh@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007030 /* stp_card_unionpay_template_zh@2x.png */; }; + 00000000DA60 /* stp_card_unionpay_template_zh@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007040 /* stp_card_unionpay_template_zh@3x.png */; }; + 00000000DA70 /* stp_card_unionpay_zh.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007050 /* stp_card_unionpay_zh.png */; }; + 00000000DA80 /* stp_card_unionpay_zh@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007060 /* stp_card_unionpay_zh@2x.png */; }; + 00000000DA90 /* stp_card_unionpay_zh@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007070 /* stp_card_unionpay_zh@3x.png */; }; + 00000000DAA0 /* stp_card_unknown.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007080 /* stp_card_unknown.png */; }; + 00000000DAB0 /* stp_card_unknown@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007090 /* stp_card_unknown@2x.png */; }; + 00000000DAC0 /* stp_card_unknown@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0000000070A0 /* stp_card_unknown@3x.png */; }; + 00000000DAD0 /* stp_card_visa.png in Resources */ = {isa = PBXBuildFile; fileRef = 0000000070B0 /* stp_card_visa.png */; }; + 00000000DAE0 /* stp_card_visa@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0000000070C0 /* stp_card_visa@2x.png */; }; + 00000000DAF0 /* stp_card_visa@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0000000070D0 /* stp_card_visa@3x.png */; }; + 00000000DB00 /* stp_card_visa_template.png in Resources */ = {isa = PBXBuildFile; fileRef = 0000000070E0 /* stp_card_visa_template.png */; }; + 00000000DB10 /* stp_card_visa_template@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0000000070F0 /* stp_card_visa_template@2x.png */; }; + 00000000DB20 /* stp_card_visa_template@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007100 /* stp_card_visa_template@3x.png */; }; + 00000000DB30 /* stp_icon_add.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007110 /* stp_icon_add.png */; }; + 00000000DB40 /* stp_icon_add@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007120 /* stp_icon_add@2x.png */; }; + 00000000DB50 /* stp_icon_add@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007130 /* stp_icon_add@3x.png */; }; + 00000000DB60 /* stp_icon_checkmark.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007140 /* stp_icon_checkmark.png */; }; + 00000000DB70 /* stp_icon_checkmark@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007150 /* stp_icon_checkmark@2x.png */; }; + 00000000DB80 /* stp_icon_checkmark@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007160 /* stp_icon_checkmark@3x.png */; }; + 00000000DB90 /* stp_shipping_form.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007170 /* stp_shipping_form.png */; }; + 00000000DBA0 /* stp_shipping_form@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007180 /* stp_shipping_form@2x.png */; }; + 00000000DBB0 /* stp_shipping_form@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 000000007190 /* stp_shipping_form@3x.png */; }; + 00000000DBC0 /* stp_test_upload_image.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = 0000000071A0 /* stp_test_upload_image.jpeg */; }; + 00000000DBD0 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0000000071B0 /* Localizable.strings */; }; + 00000000DBE0 /* Images in Resources */ = {isa = PBXBuildFile; fileRef = 000000007260 /* Images */; }; + 00000000DBF0 /* Localizations in Resources */ = {isa = PBXBuildFile; fileRef = 000000007270 /* Localizations */; }; + 00000000DC30 /* NSArray+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004D60 /* NSArray+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DC40 /* NSBundle+Stripe_AppName.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004D80 /* NSBundle+Stripe_AppName.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DC50 /* NSCharacterSet+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004DA0 /* NSCharacterSet+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DC60 /* NSDecimalNumber+Stripe_Currency.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004DC0 /* NSDecimalNumber+Stripe_Currency.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DC70 /* NSDictionary+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004DE0 /* NSDictionary+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DC80 /* NSError+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004E00 /* NSError+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DC90 /* NSMutableURLRequest+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004E20 /* NSMutableURLRequest+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DCA0 /* NSString+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004E40 /* NSString+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DCB0 /* NSURLComponents+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004E60 /* NSURLComponents+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DCC0 /* PKPayment+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004E80 /* PKPayment+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DCD0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004EA0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DCE0 /* STPAddCardViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004EC0 /* STPAddCardViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DCF0 /* STPAddress.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004ED0 /* STPAddress.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DD00 /* STPAddressFieldTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004EF0 /* STPAddressFieldTableViewCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DD10 /* STPAddressViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004F10 /* STPAddressViewModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DD20 /* STPAnalyticsClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004F30 /* STPAnalyticsClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DD30 /* STPAPIClient+ApplePay.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004F40 /* STPAPIClient+ApplePay.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DD40 /* STPAPIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004F60 /* STPAPIClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DD50 /* STPAPIRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004F80 /* STPAPIRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DD60 /* STPApplePayPaymentMethod.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004F90 /* STPApplePayPaymentMethod.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DD70 /* STPAspects.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004FB0 /* STPAspects.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DD80 /* STPBankAccount.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004FC0 /* STPBankAccount.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DD90 /* STPBankAccountParams.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000004FE0 /* STPBankAccountParams.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DDA0 /* STPBINRange.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005000 /* STPBINRange.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DDB0 /* STPBundleLocator.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005020 /* STPBundleLocator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DDC0 /* STPCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005040 /* STPCard.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DDD0 /* STPCardIOProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005060 /* STPCardIOProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DDE0 /* STPCardParams.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005070 /* STPCardParams.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DDF0 /* STPCardValidator+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005090 /* STPCardValidator+Private.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DE00 /* STPCardValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000050A0 /* STPCardValidator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DE10 /* STPCategoryLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000050C0 /* STPCategoryLoader.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DE20 /* STPColorUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000050E0 /* STPColorUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DE30 /* STPConnectAccountParams.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000050F0 /* STPConnectAccountParams.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DE40 /* STPCoreScrollViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005110 /* STPCoreScrollViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DE50 /* STPCoreTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005130 /* STPCoreTableViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DE60 /* STPCoreViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005150 /* STPCoreViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DE70 /* STPCustomer+SourceTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005180 /* STPCustomer+SourceTuple.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DE80 /* STPCustomer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005190 /* STPCustomer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DE90 /* STPCustomerContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000051A0 /* STPCustomerContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DEA0 /* STPDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000051C0 /* STPDelegateProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DEB0 /* STPDispatchFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000051E0 /* STPDispatchFunctions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DEC0 /* STPEmailAddressValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005200 /* STPEmailAddressValidator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DED0 /* STPEphemeralKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005220 /* STPEphemeralKey.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DEE0 /* STPEphemeralKeyManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005240 /* STPEphemeralKeyManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DEF0 /* STPFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005260 /* STPFile.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DF00 /* STPFormEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005280 /* STPFormEncoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DF10 /* STPFormTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000052A0 /* STPFormTextField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DF20 /* STPGenericStripeObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000052C0 /* STPGenericStripeObject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DF30 /* STPImageLibrary.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000052E0 /* STPImageLibrary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DF40 /* STPLegalEntityParams.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005300 /* STPLegalEntityParams.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DF50 /* STPLocalizationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005320 /* STPLocalizationUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DF60 /* STPMultipartFormDataEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005340 /* STPMultipartFormDataEncoder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DF70 /* STPMultipartFormDataPart.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005360 /* STPMultipartFormDataPart.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DF80 /* STPPaymentActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005370 /* STPPaymentActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DF90 /* STPPaymentCardTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005390 /* STPPaymentCardTextField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DFA0 /* STPPaymentCardTextFieldCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000053B0 /* STPPaymentCardTextFieldCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DFB0 /* STPPaymentCardTextFieldViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000053D0 /* STPPaymentCardTextFieldViewModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DFC0 /* STPPaymentConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000053F0 /* STPPaymentConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DFD0 /* STPPaymentContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005410 /* STPPaymentContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DFE0 /* STPPaymentContextAmountModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005430 /* STPPaymentContextAmountModel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000DFF0 /* STPPaymentIntent.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005450 /* STPPaymentIntent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E000 /* STPPaymentIntentParams.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005460 /* STPPaymentIntentParams.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E010 /* STPPaymentIntentSourceAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005470 /* STPPaymentIntentSourceAction.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E020 /* STPPaymentIntentSourceActionAuthorizeWithURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005480 /* STPPaymentIntentSourceActionAuthorizeWithURL.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E030 /* STPPaymentMethodsInternalViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000054A0 /* STPPaymentMethodsInternalViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E040 /* STPPaymentMethodsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000054C0 /* STPPaymentMethodsViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E050 /* STPPaymentMethodTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000054E0 /* STPPaymentMethodTableViewCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E060 /* STPPaymentMethodTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005500 /* STPPaymentMethodTuple.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E070 /* STPPaymentResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005510 /* STPPaymentResult.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E080 /* STPPhoneNumberValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005530 /* STPPhoneNumberValidator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E090 /* STPPostalCodeValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005550 /* STPPostalCodeValidator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E0A0 /* STPPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005570 /* STPPromise.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E0B0 /* STPRedirectContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005590 /* STPRedirectContext.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E0C0 /* STPSectionHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000055B0 /* STPSectionHeaderView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E0D0 /* STPShippingAddressViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000055C0 /* STPShippingAddressViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E0E0 /* STPShippingMethodsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000055E0 /* STPShippingMethodsViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E0F0 /* STPShippingMethodTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005600 /* STPShippingMethodTableViewCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E100 /* STPSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005620 /* STPSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E110 /* STPSourceCardDetails.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005640 /* STPSourceCardDetails.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E120 /* STPSourceOwner.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005650 /* STPSourceOwner.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E130 /* STPSourceParams.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005670 /* STPSourceParams.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E140 /* STPSourcePoller.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005690 /* STPSourcePoller.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E150 /* STPSourceReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000056A0 /* STPSourceReceiver.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E160 /* STPSourceRedirect.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000056C0 /* STPSourceRedirect.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E170 /* STPSourceSEPADebitDetails.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000056D0 /* STPSourceSEPADebitDetails.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E180 /* STPSourceVerification.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000056F0 /* STPSourceVerification.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E190 /* STPStringUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005710 /* STPStringUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E1A0 /* STPSwitchTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005730 /* STPSwitchTableViewCell.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E1B0 /* STPTelemetryClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005750 /* STPTelemetryClient.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E1C0 /* STPTheme.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005760 /* STPTheme.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E1D0 /* STPToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005770 /* STPToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E1E0 /* STPURLCallbackHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005790 /* STPURLCallbackHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E1F0 /* STPUserInformation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000057A0 /* STPUserInformation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E200 /* STPValidatedTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000057C0 /* STPValidatedTextField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E210 /* StripeError.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000057E0 /* StripeError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E220 /* UIBarButtonItem+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005800 /* UIBarButtonItem+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E230 /* UIImage+Stripe.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005820 /* UIImage+Stripe.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E240 /* UINavigationBar+Stripe_Theme.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005830 /* UINavigationBar+Stripe_Theme.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E250 /* UINavigationController+Stripe_Completion.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005850 /* UINavigationController+Stripe_Completion.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E260 /* UITableViewCell+Stripe_Borders.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005870 /* UITableViewCell+Stripe_Borders.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E270 /* UIToolbar+Stripe_InputAccessory.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005890 /* UIToolbar+Stripe_InputAccessory.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E280 /* UIView+Stripe_FirstResponder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000058B0 /* UIView+Stripe_FirstResponder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E290 /* UIView+Stripe_SafeAreaBounds.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000058D0 /* UIView+Stripe_SafeAreaBounds.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E2A0 /* UIViewController+Stripe_KeyboardAvoiding.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000058F0 /* UIViewController+Stripe_KeyboardAvoiding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E2B0 /* UIViewController+Stripe_NavigationItemProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005910 /* UIViewController+Stripe_NavigationItemProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E2C0 /* UIViewController+Stripe_ParentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005930 /* UIViewController+Stripe_ParentViewController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E2D0 /* UIViewController+Stripe_Promises.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005950 /* UIViewController+Stripe_Promises.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000E2E0 /* FauxPasAnnotations.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004990 /* FauxPasAnnotations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E2F0 /* STPAddCardViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000049A0 /* STPAddCardViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E300 /* STPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000049B0 /* STPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E310 /* STPAPIClient+ApplePay.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000049C0 /* STPAPIClient+ApplePay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E320 /* STPAPIClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000049D0 /* STPAPIClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E330 /* STPAPIResponseDecodable.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000049E0 /* STPAPIResponseDecodable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E340 /* STPApplePayPaymentMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000049F0 /* STPApplePayPaymentMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E350 /* STPBackendAPIAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004A00 /* STPBackendAPIAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E360 /* STPBankAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004A10 /* STPBankAccount.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E370 /* STPBankAccountParams.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004A20 /* STPBankAccountParams.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E380 /* STPBlocks.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004A30 /* STPBlocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E390 /* STPCard.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004A40 /* STPCard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E3A0 /* STPCardBrand.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004A50 /* STPCardBrand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E3B0 /* STPCardParams.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004A60 /* STPCardParams.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E3C0 /* STPCardValidationState.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004A70 /* STPCardValidationState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E3D0 /* STPCardValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004A80 /* STPCardValidator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E3E0 /* STPConnectAccountParams.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004A90 /* STPConnectAccountParams.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E3F0 /* STPCoreScrollViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004AA0 /* STPCoreScrollViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E400 /* STPCoreTableViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004AB0 /* STPCoreTableViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E410 /* STPCoreViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004AC0 /* STPCoreViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E420 /* STPCustomer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004AD0 /* STPCustomer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E430 /* STPCustomerContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004AE0 /* STPCustomerContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E440 /* STPEphemeralKeyProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004AF0 /* STPEphemeralKeyProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E450 /* STPFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B00 /* STPFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E460 /* STPFormEncodable.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B10 /* STPFormEncodable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E470 /* STPImageLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B20 /* STPImageLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E480 /* STPLegalEntityParams.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B30 /* STPLegalEntityParams.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E490 /* STPPaymentActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B40 /* STPPaymentActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E4A0 /* STPPaymentCardTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B50 /* STPPaymentCardTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E4B0 /* STPPaymentConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B60 /* STPPaymentConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E4C0 /* STPPaymentContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B70 /* STPPaymentContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E4D0 /* STPPaymentIntent.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B80 /* STPPaymentIntent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E4E0 /* STPPaymentIntentEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004B90 /* STPPaymentIntentEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E4F0 /* STPPaymentIntentParams.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004BA0 /* STPPaymentIntentParams.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E500 /* STPPaymentIntentSourceAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004BB0 /* STPPaymentIntentSourceAction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E510 /* STPPaymentIntentSourceActionAuthorizeWithURL.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004BC0 /* STPPaymentIntentSourceActionAuthorizeWithURL.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E520 /* STPPaymentMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004BD0 /* STPPaymentMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E530 /* STPPaymentMethodsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004BE0 /* STPPaymentMethodsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E540 /* STPPaymentResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004BF0 /* STPPaymentResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E550 /* STPRedirectContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C00 /* STPRedirectContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E560 /* STPShippingAddressViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C10 /* STPShippingAddressViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E570 /* STPSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C20 /* STPSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E580 /* STPSourceCardDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C30 /* STPSourceCardDetails.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E590 /* STPSourceEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C40 /* STPSourceEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E5A0 /* STPSourceOwner.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C50 /* STPSourceOwner.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E5B0 /* STPSourceParams.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C60 /* STPSourceParams.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E5C0 /* STPSourceProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C70 /* STPSourceProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E5D0 /* STPSourceReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C80 /* STPSourceReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E5E0 /* STPSourceRedirect.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004C90 /* STPSourceRedirect.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E5F0 /* STPSourceSEPADebitDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004CA0 /* STPSourceSEPADebitDetails.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E600 /* STPSourceVerification.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004CB0 /* STPSourceVerification.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E610 /* STPTheme.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004CC0 /* STPTheme.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E620 /* STPToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004CD0 /* STPToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E630 /* STPUserInformation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004CE0 /* STPUserInformation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E640 /* Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004CF0 /* Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E650 /* StripeError.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D00 /* StripeError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E660 /* UINavigationBar+Stripe_Theme.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D10 /* UINavigationBar+Stripe_Theme.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E670 /* FABKitProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D20 /* FABKitProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E680 /* Fabric+FABKits.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D30 /* Fabric+FABKits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E690 /* Fabric.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D40 /* Fabric.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E6A0 /* NSArray+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D50 /* NSArray+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E6B0 /* NSBundle+Stripe_AppName.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D70 /* NSBundle+Stripe_AppName.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E6C0 /* NSCharacterSet+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004D90 /* NSCharacterSet+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E6D0 /* NSDecimalNumber+Stripe_Currency.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004DB0 /* NSDecimalNumber+Stripe_Currency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E6E0 /* NSDictionary+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004DD0 /* NSDictionary+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E6F0 /* NSError+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004DF0 /* NSError+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E700 /* NSMutableURLRequest+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E10 /* NSMutableURLRequest+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E710 /* NSString+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E30 /* NSString+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E720 /* NSURLComponents+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E50 /* NSURLComponents+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E730 /* PKPayment+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E70 /* PKPayment+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E740 /* PKPaymentAuthorizationViewController+Stripe_Blocks.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004E90 /* PKPaymentAuthorizationViewController+Stripe_Blocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E750 /* STPAddCardViewController+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004EB0 /* STPAddCardViewController+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E760 /* STPAddressFieldTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004EE0 /* STPAddressFieldTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E770 /* STPAddressViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004F00 /* STPAddressViewModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E780 /* STPAnalyticsClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004F20 /* STPAnalyticsClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E790 /* STPAPIClient+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004F50 /* STPAPIClient+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E7A0 /* STPAPIRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004F70 /* STPAPIRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E7B0 /* STPAspects.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004FA0 /* STPAspects.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E7C0 /* STPBankAccountParams+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004FD0 /* STPBankAccountParams+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E7D0 /* STPBINRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000004FF0 /* STPBINRange.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E7E0 /* STPBundleLocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005010 /* STPBundleLocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E7F0 /* STPCard+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005030 /* STPCard+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E800 /* STPCardIOProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005050 /* STPCardIOProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E810 /* STPCardValidator+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005080 /* STPCardValidator+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E820 /* STPCategoryLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000050B0 /* STPCategoryLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E830 /* STPColorUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000050D0 /* STPColorUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E840 /* STPCoreScrollViewController+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005100 /* STPCoreScrollViewController+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E850 /* STPCoreTableViewController+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005120 /* STPCoreTableViewController+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E860 /* STPCoreViewController+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005140 /* STPCoreViewController+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E870 /* STPCustomer+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005160 /* STPCustomer+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E880 /* STPCustomer+SourceTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005170 /* STPCustomer+SourceTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E890 /* STPDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000051B0 /* STPDelegateProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E8A0 /* STPDispatchFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000051D0 /* STPDispatchFunctions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E8B0 /* STPEmailAddressValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000051F0 /* STPEmailAddressValidator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E8C0 /* STPEphemeralKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005210 /* STPEphemeralKey.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E8D0 /* STPEphemeralKeyManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005230 /* STPEphemeralKeyManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E8E0 /* STPFile+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005250 /* STPFile+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E8F0 /* STPFormEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005270 /* STPFormEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E900 /* STPFormTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005290 /* STPFormTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E910 /* STPGenericStripeObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000052B0 /* STPGenericStripeObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E920 /* STPImageLibrary+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000052D0 /* STPImageLibrary+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E930 /* STPInternalAPIResponseDecodable.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000052F0 /* STPInternalAPIResponseDecodable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E940 /* STPLocalizationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005310 /* STPLocalizationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E950 /* STPMultipartFormDataEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005330 /* STPMultipartFormDataEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E960 /* STPMultipartFormDataPart.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005350 /* STPMultipartFormDataPart.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E970 /* STPPaymentCardTextField+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005380 /* STPPaymentCardTextField+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E980 /* STPPaymentCardTextFieldCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000053A0 /* STPPaymentCardTextFieldCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E990 /* STPPaymentCardTextFieldViewModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000053C0 /* STPPaymentCardTextFieldViewModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E9A0 /* STPPaymentConfiguration+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000053E0 /* STPPaymentConfiguration+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E9B0 /* STPPaymentContext+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005400 /* STPPaymentContext+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E9C0 /* STPPaymentContextAmountModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005420 /* STPPaymentContextAmountModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E9D0 /* STPPaymentIntent+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005440 /* STPPaymentIntent+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E9E0 /* STPPaymentMethodsInternalViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005490 /* STPPaymentMethodsInternalViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000E9F0 /* STPPaymentMethodsViewController+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000054B0 /* STPPaymentMethodsViewController+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EA00 /* STPPaymentMethodTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000054D0 /* STPPaymentMethodTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EA10 /* STPPaymentMethodTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000054F0 /* STPPaymentMethodTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EA20 /* STPPhoneNumberValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005520 /* STPPhoneNumberValidator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EA30 /* STPPostalCodeValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005540 /* STPPostalCodeValidator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EA40 /* STPPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005560 /* STPPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EA50 /* STPRedirectContext+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005580 /* STPRedirectContext+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EA60 /* STPSectionHeaderView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000055A0 /* STPSectionHeaderView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EA70 /* STPShippingMethodsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000055D0 /* STPShippingMethodsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EA80 /* STPShippingMethodTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000055F0 /* STPShippingMethodTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EA90 /* STPSource+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005610 /* STPSource+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EAA0 /* STPSourceCardDetails+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005630 /* STPSourceCardDetails+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EAB0 /* STPSourceParams+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005660 /* STPSourceParams+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EAC0 /* STPSourcePoller.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005680 /* STPSourcePoller.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EAD0 /* STPSourceRedirect+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000056B0 /* STPSourceRedirect+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EAE0 /* STPSourceVerification+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000056E0 /* STPSourceVerification+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EAF0 /* STPStringUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005700 /* STPStringUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EB00 /* STPSwitchTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005720 /* STPSwitchTableViewCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EB10 /* STPTelemetryClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005740 /* STPTelemetryClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EB20 /* STPURLCallbackHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005780 /* STPURLCallbackHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EB30 /* STPValidatedTextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000057B0 /* STPValidatedTextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EB40 /* STPWeakStrongMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000057D0 /* STPWeakStrongMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EB50 /* UIBarButtonItem+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000057F0 /* UIBarButtonItem+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EB60 /* UIImage+Stripe.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005810 /* UIImage+Stripe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EB70 /* UINavigationController+Stripe_Completion.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005840 /* UINavigationController+Stripe_Completion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EB80 /* UITableViewCell+Stripe_Borders.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005860 /* UITableViewCell+Stripe_Borders.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EB90 /* UIToolbar+Stripe_InputAccessory.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005880 /* UIToolbar+Stripe_InputAccessory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EBA0 /* UIView+Stripe_FirstResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000058A0 /* UIView+Stripe_FirstResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EBB0 /* UIView+Stripe_SafeAreaBounds.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000058C0 /* UIView+Stripe_SafeAreaBounds.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EBC0 /* UIViewController+Stripe_KeyboardAvoiding.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000058E0 /* UIViewController+Stripe_KeyboardAvoiding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EBD0 /* UIViewController+Stripe_NavigationItemProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005900 /* UIViewController+Stripe_NavigationItemProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EBE0 /* UIViewController+Stripe_ParentViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005920 /* UIViewController+Stripe_ParentViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EBF0 /* UIViewController+Stripe_Promises.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005940 /* UIViewController+Stripe_Promises.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EC30 /* Stripe-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000EC20 /* Stripe-dummy.m */; }; + 00000000ECD0 /* UIView+BooleanAnimations.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005970 /* UIView+BooleanAnimations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000ECE0 /* UIView+BooleanAnimations.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005960 /* UIView+BooleanAnimations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000ED30 /* UIView+BooleanAnimations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000ED20 /* UIView+BooleanAnimations-dummy.m */; }; + 00000000EE40 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0000000059D0 /* demangle.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000EE50 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0000000059E0 /* logging.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000EE60 /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0000000059F0 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000EE70 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A00 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000EE80 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A10 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000EE90 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A20 /* utilities.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000EEA0 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A30 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000EEB0 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005980 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EEC0 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005990 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EED0 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000059A0 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EEE0 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000059B0 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EEF0 /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000059C0 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000EF40 /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000EF30 /* glog-dummy.m */; }; + 00000000EFE0 /* CameraMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A50 /* CameraMode.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000EFF0 /* CameraStop.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A70 /* CameraStop.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F000 /* CameraUpdateItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005A90 /* CameraUpdateItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F010 /* CameraUpdateQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005AB0 /* CameraUpdateQueue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F020 /* FilterList.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005AD0 /* FilterList.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F030 /* FilterParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005AF0 /* FilterParser.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F040 /* MGLFaux3DUserLocationAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005B10 /* MGLFaux3DUserLocationAnnotationView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F050 /* MGLModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005B30 /* MGLModule.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F060 /* MGLOfflineModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005B50 /* MGLOfflineModule.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F070 /* MGLSnapshotModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005B70 /* MGLSnapshotModule.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F080 /* MGLUserLocationHeadingArrowLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005B90 /* MGLUserLocationHeadingArrowLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F090 /* MGLUserLocationHeadingBeamLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005BB0 /* MGLUserLocationHeadingBeamLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F0A0 /* RCTConvert+Mapbox.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005BE0 /* RCTConvert+Mapbox.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F0B0 /* RCTMGL.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005C00 /* RCTMGL.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F0C0 /* RCTMGLBackgroundLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005C20 /* RCTMGLBackgroundLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F0D0 /* RCTMGLBackgroundLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005C40 /* RCTMGLBackgroundLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F0E0 /* RCTMGLCallout.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005C60 /* RCTMGLCallout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F0F0 /* RCTMGLCalloutManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005C80 /* RCTMGLCalloutManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F100 /* RCTMGLCircleLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005CA0 /* RCTMGLCircleLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F110 /* RCTMGLCircleLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005CC0 /* RCTMGLCircleLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F120 /* RCTMGLEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005CE0 /* RCTMGLEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F130 /* RCTMGLEventTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005D10 /* RCTMGLEventTypes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F140 /* RCTMGLFillExtrusionLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005D30 /* RCTMGLFillExtrusionLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F150 /* RCTMGLFillExtrusionLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005D50 /* RCTMGLFillExtrusionLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F160 /* RCTMGLFillLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005D70 /* RCTMGLFillLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F170 /* RCTMGLFillLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005D90 /* RCTMGLFillLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F180 /* RCTMGLImageQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005DB0 /* RCTMGLImageQueue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F190 /* RCTMGLImageQueueOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005DD0 /* RCTMGLImageQueueOperation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F1A0 /* RCTMGLImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005DF0 /* RCTMGLImageSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F1B0 /* RCTMGLImageSourceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005E10 /* RCTMGLImageSourceManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F1C0 /* RCTMGLLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005E30 /* RCTMGLLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F1D0 /* RCTMGLLight.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005E50 /* RCTMGLLight.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F1E0 /* RCTMGLLightManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005E70 /* RCTMGLLightManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F1F0 /* RCTMGLLineLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005E90 /* RCTMGLLineLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F200 /* RCTMGLLineLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005EB0 /* RCTMGLLineLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F210 /* RCTMGLMapTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005ED0 /* RCTMGLMapTouchEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F220 /* RCTMGLMapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005EF0 /* RCTMGLMapView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F230 /* RCTMGLMapViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005F10 /* RCTMGLMapViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F240 /* RCTMGLPointAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005F30 /* RCTMGLPointAnnotation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F250 /* RCTMGLPointAnnotationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005F50 /* RCTMGLPointAnnotationManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F260 /* RCTMGLRasterLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005F70 /* RCTMGLRasterLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F270 /* RCTMGLRasterLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005F90 /* RCTMGLRasterLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F280 /* RCTMGLRasterSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005FB0 /* RCTMGLRasterSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F290 /* RCTMGLRasterSourceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005FD0 /* RCTMGLRasterSourceManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F2A0 /* RCTMGLShapeSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000005FF0 /* RCTMGLShapeSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F2B0 /* RCTMGLShapeSourceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006010 /* RCTMGLShapeSourceManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F2C0 /* RCTMGLSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006030 /* RCTMGLSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F2D0 /* RCTMGLStyle.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006050 /* RCTMGLStyle.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F2E0 /* RCTMGLStyleValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006070 /* RCTMGLStyleValue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F2F0 /* RCTMGLSymbolLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006090 /* RCTMGLSymbolLayer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F300 /* RCTMGLSymbolLayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000060B0 /* RCTMGLSymbolLayerManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F310 /* RCTMGLUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000060D0 /* RCTMGLUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F320 /* RCTMGLVectorSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000060F0 /* RCTMGLVectorSource.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F330 /* RCTMGLVectorSourceManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006110 /* RCTMGLVectorSourceManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F340 /* RNMBImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006130 /* RNMBImageUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F350 /* ViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006150 /* ViewManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F360 /* CameraMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005A40 /* CameraMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F370 /* CameraStop.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005A60 /* CameraStop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F380 /* CameraUpdateItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005A80 /* CameraUpdateItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F390 /* CameraUpdateQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005AA0 /* CameraUpdateQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F3A0 /* FilterList.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005AC0 /* FilterList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F3B0 /* FilterParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005AE0 /* FilterParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F3C0 /* MGLFaux3DUserLocationAnnotationView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005B00 /* MGLFaux3DUserLocationAnnotationView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F3D0 /* MGLModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005B20 /* MGLModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F3E0 /* MGLOfflineModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005B40 /* MGLOfflineModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F3F0 /* MGLSnapshotModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005B60 /* MGLSnapshotModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F400 /* MGLUserLocationHeadingArrowLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005B80 /* MGLUserLocationHeadingArrowLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F410 /* MGLUserLocationHeadingBeamLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005BA0 /* MGLUserLocationHeadingBeamLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F420 /* MGLUserLocationHeadingIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005BC0 /* MGLUserLocationHeadingIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F430 /* RCTConvert+Mapbox.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005BD0 /* RCTConvert+Mapbox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F440 /* RCTMGL.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005BF0 /* RCTMGL.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F450 /* RCTMGLBackgroundLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005C10 /* RCTMGLBackgroundLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F460 /* RCTMGLBackgroundLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005C30 /* RCTMGLBackgroundLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F470 /* RCTMGLCallout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005C50 /* RCTMGLCallout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F480 /* RCTMGLCalloutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005C70 /* RCTMGLCalloutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F490 /* RCTMGLCircleLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005C90 /* RCTMGLCircleLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F4A0 /* RCTMGLCircleLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005CB0 /* RCTMGLCircleLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F4B0 /* RCTMGLEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005CD0 /* RCTMGLEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F4C0 /* RCTMGLEventProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005CF0 /* RCTMGLEventProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F4D0 /* RCTMGLEventTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005D00 /* RCTMGLEventTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F4E0 /* RCTMGLFillExtrusionLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005D20 /* RCTMGLFillExtrusionLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F4F0 /* RCTMGLFillExtrusionLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005D40 /* RCTMGLFillExtrusionLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F500 /* RCTMGLFillLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005D60 /* RCTMGLFillLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F510 /* RCTMGLFillLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005D80 /* RCTMGLFillLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F520 /* RCTMGLImageQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005DA0 /* RCTMGLImageQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F530 /* RCTMGLImageQueueOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005DC0 /* RCTMGLImageQueueOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F540 /* RCTMGLImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005DE0 /* RCTMGLImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F550 /* RCTMGLImageSourceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005E00 /* RCTMGLImageSourceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F560 /* RCTMGLLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005E20 /* RCTMGLLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F570 /* RCTMGLLight.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005E40 /* RCTMGLLight.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F580 /* RCTMGLLightManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005E60 /* RCTMGLLightManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F590 /* RCTMGLLineLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005E80 /* RCTMGLLineLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F5A0 /* RCTMGLLineLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005EA0 /* RCTMGLLineLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F5B0 /* RCTMGLMapTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005EC0 /* RCTMGLMapTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F5C0 /* RCTMGLMapView.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005EE0 /* RCTMGLMapView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F5D0 /* RCTMGLMapViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005F00 /* RCTMGLMapViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F5E0 /* RCTMGLPointAnnotation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005F20 /* RCTMGLPointAnnotation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F5F0 /* RCTMGLPointAnnotationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005F40 /* RCTMGLPointAnnotationManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F600 /* RCTMGLRasterLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005F60 /* RCTMGLRasterLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F610 /* RCTMGLRasterLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005F80 /* RCTMGLRasterLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F620 /* RCTMGLRasterSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005FA0 /* RCTMGLRasterSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F630 /* RCTMGLRasterSourceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005FC0 /* RCTMGLRasterSourceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F640 /* RCTMGLShapeSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000005FE0 /* RCTMGLShapeSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F650 /* RCTMGLShapeSourceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006000 /* RCTMGLShapeSourceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F660 /* RCTMGLSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006020 /* RCTMGLSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F670 /* RCTMGLStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006040 /* RCTMGLStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F680 /* RCTMGLStyleValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006060 /* RCTMGLStyleValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F690 /* RCTMGLSymbolLayer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006080 /* RCTMGLSymbolLayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F6A0 /* RCTMGLSymbolLayerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000060A0 /* RCTMGLSymbolLayerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F6B0 /* RCTMGLUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000060C0 /* RCTMGLUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F6C0 /* RCTMGLVectorSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000060E0 /* RCTMGLVectorSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F6D0 /* RCTMGLVectorSourceManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006100 /* RCTMGLVectorSourceManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F6E0 /* RNMBImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006120 /* RNMBImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F6F0 /* ViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006140 /* ViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F740 /* react-native-mapbox-gl-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000F730 /* react-native-mapbox-gl-dummy.m */; }; + 00000000F7E0 /* RCTNavigator.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006170 /* RCTNavigator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F7F0 /* RCTNavigatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006190 /* RCTNavigatorManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F800 /* RCTNavItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000061B0 /* RCTNavItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F810 /* RCTNavItemManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000061D0 /* RCTNavItemManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F820 /* RCTWrapperViewControllerWithNavItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 0000000061F0 /* RCTWrapperViewControllerWithNavItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F830 /* RCTNavigator.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006160 /* RCTNavigator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F840 /* RCTNavigatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006180 /* RCTNavigatorManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F850 /* RCTNavItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000061A0 /* RCTNavItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F860 /* RCTNavItemManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000061C0 /* RCTNavItemManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F870 /* RCTWrapperViewControllerWithNavItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000061E0 /* RCTWrapperViewControllerWithNavItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F8C0 /* react-native-navigator-ios-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000F8B0 /* react-native-navigator-ios-dummy.m */; }; + 00000000F960 /* TPSCardField.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006210 /* TPSCardField.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F970 /* TPSCardFieldManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006230 /* TPSCardFieldManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F980 /* TPSError.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006250 /* TPSError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F990 /* TPSStripeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 000000006270 /* TPSStripeManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000F9A0 /* TPSCardField.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006200 /* TPSCardField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F9B0 /* TPSCardFieldManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006220 /* TPSCardFieldManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F9C0 /* TPSError.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006240 /* TPSError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000F9D0 /* TPSStripeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006260 /* TPSStripeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FA20 /* tipsi-stripe-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000FA10 /* tipsi-stripe-dummy.m */; }; + 00000000FAC0 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000062A0 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000FAD0 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000062C0 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000FAE0 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000062E0 /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000FAF0 /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000006310 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000FB00 /* YGMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000006340 /* YGMarker.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000FB10 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000006360 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000FB20 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 000000006380 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000FB30 /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000063A0 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000FB40 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000063C0 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000FB50 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0000000063F0 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 00000000FB60 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006280 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FB70 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006290 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FB80 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000062B0 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FB90 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000062D0 /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FBA0 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000062F0 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FBB0 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006300 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FBC0 /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006320 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FBD0 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006330 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FBE0 /* YGMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006350 /* YGMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FBF0 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006370 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FC00 /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006390 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FC10 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000063B0 /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FC20 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000063D0 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FC30 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000000063E0 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FC40 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 000000006400 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FC90 /* yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000FC80 /* yoga-dummy.m */; }; + 00000000FD90 /* Pods-Emission-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 00000000FD80 /* Pods-Emission-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FDF0 /* Pods-Emission-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000FDE0 /* Pods-Emission-dummy.m */; }; + 00000000FEF0 /* Pods-EmissionTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 00000000FEE0 /* Pods-EmissionTests-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00000000FF30 /* Pods-EmissionTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 00000000FF20 /* Pods-EmissionTests-dummy.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 00000000FC00 /* PBXContainerItemProxy */ = { + 00000000FF40 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0000000074C0; + remoteGlobalIDString = 000000007620; remoteInfo = ARGenericTableViewController; }; - 00000000FC20 /* PBXContainerItemProxy */ = { + 00000000FF60 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000007620; + remoteGlobalIDString = 000000007780; remoteInfo = "Artsy+Authentication"; }; - 00000000FC40 /* PBXContainerItemProxy */ = { + 00000000FF80 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0000000077D0; + remoteGlobalIDString = 000000007930; remoteInfo = "Artsy+UIColors"; }; - 00000000FC60 /* PBXContainerItemProxy */ = { + 00000000FFA0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0000000078F0; + remoteGlobalIDString = 000000007A50; remoteInfo = "Artsy+UIFonts"; }; - 00000000FC80 /* PBXContainerItemProxy */ = { + 00000000FFC0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0000000079F0; + remoteGlobalIDString = 000000007B50; remoteInfo = "Artsy-UIButtons"; }; - 00000000FCA0 /* PBXContainerItemProxy */ = { + 00000000FFE0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000007AF0; + remoteGlobalIDString = 000000007C50; remoteInfo = DoubleConversion; }; - 00000000FCC0 /* PBXContainerItemProxy */ = { + 000000010000 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000007CF0; + remoteGlobalIDString = 000000007E50; remoteInfo = Emission; }; - 00000000FCE0 /* PBXContainerItemProxy */ = { + 000000010020 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000008A20; + remoteGlobalIDString = 000000008B80; remoteInfo = Extraction; }; - 00000000FD00 /* PBXContainerItemProxy */ = { + 000000010040 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000008DD0; + remoteGlobalIDString = 000000008F30; remoteInfo = FLKAutoLayout; }; - 00000000FD20 /* PBXContainerItemProxy */ = { + 000000010060 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000008FA0; + remoteGlobalIDString = 000000009100; remoteInfo = Folly; }; - 00000000FD40 /* PBXContainerItemProxy */ = { + 000000010080 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009110; + remoteGlobalIDString = 0000000092D0; remoteInfo = ISO8601DateFormatter; }; - 00000000FD60 /* PBXContainerItemProxy */ = { + 0000000100A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009210; + remoteGlobalIDString = 0000000093D0; remoteInfo = KSCrash; }; - 00000000FD80 /* PBXContainerItemProxy */ = { + 0000000100C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009AF0; + remoteGlobalIDString = 000000009CB0; remoteInfo = Keys; }; - 00000000FDA0 /* PBXContainerItemProxy */ = { + 0000000100E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009BF0; + remoteGlobalIDString = 000000009DB0; remoteInfo = "NSURL+QueryDictionary"; }; - 00000000FDC0 /* PBXContainerItemProxy */ = { + 000000010100 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009CF0; + remoteGlobalIDString = 000000009EB0; remoteInfo = ORStackView; }; - 00000000FDE0 /* PBXContainerItemProxy */ = { + 000000010120 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009E70; + remoteGlobalIDString = 00000000A030; remoteInfo = Pulley; }; - 00000000FE00 /* PBXContainerItemProxy */ = { + 000000010140 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009FD0; + remoteGlobalIDString = 00000000A190; remoteInfo = RNSVG; }; - 00000000FE20 /* PBXContainerItemProxy */ = { + 000000010160 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000A800; + remoteGlobalIDString = 00000000A9C0; remoteInfo = React; }; - 00000000FE40 /* PBXContainerItemProxy */ = { + 000000010180 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000CA30; + remoteGlobalIDString = 00000000C980; remoteInfo = SAMKeychain; }; - 00000000FE60 /* PBXContainerItemProxy */ = { + 0000000101A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000CB50; + remoteGlobalIDString = 00000000CAA0; remoteInfo = SDWebImage; }; - 00000000FE80 /* PBXContainerItemProxy */ = { + 0000000101C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000CE00; + remoteGlobalIDString = 00000000CD50; remoteInfo = Sentry; }; - 00000000FEA0 /* PBXContainerItemProxy */ = { + 0000000101E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000D2C0; + remoteGlobalIDString = 00000000D210; remoteInfo = SentryReactNative; }; - 00000000FEC0 /* PBXContainerItemProxy */ = { + 000000010200 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000D650; + remoteGlobalIDString = 00000000D5A0; remoteInfo = Stripe; }; - 00000000FEE0 /* PBXContainerItemProxy */ = { + 000000010220 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000EAD0; + remoteGlobalIDString = 00000000EC40; remoteInfo = "UIView+BooleanAnimations"; }; - 00000000FF00 /* PBXContainerItemProxy */ = { + 000000010240 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000EBD0; + remoteGlobalIDString = 00000000ED40; remoteInfo = "boost-for-react-native"; }; - 00000000FF20 /* PBXContainerItemProxy */ = { + 000000010260 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000EC40; + remoteGlobalIDString = 00000000EDB0; remoteInfo = glog; }; - 00000000FF40 /* PBXContainerItemProxy */ = { + 000000010280 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000EDE0; + remoteGlobalIDString = 00000000EF50; remoteInfo = "react-native-mapbox-gl"; }; - 00000000FF60 /* PBXContainerItemProxy */ = { + 0000000102A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000F5E0; + remoteGlobalIDString = 00000000F750; + remoteInfo = "react-native-navigator-ios"; + }; + 0000000102C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 000000000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00000000F8D0; remoteInfo = "tipsi-stripe"; }; - 00000000FF80 /* PBXContainerItemProxy */ = { + 0000000102E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000F740; + remoteGlobalIDString = 00000000FA30; remoteInfo = yoga; }; - 00000000FFA0 /* PBXContainerItemProxy */ = { + 000000010300 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000F960; + remoteGlobalIDString = 00000000FCA0; remoteInfo = "Pods-Emission"; }; - 00000000FFC0 /* PBXContainerItemProxy */ = { + 000000010320 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0000000084B0; + remoteGlobalIDString = 000000008610; remoteInfo = Expecta; }; - 00000000FFE0 /* PBXContainerItemProxy */ = { + 000000010340 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000008BC0; + remoteGlobalIDString = 000000008D20; remoteInfo = FBSnapshotTestCase; }; - 000000010000 /* PBXContainerItemProxy */ = { + 000000010360 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000D3E0; + remoteGlobalIDString = 00000000D330; remoteInfo = Specta; }; - 000000010020 /* PBXContainerItemProxy */ = { + 000000010380 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009110; + remoteGlobalIDString = 0000000092D0; remoteInfo = ISO8601DateFormatter; }; - 000000010040 /* PBXContainerItemProxy */ = { + 0000000103A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009BF0; + remoteGlobalIDString = 000000009DB0; remoteInfo = "NSURL+QueryDictionary"; }; - 000000010060 /* PBXContainerItemProxy */ = { + 0000000103C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0000000077D0; + remoteGlobalIDString = 000000007930; remoteInfo = "Artsy+UIColors"; }; - 000000010080 /* PBXContainerItemProxy */ = { + 0000000103E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0000000078F0; + remoteGlobalIDString = 000000007A50; remoteInfo = "Artsy+UIFonts"; }; - 0000000100A0 /* PBXContainerItemProxy */ = { + 000000010400 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000EAD0; + remoteGlobalIDString = 00000000EC40; remoteInfo = "UIView+BooleanAnimations"; }; - 0000000100C0 /* PBXContainerItemProxy */ = { + 000000010420 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0000000077D0; + remoteGlobalIDString = 000000007930; remoteInfo = "Artsy+UIColors"; }; - 0000000100E0 /* PBXContainerItemProxy */ = { + 000000010440 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0000000078F0; + remoteGlobalIDString = 000000007A50; remoteInfo = "Artsy+UIFonts"; }; - 000000010100 /* PBXContainerItemProxy */ = { + 000000010460 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000008A20; + remoteGlobalIDString = 000000008B80; remoteInfo = Extraction; }; - 000000010120 /* PBXContainerItemProxy */ = { + 000000010480 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009E70; + remoteGlobalIDString = 00000000A030; remoteInfo = Pulley; }; - 000000010140 /* PBXContainerItemProxy */ = { + 0000000104A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009110; + remoteGlobalIDString = 0000000092D0; remoteInfo = ISO8601DateFormatter; }; - 000000010160 /* PBXContainerItemProxy */ = { + 0000000104C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000CB50; + remoteGlobalIDString = 00000000CAA0; remoteInfo = SDWebImage; }; - 000000010180 /* PBXContainerItemProxy */ = { + 0000000104E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000A800; + remoteGlobalIDString = 00000000A9C0; remoteInfo = React; }; - 0000000101A0 /* PBXContainerItemProxy */ = { + 000000010500 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000F740; + remoteGlobalIDString = 00000000FA30; remoteInfo = yoga; }; - 0000000101C0 /* PBXContainerItemProxy */ = { + 000000010520 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000007AF0; + remoteGlobalIDString = 000000007C50; remoteInfo = DoubleConversion; }; - 0000000101E0 /* PBXContainerItemProxy */ = { + 000000010540 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000008FA0; + remoteGlobalIDString = 000000009100; remoteInfo = Folly; }; - 000000010200 /* PBXContainerItemProxy */ = { + 000000010560 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000EC40; + remoteGlobalIDString = 00000000EDB0; remoteInfo = glog; }; - 000000010220 /* PBXContainerItemProxy */ = { + 000000010580 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000F5E0; + remoteGlobalIDString = 00000000F8D0; remoteInfo = "tipsi-stripe"; }; - 000000010240 /* PBXContainerItemProxy */ = { + 0000000105A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000EDE0; + remoteGlobalIDString = 00000000EF50; remoteInfo = "react-native-mapbox-gl"; }; - 000000010260 /* PBXContainerItemProxy */ = { + 0000000105C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000D2C0; + remoteGlobalIDString = 00000000D210; remoteInfo = SentryReactNative; }; - 000000010280 /* PBXContainerItemProxy */ = { + 0000000105E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009FD0; + remoteGlobalIDString = 00000000A190; remoteInfo = RNSVG; }; - 0000000102A0 /* PBXContainerItemProxy */ = { + 000000010600 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009CF0; + remoteGlobalIDString = 000000009EB0; remoteInfo = ORStackView; }; - 0000000102C0 /* PBXContainerItemProxy */ = { + 000000010620 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0000000079F0; + remoteGlobalIDString = 000000007B50; remoteInfo = "Artsy-UIButtons"; }; - 0000000102E0 /* PBXContainerItemProxy */ = { + 000000010640 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000EAD0; + remoteGlobalIDString = 00000000EC40; remoteInfo = "UIView+BooleanAnimations"; }; - 000000010300 /* PBXContainerItemProxy */ = { + 000000010660 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0000000078F0; + remoteGlobalIDString = 000000007A50; remoteInfo = "Artsy+UIFonts"; }; - 000000010320 /* PBXContainerItemProxy */ = { + 000000010680 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0000000077D0; + remoteGlobalIDString = 000000007930; remoteInfo = "Artsy+UIColors"; }; - 000000010340 /* PBXContainerItemProxy */ = { + 0000000106A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000008DD0; + remoteGlobalIDString = 000000008F30; remoteInfo = FLKAutoLayout; }; - 000000010360 /* PBXContainerItemProxy */ = { + 0000000106C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000EBD0; + remoteGlobalIDString = 00000000ED40; remoteInfo = "boost-for-react-native"; }; - 000000010380 /* PBXContainerItemProxy */ = { + 0000000106E0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000007AF0; + remoteGlobalIDString = 000000007C50; remoteInfo = DoubleConversion; }; - 0000000103A0 /* PBXContainerItemProxy */ = { + 000000010700 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000EC40; + remoteGlobalIDString = 00000000EDB0; remoteInfo = glog; }; - 0000000103C0 /* PBXContainerItemProxy */ = { + 000000010720 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000008DD0; + remoteGlobalIDString = 000000008F30; remoteInfo = FLKAutoLayout; }; - 0000000103E0 /* PBXContainerItemProxy */ = { + 000000010740 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000A800; + remoteGlobalIDString = 00000000A9C0; remoteInfo = React; }; - 000000010400 /* PBXContainerItemProxy */ = { + 000000010760 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000F740; + remoteGlobalIDString = 00000000FA30; remoteInfo = yoga; }; - 000000010420 /* PBXContainerItemProxy */ = { + 000000010780 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000008FA0; + remoteGlobalIDString = 000000009100; remoteInfo = Folly; }; - 000000010440 /* PBXContainerItemProxy */ = { + 0000000107A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000EBD0; + remoteGlobalIDString = 00000000ED40; remoteInfo = "boost-for-react-native"; }; - 000000010460 /* PBXContainerItemProxy */ = { + 0000000107C0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 000000000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 000000007C50; + remoteInfo = DoubleConversion; + }; + 0000000107E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 000000000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00000000EDB0; + remoteInfo = glog; + }; + 000000010800 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 000000009210; + remoteGlobalIDString = 0000000093D0; remoteInfo = KSCrash; }; - 000000010480 /* PBXContainerItemProxy */ = { + 000000010820 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000A800; + remoteGlobalIDString = 00000000A9C0; remoteInfo = React; }; - 0000000104A0 /* PBXContainerItemProxy */ = { + 000000010840 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000CE00; + remoteGlobalIDString = 00000000CD50; remoteInfo = Sentry; }; - 0000000104C0 /* PBXContainerItemProxy */ = { + 000000010860 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000D6E0; + remoteGlobalIDString = 00000000D630; remoteInfo = "Stripe-Stripe"; }; - 0000000104E0 /* PBXContainerItemProxy */ = { + 000000010880 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000A800; + remoteGlobalIDString = 00000000A9C0; remoteInfo = React; }; - 000000010500 /* PBXContainerItemProxy */ = { + 0000000108A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000A800; + remoteGlobalIDString = 00000000A9C0; remoteInfo = React; }; - 000000010520 /* PBXContainerItemProxy */ = { + 0000000108C0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 000000000000 /* Project object */; proxyType = 1; - remoteGlobalIDString = 00000000D650; + remoteGlobalIDString = 00000000A9C0; + remoteInfo = React; + }; + 0000000108E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 000000000000 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00000000D5A0; remoteInfo = Stripe; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0000000002B0 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0000000002C0 /* ARCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARCellData.h; path = Classes/ARCellData.h; sourceTree = ""; }; - 0000000002D0 /* ARCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARCellData.m; path = Classes/ARCellData.m; sourceTree = ""; }; - 0000000002E0 /* ARGenericTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARGenericTableViewController.h; path = Classes/ARGenericTableViewController.h; sourceTree = ""; }; - 0000000002F0 /* ARGenericTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARGenericTableViewController.m; path = Classes/ARGenericTableViewController.m; sourceTree = ""; }; - 000000000300 /* ARSectionData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARSectionData.h; path = Classes/ARSectionData.h; sourceTree = ""; }; - 000000000310 /* ARSectionData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARSectionData.m; path = Classes/ARSectionData.m; sourceTree = ""; }; - 000000000320 /* ARTableViewData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTableViewData.h; path = Classes/ARTableViewData.h; sourceTree = ""; }; - 000000000330 /* ARTableViewData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTableViewData.m; path = Classes/ARTableViewData.m; sourceTree = ""; }; - 000000000350 /* Artsy+Authentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Artsy+Authentication.h"; path = "Pod/Classes/Artsy+Authentication.h"; sourceTree = ""; }; - 000000000360 /* ArtsyAuthentication+Accounts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ArtsyAuthentication+Accounts.h"; path = "Pod/Classes/ArtsyAuthentication+Accounts.h"; sourceTree = ""; }; - 000000000370 /* ArtsyAuthentication+Accounts.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ArtsyAuthentication+Accounts.m"; path = "Pod/Classes/ArtsyAuthentication+Accounts.m"; sourceTree = ""; }; - 000000000380 /* ArtsyAuthentication+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ArtsyAuthentication+Private.h"; path = "Pod/Classes/ArtsyAuthentication+Private.h"; sourceTree = ""; }; - 000000000390 /* ArtsyAuthentication+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ArtsyAuthentication+Private.m"; path = "Pod/Classes/ArtsyAuthentication+Private.m"; sourceTree = ""; }; - 0000000003A0 /* ArtsyAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ArtsyAuthentication.h; path = Pod/Classes/ArtsyAuthentication.h; sourceTree = ""; }; - 0000000003B0 /* ArtsyAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ArtsyAuthentication.m; path = Pod/Classes/ArtsyAuthentication.m; sourceTree = ""; }; - 0000000003C0 /* ArtsyAuthenticationRouter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ArtsyAuthenticationRouter.h; path = Pod/Classes/ArtsyAuthenticationRouter.h; sourceTree = ""; }; - 0000000003D0 /* ArtsyAuthenticationRouter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ArtsyAuthenticationRouter.m; path = Pod/Classes/ArtsyAuthenticationRouter.m; sourceTree = ""; }; - 0000000003E0 /* ArtsyNetworkOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ArtsyNetworkOperator.h; path = Pod/Classes/ArtsyNetworkOperator.h; sourceTree = ""; }; - 0000000003F0 /* ArtsyNetworkOperator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ArtsyNetworkOperator.m; path = Pod/Classes/ArtsyNetworkOperator.m; sourceTree = ""; }; - 000000000400 /* ArtsyToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ArtsyToken.h; path = Pod/Classes/ArtsyToken.h; sourceTree = ""; }; - 000000000410 /* ArtsyToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ArtsyToken.m; path = Pod/Classes/ArtsyToken.m; sourceTree = ""; }; - 000000000420 /* UIColor+ArtsyColors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+ArtsyColors.h"; path = "Classes/UIColor+ArtsyColors.h"; sourceTree = ""; }; - 000000000430 /* UIColor+ArtsyColors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+ArtsyColors.m"; path = "Classes/UIColor+ArtsyColors.m"; sourceTree = ""; }; - 000000000440 /* UIColor+DebugColours.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+DebugColours.h"; path = "Classes/UIColor+DebugColours.h"; sourceTree = ""; }; - 000000000450 /* UIColor+DebugColours.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+DebugColours.m"; path = "Classes/UIColor+DebugColours.m"; sourceTree = ""; }; - 000000000460 /* UIFont+ArtsyFonts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIFont+ArtsyFonts.h"; path = "Pod/Classes/UIFont+ArtsyFonts.h"; sourceTree = ""; }; - 000000000470 /* UIFont+ArtsyFonts.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIFont+ArtsyFonts.m"; path = "Pod/Classes/UIFont+ArtsyFonts.m"; sourceTree = ""; }; - 000000000480 /* ARButtonSubclasses.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARButtonSubclasses.h; path = Pod/Classes/ARButtonSubclasses.h; sourceTree = ""; }; - 000000000490 /* ARButtonSubclasses.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARButtonSubclasses.m; path = Pod/Classes/ARButtonSubclasses.m; sourceTree = ""; }; - 0000000004A0 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - 0000000004B0 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - 0000000004C0 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - 0000000004D0 /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; - 0000000004E0 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - 0000000004F0 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - 000000000500 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; - 000000000510 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; - 000000000520 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; - 000000000530 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; - 000000000540 /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; - 000000000550 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - 000000000560 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - 000000000570 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; - 000000000580 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - 000000000590 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - 0000000005A0 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - 0000000005B0 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - 0000000005D0 /* ARCocoaConstantsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCocoaConstantsModule.h; sourceTree = ""; }; - 0000000005E0 /* ARCocoaConstantsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCocoaConstantsModule.m; sourceTree = ""; }; - 0000000005F0 /* AREmission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AREmission.h; sourceTree = ""; }; - 000000000600 /* AREmission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AREmission.m; sourceTree = ""; }; - 000000000610 /* AREmissionFontsLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AREmissionFontsLoader.m; sourceTree = ""; }; - 000000000620 /* AREventsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AREventsModule.h; sourceTree = ""; }; - 000000000630 /* AREventsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AREventsModule.m; sourceTree = ""; }; - 000000000640 /* ARSwitchBoardModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARSwitchBoardModule.h; sourceTree = ""; }; - 000000000650 /* ARSwitchBoardModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARSwitchBoardModule.m; sourceTree = ""; }; - 000000000660 /* RCTScrollView+EnclosingScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTScrollView+EnclosingScrollView.m"; sourceTree = ""; }; - 000000000680 /* ARCity+GeospatialAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ARCity+GeospatialAdditions.h"; sourceTree = ""; }; - 000000000690 /* ARCity+GeospatialAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ARCity+GeospatialAdditions.m"; sourceTree = ""; }; - 0000000006A0 /* ARCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCity.h; sourceTree = ""; }; - 0000000006B0 /* ARCity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCity.m; sourceTree = ""; }; - 0000000006D0 /* ARDottedLineManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARDottedLineManager.h; sourceTree = ""; }; - 0000000006E0 /* ARDottedLineManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARDottedLineManager.m; sourceTree = ""; }; - 000000000700 /* ARNotificationsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARNotificationsManager.h; sourceTree = ""; }; - 000000000710 /* ARNotificationsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARNotificationsManager.m; sourceTree = ""; }; - 000000000720 /* ARRefineOptionsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARRefineOptionsModule.h; sourceTree = ""; }; - 000000000730 /* ARRefineOptionsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARRefineOptionsModule.m; sourceTree = ""; }; - 000000000740 /* ARTakeCameraPhotoModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTakeCameraPhotoModule.h; sourceTree = ""; }; - 000000000750 /* ARTakeCameraPhotoModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTakeCameraPhotoModule.m; sourceTree = ""; }; - 000000000760 /* ARWorksForYouModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARWorksForYouModule.h; sourceTree = ""; }; - 000000000770 /* ARWorksForYouModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARWorksForYouModule.m; sourceTree = ""; }; - 000000000790 /* ARGraphQLQueryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARGraphQLQueryCache.h; sourceTree = ""; }; - 0000000007A0 /* ARGraphQLQueryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARGraphQLQueryCache.m; sourceTree = ""; }; - 0000000007B0 /* ARGraphQLQueryPreloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARGraphQLQueryPreloader.h; sourceTree = ""; }; - 0000000007C0 /* ARGraphQLQueryPreloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARGraphQLQueryPreloader.m; sourceTree = ""; }; - 0000000007E0 /* ARLoadFailureViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARLoadFailureViewManager.h; sourceTree = ""; }; - 0000000007F0 /* ARLoadFailureViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARLoadFailureViewManager.m; sourceTree = ""; }; - 000000000810 /* AROpaqueImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AROpaqueImageView.h; sourceTree = ""; }; - 000000000820 /* AROpaqueImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AROpaqueImageView.m; sourceTree = ""; }; - 000000000830 /* AROpaqueImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AROpaqueImageViewManager.h; sourceTree = ""; }; - 000000000840 /* AROpaqueImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AROpaqueImageViewManager.m; sourceTree = ""; }; - 000000000860 /* ARSpinnerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARSpinnerManager.h; sourceTree = ""; }; - 000000000870 /* ARSpinnerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARSpinnerManager.m; sourceTree = ""; }; - 000000000890 /* ARSwitchViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARSwitchViewManager.h; sourceTree = ""; }; - 0000000008A0 /* ARSwitchViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARSwitchViewManager.m; sourceTree = ""; }; - 0000000008C0 /* ARTemporaryAPIModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTemporaryAPIModule.h; sourceTree = ""; }; - 0000000008D0 /* ARTemporaryAPIModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTemporaryAPIModule.m; sourceTree = ""; }; - 0000000008F0 /* ARVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARVideoManager.h; sourceTree = ""; }; - 000000000900 /* ARVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARVideoManager.m; sourceTree = ""; }; - 000000000920 /* ARArtistComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARArtistComponentViewController.h; sourceTree = ""; }; - 000000000930 /* ARArtistComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARArtistComponentViewController.m; sourceTree = ""; }; - 000000000940 /* ARBidFlowViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARBidFlowViewController.h; sourceTree = ""; }; - 000000000950 /* ARBidFlowViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARBidFlowViewController.m; sourceTree = ""; }; - 000000000960 /* ARCityBMWListComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCityBMWListComponentViewController.h; sourceTree = ""; }; - 000000000970 /* ARCityBMWListComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCityBMWListComponentViewController.m; sourceTree = ""; }; - 000000000980 /* ARCityComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCityComponentViewController.h; sourceTree = ""; }; - 000000000990 /* ARCityComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCityComponentViewController.m; sourceTree = ""; }; - 0000000009A0 /* ARCityFairListComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCityFairListComponentViewController.h; sourceTree = ""; }; - 0000000009B0 /* ARCityFairListComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCityFairListComponentViewController.m; sourceTree = ""; }; - 0000000009C0 /* ARCityPickerComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCityPickerComponentViewController.h; sourceTree = ""; }; - 0000000009D0 /* ARCityPickerComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCityPickerComponentViewController.m; sourceTree = ""; }; - 0000000009E0 /* ARCitySavedListComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCitySavedListComponentViewController.h; sourceTree = ""; }; - 0000000009F0 /* ARCitySavedListComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCitySavedListComponentViewController.m; sourceTree = ""; }; - 000000000A00 /* ARCitySectionListComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCitySectionListComponentViewController.h; sourceTree = ""; }; - 000000000A10 /* ARCitySectionListComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCitySectionListComponentViewController.m; sourceTree = ""; }; - 000000000A20 /* ARComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARComponentViewController.h; sourceTree = ""; }; - 000000000A30 /* ARComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARComponentViewController.m; sourceTree = ""; }; - 000000000A40 /* ARConversationComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARConversationComponentViewController.h; sourceTree = ""; }; - 000000000A50 /* ARConversationComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARConversationComponentViewController.m; sourceTree = ""; }; - 000000000A60 /* ARFairArtistsComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairArtistsComponentViewController.h; sourceTree = ""; }; - 000000000A70 /* ARFairArtistsComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairArtistsComponentViewController.m; sourceTree = ""; }; - 000000000A80 /* ARFairArtworksComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairArtworksComponentViewController.h; sourceTree = ""; }; - 000000000A90 /* ARFairArtworksComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairArtworksComponentViewController.m; sourceTree = ""; }; - 000000000AA0 /* ARFairBMWArtActivationComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairBMWArtActivationComponentViewController.h; sourceTree = ""; }; - 000000000AB0 /* ARFairBMWArtActivationComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairBMWArtActivationComponentViewController.m; sourceTree = ""; }; - 000000000AC0 /* ARFairBoothComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairBoothComponentViewController.h; sourceTree = ""; }; - 000000000AD0 /* ARFairBoothComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairBoothComponentViewController.m; sourceTree = ""; }; - 000000000AE0 /* ARFairComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairComponentViewController.h; sourceTree = ""; }; - 000000000AF0 /* ARFairComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairComponentViewController.m; sourceTree = ""; }; - 000000000B00 /* ARFairExhibitorsComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairExhibitorsComponentViewController.h; sourceTree = ""; }; - 000000000B10 /* ARFairExhibitorsComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairExhibitorsComponentViewController.m; sourceTree = ""; }; - 000000000B20 /* ARFairMoreInfoComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairMoreInfoComponentViewController.h; sourceTree = ""; }; - 000000000B30 /* ARFairMoreInfoComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairMoreInfoComponentViewController.m; sourceTree = ""; }; - 000000000B40 /* ARFavoritesComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFavoritesComponentViewController.h; sourceTree = ""; }; - 000000000B50 /* ARFavoritesComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFavoritesComponentViewController.m; sourceTree = ""; }; - 000000000B60 /* ARGeneComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARGeneComponentViewController.h; sourceTree = ""; }; - 000000000B70 /* ARGeneComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARGeneComponentViewController.m; sourceTree = ""; }; - 000000000B80 /* ARHomeComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARHomeComponentViewController.h; sourceTree = ""; }; - 000000000B90 /* ARHomeComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARHomeComponentViewController.m; sourceTree = ""; }; - 000000000BA0 /* ARInboxComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARInboxComponentViewController.h; sourceTree = ""; }; - 000000000BB0 /* ARInboxComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARInboxComponentViewController.m; sourceTree = ""; }; - 000000000BC0 /* ARInquiryComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARInquiryComponentViewController.h; sourceTree = ""; }; - 000000000BD0 /* ARInquiryComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARInquiryComponentViewController.m; sourceTree = ""; }; - 000000000BE0 /* ARMapComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARMapComponentViewController.h; sourceTree = ""; }; - 000000000BF0 /* ARMapComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARMapComponentViewController.m; sourceTree = ""; }; - 000000000C00 /* ARMapContainerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARMapContainerViewController.h; sourceTree = ""; }; - 000000000C10 /* ARMapContainerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARMapContainerViewController.m; sourceTree = ""; }; - 000000000C20 /* ARMediaPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARMediaPreviewController.h; sourceTree = ""; }; - 000000000C30 /* ARMediaPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARMediaPreviewController.m; sourceTree = ""; }; - 000000000C40 /* ARMyProfileEditViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARMyProfileEditViewController.h; sourceTree = ""; }; - 000000000C50 /* ARMyProfileEditViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARMyProfileEditViewController.m; sourceTree = ""; }; - 000000000C60 /* ARMyProfileViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARMyProfileViewController.h; sourceTree = ""; }; - 000000000C70 /* ARMyProfileViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARMyProfileViewController.m; sourceTree = ""; }; - 000000000C80 /* ARMySellingProfileViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARMySellingProfileViewController.h; sourceTree = ""; }; - 000000000C90 /* ARMySellingProfileViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARMySellingProfileViewController.m; sourceTree = ""; }; - 000000000CA0 /* ARShowArtistsComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARShowArtistsComponentViewController.h; sourceTree = ""; }; - 000000000CB0 /* ARShowArtistsComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARShowArtistsComponentViewController.m; sourceTree = ""; }; - 000000000CC0 /* ARShowArtworksComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARShowArtworksComponentViewController.h; sourceTree = ""; }; - 000000000CD0 /* ARShowArtworksComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARShowArtworksComponentViewController.m; sourceTree = ""; }; - 000000000CE0 /* ARShowComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARShowComponentViewController.h; sourceTree = ""; }; - 000000000CF0 /* ARShowComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARShowComponentViewController.m; sourceTree = ""; }; - 000000000D00 /* ARShowConsignmentsFlowViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARShowConsignmentsFlowViewController.h; sourceTree = ""; }; - 000000000D10 /* ARShowConsignmentsFlowViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARShowConsignmentsFlowViewController.m; sourceTree = ""; }; - 000000000D20 /* ARShowMoreInfoComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARShowMoreInfoComponentViewController.h; sourceTree = ""; }; - 000000000D30 /* ARShowMoreInfoComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARShowMoreInfoComponentViewController.m; sourceTree = ""; }; - 000000000D40 /* ARWorksForYouComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARWorksForYouComponentViewController.h; sourceTree = ""; }; - 000000000D50 /* ARWorksForYouComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARWorksForYouComponentViewController.m; sourceTree = ""; }; - 000000000D70 /* ARAnimationContinuation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARAnimationContinuation.h; path = Extraction/Classes/ARAnimationContinuation.h; sourceTree = ""; }; - 000000000D80 /* ARAnimationContinuation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARAnimationContinuation.m; path = Extraction/Classes/ARAnimationContinuation.m; sourceTree = ""; }; - 000000000DA0 /* ARLoadFailureView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARLoadFailureView.h; path = Extraction/Classes/ARLoadFailureView.h; sourceTree = ""; }; - 000000000DB0 /* ARLoadFailureView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARLoadFailureView.m; path = Extraction/Classes/ARLoadFailureView.m; sourceTree = ""; }; - 000000000DD0 /* ARSpinner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARSpinner.h; path = Extraction/Classes/ARSpinner.h; sourceTree = ""; }; - 000000000DE0 /* ARSpinner.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARSpinner.m; path = Extraction/Classes/ARSpinner.m; sourceTree = ""; }; - 000000000E00 /* ARSwitchView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARSwitchView.h; path = Extraction/Classes/ARSwitchView.h; sourceTree = ""; }; - 000000000E10 /* ARSwitchView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARSwitchView.m; path = Extraction/Classes/ARSwitchView.m; sourceTree = ""; }; - 000000000E30 /* UILabel+Typography.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UILabel+Typography.h"; path = "Extraction/Classes/UILabel+Typography.h"; sourceTree = ""; }; - 000000000E40 /* UILabel+Typography.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UILabel+Typography.m"; path = "Extraction/Classes/UILabel+Typography.m"; sourceTree = ""; }; - 000000000E60 /* UIView+ARSpinner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ARSpinner.h"; path = "Extraction/Classes/UIView+ARSpinner.h"; sourceTree = ""; }; - 000000000E70 /* UIView+ARSpinner.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ARSpinner.m"; path = "Extraction/Classes/UIView+ARSpinner.m"; sourceTree = ""; }; - 000000000E80 /* FLKAutoLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLKAutoLayout.h; path = FLKAutoLayout/FLKAutoLayout.h; sourceTree = ""; }; - 000000000E90 /* NSObject+FLKAutoLayoutDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+FLKAutoLayoutDebug.h"; path = "FLKAutoLayout/NSObject+FLKAutoLayoutDebug.h"; sourceTree = ""; }; - 000000000EA0 /* NSObject+FLKAutoLayoutDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+FLKAutoLayoutDebug.m"; path = "FLKAutoLayout/NSObject+FLKAutoLayoutDebug.m"; sourceTree = ""; }; - 000000000EB0 /* FLKAutoLayoutPredicateList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLKAutoLayoutPredicateList.h; path = FLKAutoLayout/Private/FLKAutoLayoutPredicateList.h; sourceTree = ""; }; - 000000000EC0 /* FLKAutoLayoutPredicateList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FLKAutoLayoutPredicateList.m; path = FLKAutoLayout/Private/FLKAutoLayoutPredicateList.m; sourceTree = ""; }; - 000000000ED0 /* NSLayoutConstraint+FLKAutoLayoutDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+FLKAutoLayoutDebug.h"; path = "FLKAutoLayout/Private/NSLayoutConstraint+FLKAutoLayoutDebug.h"; sourceTree = ""; }; - 000000000EE0 /* NSLayoutConstraint+FLKAutoLayoutDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+FLKAutoLayoutDebug.m"; path = "FLKAutoLayout/Private/NSLayoutConstraint+FLKAutoLayoutDebug.m"; sourceTree = ""; }; - 000000000EF0 /* UIView+FLKAutoLayoutPredicate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FLKAutoLayoutPredicate.h"; path = "FLKAutoLayout/Private/UIView+FLKAutoLayoutPredicate.h"; sourceTree = ""; }; - 000000000F00 /* UIView+FLKAutoLayoutPredicate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FLKAutoLayoutPredicate.m"; path = "FLKAutoLayout/Private/UIView+FLKAutoLayoutPredicate.m"; sourceTree = ""; }; - 000000000F10 /* UIView+FLKAutoLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FLKAutoLayout.h"; path = "FLKAutoLayout/UIView+FLKAutoLayout.h"; sourceTree = ""; }; - 000000000F20 /* UIView+FLKAutoLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FLKAutoLayout.m"; path = "FLKAutoLayout/UIView+FLKAutoLayout.m"; sourceTree = ""; }; - 000000000F30 /* UIView+FLKAutoLayoutDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FLKAutoLayoutDebug.h"; path = "FLKAutoLayout/UIView+FLKAutoLayoutDebug.h"; sourceTree = ""; }; - 000000000F40 /* UIView+FLKAutoLayoutDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FLKAutoLayoutDebug.m"; path = "FLKAutoLayout/UIView+FLKAutoLayoutDebug.m"; sourceTree = ""; }; - 000000000F50 /* UIViewController+FLKAutoLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+FLKAutoLayout.h"; path = "FLKAutoLayout/UIViewController+FLKAutoLayout.h"; sourceTree = ""; }; - 000000000F60 /* UIViewController+FLKAutoLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+FLKAutoLayout.m"; path = "FLKAutoLayout/UIViewController+FLKAutoLayout.m"; sourceTree = ""; }; - 000000000F70 /* Bits.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Bits.cpp; path = folly/Bits.cpp; sourceTree = ""; }; - 000000000F80 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; - 000000000F90 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; - 000000000FA0 /* StringBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StringBase.cpp; path = folly/StringBase.cpp; sourceTree = ""; }; - 000000000FB0 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 000000000FC0 /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - 000000000FD0 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; - 000000000FE0 /* BitsFunctexcept.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BitsFunctexcept.cpp; path = folly/portability/BitsFunctexcept.cpp; sourceTree = ""; }; - 000000000FF0 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/detail/MallocImpl.cpp; sourceTree = ""; }; - 000000001000 /* ISO8601DateFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ISO8601DateFormatter.h; sourceTree = ""; }; - 000000001010 /* ISO8601DateFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ISO8601DateFormatter.m; sourceTree = ""; }; - 000000001030 /* KSCrashInstallation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashInstallation.h; path = Source/KSCrash/Installations/KSCrashInstallation.h; sourceTree = ""; }; - 000000001040 /* KSCrashInstallation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrashInstallation.m; path = Source/KSCrash/Installations/KSCrashInstallation.m; sourceTree = ""; }; - 000000001050 /* KSCrashInstallation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "KSCrashInstallation+Private.h"; path = "Source/KSCrash/Installations/KSCrashInstallation+Private.h"; sourceTree = ""; }; - 000000001060 /* KSCString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCString.h; path = Source/KSCrash/Reporting/Tools/KSCString.h; sourceTree = ""; }; - 000000001070 /* KSCString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCString.m; path = Source/KSCrash/Reporting/Tools/KSCString.m; sourceTree = ""; }; - 000000001090 /* KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrash.h; path = Source/KSCrash/Recording/KSCrash.h; sourceTree = ""; }; - 0000000010A0 /* KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrash.m; path = Source/KSCrash/Recording/KSCrash.m; sourceTree = ""; }; - 0000000010B0 /* KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCrashC.c; path = Source/KSCrash/Recording/KSCrashC.c; sourceTree = ""; }; - 0000000010C0 /* KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashC.h; path = Source/KSCrash/Recording/KSCrashC.h; sourceTree = ""; }; - 0000000010D0 /* KSCrashCachedData.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCrashCachedData.c; path = Source/KSCrash/Recording/KSCrashCachedData.c; sourceTree = ""; }; - 0000000010E0 /* KSCrashCachedData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashCachedData.h; path = Source/KSCrash/Recording/KSCrashCachedData.h; sourceTree = ""; }; - 0000000010F0 /* KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashDoctor.h; path = Source/KSCrash/Recording/KSCrashDoctor.h; sourceTree = ""; }; - 000000001100 /* KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrashDoctor.m; path = Source/KSCrash/Recording/KSCrashDoctor.m; sourceTree = ""; }; - 000000001110 /* KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCrashReport.c; path = Source/KSCrash/Recording/KSCrashReport.c; sourceTree = ""; }; - 000000001120 /* KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReport.h; path = Source/KSCrash/Recording/KSCrashReport.h; sourceTree = ""; }; - 000000001130 /* KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportFields.h; path = Source/KSCrash/Recording/KSCrashReportFields.h; sourceTree = ""; }; - 000000001140 /* KSCrashReportFixer.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCrashReportFixer.c; path = Source/KSCrash/Recording/KSCrashReportFixer.c; sourceTree = ""; }; - 000000001150 /* KSCrashReportFixer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportFixer.h; path = Source/KSCrash/Recording/KSCrashReportFixer.h; sourceTree = ""; }; - 000000001160 /* KSCrashReportStore.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCrashReportStore.c; path = Source/KSCrash/Recording/KSCrashReportStore.c; sourceTree = ""; }; - 000000001170 /* KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportStore.h; path = Source/KSCrash/Recording/KSCrashReportStore.h; sourceTree = ""; }; - 000000001180 /* KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportVersion.h; path = Source/KSCrash/Recording/KSCrashReportVersion.h; sourceTree = ""; }; - 000000001190 /* KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportWriter.h; path = Source/KSCrash/Recording/KSCrashReportWriter.h; sourceTree = ""; }; - 0000000011A0 /* KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSSystemCapabilities.h; path = Source/KSCrash/Recording/KSSystemCapabilities.h; sourceTree = ""; }; - 0000000011B0 /* KSCrashMonitor.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCrashMonitor.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor.c; sourceTree = ""; }; - 0000000011C0 /* KSCrashMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor.h; sourceTree = ""; }; - 0000000011D0 /* KSCrashMonitorContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitorContext.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitorContext.h; sourceTree = ""; }; - 0000000011E0 /* KSCrashMonitorType.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCrashMonitorType.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitorType.c; sourceTree = ""; }; - 0000000011F0 /* KSCrashMonitorType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitorType.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h; sourceTree = ""; }; - 000000001200 /* KSCrashMonitor_AppState.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCrashMonitor_AppState.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_AppState.c; sourceTree = ""; }; - 000000001210 /* KSCrashMonitor_AppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_AppState.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_AppState.h; sourceTree = ""; }; - 000000001220 /* KSCrashMonitor_CPPException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KSCrashMonitor_CPPException.cpp; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_CPPException.cpp; sourceTree = ""; }; - 000000001230 /* KSCrashMonitor_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_CPPException.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_CPPException.h; sourceTree = ""; }; - 000000001240 /* KSCrashMonitor_Deadlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_Deadlock.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_Deadlock.h; sourceTree = ""; }; - 000000001250 /* KSCrashMonitor_Deadlock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrashMonitor_Deadlock.m; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_Deadlock.m; sourceTree = ""; }; - 000000001260 /* KSCrashMonitor_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCrashMonitor_MachException.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_MachException.c; sourceTree = ""; }; - 000000001270 /* KSCrashMonitor_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_MachException.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_MachException.h; sourceTree = ""; }; - 000000001280 /* KSCrashMonitor_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_NSException.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_NSException.h; sourceTree = ""; }; - 000000001290 /* KSCrashMonitor_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrashMonitor_NSException.m; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_NSException.m; sourceTree = ""; }; - 0000000012A0 /* KSCrashMonitor_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCrashMonitor_Signal.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_Signal.c; sourceTree = ""; }; - 0000000012B0 /* KSCrashMonitor_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_Signal.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_Signal.h; sourceTree = ""; }; - 0000000012C0 /* KSCrashMonitor_System.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_System.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_System.h; sourceTree = ""; }; - 0000000012D0 /* KSCrashMonitor_System.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrashMonitor_System.m; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_System.m; sourceTree = ""; }; - 0000000012E0 /* KSCrashMonitor_User.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCrashMonitor_User.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_User.c; sourceTree = ""; }; - 0000000012F0 /* KSCrashMonitor_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_User.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_User.h; sourceTree = ""; }; - 000000001300 /* KSCrashMonitor_Zombie.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCrashMonitor_Zombie.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_Zombie.c; sourceTree = ""; }; - 000000001310 /* KSCrashMonitor_Zombie.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_Zombie.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_Zombie.h; sourceTree = ""; }; - 000000001320 /* KSCPU.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCPU.c; path = Source/KSCrash/Recording/Tools/KSCPU.c; sourceTree = ""; }; - 000000001330 /* KSCPU.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCPU.h; path = Source/KSCrash/Recording/Tools/KSCPU.h; sourceTree = ""; }; - 000000001340 /* KSCPU_Apple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCPU_Apple.h; path = Source/KSCrash/Recording/Tools/KSCPU_Apple.h; sourceTree = ""; }; - 000000001350 /* KSCPU_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCPU_arm.c; path = Source/KSCrash/Recording/Tools/KSCPU_arm.c; sourceTree = ""; }; - 000000001360 /* KSCPU_arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCPU_arm64.c; path = Source/KSCrash/Recording/Tools/KSCPU_arm64.c; sourceTree = ""; }; - 000000001370 /* KSCPU_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCPU_x86_32.c; path = Source/KSCrash/Recording/Tools/KSCPU_x86_32.c; sourceTree = ""; }; - 000000001380 /* KSCPU_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSCPU_x86_64.c; path = Source/KSCrash/Recording/Tools/KSCPU_x86_64.c; sourceTree = ""; }; - 000000001390 /* KSDate.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSDate.c; path = Source/KSCrash/Recording/Tools/KSDate.c; sourceTree = ""; }; - 0000000013A0 /* KSDate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSDate.h; path = Source/KSCrash/Recording/Tools/KSDate.h; sourceTree = ""; }; - 0000000013B0 /* KSDebug.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSDebug.c; path = Source/KSCrash/Recording/Tools/KSDebug.c; sourceTree = ""; }; - 0000000013C0 /* KSDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSDebug.h; path = Source/KSCrash/Recording/Tools/KSDebug.h; sourceTree = ""; }; - 0000000013D0 /* KSDemangle_CPP.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KSDemangle_CPP.cpp; path = Source/KSCrash/Recording/Tools/KSDemangle_CPP.cpp; sourceTree = ""; }; - 0000000013E0 /* KSDemangle_CPP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSDemangle_CPP.h; path = Source/KSCrash/Recording/Tools/KSDemangle_CPP.h; sourceTree = ""; }; - 0000000013F0 /* KSDemangle_Swift.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KSDemangle_Swift.cpp; path = Source/KSCrash/Recording/Tools/KSDemangle_Swift.cpp; sourceTree = ""; }; - 000000001400 /* KSDemangle_Swift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSDemangle_Swift.h; path = Source/KSCrash/Recording/Tools/KSDemangle_Swift.h; sourceTree = ""; }; - 000000001410 /* KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSDynamicLinker.c; path = Source/KSCrash/Recording/Tools/KSDynamicLinker.c; sourceTree = ""; }; - 000000001420 /* KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSDynamicLinker.h; path = Source/KSCrash/Recording/Tools/KSDynamicLinker.h; sourceTree = ""; }; - 000000001430 /* KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSFileUtils.c; path = Source/KSCrash/Recording/Tools/KSFileUtils.c; sourceTree = ""; }; - 000000001440 /* KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSFileUtils.h; path = Source/KSCrash/Recording/Tools/KSFileUtils.h; sourceTree = ""; }; - 000000001450 /* KSID.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSID.c; path = Source/KSCrash/Recording/Tools/KSID.c; sourceTree = ""; }; - 000000001460 /* KSID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSID.h; path = Source/KSCrash/Recording/Tools/KSID.h; sourceTree = ""; }; - 000000001470 /* KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSJSONCodec.c; path = Source/KSCrash/Recording/Tools/KSJSONCodec.c; sourceTree = ""; }; - 000000001480 /* KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSJSONCodec.h; path = Source/KSCrash/Recording/Tools/KSJSONCodec.h; sourceTree = ""; }; - 000000001490 /* KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSJSONCodecObjC.h; path = Source/KSCrash/Recording/Tools/KSJSONCodecObjC.h; sourceTree = ""; }; - 0000000014A0 /* KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSJSONCodecObjC.m; path = Source/KSCrash/Recording/Tools/KSJSONCodecObjC.m; sourceTree = ""; }; - 0000000014B0 /* KSLogger.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSLogger.c; path = Source/KSCrash/Recording/Tools/KSLogger.c; sourceTree = ""; }; - 0000000014C0 /* KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSLogger.h; path = Source/KSCrash/Recording/Tools/KSLogger.h; sourceTree = ""; }; - 0000000014D0 /* KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSMach.c; path = Source/KSCrash/Recording/Tools/KSMach.c; sourceTree = ""; }; - 0000000014E0 /* KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSMach.h; path = Source/KSCrash/Recording/Tools/KSMach.h; sourceTree = ""; }; - 0000000014F0 /* KSMachineContext.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSMachineContext.c; path = Source/KSCrash/Recording/Tools/KSMachineContext.c; sourceTree = ""; }; - 000000001500 /* KSMachineContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSMachineContext.h; path = Source/KSCrash/Recording/Tools/KSMachineContext.h; sourceTree = ""; }; - 000000001510 /* KSMachineContext_Apple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSMachineContext_Apple.h; path = Source/KSCrash/Recording/Tools/KSMachineContext_Apple.h; sourceTree = ""; }; - 000000001520 /* KSMemory.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSMemory.c; path = Source/KSCrash/Recording/Tools/KSMemory.c; sourceTree = ""; }; - 000000001530 /* KSMemory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSMemory.h; path = Source/KSCrash/Recording/Tools/KSMemory.h; sourceTree = ""; }; - 000000001540 /* KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSObjC.c; path = Source/KSCrash/Recording/Tools/KSObjC.c; sourceTree = ""; }; - 000000001550 /* KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSObjC.h; path = Source/KSCrash/Recording/Tools/KSObjC.h; sourceTree = ""; }; - 000000001560 /* KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSObjCApple.h; path = Source/KSCrash/Recording/Tools/KSObjCApple.h; sourceTree = ""; }; - 000000001570 /* KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSSignalInfo.c; path = Source/KSCrash/Recording/Tools/KSSignalInfo.c; sourceTree = ""; }; - 000000001580 /* KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSSignalInfo.h; path = Source/KSCrash/Recording/Tools/KSSignalInfo.h; sourceTree = ""; }; - 000000001590 /* KSStackCursor.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSStackCursor.c; path = Source/KSCrash/Recording/Tools/KSStackCursor.c; sourceTree = ""; }; - 0000000015A0 /* KSStackCursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSStackCursor.h; path = Source/KSCrash/Recording/Tools/KSStackCursor.h; sourceTree = ""; }; - 0000000015B0 /* KSStackCursor_Backtrace.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSStackCursor_Backtrace.c; path = Source/KSCrash/Recording/Tools/KSStackCursor_Backtrace.c; sourceTree = ""; }; - 0000000015C0 /* KSStackCursor_Backtrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSStackCursor_Backtrace.h; path = Source/KSCrash/Recording/Tools/KSStackCursor_Backtrace.h; sourceTree = ""; }; - 0000000015D0 /* KSStackCursor_MachineContext.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSStackCursor_MachineContext.c; path = Source/KSCrash/Recording/Tools/KSStackCursor_MachineContext.c; sourceTree = ""; }; - 0000000015E0 /* KSStackCursor_MachineContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSStackCursor_MachineContext.h; path = Source/KSCrash/Recording/Tools/KSStackCursor_MachineContext.h; sourceTree = ""; }; - 0000000015F0 /* KSStackCursor_SelfThread.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSStackCursor_SelfThread.c; path = Source/KSCrash/Recording/Tools/KSStackCursor_SelfThread.c; sourceTree = ""; }; - 000000001600 /* KSStackCursor_SelfThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSStackCursor_SelfThread.h; path = Source/KSCrash/Recording/Tools/KSStackCursor_SelfThread.h; sourceTree = ""; }; - 000000001610 /* KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSString.c; path = Source/KSCrash/Recording/Tools/KSString.c; sourceTree = ""; }; - 000000001620 /* KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSString.h; path = Source/KSCrash/Recording/Tools/KSString.h; sourceTree = ""; }; - 000000001630 /* KSSymbolicator.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSSymbolicator.c; path = Source/KSCrash/Recording/Tools/KSSymbolicator.c; sourceTree = ""; }; - 000000001640 /* KSSymbolicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSSymbolicator.h; path = Source/KSCrash/Recording/Tools/KSSymbolicator.h; sourceTree = ""; }; - 000000001650 /* KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSSysCtl.c; path = Source/KSCrash/Recording/Tools/KSSysCtl.c; sourceTree = ""; }; - 000000001660 /* KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSSysCtl.h; path = Source/KSCrash/Recording/Tools/KSSysCtl.h; sourceTree = ""; }; - 000000001670 /* KSThread.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = KSThread.c; path = Source/KSCrash/Recording/Tools/KSThread.c; sourceTree = ""; }; - 000000001680 /* KSThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSThread.h; path = Source/KSCrash/Recording/Tools/KSThread.h; sourceTree = ""; }; - 000000001690 /* NSError+SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+SimpleConstructor.h"; path = "Source/KSCrash/Recording/Tools/NSError+SimpleConstructor.h"; sourceTree = ""; }; - 0000000016A0 /* NSError+SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+SimpleConstructor.m"; path = "Source/KSCrash/Recording/Tools/NSError+SimpleConstructor.m"; sourceTree = ""; }; - 0000000016B0 /* None.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = None.h; path = Source/KSCrash/llvm/ADT/None.h; sourceTree = ""; }; - 0000000016C0 /* Optional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Optional.h; path = Source/KSCrash/llvm/ADT/Optional.h; sourceTree = ""; }; - 0000000016D0 /* StringRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringRef.h; path = Source/KSCrash/llvm/ADT/StringRef.h; sourceTree = ""; }; - 0000000016E0 /* llvm-config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "llvm-config.h"; path = "Source/KSCrash/llvm/Config/llvm-config.h"; sourceTree = ""; }; - 0000000016F0 /* AlignOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AlignOf.h; path = Source/KSCrash/llvm/Support/AlignOf.h; sourceTree = ""; }; - 000000001700 /* Casting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Casting.h; path = Source/KSCrash/llvm/Support/Casting.h; sourceTree = ""; }; - 000000001710 /* Compiler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compiler.h; path = Source/KSCrash/llvm/Support/Compiler.h; sourceTree = ""; }; - 000000001720 /* type_traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = type_traits.h; path = Source/KSCrash/llvm/Support/type_traits.h; sourceTree = ""; }; - 000000001730 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = Source/KSCrash/swift/Basic/Demangle.cpp; sourceTree = ""; }; - 000000001740 /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = Source/KSCrash/swift/Basic/Demangle.h; sourceTree = ""; }; - 000000001750 /* DemangleNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DemangleNodes.h; path = Source/KSCrash/swift/Basic/DemangleNodes.h; sourceTree = ""; }; - 000000001760 /* Fallthrough.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fallthrough.h; path = Source/KSCrash/swift/Basic/Fallthrough.h; sourceTree = ""; }; - 000000001770 /* LLVM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLVM.h; path = Source/KSCrash/swift/Basic/LLVM.h; sourceTree = ""; }; - 000000001780 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = Source/KSCrash/swift/Basic/Malloc.h; sourceTree = ""; }; - 000000001790 /* Punycode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Punycode.cpp; path = Source/KSCrash/swift/Basic/Punycode.cpp; sourceTree = ""; }; - 0000000017A0 /* Punycode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Punycode.h; path = Source/KSCrash/swift/Basic/Punycode.h; sourceTree = ""; }; - 0000000017B0 /* SwiftStrings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftStrings.h; path = Source/KSCrash/swift/SwiftStrings.h; sourceTree = ""; }; - 0000000017C0 /* KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportFilter.h; path = Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h; sourceTree = ""; }; - 000000001810 /* Container+DeepSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Container+DeepSearch.h"; path = "Source/KSCrash/Reporting/Filters/Tools/Container+DeepSearch.h"; sourceTree = ""; }; - 000000001820 /* Container+DeepSearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Container+DeepSearch.m"; path = "Source/KSCrash/Reporting/Filters/Tools/Container+DeepSearch.m"; sourceTree = ""; }; - 000000001830 /* KSVarArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSVarArgs.h; path = Source/KSCrash/Reporting/Filters/Tools/KSVarArgs.h; sourceTree = ""; }; - 000000001840 /* NSData+GZip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+GZip.h"; path = "Source/KSCrash/Reporting/Filters/Tools/NSData+GZip.h"; sourceTree = ""; }; - 000000001850 /* NSData+GZip.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+GZip.m"; path = "Source/KSCrash/Reporting/Filters/Tools/NSData+GZip.m"; sourceTree = ""; }; - 000000001870 /* KSCrashReportFilterBasic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportFilterBasic.h; path = Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h; sourceTree = ""; }; - 000000001880 /* KSCrashReportFilterBasic.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrashReportFilterBasic.m; path = Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.m; sourceTree = ""; }; - 000000001890 /* EmissionKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EmissionKeys.h; sourceTree = ""; }; - 0000000018A0 /* EmissionKeys.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EmissionKeys.m; sourceTree = ""; }; - 0000000018B0 /* NSURL+QueryDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURL+QueryDictionary.h"; path = "NSURL+QueryDictionary/NSURL+QueryDictionary.h"; sourceTree = ""; }; - 0000000018C0 /* NSURL+QueryDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURL+QueryDictionary.m"; path = "NSURL+QueryDictionary/NSURL+QueryDictionary.m"; sourceTree = ""; }; - 0000000018D0 /* ORSplitStackView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ORSplitStackView.h; path = Classes/ios/ORSplitStackView.h; sourceTree = ""; }; - 0000000018E0 /* ORSplitStackView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ORSplitStackView.m; path = Classes/ios/ORSplitStackView.m; sourceTree = ""; }; - 0000000018F0 /* ORStackScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ORStackScrollView.h; path = Classes/ios/ORStackScrollView.h; sourceTree = ""; }; - 000000001900 /* ORStackScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ORStackScrollView.m; path = Classes/ios/ORStackScrollView.m; sourceTree = ""; }; - 000000001910 /* ORStackView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ORStackView.h; path = Classes/ios/ORStackView.h; sourceTree = ""; }; - 000000001920 /* ORStackView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ORStackView.m; path = Classes/ios/ORStackView.m; sourceTree = ""; }; - 000000001930 /* ORTagBasedAutoStackView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ORTagBasedAutoStackView.h; path = Classes/ios/ORTagBasedAutoStackView.h; sourceTree = ""; }; - 000000001940 /* ORTagBasedAutoStackView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ORTagBasedAutoStackView.m; path = Classes/ios/ORTagBasedAutoStackView.m; sourceTree = ""; }; - 000000001950 /* ORStackView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ORStackView+Private.h"; path = "Classes/ios/private/ORStackView+Private.h"; sourceTree = ""; }; - 000000001960 /* ORStackView+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ORStackView+Private.m"; path = "Classes/ios/private/ORStackView+Private.m"; sourceTree = ""; }; - 000000001970 /* PulleyPassthroughScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PulleyPassthroughScrollView.swift; path = PulleyLib/PulleyPassthroughScrollView.swift; sourceTree = ""; }; - 000000001980 /* PulleyViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PulleyViewController.swift; path = PulleyLib/PulleyViewController.swift; sourceTree = ""; }; - 000000001990 /* UIView+constrainToParent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+constrainToParent.swift"; path = "PulleyLib/UIView+constrainToParent.swift"; sourceTree = ""; }; - 0000000019A0 /* UIViewController+PulleyViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+PulleyViewController.swift"; path = "PulleyLib/UIViewController+PulleyViewController.swift"; sourceTree = ""; }; - 0000000019C0 /* RNSVGBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGBrush.h; sourceTree = ""; }; - 0000000019D0 /* RNSVGBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGBrush.m; sourceTree = ""; }; - 0000000019E0 /* RNSVGBrushType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGBrushType.h; sourceTree = ""; }; - 0000000019F0 /* RNSVGPainter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPainter.h; sourceTree = ""; }; - 000000001A00 /* RNSVGPainter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPainter.m; sourceTree = ""; }; - 000000001A10 /* RNSVGPainterBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPainterBrush.h; sourceTree = ""; }; - 000000001A20 /* RNSVGPainterBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPainterBrush.m; sourceTree = ""; }; - 000000001A30 /* RNSVGSolidColorBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSolidColorBrush.h; sourceTree = ""; }; - 000000001A40 /* RNSVGSolidColorBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSolidColorBrush.m; sourceTree = ""; }; - 000000001A60 /* RNSVGClipPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGClipPath.h; sourceTree = ""; }; - 000000001A70 /* RNSVGClipPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGClipPath.m; sourceTree = ""; }; - 000000001A80 /* RNSVGDefs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGDefs.h; sourceTree = ""; }; - 000000001A90 /* RNSVGDefs.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGDefs.m; sourceTree = ""; }; - 000000001AA0 /* RNSVGGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGGroup.h; sourceTree = ""; }; - 000000001AB0 /* RNSVGGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGGroup.m; sourceTree = ""; }; - 000000001AC0 /* RNSVGImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGImage.h; sourceTree = ""; }; - 000000001AD0 /* RNSVGImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGImage.m; sourceTree = ""; }; - 000000001AE0 /* RNSVGLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLinearGradient.h; sourceTree = ""; }; - 000000001AF0 /* RNSVGLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLinearGradient.m; sourceTree = ""; }; - 000000001B00 /* RNSVGMask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGMask.h; sourceTree = ""; }; - 000000001B10 /* RNSVGMask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGMask.m; sourceTree = ""; }; - 000000001B20 /* RNSVGPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPath.h; sourceTree = ""; }; - 000000001B30 /* RNSVGPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPath.m; sourceTree = ""; }; - 000000001B40 /* RNSVGPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPattern.m; sourceTree = ""; }; - 000000001B50 /* RNSVGRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRadialGradient.h; sourceTree = ""; }; - 000000001B60 /* RNSVGRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRadialGradient.m; sourceTree = ""; }; - 000000001B70 /* RNSVGSvgView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSvgView.h; sourceTree = ""; }; - 000000001B80 /* RNSVGSvgView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSvgView.m; sourceTree = ""; }; - 000000001B90 /* RNSVGSymbol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSymbol.h; sourceTree = ""; }; - 000000001BA0 /* RNSVGSymbol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSymbol.m; sourceTree = ""; }; - 000000001BB0 /* RNSVGUse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGUse.h; sourceTree = ""; }; - 000000001BC0 /* RNSVGUse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGUse.m; sourceTree = ""; }; - 000000001BD0 /* RNSVGContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGContainer.h; path = ios/RNSVGContainer.h; sourceTree = ""; }; - 000000001BE0 /* RNSVGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGNode.h; path = ios/RNSVGNode.h; sourceTree = ""; }; - 000000001BF0 /* RNSVGNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSVGNode.m; path = ios/RNSVGNode.m; sourceTree = ""; }; - 000000001C00 /* RNSVGPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGPattern.h; path = ios/RNSVGPattern.h; sourceTree = ""; }; - 000000001C10 /* RNSVGRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGRenderable.h; path = ios/RNSVGRenderable.h; sourceTree = ""; }; - 000000001C20 /* RNSVGRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSVGRenderable.m; path = ios/RNSVGRenderable.m; sourceTree = ""; }; - 000000001C40 /* RNSVGCircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGCircle.h; sourceTree = ""; }; - 000000001C50 /* RNSVGCircle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGCircle.m; sourceTree = ""; }; - 000000001C60 /* RNSVGEllipse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGEllipse.h; sourceTree = ""; }; - 000000001C70 /* RNSVGEllipse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGEllipse.m; sourceTree = ""; }; - 000000001C80 /* RNSVGLine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLine.h; sourceTree = ""; }; - 000000001C90 /* RNSVGLine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLine.m; sourceTree = ""; }; - 000000001CA0 /* RNSVGRect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRect.h; sourceTree = ""; }; - 000000001CB0 /* RNSVGRect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRect.m; sourceTree = ""; }; - 000000001CD0 /* RNSVGFontData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGFontData.h; sourceTree = ""; }; - 000000001CE0 /* RNSVGFontData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGFontData.m; sourceTree = ""; }; - 000000001CF0 /* RNSVGGlyphContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGGlyphContext.h; sourceTree = ""; }; - 000000001D00 /* RNSVGGlyphContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGGlyphContext.m; sourceTree = ""; }; - 000000001D10 /* RNSVGPropHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPropHelper.h; sourceTree = ""; }; - 000000001D20 /* RNSVGPropHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPropHelper.m; sourceTree = ""; }; - 000000001D30 /* RNSVGText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGText.h; sourceTree = ""; }; - 000000001D40 /* RNSVGText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGText.m; sourceTree = ""; }; - 000000001D50 /* RNSVGTextPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextPath.h; sourceTree = ""; }; - 000000001D60 /* RNSVGTextPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextPath.m; sourceTree = ""; }; - 000000001D70 /* RNSVGTextProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextProperties.h; sourceTree = ""; }; - 000000001D80 /* RNSVGTextProperties.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextProperties.m; sourceTree = ""; }; - 000000001D90 /* RNSVGTSpan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTSpan.h; sourceTree = ""; }; - 000000001DA0 /* RNSVGTSpan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTSpan.m; sourceTree = ""; }; - 000000001DC0 /* RCTConvert+RNSVG.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+RNSVG.h"; sourceTree = ""; }; - 000000001DD0 /* RCTConvert+RNSVG.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+RNSVG.m"; sourceTree = ""; }; - 000000001DE0 /* RNSVGBezierElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGBezierElement.h; sourceTree = ""; }; - 000000001DF0 /* RNSVGBezierElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGBezierElement.m; sourceTree = ""; }; - 000000001E00 /* RNSVGCGFCRule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGCGFCRule.h; sourceTree = ""; }; - 000000001E10 /* RNSVGLength.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLength.h; sourceTree = ""; }; - 000000001E20 /* RNSVGLength.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLength.m; sourceTree = ""; }; - 000000001E30 /* RNSVGPathParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPathParser.h; sourceTree = ""; }; - 000000001E40 /* RNSVGPathParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPathParser.m; sourceTree = ""; }; - 000000001E50 /* RNSVGPercentageConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPercentageConverter.h; sourceTree = ""; }; - 000000001E60 /* RNSVGPercentageConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPercentageConverter.m; sourceTree = ""; }; - 000000001E70 /* RNSVGUnits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGUnits.h; sourceTree = ""; }; - 000000001E80 /* RNSVGVBMOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGVBMOS.h; sourceTree = ""; }; - 000000001E90 /* RNSVGViewBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGViewBox.h; sourceTree = ""; }; - 000000001EA0 /* RNSVGViewBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGViewBox.m; sourceTree = ""; }; - 000000001EC0 /* RNSVGCircleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGCircleManager.h; sourceTree = ""; }; - 000000001ED0 /* RNSVGCircleManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGCircleManager.m; sourceTree = ""; }; - 000000001EE0 /* RNSVGClipPathManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGClipPathManager.h; sourceTree = ""; }; - 000000001EF0 /* RNSVGClipPathManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGClipPathManager.m; sourceTree = ""; }; - 000000001F00 /* RNSVGDefsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGDefsManager.h; sourceTree = ""; }; - 000000001F10 /* RNSVGDefsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGDefsManager.m; sourceTree = ""; }; - 000000001F20 /* RNSVGEllipseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGEllipseManager.h; sourceTree = ""; }; - 000000001F30 /* RNSVGEllipseManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGEllipseManager.m; sourceTree = ""; }; - 000000001F40 /* RNSVGGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGGroupManager.h; sourceTree = ""; }; - 000000001F50 /* RNSVGGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGGroupManager.m; sourceTree = ""; }; - 000000001F60 /* RNSVGImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGImageManager.h; sourceTree = ""; }; - 000000001F70 /* RNSVGImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGImageManager.m; sourceTree = ""; }; - 000000001F80 /* RNSVGLinearGradientManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLinearGradientManager.h; sourceTree = ""; }; - 000000001F90 /* RNSVGLinearGradientManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLinearGradientManager.m; sourceTree = ""; }; - 000000001FA0 /* RNSVGLineManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLineManager.h; sourceTree = ""; }; - 000000001FB0 /* RNSVGLineManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLineManager.m; sourceTree = ""; }; - 000000001FC0 /* RNSVGMaskManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGMaskManager.h; sourceTree = ""; }; - 000000001FD0 /* RNSVGMaskManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGMaskManager.m; sourceTree = ""; }; - 000000001FE0 /* RNSVGNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGNodeManager.h; sourceTree = ""; }; - 000000001FF0 /* RNSVGNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGNodeManager.m; sourceTree = ""; }; - 000000002000 /* RNSVGPathManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPathManager.h; sourceTree = ""; }; - 000000002010 /* RNSVGPathManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPathManager.m; sourceTree = ""; }; - 000000002020 /* RNSVGPatternManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPatternManager.h; sourceTree = ""; }; - 000000002030 /* RNSVGPatternManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPatternManager.m; sourceTree = ""; }; - 000000002040 /* RNSVGRadialGradientManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRadialGradientManager.h; sourceTree = ""; }; - 000000002050 /* RNSVGRadialGradientManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRadialGradientManager.m; sourceTree = ""; }; - 000000002060 /* RNSVGRectManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRectManager.h; sourceTree = ""; }; - 000000002070 /* RNSVGRectManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRectManager.m; sourceTree = ""; }; - 000000002080 /* RNSVGRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRenderableManager.h; sourceTree = ""; }; - 000000002090 /* RNSVGRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRenderableManager.m; sourceTree = ""; }; - 0000000020A0 /* RNSVGSvgViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSvgViewManager.h; sourceTree = ""; }; - 0000000020B0 /* RNSVGSvgViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSvgViewManager.m; sourceTree = ""; }; - 0000000020C0 /* RNSVGSymbolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSymbolManager.h; sourceTree = ""; }; - 0000000020D0 /* RNSVGSymbolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSymbolManager.m; sourceTree = ""; }; - 0000000020E0 /* RNSVGTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextManager.h; sourceTree = ""; }; - 0000000020F0 /* RNSVGTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextManager.m; sourceTree = ""; }; - 000000002100 /* RNSVGTextPathManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextPathManager.h; sourceTree = ""; }; - 000000002110 /* RNSVGTextPathManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextPathManager.m; sourceTree = ""; }; - 000000002120 /* RNSVGTSpanManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTSpanManager.h; sourceTree = ""; }; - 000000002130 /* RNSVGTSpanManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTSpanManager.m; sourceTree = ""; }; - 000000002140 /* RNSVGUseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGUseManager.h; sourceTree = ""; }; - 000000002150 /* RNSVGUseManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGUseManager.m; sourceTree = ""; }; - 000000002180 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; - 000000002190 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - 0000000021A0 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - 0000000021B0 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; - 0000000021C0 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; - 0000000021D0 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; - 0000000021E0 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; - 0000000021F0 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; - 000000002200 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; - 000000002210 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - 000000002220 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; - 000000002230 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - 000000002240 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - 000000002250 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; - 000000002260 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; - 000000002270 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; - 000000002280 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; - 000000002290 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - 0000000022A0 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; - 0000000022B0 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; - 0000000022C0 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; - 0000000022D0 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; - 0000000022E0 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; - 0000000022F0 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; - 000000002300 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; - 000000002310 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - 000000002320 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; - 000000002330 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - 000000002340 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; - 000000002350 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; - 000000002360 /* RCTJSCErrorHandling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSCErrorHandling.h; sourceTree = ""; }; - 000000002370 /* RCTJSCErrorHandling.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTJSCErrorHandling.mm; sourceTree = ""; }; - 000000002380 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; - 000000002390 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - 0000000023A0 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; - 0000000023B0 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - 0000000023C0 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - 0000000023D0 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTLog.mm; sourceTree = ""; }; - 0000000023E0 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - 0000000023F0 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTManagedPointer.mm; sourceTree = ""; }; - 000000002400 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - 000000002410 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTModuleData.mm; sourceTree = ""; }; - 000000002420 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; - 000000002430 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTModuleMethod.mm; sourceTree = ""; }; - 000000002440 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; - 000000002450 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; - 000000002460 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; - 000000002470 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; - 000000002480 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; - 000000002490 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - 0000000024A0 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; - 0000000024B0 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - 0000000024C0 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; - 0000000024D0 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; - 0000000024E0 /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; - 0000000024F0 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; - 000000002500 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - 000000002510 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; - 000000002520 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; - 000000002530 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; - 000000002540 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - 000000002550 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; - 000000002560 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - 000000002570 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - 000000002580 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; - 000000002590 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - 0000000025A0 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - 0000000025B0 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - 0000000025C0 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - 0000000025D0 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; - 0000000025E0 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; - 0000000025F0 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - 000000002600 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; - 000000002620 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - 000000002630 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTSurface.mm; sourceTree = ""; }; - 000000002640 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - 000000002650 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - 000000002660 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - 000000002670 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; - 000000002680 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; - 000000002690 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - 0000000026A0 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; - 0000000026B0 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; - 0000000026C0 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - 0000000026D0 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; - 0000000026E0 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTSurfaceView.mm; sourceTree = ""; }; - 000000002700 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - 000000002710 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - 000000002720 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - 000000002730 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; - 000000002740 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; - 000000002750 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; - 000000002770 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; - 000000002780 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; - 000000002790 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; - 0000000027A0 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; - 0000000027B0 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; - 0000000027C0 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; - 0000000027D0 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; - 0000000027E0 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; - 0000000027F0 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; - 000000002800 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; - 000000002810 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; - 000000002820 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; - 000000002830 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; - 000000002840 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTDevSettings.mm; sourceTree = ""; }; - 000000002850 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; - 000000002860 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - 000000002870 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; - 000000002880 /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; - 000000002890 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; - 0000000028A0 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; - 0000000028B0 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - 0000000028C0 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - 0000000028D0 /* RCTJSCSamplingProfiler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSCSamplingProfiler.h; sourceTree = ""; }; - 0000000028E0 /* RCTJSCSamplingProfiler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSCSamplingProfiler.m; sourceTree = ""; }; - 0000000028F0 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; - 000000002900 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; - 000000002910 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; - 000000002920 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; - 000000002930 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; - 000000002940 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; - 000000002950 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; - 000000002960 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; - 000000002970 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - 000000002980 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - 000000002990 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; - 0000000029A0 /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; - 0000000029B0 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; - 0000000029C0 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; - 0000000029D0 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; - 0000000029E0 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; - 0000000029F0 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; - 000000002A00 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; - 000000002A10 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - 000000002A20 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; - 000000002A30 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; - 000000002A40 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; - 000000002A60 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; - 000000002A70 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; - 000000002A80 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; - 000000002A90 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; - 000000002AA0 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; - 000000002AB0 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; - 000000002AC0 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.asm; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - 000000002AD0 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.asm; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; - 000000002AE0 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.asm; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - 000000002AF0 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.asm; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; - 000000002B10 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; - 000000002B20 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; - 000000002B40 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; - 000000002B50 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - 000000002B60 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - 000000002B70 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; - 000000002B80 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; - 000000002B90 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - 000000002BA0 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - 000000002BB0 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 000000002BC0 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - 000000002BD0 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; - 000000002BE0 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; - 000000002BF0 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; - 000000002C00 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - 000000002C10 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - 000000002C20 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - 000000002C30 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; - 000000002C40 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; - 000000002C50 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; - 000000002C60 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; - 000000002C70 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; - 000000002C80 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; - 000000002C90 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTFont.mm; sourceTree = ""; }; - 000000002CA0 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; - 000000002CB0 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; - 000000002CC0 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; - 000000002CD0 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; - 000000002CE0 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; - 000000002CF0 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; - 000000002D00 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; - 000000002D10 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - 000000002D20 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - 000000002D30 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - 000000002D40 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - 000000002D50 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; - 000000002D60 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; - 000000002D70 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; - 000000002D80 /* RCTNavigator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNavigator.h; sourceTree = ""; }; - 000000002D90 /* RCTNavigator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNavigator.m; sourceTree = ""; }; - 000000002DA0 /* RCTNavigatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNavigatorManager.h; sourceTree = ""; }; - 000000002DB0 /* RCTNavigatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNavigatorManager.m; sourceTree = ""; }; - 000000002DC0 /* RCTNavItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNavItem.h; sourceTree = ""; }; - 000000002DD0 /* RCTNavItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNavItem.m; sourceTree = ""; }; - 000000002DE0 /* RCTNavItemManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNavItemManager.h; sourceTree = ""; }; - 000000002DF0 /* RCTNavItemManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNavItemManager.m; sourceTree = ""; }; - 000000002E00 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; - 000000002E10 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; - 000000002E20 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; - 000000002E30 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; - 000000002E40 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; - 000000002E50 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; - 000000002E60 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; - 000000002E70 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; - 000000002E80 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - 000000002E90 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - 000000002EA0 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; - 000000002EB0 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - 000000002EC0 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - 000000002ED0 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; - 000000002EE0 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - 000000002EF0 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; - 000000002F00 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; - 000000002F10 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - 000000002F20 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - 000000002F30 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; - 000000002F40 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; - 000000002F50 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; - 000000002F60 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - 000000002F70 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; - 000000002F80 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; - 000000002F90 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; - 000000002FA0 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; - 000000002FB0 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - 000000002FC0 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; - 000000002FD0 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - 000000002FE0 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; - 000000002FF0 /* RCTTabBar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTabBar.h; sourceTree = ""; }; - 000000003000 /* RCTTabBar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTabBar.m; sourceTree = ""; }; - 000000003010 /* RCTTabBarItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTabBarItem.h; sourceTree = ""; }; - 000000003020 /* RCTTabBarItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTabBarItem.m; sourceTree = ""; }; - 000000003030 /* RCTTabBarItemManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTabBarItemManager.h; sourceTree = ""; }; - 000000003040 /* RCTTabBarItemManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTabBarItemManager.m; sourceTree = ""; }; - 000000003050 /* RCTTabBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTabBarManager.h; sourceTree = ""; }; - 000000003060 /* RCTTabBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTabBarManager.m; sourceTree = ""; }; - 000000003070 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; - 000000003080 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - 000000003090 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - 0000000030A0 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; - 0000000030B0 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - 0000000030C0 /* RCTWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebView.h; sourceTree = ""; }; - 0000000030D0 /* RCTWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebView.m; sourceTree = ""; }; - 0000000030E0 /* RCTWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebViewManager.h; sourceTree = ""; }; - 0000000030F0 /* RCTWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebViewManager.m; sourceTree = ""; }; - 000000003100 /* RCTWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebView.h; sourceTree = ""; }; - 000000003110 /* RCTWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebView.m; sourceTree = ""; }; - 000000003120 /* RCTWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebViewManager.h; sourceTree = ""; }; - 000000003130 /* RCTWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebViewManager.m; sourceTree = ""; }; - 000000003140 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; - 000000003150 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; - 000000003170 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; - 000000003180 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; - 000000003190 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; - 0000000031A0 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; - 0000000031B0 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; - 0000000031C0 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; - 0000000031D0 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - 0000000031E0 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; - 000000003200 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - 000000003210 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; - 000000003220 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - 000000003230 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; - 000000003240 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; - 000000003250 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - 000000003260 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - 000000003270 /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; - 000000003280 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - 000000003290 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - 0000000032A0 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; - 0000000032B0 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; - 0000000032C0 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; - 0000000032D0 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - 000000003300 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; - 000000003310 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = NSDataBigString.mm; sourceTree = ""; }; - 000000003320 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTCxxBridge.mm; sourceTree = ""; }; - 000000003330 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - 000000003340 /* RCTJSCHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSCHelpers.h; sourceTree = ""; }; - 000000003350 /* RCTJSCHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTJSCHelpers.mm; sourceTree = ""; }; - 000000003360 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; - 000000003370 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTMessageThread.mm; sourceTree = ""; }; - 000000003380 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; - 000000003390 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTObjcExecutor.mm; sourceTree = ""; }; - 0000000033B0 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; - 0000000033C0 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - 0000000033D0 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTCxxMethod.mm; sourceTree = ""; }; - 0000000033E0 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; - 0000000033F0 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTCxxModule.mm; sourceTree = ""; }; - 000000003400 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; - 000000003410 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTCxxUtils.mm; sourceTree = ""; }; - 000000003420 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - 000000003430 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTNativeModule.mm; sourceTree = ""; }; - 000000003450 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; - 000000003460 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTFollyConvert.mm; sourceTree = ""; }; - 000000003490 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; - 0000000034A0 /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; - 0000000034B0 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; - 0000000034C0 /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; - 0000000034D0 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; - 0000000034E0 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - 0000000034F0 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; - 000000003500 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - 000000003510 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; - 000000003520 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTPackagerConnection.mm; sourceTree = ""; }; - 000000003540 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; - 000000003550 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTInspector.mm; sourceTree = ""; }; - 000000003560 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; - 000000003570 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; - 000000003590 /* PrivateDataBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PrivateDataBase.cpp; path = ReactCommon/privatedata/PrivateDataBase.cpp; sourceTree = ""; }; - 0000000035A0 /* PrivateDataBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PrivateDataBase.h; path = ReactCommon/privatedata/PrivateDataBase.h; sourceTree = ""; }; - 0000000035C0 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; - 0000000035D0 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTActionSheetManager.m; path = Libraries/ActionSheetIOS/RCTActionSheetManager.m; sourceTree = ""; }; - 000000003600 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - 000000003610 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - 000000003620 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; - 000000003630 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; - 000000003640 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; - 000000003650 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; - 000000003660 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; - 000000003670 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - 000000003680 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; - 0000000036A0 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; - 0000000036B0 /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; - 0000000036C0 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - 0000000036D0 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; - 0000000036E0 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - 0000000036F0 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; - 000000003700 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; - 000000003710 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; - 000000003720 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; - 000000003730 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; - 000000003740 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; - 000000003750 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; - 000000003760 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; - 000000003770 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; - 000000003780 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - 000000003790 /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; - 0000000037A0 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; - 0000000037B0 /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; - 0000000037C0 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; - 0000000037D0 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; - 0000000037E0 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - 0000000037F0 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; - 000000003800 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - 000000003810 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; - 000000003820 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; - 000000003830 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; - 000000003840 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; - 000000003850 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAnimationUtils.m; path = Libraries/NativeAnimation/RCTAnimationUtils.m; sourceTree = ""; }; - 000000003860 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; - 000000003870 /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNativeAnimatedModule.m; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.m; sourceTree = ""; }; - 000000003880 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; - 000000003890 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNativeAnimatedNodesManager.m; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; - 0000000038B0 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; - 0000000038C0 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RCTBlobManager.mm; path = Libraries/Blob/RCTBlobManager.mm; sourceTree = ""; }; - 0000000038D0 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; - 0000000038E0 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTFileReaderModule.m; path = Libraries/Blob/RCTFileReaderModule.m; sourceTree = ""; }; - 000000003900 /* RCTAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAssetsLibraryRequestHandler.h; path = Libraries/CameraRoll/RCTAssetsLibraryRequestHandler.h; sourceTree = ""; }; - 000000003910 /* RCTAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAssetsLibraryRequestHandler.m; path = Libraries/CameraRoll/RCTAssetsLibraryRequestHandler.m; sourceTree = ""; }; - 000000003920 /* RCTCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTCameraRollManager.h; path = Libraries/CameraRoll/RCTCameraRollManager.h; sourceTree = ""; }; - 000000003930 /* RCTCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTCameraRollManager.m; path = Libraries/CameraRoll/RCTCameraRollManager.m; sourceTree = ""; }; - 000000003940 /* RCTImagePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePickerManager.h; path = Libraries/CameraRoll/RCTImagePickerManager.h; sourceTree = ""; }; - 000000003950 /* RCTImagePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImagePickerManager.m; path = Libraries/CameraRoll/RCTImagePickerManager.m; sourceTree = ""; }; - 000000003960 /* RCTPhotoLibraryImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPhotoLibraryImageLoader.h; path = Libraries/CameraRoll/RCTPhotoLibraryImageLoader.h; sourceTree = ""; }; - 000000003970 /* RCTPhotoLibraryImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTPhotoLibraryImageLoader.m; path = Libraries/CameraRoll/RCTPhotoLibraryImageLoader.m; sourceTree = ""; }; - 000000003990 /* RCTLocationObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocationObserver.h; path = Libraries/Geolocation/RCTLocationObserver.h; sourceTree = ""; }; - 0000000039A0 /* RCTLocationObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTLocationObserver.m; path = Libraries/Geolocation/RCTLocationObserver.m; sourceTree = ""; }; - 0000000039C0 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; - 0000000039D0 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTGIFImageDecoder.m; path = Libraries/Image/RCTGIFImageDecoder.m; sourceTree = ""; }; - 0000000039E0 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; - 0000000039F0 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageBlurUtils.m; path = Libraries/Image/RCTImageBlurUtils.m; sourceTree = ""; }; - 000000003A00 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; - 000000003A10 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageCache.m; path = Libraries/Image/RCTImageCache.m; sourceTree = ""; }; - 000000003A20 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; - 000000003A30 /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageEditingManager.m; path = Libraries/Image/RCTImageEditingManager.m; sourceTree = ""; }; - 000000003A40 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; - 000000003A50 /* RCTImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageLoader.m; path = Libraries/Image/RCTImageLoader.m; sourceTree = ""; }; - 000000003A60 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; - 000000003A70 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageShadowView.m; path = Libraries/Image/RCTImageShadowView.m; sourceTree = ""; }; - 000000003A80 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; - 000000003A90 /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageStoreManager.m; path = Libraries/Image/RCTImageStoreManager.m; sourceTree = ""; }; - 000000003AA0 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; - 000000003AB0 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageUtils.m; path = Libraries/Image/RCTImageUtils.m; sourceTree = ""; }; - 000000003AC0 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; - 000000003AD0 /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageView.m; path = Libraries/Image/RCTImageView.m; sourceTree = ""; }; - 000000003AE0 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; - 000000003AF0 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageViewManager.m; path = Libraries/Image/RCTImageViewManager.m; sourceTree = ""; }; - 000000003B00 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; - 000000003B10 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTLocalAssetImageLoader.m; path = Libraries/Image/RCTLocalAssetImageLoader.m; sourceTree = ""; }; - 000000003B20 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; - 000000003B30 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTResizeMode.m; path = Libraries/Image/RCTResizeMode.m; sourceTree = ""; }; - 000000003B50 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; - 000000003B60 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTLinkingManager.m; path = Libraries/LinkingIOS/RCTLinkingManager.m; sourceTree = ""; }; - 000000003B80 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; - 000000003B90 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTDataRequestHandler.m; path = Libraries/Network/RCTDataRequestHandler.m; sourceTree = ""; }; - 000000003BA0 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; - 000000003BB0 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTFileRequestHandler.m; path = Libraries/Network/RCTFileRequestHandler.m; sourceTree = ""; }; - 000000003BC0 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; - 000000003BD0 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RCTHTTPRequestHandler.mm; path = Libraries/Network/RCTHTTPRequestHandler.mm; sourceTree = ""; }; - 000000003BE0 /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; - 000000003BF0 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNetInfo.m; path = Libraries/Network/RCTNetInfo.m; sourceTree = ""; }; - 000000003C00 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; - 000000003C10 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.objcpp; name = RCTNetworking.mm; path = Libraries/Network/RCTNetworking.mm; sourceTree = ""; }; - 000000003C20 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; - 000000003C30 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNetworkTask.m; path = Libraries/Network/RCTNetworkTask.m; sourceTree = ""; }; - 000000003C60 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - 000000003C70 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; - 000000003C80 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - 000000003C90 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; - 000000003CB0 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - 000000003CC0 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - 000000003CD0 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; - 000000003CE0 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; - 000000003CF0 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; - 000000003D00 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+Text.m"; path = "Libraries/Text/RCTConvert+Text.m"; sourceTree = ""; }; - 000000003D10 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; - 000000003D20 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTTextAttributes.m; path = Libraries/Text/RCTTextAttributes.m; sourceTree = ""; }; - 000000003D30 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; - 000000003D50 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; - 000000003D60 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; - 000000003D70 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; - 000000003D80 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; - 000000003D90 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; - 000000003DA0 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; - 000000003DB0 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - 000000003DC0 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; - 000000003DF0 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; - 000000003E00 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; - 000000003E10 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; - 000000003E20 /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; - 000000003E30 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; - 000000003E40 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; - 000000003E50 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; - 000000003E60 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - 000000003E70 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; - 000000003E80 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; - 000000003E90 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; - 000000003EA0 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; - 000000003EB0 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; - 000000003EC0 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; - 000000003ED0 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; - 000000003EE0 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; - 000000003EF0 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - 000000003F00 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; - 000000003F10 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; - 000000003F20 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; - 000000003F30 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - 000000003F40 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; - 000000003F50 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; - 000000003F60 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; - 000000003F70 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; - 000000003F80 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; - 000000003FA0 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; - 000000003FB0 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; - 000000003FC0 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; - 000000003FD0 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; - 000000003FE0 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - 000000003FF0 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; - 000000004010 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; - 000000004020 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; - 000000004030 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; - 000000004040 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; - 000000004060 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; - 000000004070 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; - 000000004080 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; - 000000004090 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; - 0000000040A0 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; - 0000000040B0 /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; - 0000000040C0 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; - 0000000040D0 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; - 0000000040F0 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxModule.h; path = ReactCommon/cxxreact/CxxModule.h; sourceTree = ""; }; - 000000004100 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CxxNativeModule.cpp; path = ReactCommon/cxxreact/CxxNativeModule.cpp; sourceTree = ""; }; - 000000004110 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxNativeModule.h; path = ReactCommon/cxxreact/CxxNativeModule.h; sourceTree = ""; }; - 000000004120 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Instance.cpp; path = ReactCommon/cxxreact/Instance.cpp; sourceTree = ""; }; - 000000004130 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instance.h; path = ReactCommon/cxxreact/Instance.h; sourceTree = ""; }; - 000000004140 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "JsArgumentHelpers-inl.h"; path = "ReactCommon/cxxreact/JsArgumentHelpers-inl.h"; sourceTree = ""; }; - 000000004150 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JsArgumentHelpers.h; path = ReactCommon/cxxreact/JsArgumentHelpers.h; sourceTree = ""; }; - 000000004160 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSBigString.cpp; path = ReactCommon/cxxreact/JSBigString.cpp; sourceTree = ""; }; - 000000004170 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSBigString.h; path = ReactCommon/cxxreact/JSBigString.h; sourceTree = ""; }; - 000000004180 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSBundleType.cpp; path = ReactCommon/cxxreact/JSBundleType.cpp; sourceTree = ""; }; - 000000004190 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSBundleType.h; path = ReactCommon/cxxreact/JSBundleType.h; sourceTree = ""; }; - 0000000041A0 /* JSCExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSCExecutor.cpp; path = ReactCommon/cxxreact/JSCExecutor.cpp; sourceTree = ""; }; - 0000000041B0 /* JSCExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCExecutor.h; path = ReactCommon/cxxreact/JSCExecutor.h; sourceTree = ""; }; - 0000000041C0 /* JSCLegacyTracing.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSCLegacyTracing.cpp; path = ReactCommon/cxxreact/JSCLegacyTracing.cpp; sourceTree = ""; }; - 0000000041D0 /* JSCLegacyTracing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCLegacyTracing.h; path = ReactCommon/cxxreact/JSCLegacyTracing.h; sourceTree = ""; }; - 0000000041E0 /* JSCMemory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSCMemory.cpp; path = ReactCommon/cxxreact/JSCMemory.cpp; sourceTree = ""; }; - 0000000041F0 /* JSCMemory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCMemory.h; path = ReactCommon/cxxreact/JSCMemory.h; sourceTree = ""; }; - 000000004200 /* JSCNativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSCNativeModules.cpp; path = ReactCommon/cxxreact/JSCNativeModules.cpp; sourceTree = ""; }; - 000000004210 /* JSCNativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCNativeModules.h; path = ReactCommon/cxxreact/JSCNativeModules.h; sourceTree = ""; }; - 000000004220 /* JSCPerfStats.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSCPerfStats.cpp; path = ReactCommon/cxxreact/JSCPerfStats.cpp; sourceTree = ""; }; - 000000004230 /* JSCPerfStats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCPerfStats.h; path = ReactCommon/cxxreact/JSCPerfStats.h; sourceTree = ""; }; - 000000004240 /* JSCSamplingProfiler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSCSamplingProfiler.cpp; path = ReactCommon/cxxreact/JSCSamplingProfiler.cpp; sourceTree = ""; }; - 000000004250 /* JSCSamplingProfiler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCSamplingProfiler.h; path = ReactCommon/cxxreact/JSCSamplingProfiler.h; sourceTree = ""; }; - 000000004260 /* JSCTracing.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSCTracing.cpp; path = ReactCommon/cxxreact/JSCTracing.cpp; sourceTree = ""; }; - 000000004270 /* JSCTracing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCTracing.h; path = ReactCommon/cxxreact/JSCTracing.h; sourceTree = ""; }; - 000000004280 /* JSCUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSCUtils.cpp; path = ReactCommon/cxxreact/JSCUtils.cpp; sourceTree = ""; }; - 000000004290 /* JSCUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCUtils.h; path = ReactCommon/cxxreact/JSCUtils.h; sourceTree = ""; }; - 0000000042A0 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSDeltaBundleClient.cpp; path = ReactCommon/cxxreact/JSDeltaBundleClient.cpp; sourceTree = ""; }; - 0000000042B0 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSDeltaBundleClient.h; path = ReactCommon/cxxreact/JSDeltaBundleClient.h; sourceTree = ""; }; - 0000000042C0 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSExecutor.cpp; path = ReactCommon/cxxreact/JSExecutor.cpp; sourceTree = ""; }; - 0000000042D0 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSExecutor.h; path = ReactCommon/cxxreact/JSExecutor.h; sourceTree = ""; }; - 0000000042E0 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIndexedRAMBundle.cpp; path = ReactCommon/cxxreact/JSIndexedRAMBundle.cpp; sourceTree = ""; }; - 0000000042F0 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIndexedRAMBundle.h; path = ReactCommon/cxxreact/JSIndexedRAMBundle.h; sourceTree = ""; }; - 000000004300 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSModulesUnbundle.h; path = ReactCommon/cxxreact/JSModulesUnbundle.h; sourceTree = ""; }; - 000000004310 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageQueueThread.h; path = ReactCommon/cxxreact/MessageQueueThread.h; sourceTree = ""; }; - 000000004320 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MethodCall.cpp; path = ReactCommon/cxxreact/MethodCall.cpp; sourceTree = ""; }; - 000000004330 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MethodCall.h; path = ReactCommon/cxxreact/MethodCall.h; sourceTree = ""; }; - 000000004340 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ModuleRegistry.cpp; path = ReactCommon/cxxreact/ModuleRegistry.cpp; sourceTree = ""; }; - 000000004350 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModuleRegistry.h; path = ReactCommon/cxxreact/ModuleRegistry.h; sourceTree = ""; }; - 000000004360 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeModule.h; path = ReactCommon/cxxreact/NativeModule.h; sourceTree = ""; }; - 000000004370 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NativeToJsBridge.cpp; path = ReactCommon/cxxreact/NativeToJsBridge.cpp; sourceTree = ""; }; - 000000004380 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeToJsBridge.h; path = ReactCommon/cxxreact/NativeToJsBridge.h; sourceTree = ""; }; - 000000004390 /* Platform.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Platform.cpp; path = ReactCommon/cxxreact/Platform.cpp; sourceTree = ""; }; - 0000000043A0 /* Platform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Platform.h; path = ReactCommon/cxxreact/Platform.h; sourceTree = ""; }; - 0000000043B0 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RAMBundleRegistry.cpp; path = ReactCommon/cxxreact/RAMBundleRegistry.cpp; sourceTree = ""; }; - 0000000043C0 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RAMBundleRegistry.h; path = ReactCommon/cxxreact/RAMBundleRegistry.h; sourceTree = ""; }; - 0000000043D0 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReactMarker.cpp; path = ReactCommon/cxxreact/ReactMarker.cpp; sourceTree = ""; }; - 0000000043E0 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactMarker.h; path = ReactCommon/cxxreact/ReactMarker.h; sourceTree = ""; }; - 0000000043F0 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RecoverableError.h; path = ReactCommon/cxxreact/RecoverableError.h; sourceTree = ""; }; - 000000004400 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedProxyCxxModule.h; path = ReactCommon/cxxreact/SharedProxyCxxModule.h; sourceTree = ""; }; - 000000004410 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SystraceSection.h; path = ReactCommon/cxxreact/SystraceSection.h; sourceTree = ""; }; - 000000004430 /* fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = fishhook.c; path = Libraries/fishhook/fishhook.c; sourceTree = ""; }; - 000000004440 /* fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fishhook.h; path = Libraries/fishhook/fishhook.h; sourceTree = ""; }; - 000000004460 /* JavaScriptCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JavaScriptCore.h; path = ReactCommon/jschelpers/JavaScriptCore.h; sourceTree = ""; }; - 000000004470 /* JSCHelpers.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSCHelpers.cpp; path = ReactCommon/jschelpers/JSCHelpers.cpp; sourceTree = ""; }; - 000000004480 /* JSCHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCHelpers.h; path = ReactCommon/jschelpers/JSCHelpers.h; sourceTree = ""; }; - 000000004490 /* JSCWrapper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSCWrapper.cpp; path = ReactCommon/jschelpers/JSCWrapper.cpp; sourceTree = ""; }; - 0000000044A0 /* JSCWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCWrapper.h; path = ReactCommon/jschelpers/JSCWrapper.h; sourceTree = ""; }; - 0000000044B0 /* noncopyable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = noncopyable.h; path = ReactCommon/jschelpers/noncopyable.h; sourceTree = ""; }; - 0000000044C0 /* systemJSCWrapper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = systemJSCWrapper.cpp; path = ReactCommon/jschelpers/systemJSCWrapper.cpp; sourceTree = ""; }; - 0000000044D0 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = ReactCommon/jschelpers/Unicode.cpp; sourceTree = ""; }; - 0000000044E0 /* Unicode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unicode.h; path = ReactCommon/jschelpers/Unicode.h; sourceTree = ""; }; - 0000000044F0 /* Value.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Value.cpp; path = ReactCommon/jschelpers/Value.cpp; sourceTree = ""; }; - 000000004500 /* Value.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Value.h; path = ReactCommon/jschelpers/Value.h; sourceTree = ""; }; - 000000004520 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InspectorInterfaces.cpp; path = ReactCommon/jsinspector/InspectorInterfaces.cpp; sourceTree = ""; }; - 000000004530 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InspectorInterfaces.h; path = ReactCommon/jsinspector/InspectorInterfaces.h; sourceTree = ""; }; - 000000004540 /* SAMKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SAMKeychain.h; path = Sources/SAMKeychain.h; sourceTree = ""; }; - 000000004550 /* SAMKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SAMKeychain.m; path = Sources/SAMKeychain.m; sourceTree = ""; }; - 000000004560 /* SAMKeychainQuery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SAMKeychainQuery.h; path = Sources/SAMKeychainQuery.h; sourceTree = ""; }; - 000000004570 /* SAMKeychainQuery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SAMKeychainQuery.m; path = Sources/SAMKeychainQuery.m; sourceTree = ""; }; - 000000004590 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/NSData+ImageContentType.h"; sourceTree = ""; }; - 0000000045A0 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; - 0000000045B0 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = ""; }; - 0000000045C0 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = ""; }; - 0000000045D0 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = ""; }; - 0000000045E0 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/SDWebImageCompat.m; sourceTree = ""; }; - 0000000045F0 /* SDWebImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDecoder.h; path = SDWebImage/SDWebImageDecoder.h; sourceTree = ""; }; - 000000004600 /* SDWebImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDecoder.m; path = SDWebImage/SDWebImageDecoder.m; sourceTree = ""; }; - 000000004610 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = ""; }; - 000000004620 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = ""; }; - 000000004630 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 000000004640 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - 000000004650 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = ""; }; - 000000004660 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = ""; }; - 000000004670 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = ""; }; - 000000004680 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = ""; }; - 000000004690 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = ""; }; - 0000000046A0 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = ""; }; - 0000000046B0 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; - 0000000046C0 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = ""; }; - 0000000046D0 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; - 0000000046E0 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = ""; }; - 0000000046F0 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; - 000000004700 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - 000000004710 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 000000004720 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = ""; }; - 000000004730 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; - 000000004740 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = ""; }; - 000000004750 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; - 000000004770 /* NSData+Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+Compression.h"; path = "Sources/Sentry/include/NSData+Compression.h"; sourceTree = ""; }; - 000000004780 /* NSDate+Extras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+Extras.h"; path = "Sources/Sentry/include/NSDate+Extras.h"; sourceTree = ""; }; - 000000004790 /* NSDictionary+Sanitize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+Sanitize.h"; path = "Sources/Sentry/include/NSDictionary+Sanitize.h"; sourceTree = ""; }; - 0000000047A0 /* Sentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sentry.h; path = Sources/Sentry/include/Sentry.h; sourceTree = ""; }; - 0000000047B0 /* SentryAsynchronousOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryAsynchronousOperation.h; path = Sources/Sentry/include/SentryAsynchronousOperation.h; sourceTree = ""; }; - 0000000047C0 /* SentryBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryBreadcrumb.h; path = Sources/Sentry/include/SentryBreadcrumb.h; sourceTree = ""; }; - 0000000047D0 /* SentryBreadcrumbStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryBreadcrumbStore.h; path = Sources/Sentry/include/SentryBreadcrumbStore.h; sourceTree = ""; }; - 0000000047E0 /* SentryBreadcrumbTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryBreadcrumbTracker.h; path = Sources/Sentry/include/SentryBreadcrumbTracker.h; sourceTree = ""; }; - 0000000047F0 /* SentryClient+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SentryClient+Internal.h"; path = "Sources/Sentry/include/SentryClient+Internal.h"; sourceTree = ""; }; - 000000004800 /* SentryClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryClient.h; path = Sources/Sentry/include/SentryClient.h; sourceTree = ""; }; - 000000004810 /* SentryContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryContext.h; path = Sources/Sentry/include/SentryContext.h; sourceTree = ""; }; - 000000004820 /* SentryCrashExceptionApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashExceptionApplication.h; path = Sources/Sentry/include/SentryCrashExceptionApplication.h; sourceTree = ""; }; - 000000004830 /* SentryDebugMeta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryDebugMeta.h; path = Sources/Sentry/include/SentryDebugMeta.h; sourceTree = ""; }; - 000000004840 /* SentryDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryDefines.h; path = Sources/Sentry/include/SentryDefines.h; sourceTree = ""; }; - 000000004850 /* SentryDsn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryDsn.h; path = Sources/Sentry/include/SentryDsn.h; sourceTree = ""; }; - 000000004860 /* SentryError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryError.h; path = Sources/Sentry/include/SentryError.h; sourceTree = ""; }; - 000000004870 /* SentryEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryEvent.h; path = Sources/Sentry/include/SentryEvent.h; sourceTree = ""; }; - 000000004880 /* SentryException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryException.h; path = Sources/Sentry/include/SentryException.h; sourceTree = ""; }; - 000000004890 /* SentryFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryFileManager.h; path = Sources/Sentry/include/SentryFileManager.h; sourceTree = ""; }; - 0000000048A0 /* SentryFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryFrame.h; path = Sources/Sentry/include/SentryFrame.h; sourceTree = ""; }; - 0000000048B0 /* SentryJavaScriptBridgeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryJavaScriptBridgeHelper.h; path = Sources/Sentry/include/SentryJavaScriptBridgeHelper.h; sourceTree = ""; }; - 0000000048C0 /* SentryKSCrashInstallation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryKSCrashInstallation.h; path = Sources/Sentry/include/SentryKSCrashInstallation.h; sourceTree = ""; }; - 0000000048D0 /* SentryKSCrashReportConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryKSCrashReportConverter.h; path = Sources/Sentry/include/SentryKSCrashReportConverter.h; sourceTree = ""; }; - 0000000048E0 /* SentryKSCrashReportSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryKSCrashReportSink.h; path = Sources/Sentry/include/SentryKSCrashReportSink.h; sourceTree = ""; }; - 0000000048F0 /* SentryLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryLog.h; path = Sources/Sentry/include/SentryLog.h; sourceTree = ""; }; - 000000004900 /* SentryNSURLRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryNSURLRequest.h; path = Sources/Sentry/include/SentryNSURLRequest.h; sourceTree = ""; }; - 000000004910 /* SentryQueueableRequestManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryQueueableRequestManager.h; path = Sources/Sentry/include/SentryQueueableRequestManager.h; sourceTree = ""; }; - 000000004920 /* SentryRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryRequestOperation.h; path = Sources/Sentry/include/SentryRequestOperation.h; sourceTree = ""; }; - 000000004930 /* SentrySerializable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentrySerializable.h; path = Sources/Sentry/include/SentrySerializable.h; sourceTree = ""; }; - 000000004940 /* SentryStacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryStacktrace.h; path = Sources/Sentry/include/SentryStacktrace.h; sourceTree = ""; }; - 000000004950 /* SentrySwizzle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentrySwizzle.h; path = Sources/Sentry/include/SentrySwizzle.h; sourceTree = ""; }; - 000000004960 /* SentryThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryThread.h; path = Sources/Sentry/include/SentryThread.h; sourceTree = ""; }; - 000000004970 /* SentryUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryUser.h; path = Sources/Sentry/include/SentryUser.h; sourceTree = ""; }; - 000000004980 /* NSData+Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+Compression.m"; path = "Sources/Sentry/NSData+Compression.m"; sourceTree = ""; }; - 000000004990 /* NSDate+Extras.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+Extras.m"; path = "Sources/Sentry/NSDate+Extras.m"; sourceTree = ""; }; - 0000000049A0 /* NSDictionary+Sanitize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+Sanitize.m"; path = "Sources/Sentry/NSDictionary+Sanitize.m"; sourceTree = ""; }; - 0000000049B0 /* SentryAsynchronousOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryAsynchronousOperation.m; path = Sources/Sentry/SentryAsynchronousOperation.m; sourceTree = ""; }; - 0000000049C0 /* SentryBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryBreadcrumb.m; path = Sources/Sentry/SentryBreadcrumb.m; sourceTree = ""; }; - 0000000049D0 /* SentryBreadcrumbStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryBreadcrumbStore.m; path = Sources/Sentry/SentryBreadcrumbStore.m; sourceTree = ""; }; - 0000000049E0 /* SentryBreadcrumbTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryBreadcrumbTracker.m; path = Sources/Sentry/SentryBreadcrumbTracker.m; sourceTree = ""; }; - 0000000049F0 /* SentryClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryClient.m; path = Sources/Sentry/SentryClient.m; sourceTree = ""; }; - 000000004A00 /* SentryContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryContext.m; path = Sources/Sentry/SentryContext.m; sourceTree = ""; }; - 000000004A10 /* SentryCrashExceptionApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashExceptionApplication.m; path = Sources/Sentry/SentryCrashExceptionApplication.m; sourceTree = ""; }; - 000000004A20 /* SentryDebugMeta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryDebugMeta.m; path = Sources/Sentry/SentryDebugMeta.m; sourceTree = ""; }; - 000000004A30 /* SentryDsn.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryDsn.m; path = Sources/Sentry/SentryDsn.m; sourceTree = ""; }; - 000000004A40 /* SentryError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryError.m; path = Sources/Sentry/SentryError.m; sourceTree = ""; }; - 000000004A50 /* SentryEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryEvent.m; path = Sources/Sentry/SentryEvent.m; sourceTree = ""; }; - 000000004A60 /* SentryException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryException.m; path = Sources/Sentry/SentryException.m; sourceTree = ""; }; - 000000004A70 /* SentryFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryFileManager.m; path = Sources/Sentry/SentryFileManager.m; sourceTree = ""; }; - 000000004A80 /* SentryFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryFrame.m; path = Sources/Sentry/SentryFrame.m; sourceTree = ""; }; - 000000004A90 /* SentryJavaScriptBridgeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryJavaScriptBridgeHelper.m; path = Sources/Sentry/SentryJavaScriptBridgeHelper.m; sourceTree = ""; }; - 000000004AA0 /* SentryKSCrashInstallation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryKSCrashInstallation.m; path = Sources/Sentry/SentryKSCrashInstallation.m; sourceTree = ""; }; - 000000004AB0 /* SentryKSCrashReportConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryKSCrashReportConverter.m; path = Sources/Sentry/SentryKSCrashReportConverter.m; sourceTree = ""; }; - 000000004AC0 /* SentryKSCrashReportSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryKSCrashReportSink.m; path = Sources/Sentry/SentryKSCrashReportSink.m; sourceTree = ""; }; - 000000004AD0 /* SentryLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryLog.m; path = Sources/Sentry/SentryLog.m; sourceTree = ""; }; - 000000004AE0 /* SentryNSURLRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryNSURLRequest.m; path = Sources/Sentry/SentryNSURLRequest.m; sourceTree = ""; }; - 000000004AF0 /* SentryQueueableRequestManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryQueueableRequestManager.m; path = Sources/Sentry/SentryQueueableRequestManager.m; sourceTree = ""; }; - 000000004B00 /* SentryRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryRequestOperation.m; path = Sources/Sentry/SentryRequestOperation.m; sourceTree = ""; }; - 000000004B10 /* SentryStacktrace.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryStacktrace.m; path = Sources/Sentry/SentryStacktrace.m; sourceTree = ""; }; - 000000004B20 /* SentrySwizzle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentrySwizzle.m; path = Sources/Sentry/SentrySwizzle.m; sourceTree = ""; }; - 000000004B30 /* SentryThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryThread.m; path = Sources/Sentry/SentryThread.m; sourceTree = ""; }; - 000000004B40 /* SentryUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryUser.m; path = Sources/Sentry/SentryUser.m; sourceTree = ""; }; - 000000004B50 /* RNSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSentry.h; path = ios/RNSentry.h; sourceTree = ""; }; - 000000004B60 /* RNSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSentry.m; path = ios/RNSentry.m; sourceTree = ""; }; - 000000004B70 /* RNSentryEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSentryEventEmitter.h; path = ios/RNSentryEventEmitter.h; sourceTree = ""; }; - 000000004B80 /* RNSentryEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSentryEventEmitter.m; path = ios/RNSentryEventEmitter.m; sourceTree = ""; }; - 000000004B90 /* STPAddCardViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAddCardViewController.h; path = Stripe/PublicHeaders/STPAddCardViewController.h; sourceTree = ""; }; - 000000004BA0 /* STPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAddress.h; path = Stripe/PublicHeaders/STPAddress.h; sourceTree = ""; }; - 000000004BB0 /* STPAPIClient+ApplePay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPAPIClient+ApplePay.h"; path = "Stripe/PublicHeaders/STPAPIClient+ApplePay.h"; sourceTree = ""; }; - 000000004BC0 /* STPAPIClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAPIClient.h; path = Stripe/PublicHeaders/STPAPIClient.h; sourceTree = ""; }; - 000000004BD0 /* STPAPIResponseDecodable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAPIResponseDecodable.h; path = Stripe/PublicHeaders/STPAPIResponseDecodable.h; sourceTree = ""; }; - 000000004BE0 /* STPApplePayPaymentMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPApplePayPaymentMethod.h; path = Stripe/PublicHeaders/STPApplePayPaymentMethod.h; sourceTree = ""; }; - 000000004BF0 /* STPBackendAPIAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPBackendAPIAdapter.h; path = Stripe/PublicHeaders/STPBackendAPIAdapter.h; sourceTree = ""; }; - 000000004C00 /* STPBankAccount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPBankAccount.h; path = Stripe/PublicHeaders/STPBankAccount.h; sourceTree = ""; }; - 000000004C10 /* STPBankAccountParams.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPBankAccountParams.h; path = Stripe/PublicHeaders/STPBankAccountParams.h; sourceTree = ""; }; - 000000004C20 /* STPBlocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPBlocks.h; path = Stripe/PublicHeaders/STPBlocks.h; sourceTree = ""; }; - 000000004C30 /* STPCard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCard.h; path = Stripe/PublicHeaders/STPCard.h; sourceTree = ""; }; - 000000004C40 /* STPCardBrand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCardBrand.h; path = Stripe/PublicHeaders/STPCardBrand.h; sourceTree = ""; }; - 000000004C50 /* STPCardParams.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCardParams.h; path = Stripe/PublicHeaders/STPCardParams.h; sourceTree = ""; }; - 000000004C60 /* STPCardValidationState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCardValidationState.h; path = Stripe/PublicHeaders/STPCardValidationState.h; sourceTree = ""; }; - 000000004C70 /* STPCardValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCardValidator.h; path = Stripe/PublicHeaders/STPCardValidator.h; sourceTree = ""; }; - 000000004C80 /* STPCoreScrollViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCoreScrollViewController.h; path = Stripe/PublicHeaders/STPCoreScrollViewController.h; sourceTree = ""; }; - 000000004C90 /* STPCoreTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCoreTableViewController.h; path = Stripe/PublicHeaders/STPCoreTableViewController.h; sourceTree = ""; }; - 000000004CA0 /* STPCoreViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCoreViewController.h; path = Stripe/PublicHeaders/STPCoreViewController.h; sourceTree = ""; }; - 000000004CB0 /* STPCustomer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCustomer.h; path = Stripe/PublicHeaders/STPCustomer.h; sourceTree = ""; }; - 000000004CC0 /* STPCustomerContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCustomerContext.h; path = Stripe/PublicHeaders/STPCustomerContext.h; sourceTree = ""; }; - 000000004CD0 /* STPEphemeralKeyProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPEphemeralKeyProvider.h; path = Stripe/PublicHeaders/STPEphemeralKeyProvider.h; sourceTree = ""; }; - 000000004CE0 /* STPFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPFile.h; path = Stripe/PublicHeaders/STPFile.h; sourceTree = ""; }; - 000000004CF0 /* STPFormEncodable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPFormEncodable.h; path = Stripe/PublicHeaders/STPFormEncodable.h; sourceTree = ""; }; - 000000004D00 /* STPImageLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPImageLibrary.h; path = Stripe/PublicHeaders/STPImageLibrary.h; sourceTree = ""; }; - 000000004D10 /* STPPaymentActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentActivityIndicatorView.h; path = Stripe/PublicHeaders/STPPaymentActivityIndicatorView.h; sourceTree = ""; }; - 000000004D20 /* STPPaymentCardTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentCardTextField.h; path = Stripe/PublicHeaders/STPPaymentCardTextField.h; sourceTree = ""; }; - 000000004D30 /* STPPaymentConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentConfiguration.h; path = Stripe/PublicHeaders/STPPaymentConfiguration.h; sourceTree = ""; }; - 000000004D40 /* STPPaymentContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentContext.h; path = Stripe/PublicHeaders/STPPaymentContext.h; sourceTree = ""; }; - 000000004D50 /* STPPaymentMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentMethod.h; path = Stripe/PublicHeaders/STPPaymentMethod.h; sourceTree = ""; }; - 000000004D60 /* STPPaymentMethodsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentMethodsViewController.h; path = Stripe/PublicHeaders/STPPaymentMethodsViewController.h; sourceTree = ""; }; - 000000004D70 /* STPPaymentResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentResult.h; path = Stripe/PublicHeaders/STPPaymentResult.h; sourceTree = ""; }; - 000000004D80 /* STPRedirectContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPRedirectContext.h; path = Stripe/PublicHeaders/STPRedirectContext.h; sourceTree = ""; }; - 000000004D90 /* STPShippingAddressViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPShippingAddressViewController.h; path = Stripe/PublicHeaders/STPShippingAddressViewController.h; sourceTree = ""; }; - 000000004DA0 /* STPSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSource.h; path = Stripe/PublicHeaders/STPSource.h; sourceTree = ""; }; - 000000004DB0 /* STPSourceCardDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceCardDetails.h; path = Stripe/PublicHeaders/STPSourceCardDetails.h; sourceTree = ""; }; - 000000004DC0 /* STPSourceOwner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceOwner.h; path = Stripe/PublicHeaders/STPSourceOwner.h; sourceTree = ""; }; - 000000004DD0 /* STPSourceParams.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceParams.h; path = Stripe/PublicHeaders/STPSourceParams.h; sourceTree = ""; }; - 000000004DE0 /* STPSourceProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceProtocol.h; path = Stripe/PublicHeaders/STPSourceProtocol.h; sourceTree = ""; }; - 000000004DF0 /* STPSourceReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceReceiver.h; path = Stripe/PublicHeaders/STPSourceReceiver.h; sourceTree = ""; }; - 000000004E00 /* STPSourceRedirect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceRedirect.h; path = Stripe/PublicHeaders/STPSourceRedirect.h; sourceTree = ""; }; - 000000004E10 /* STPSourceSEPADebitDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceSEPADebitDetails.h; path = Stripe/PublicHeaders/STPSourceSEPADebitDetails.h; sourceTree = ""; }; - 000000004E20 /* STPSourceVerification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceVerification.h; path = Stripe/PublicHeaders/STPSourceVerification.h; sourceTree = ""; }; - 000000004E30 /* STPTheme.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPTheme.h; path = Stripe/PublicHeaders/STPTheme.h; sourceTree = ""; }; - 000000004E40 /* STPToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPToken.h; path = Stripe/PublicHeaders/STPToken.h; sourceTree = ""; }; - 000000004E50 /* STPUserInformation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPUserInformation.h; path = Stripe/PublicHeaders/STPUserInformation.h; sourceTree = ""; }; - 000000004E60 /* Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stripe.h; path = Stripe/PublicHeaders/Stripe.h; sourceTree = ""; }; - 000000004E70 /* StripeError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StripeError.h; path = Stripe/PublicHeaders/StripeError.h; sourceTree = ""; }; - 000000004E80 /* UINavigationBar+Stripe_Theme.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationBar+Stripe_Theme.h"; path = "Stripe/PublicHeaders/UINavigationBar+Stripe_Theme.h"; sourceTree = ""; }; - 000000004E90 /* FABKitProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABKitProtocol.h; path = Stripe/FABKitProtocol.h; sourceTree = ""; }; - 000000004EA0 /* Fabric+FABKits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Fabric+FABKits.h"; path = "Stripe/Fabric+FABKits.h"; sourceTree = ""; }; - 000000004EB0 /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = Stripe/Fabric.h; sourceTree = ""; }; - 000000004EC0 /* NSArray+Stripe_BoundSafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+Stripe_BoundSafe.h"; path = "Stripe/NSArray+Stripe_BoundSafe.h"; sourceTree = ""; }; - 000000004ED0 /* NSArray+Stripe_BoundSafe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+Stripe_BoundSafe.m"; path = "Stripe/NSArray+Stripe_BoundSafe.m"; sourceTree = ""; }; - 000000004EE0 /* NSBundle+Stripe_AppName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+Stripe_AppName.h"; path = "Stripe/NSBundle+Stripe_AppName.h"; sourceTree = ""; }; - 000000004EF0 /* NSBundle+Stripe_AppName.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+Stripe_AppName.m"; path = "Stripe/NSBundle+Stripe_AppName.m"; sourceTree = ""; }; - 000000004F00 /* NSCharacterSet+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSCharacterSet+Stripe.h"; path = "Stripe/NSCharacterSet+Stripe.h"; sourceTree = ""; }; - 000000004F10 /* NSCharacterSet+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSCharacterSet+Stripe.m"; path = "Stripe/NSCharacterSet+Stripe.m"; sourceTree = ""; }; - 000000004F20 /* NSDecimalNumber+Stripe_Currency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDecimalNumber+Stripe_Currency.h"; path = "Stripe/NSDecimalNumber+Stripe_Currency.h"; sourceTree = ""; }; - 000000004F30 /* NSDecimalNumber+Stripe_Currency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDecimalNumber+Stripe_Currency.m"; path = "Stripe/NSDecimalNumber+Stripe_Currency.m"; sourceTree = ""; }; - 000000004F40 /* NSDictionary+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+Stripe.h"; path = "Stripe/NSDictionary+Stripe.h"; sourceTree = ""; }; - 000000004F50 /* NSDictionary+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+Stripe.m"; path = "Stripe/NSDictionary+Stripe.m"; sourceTree = ""; }; - 000000004F60 /* NSMutableURLRequest+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableURLRequest+Stripe.h"; path = "Stripe/NSMutableURLRequest+Stripe.h"; sourceTree = ""; }; - 000000004F70 /* NSMutableURLRequest+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableURLRequest+Stripe.m"; path = "Stripe/NSMutableURLRequest+Stripe.m"; sourceTree = ""; }; - 000000004F80 /* NSString+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+Stripe.h"; path = "Stripe/NSString+Stripe.h"; sourceTree = ""; }; - 000000004F90 /* NSString+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+Stripe.m"; path = "Stripe/NSString+Stripe.m"; sourceTree = ""; }; - 000000004FA0 /* NSURLComponents+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLComponents+Stripe.h"; path = "Stripe/NSURLComponents+Stripe.h"; sourceTree = ""; }; - 000000004FB0 /* NSURLComponents+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLComponents+Stripe.m"; path = "Stripe/NSURLComponents+Stripe.m"; sourceTree = ""; }; - 000000004FC0 /* PKPayment+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "PKPayment+Stripe.h"; path = "Stripe/PKPayment+Stripe.h"; sourceTree = ""; }; - 000000004FD0 /* PKPayment+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "PKPayment+Stripe.m"; path = "Stripe/PKPayment+Stripe.m"; sourceTree = ""; }; - 000000004FE0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "PKPaymentAuthorizationViewController+Stripe_Blocks.h"; path = "Stripe/PKPaymentAuthorizationViewController+Stripe_Blocks.h"; sourceTree = ""; }; - 000000004FF0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "PKPaymentAuthorizationViewController+Stripe_Blocks.m"; path = "Stripe/PKPaymentAuthorizationViewController+Stripe_Blocks.m"; sourceTree = ""; }; - 000000005000 /* STPAddCardViewController+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPAddCardViewController+Private.h"; path = "Stripe/STPAddCardViewController+Private.h"; sourceTree = ""; }; - 000000005010 /* STPAddCardViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAddCardViewController.m; path = Stripe/STPAddCardViewController.m; sourceTree = ""; }; - 000000005020 /* STPAddress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAddress.m; path = Stripe/STPAddress.m; sourceTree = ""; }; - 000000005030 /* STPAddressFieldTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAddressFieldTableViewCell.h; path = Stripe/STPAddressFieldTableViewCell.h; sourceTree = ""; }; - 000000005040 /* STPAddressFieldTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAddressFieldTableViewCell.m; path = Stripe/STPAddressFieldTableViewCell.m; sourceTree = ""; }; - 000000005050 /* STPAddressViewModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAddressViewModel.h; path = Stripe/STPAddressViewModel.h; sourceTree = ""; }; - 000000005060 /* STPAddressViewModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAddressViewModel.m; path = Stripe/STPAddressViewModel.m; sourceTree = ""; }; - 000000005070 /* STPAnalyticsClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAnalyticsClient.h; path = Stripe/STPAnalyticsClient.h; sourceTree = ""; }; - 000000005080 /* STPAnalyticsClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAnalyticsClient.m; path = Stripe/STPAnalyticsClient.m; sourceTree = ""; }; - 000000005090 /* STPAPIClient+ApplePay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "STPAPIClient+ApplePay.m"; path = "Stripe/STPAPIClient+ApplePay.m"; sourceTree = ""; }; - 0000000050A0 /* STPAPIClient+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPAPIClient+Private.h"; path = "Stripe/STPAPIClient+Private.h"; sourceTree = ""; }; - 0000000050B0 /* STPAPIClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAPIClient.m; path = Stripe/STPAPIClient.m; sourceTree = ""; }; - 0000000050C0 /* STPAPIRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAPIRequest.h; path = Stripe/STPAPIRequest.h; sourceTree = ""; }; - 0000000050D0 /* STPAPIRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAPIRequest.m; path = Stripe/STPAPIRequest.m; sourceTree = ""; }; - 0000000050E0 /* STPApplePayPaymentMethod.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPApplePayPaymentMethod.m; path = Stripe/STPApplePayPaymentMethod.m; sourceTree = ""; }; - 0000000050F0 /* STPAspects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAspects.h; path = Stripe/STPAspects.h; sourceTree = ""; }; - 000000005100 /* STPAspects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAspects.m; path = Stripe/STPAspects.m; sourceTree = ""; }; - 000000005110 /* STPBankAccount+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPBankAccount+Private.h"; path = "Stripe/STPBankAccount+Private.h"; sourceTree = ""; }; - 000000005120 /* STPBankAccount.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPBankAccount.m; path = Stripe/STPBankAccount.m; sourceTree = ""; }; - 000000005130 /* STPBankAccountParams+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPBankAccountParams+Private.h"; path = "Stripe/STPBankAccountParams+Private.h"; sourceTree = ""; }; - 000000005140 /* STPBankAccountParams.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPBankAccountParams.m; path = Stripe/STPBankAccountParams.m; sourceTree = ""; }; - 000000005150 /* STPBINRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPBINRange.h; path = Stripe/STPBINRange.h; sourceTree = ""; }; - 000000005160 /* STPBINRange.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPBINRange.m; path = Stripe/STPBINRange.m; sourceTree = ""; }; - 000000005170 /* STPBundleLocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPBundleLocator.h; path = Stripe/STPBundleLocator.h; sourceTree = ""; }; - 000000005180 /* STPBundleLocator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPBundleLocator.m; path = Stripe/STPBundleLocator.m; sourceTree = ""; }; - 000000005190 /* STPCard+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPCard+Private.h"; path = "Stripe/STPCard+Private.h"; sourceTree = ""; }; - 0000000051A0 /* STPCard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCard.m; path = Stripe/STPCard.m; sourceTree = ""; }; - 0000000051B0 /* STPCardIOProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCardIOProxy.h; path = Stripe/STPCardIOProxy.h; sourceTree = ""; }; - 0000000051C0 /* STPCardIOProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCardIOProxy.m; path = Stripe/STPCardIOProxy.m; sourceTree = ""; }; - 0000000051D0 /* STPCardParams.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCardParams.m; path = Stripe/STPCardParams.m; sourceTree = ""; }; - 0000000051E0 /* STPCardTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCardTuple.h; path = Stripe/STPCardTuple.h; sourceTree = ""; }; - 0000000051F0 /* STPCardTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCardTuple.m; path = Stripe/STPCardTuple.m; sourceTree = ""; }; - 000000005200 /* STPCardValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCardValidator.m; path = Stripe/STPCardValidator.m; sourceTree = ""; }; - 000000005210 /* STPCategoryLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCategoryLoader.h; path = Stripe/STPCategoryLoader.h; sourceTree = ""; }; - 000000005220 /* STPCategoryLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCategoryLoader.m; path = Stripe/STPCategoryLoader.m; sourceTree = ""; }; - 000000005230 /* STPColorUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPColorUtils.h; path = Stripe/STPColorUtils.h; sourceTree = ""; }; - 000000005240 /* STPColorUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPColorUtils.m; path = Stripe/STPColorUtils.m; sourceTree = ""; }; - 000000005250 /* STPCoreScrollViewController+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPCoreScrollViewController+Private.h"; path = "Stripe/STPCoreScrollViewController+Private.h"; sourceTree = ""; }; - 000000005260 /* STPCoreScrollViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCoreScrollViewController.m; path = Stripe/STPCoreScrollViewController.m; sourceTree = ""; }; - 000000005270 /* STPCoreTableViewController+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPCoreTableViewController+Private.h"; path = "Stripe/STPCoreTableViewController+Private.h"; sourceTree = ""; }; - 000000005280 /* STPCoreTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCoreTableViewController.m; path = Stripe/STPCoreTableViewController.m; sourceTree = ""; }; - 000000005290 /* STPCoreViewController+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPCoreViewController+Private.h"; path = "Stripe/STPCoreViewController+Private.h"; sourceTree = ""; }; - 0000000052A0 /* STPCoreViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCoreViewController.m; path = Stripe/STPCoreViewController.m; sourceTree = ""; }; - 0000000052B0 /* STPCustomer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCustomer.m; path = Stripe/STPCustomer.m; sourceTree = ""; }; - 0000000052C0 /* STPCustomerContext+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPCustomerContext+Private.h"; path = "Stripe/STPCustomerContext+Private.h"; sourceTree = ""; }; - 0000000052D0 /* STPCustomerContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCustomerContext.m; path = Stripe/STPCustomerContext.m; sourceTree = ""; }; - 0000000052E0 /* STPDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPDelegateProxy.h; path = Stripe/STPDelegateProxy.h; sourceTree = ""; }; - 0000000052F0 /* STPDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPDelegateProxy.m; path = Stripe/STPDelegateProxy.m; sourceTree = ""; }; - 000000005300 /* STPDispatchFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPDispatchFunctions.h; path = Stripe/STPDispatchFunctions.h; sourceTree = ""; }; - 000000005310 /* STPDispatchFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPDispatchFunctions.m; path = Stripe/STPDispatchFunctions.m; sourceTree = ""; }; - 000000005320 /* STPEmailAddressValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPEmailAddressValidator.h; path = Stripe/STPEmailAddressValidator.h; sourceTree = ""; }; - 000000005330 /* STPEmailAddressValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPEmailAddressValidator.m; path = Stripe/STPEmailAddressValidator.m; sourceTree = ""; }; - 000000005340 /* STPEphemeralKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPEphemeralKey.h; path = Stripe/STPEphemeralKey.h; sourceTree = ""; }; - 000000005350 /* STPEphemeralKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPEphemeralKey.m; path = Stripe/STPEphemeralKey.m; sourceTree = ""; }; - 000000005360 /* STPEphemeralKeyManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPEphemeralKeyManager.h; path = Stripe/STPEphemeralKeyManager.h; sourceTree = ""; }; - 000000005370 /* STPEphemeralKeyManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPEphemeralKeyManager.m; path = Stripe/STPEphemeralKeyManager.m; sourceTree = ""; }; - 000000005380 /* STPFile+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPFile+Private.h"; path = "Stripe/STPFile+Private.h"; sourceTree = ""; }; - 000000005390 /* STPFile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPFile.m; path = Stripe/STPFile.m; sourceTree = ""; }; - 0000000053A0 /* STPFormEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPFormEncoder.h; path = Stripe/STPFormEncoder.h; sourceTree = ""; }; - 0000000053B0 /* STPFormEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPFormEncoder.m; path = Stripe/STPFormEncoder.m; sourceTree = ""; }; - 0000000053C0 /* STPFormTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPFormTextField.h; path = Stripe/STPFormTextField.h; sourceTree = ""; }; - 0000000053D0 /* STPFormTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPFormTextField.m; path = Stripe/STPFormTextField.m; sourceTree = ""; }; - 0000000053E0 /* STPImageLibrary+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPImageLibrary+Private.h"; path = "Stripe/STPImageLibrary+Private.h"; sourceTree = ""; }; - 0000000053F0 /* STPImageLibrary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPImageLibrary.m; path = Stripe/STPImageLibrary.m; sourceTree = ""; }; - 000000005400 /* STPInternalAPIResponseDecodable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPInternalAPIResponseDecodable.h; path = Stripe/STPInternalAPIResponseDecodable.h; sourceTree = ""; }; - 000000005410 /* STPLocalizationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPLocalizationUtils.h; path = Stripe/STPLocalizationUtils.h; sourceTree = ""; }; - 000000005420 /* STPLocalizationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPLocalizationUtils.m; path = Stripe/STPLocalizationUtils.m; sourceTree = ""; }; - 000000005430 /* STPMultipartFormDataEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPMultipartFormDataEncoder.h; path = Stripe/STPMultipartFormDataEncoder.h; sourceTree = ""; }; - 000000005440 /* STPMultipartFormDataEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPMultipartFormDataEncoder.m; path = Stripe/STPMultipartFormDataEncoder.m; sourceTree = ""; }; - 000000005450 /* STPMultipartFormDataPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPMultipartFormDataPart.h; path = Stripe/STPMultipartFormDataPart.h; sourceTree = ""; }; - 000000005460 /* STPMultipartFormDataPart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPMultipartFormDataPart.m; path = Stripe/STPMultipartFormDataPart.m; sourceTree = ""; }; - 000000005470 /* STPPaymentActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentActivityIndicatorView.m; path = Stripe/STPPaymentActivityIndicatorView.m; sourceTree = ""; }; - 000000005480 /* STPPaymentCardTextField+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPPaymentCardTextField+Private.h"; path = "Stripe/STPPaymentCardTextField+Private.h"; sourceTree = ""; }; - 000000005490 /* STPPaymentCardTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentCardTextField.m; path = Stripe/STPPaymentCardTextField.m; sourceTree = ""; }; - 0000000054A0 /* STPPaymentCardTextFieldCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentCardTextFieldCell.h; path = Stripe/STPPaymentCardTextFieldCell.h; sourceTree = ""; }; - 0000000054B0 /* STPPaymentCardTextFieldCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentCardTextFieldCell.m; path = Stripe/STPPaymentCardTextFieldCell.m; sourceTree = ""; }; - 0000000054C0 /* STPPaymentCardTextFieldViewModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentCardTextFieldViewModel.h; path = Stripe/STPPaymentCardTextFieldViewModel.h; sourceTree = ""; }; - 0000000054D0 /* STPPaymentCardTextFieldViewModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentCardTextFieldViewModel.m; path = Stripe/STPPaymentCardTextFieldViewModel.m; sourceTree = ""; }; - 0000000054E0 /* STPPaymentConfiguration+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPPaymentConfiguration+Private.h"; path = "Stripe/STPPaymentConfiguration+Private.h"; sourceTree = ""; }; - 0000000054F0 /* STPPaymentConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentConfiguration.m; path = Stripe/STPPaymentConfiguration.m; sourceTree = ""; }; - 000000005500 /* STPPaymentContext+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPPaymentContext+Private.h"; path = "Stripe/STPPaymentContext+Private.h"; sourceTree = ""; }; - 000000005510 /* STPPaymentContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentContext.m; path = Stripe/STPPaymentContext.m; sourceTree = ""; }; - 000000005520 /* STPPaymentContextAmountModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentContextAmountModel.h; path = Stripe/STPPaymentContextAmountModel.h; sourceTree = ""; }; - 000000005530 /* STPPaymentContextAmountModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentContextAmountModel.m; path = Stripe/STPPaymentContextAmountModel.m; sourceTree = ""; }; - 000000005540 /* STPPaymentMethodsInternalViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentMethodsInternalViewController.h; path = Stripe/STPPaymentMethodsInternalViewController.h; sourceTree = ""; }; - 000000005550 /* STPPaymentMethodsInternalViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentMethodsInternalViewController.m; path = Stripe/STPPaymentMethodsInternalViewController.m; sourceTree = ""; }; - 000000005560 /* STPPaymentMethodsViewController+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPPaymentMethodsViewController+Private.h"; path = "Stripe/STPPaymentMethodsViewController+Private.h"; sourceTree = ""; }; - 000000005570 /* STPPaymentMethodsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentMethodsViewController.m; path = Stripe/STPPaymentMethodsViewController.m; sourceTree = ""; }; - 000000005580 /* STPPaymentMethodTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentMethodTableViewCell.h; path = Stripe/STPPaymentMethodTableViewCell.h; sourceTree = ""; }; - 000000005590 /* STPPaymentMethodTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentMethodTableViewCell.m; path = Stripe/STPPaymentMethodTableViewCell.m; sourceTree = ""; }; - 0000000055A0 /* STPPaymentMethodTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentMethodTuple.h; path = Stripe/STPPaymentMethodTuple.h; sourceTree = ""; }; - 0000000055B0 /* STPPaymentMethodTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentMethodTuple.m; path = Stripe/STPPaymentMethodTuple.m; sourceTree = ""; }; - 0000000055C0 /* STPPaymentResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentResult.m; path = Stripe/STPPaymentResult.m; sourceTree = ""; }; - 0000000055D0 /* STPPhoneNumberValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPhoneNumberValidator.h; path = Stripe/STPPhoneNumberValidator.h; sourceTree = ""; }; - 0000000055E0 /* STPPhoneNumberValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPhoneNumberValidator.m; path = Stripe/STPPhoneNumberValidator.m; sourceTree = ""; }; - 0000000055F0 /* STPPostalCodeValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPostalCodeValidator.h; path = Stripe/STPPostalCodeValidator.h; sourceTree = ""; }; - 000000005600 /* STPPostalCodeValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPostalCodeValidator.m; path = Stripe/STPPostalCodeValidator.m; sourceTree = ""; }; - 000000005610 /* STPPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPromise.h; path = Stripe/STPPromise.h; sourceTree = ""; }; - 000000005620 /* STPPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPromise.m; path = Stripe/STPPromise.m; sourceTree = ""; }; - 000000005630 /* STPRedirectContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPRedirectContext.m; path = Stripe/STPRedirectContext.m; sourceTree = ""; }; - 000000005640 /* STPSectionHeaderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSectionHeaderView.h; path = Stripe/STPSectionHeaderView.h; sourceTree = ""; }; - 000000005650 /* STPSectionHeaderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSectionHeaderView.m; path = Stripe/STPSectionHeaderView.m; sourceTree = ""; }; - 000000005660 /* STPShippingAddressViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPShippingAddressViewController.m; path = Stripe/STPShippingAddressViewController.m; sourceTree = ""; }; - 000000005670 /* STPShippingMethodsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPShippingMethodsViewController.h; path = Stripe/STPShippingMethodsViewController.h; sourceTree = ""; }; - 000000005680 /* STPShippingMethodsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPShippingMethodsViewController.m; path = Stripe/STPShippingMethodsViewController.m; sourceTree = ""; }; - 000000005690 /* STPShippingMethodTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPShippingMethodTableViewCell.h; path = Stripe/STPShippingMethodTableViewCell.h; sourceTree = ""; }; - 0000000056A0 /* STPShippingMethodTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPShippingMethodTableViewCell.m; path = Stripe/STPShippingMethodTableViewCell.m; sourceTree = ""; }; - 0000000056B0 /* STPSource+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPSource+Private.h"; path = "Stripe/STPSource+Private.h"; sourceTree = ""; }; - 0000000056C0 /* STPSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSource.m; path = Stripe/STPSource.m; sourceTree = ""; }; - 0000000056D0 /* STPSourceCardDetails+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPSourceCardDetails+Private.h"; path = "Stripe/STPSourceCardDetails+Private.h"; sourceTree = ""; }; - 0000000056E0 /* STPSourceCardDetails.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceCardDetails.m; path = Stripe/STPSourceCardDetails.m; sourceTree = ""; }; - 0000000056F0 /* STPSourceOwner.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceOwner.m; path = Stripe/STPSourceOwner.m; sourceTree = ""; }; - 000000005700 /* STPSourceParams+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPSourceParams+Private.h"; path = "Stripe/STPSourceParams+Private.h"; sourceTree = ""; }; - 000000005710 /* STPSourceParams.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceParams.m; path = Stripe/STPSourceParams.m; sourceTree = ""; }; - 000000005720 /* STPSourcePoller.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourcePoller.h; path = Stripe/STPSourcePoller.h; sourceTree = ""; }; - 000000005730 /* STPSourcePoller.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourcePoller.m; path = Stripe/STPSourcePoller.m; sourceTree = ""; }; - 000000005740 /* STPSourceReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceReceiver.m; path = Stripe/STPSourceReceiver.m; sourceTree = ""; }; - 000000005750 /* STPSourceRedirect+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPSourceRedirect+Private.h"; path = "Stripe/STPSourceRedirect+Private.h"; sourceTree = ""; }; - 000000005760 /* STPSourceRedirect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceRedirect.m; path = Stripe/STPSourceRedirect.m; sourceTree = ""; }; - 000000005770 /* STPSourceSEPADebitDetails.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceSEPADebitDetails.m; path = Stripe/STPSourceSEPADebitDetails.m; sourceTree = ""; }; - 000000005780 /* STPSourceVerification+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPSourceVerification+Private.h"; path = "Stripe/STPSourceVerification+Private.h"; sourceTree = ""; }; - 000000005790 /* STPSourceVerification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceVerification.m; path = Stripe/STPSourceVerification.m; sourceTree = ""; }; - 0000000057A0 /* STPStringUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPStringUtils.h; path = Stripe/STPStringUtils.h; sourceTree = ""; }; - 0000000057B0 /* STPStringUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPStringUtils.m; path = Stripe/STPStringUtils.m; sourceTree = ""; }; - 0000000057C0 /* STPSwitchTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSwitchTableViewCell.h; path = Stripe/STPSwitchTableViewCell.h; sourceTree = ""; }; - 0000000057D0 /* STPSwitchTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSwitchTableViewCell.m; path = Stripe/STPSwitchTableViewCell.m; sourceTree = ""; }; - 0000000057E0 /* STPTelemetryClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPTelemetryClient.h; path = Stripe/STPTelemetryClient.h; sourceTree = ""; }; - 0000000057F0 /* STPTelemetryClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPTelemetryClient.m; path = Stripe/STPTelemetryClient.m; sourceTree = ""; }; - 000000005800 /* STPTheme.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPTheme.m; path = Stripe/STPTheme.m; sourceTree = ""; }; - 000000005810 /* STPToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPToken.m; path = Stripe/STPToken.m; sourceTree = ""; }; - 000000005820 /* STPURLCallbackHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPURLCallbackHandler.h; path = Stripe/STPURLCallbackHandler.h; sourceTree = ""; }; - 000000005830 /* STPURLCallbackHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPURLCallbackHandler.m; path = Stripe/STPURLCallbackHandler.m; sourceTree = ""; }; - 000000005840 /* STPUserInformation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPUserInformation.m; path = Stripe/STPUserInformation.m; sourceTree = ""; }; - 000000005850 /* STPWeakStrongMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPWeakStrongMacros.h; path = Stripe/STPWeakStrongMacros.h; sourceTree = ""; }; - 000000005860 /* StripeError+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "StripeError+Private.h"; path = "Stripe/StripeError+Private.h"; sourceTree = ""; }; - 000000005870 /* StripeError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StripeError.m; path = Stripe/StripeError.m; sourceTree = ""; }; - 000000005880 /* UIBarButtonItem+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+Stripe.h"; path = "Stripe/UIBarButtonItem+Stripe.h"; sourceTree = ""; }; - 000000005890 /* UIBarButtonItem+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBarButtonItem+Stripe.m"; path = "Stripe/UIBarButtonItem+Stripe.m"; sourceTree = ""; }; - 0000000058A0 /* UIImage+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Stripe.h"; path = "Stripe/UIImage+Stripe.h"; sourceTree = ""; }; - 0000000058B0 /* UIImage+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Stripe.m"; path = "Stripe/UIImage+Stripe.m"; sourceTree = ""; }; - 0000000058C0 /* UINavigationBar+Stripe_Theme.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UINavigationBar+Stripe_Theme.m"; path = "Stripe/UINavigationBar+Stripe_Theme.m"; sourceTree = ""; }; - 0000000058D0 /* UINavigationController+Stripe_Completion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationController+Stripe_Completion.h"; path = "Stripe/UINavigationController+Stripe_Completion.h"; sourceTree = ""; }; - 0000000058E0 /* UINavigationController+Stripe_Completion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UINavigationController+Stripe_Completion.m"; path = "Stripe/UINavigationController+Stripe_Completion.m"; sourceTree = ""; }; - 0000000058F0 /* UITableViewCell+Stripe_Borders.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableViewCell+Stripe_Borders.h"; path = "Stripe/UITableViewCell+Stripe_Borders.h"; sourceTree = ""; }; - 000000005900 /* UITableViewCell+Stripe_Borders.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableViewCell+Stripe_Borders.m"; path = "Stripe/UITableViewCell+Stripe_Borders.m"; sourceTree = ""; }; - 000000005910 /* UIToolbar+Stripe_InputAccessory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIToolbar+Stripe_InputAccessory.h"; path = "Stripe/UIToolbar+Stripe_InputAccessory.h"; sourceTree = ""; }; - 000000005920 /* UIToolbar+Stripe_InputAccessory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIToolbar+Stripe_InputAccessory.m"; path = "Stripe/UIToolbar+Stripe_InputAccessory.m"; sourceTree = ""; }; - 000000005930 /* UIView+Stripe_FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+Stripe_FirstResponder.h"; path = "Stripe/UIView+Stripe_FirstResponder.h"; sourceTree = ""; }; - 000000005940 /* UIView+Stripe_FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+Stripe_FirstResponder.m"; path = "Stripe/UIView+Stripe_FirstResponder.m"; sourceTree = ""; }; - 000000005950 /* UIViewController+Stripe_KeyboardAvoiding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+Stripe_KeyboardAvoiding.h"; path = "Stripe/UIViewController+Stripe_KeyboardAvoiding.h"; sourceTree = ""; }; - 000000005960 /* UIViewController+Stripe_KeyboardAvoiding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+Stripe_KeyboardAvoiding.m"; path = "Stripe/UIViewController+Stripe_KeyboardAvoiding.m"; sourceTree = ""; }; - 000000005970 /* UIViewController+Stripe_NavigationItemProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+Stripe_NavigationItemProxy.h"; path = "Stripe/UIViewController+Stripe_NavigationItemProxy.h"; sourceTree = ""; }; - 000000005980 /* UIViewController+Stripe_NavigationItemProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+Stripe_NavigationItemProxy.m"; path = "Stripe/UIViewController+Stripe_NavigationItemProxy.m"; sourceTree = ""; }; - 000000005990 /* UIViewController+Stripe_ParentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+Stripe_ParentViewController.h"; path = "Stripe/UIViewController+Stripe_ParentViewController.h"; sourceTree = ""; }; - 0000000059A0 /* UIViewController+Stripe_ParentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+Stripe_ParentViewController.m"; path = "Stripe/UIViewController+Stripe_ParentViewController.m"; sourceTree = ""; }; - 0000000059B0 /* UIViewController+Stripe_Promises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+Stripe_Promises.h"; path = "Stripe/UIViewController+Stripe_Promises.h"; sourceTree = ""; }; - 0000000059C0 /* UIViewController+Stripe_Promises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+Stripe_Promises.m"; path = "Stripe/UIViewController+Stripe_Promises.m"; sourceTree = ""; }; - 0000000059D0 /* UIView+BooleanAnimations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+BooleanAnimations.h"; sourceTree = ""; }; - 0000000059E0 /* UIView+BooleanAnimations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+BooleanAnimations.m"; sourceTree = ""; }; - 0000000059F0 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - 000000005A00 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - 000000005A10 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; - 000000005A20 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - 000000005A30 /* 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 = ""; }; - 000000005A40 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - 000000005A50 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - 000000005A60 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - 000000005A70 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - 000000005A80 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; - 000000005A90 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - 000000005AA0 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - 000000005AB0 /* CameraMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CameraMode.h; path = ios/RCTMGL/CameraMode.h; sourceTree = ""; }; - 000000005AC0 /* CameraMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CameraMode.m; path = ios/RCTMGL/CameraMode.m; sourceTree = ""; }; - 000000005AD0 /* CameraStop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CameraStop.h; path = ios/RCTMGL/CameraStop.h; sourceTree = ""; }; - 000000005AE0 /* CameraStop.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CameraStop.m; path = ios/RCTMGL/CameraStop.m; sourceTree = ""; }; - 000000005AF0 /* CameraUpdateItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CameraUpdateItem.h; path = ios/RCTMGL/CameraUpdateItem.h; sourceTree = ""; }; - 000000005B00 /* CameraUpdateItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CameraUpdateItem.m; path = ios/RCTMGL/CameraUpdateItem.m; sourceTree = ""; }; - 000000005B10 /* CameraUpdateQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CameraUpdateQueue.h; path = ios/RCTMGL/CameraUpdateQueue.h; sourceTree = ""; }; - 000000005B20 /* CameraUpdateQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CameraUpdateQueue.m; path = ios/RCTMGL/CameraUpdateQueue.m; sourceTree = ""; }; - 000000005B30 /* FilterList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FilterList.h; path = ios/RCTMGL/FilterList.h; sourceTree = ""; }; - 000000005B40 /* FilterList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FilterList.m; path = ios/RCTMGL/FilterList.m; sourceTree = ""; }; - 000000005B50 /* FilterParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FilterParser.h; path = ios/RCTMGL/FilterParser.h; sourceTree = ""; }; - 000000005B60 /* FilterParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FilterParser.m; path = ios/RCTMGL/FilterParser.m; sourceTree = ""; }; - 000000005B70 /* MGLFaux3DUserLocationAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLFaux3DUserLocationAnnotationView.h; path = ios/RCTMGL/MGLFaux3DUserLocationAnnotationView.h; sourceTree = ""; }; - 000000005B80 /* MGLFaux3DUserLocationAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGLFaux3DUserLocationAnnotationView.m; path = ios/RCTMGL/MGLFaux3DUserLocationAnnotationView.m; sourceTree = ""; }; - 000000005B90 /* MGLModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLModule.h; path = ios/RCTMGL/MGLModule.h; sourceTree = ""; }; - 000000005BA0 /* MGLModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGLModule.m; path = ios/RCTMGL/MGLModule.m; sourceTree = ""; }; - 000000005BB0 /* MGLOfflineModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLOfflineModule.h; path = ios/RCTMGL/MGLOfflineModule.h; sourceTree = ""; }; - 000000005BC0 /* MGLOfflineModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGLOfflineModule.m; path = ios/RCTMGL/MGLOfflineModule.m; sourceTree = ""; }; - 000000005BD0 /* MGLSnapshotModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLSnapshotModule.h; path = ios/RCTMGL/MGLSnapshotModule.h; sourceTree = ""; }; - 000000005BE0 /* MGLSnapshotModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGLSnapshotModule.m; path = ios/RCTMGL/MGLSnapshotModule.m; sourceTree = ""; }; - 000000005BF0 /* MGLUserLocationHeadingArrowLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLUserLocationHeadingArrowLayer.h; path = ios/RCTMGL/MGLUserLocationHeadingArrowLayer.h; sourceTree = ""; }; - 000000005C00 /* MGLUserLocationHeadingArrowLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGLUserLocationHeadingArrowLayer.m; path = ios/RCTMGL/MGLUserLocationHeadingArrowLayer.m; sourceTree = ""; }; - 000000005C10 /* MGLUserLocationHeadingBeamLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLUserLocationHeadingBeamLayer.h; path = ios/RCTMGL/MGLUserLocationHeadingBeamLayer.h; sourceTree = ""; }; - 000000005C20 /* MGLUserLocationHeadingBeamLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGLUserLocationHeadingBeamLayer.m; path = ios/RCTMGL/MGLUserLocationHeadingBeamLayer.m; sourceTree = ""; }; - 000000005C30 /* MGLUserLocationHeadingIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLUserLocationHeadingIndicator.h; path = ios/RCTMGL/MGLUserLocationHeadingIndicator.h; sourceTree = ""; }; - 000000005C40 /* RCTConvert+Mapbox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Mapbox.h"; path = "ios/RCTMGL/RCTConvert+Mapbox.h"; sourceTree = ""; }; - 000000005C50 /* RCTConvert+Mapbox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+Mapbox.m"; path = "ios/RCTMGL/RCTConvert+Mapbox.m"; sourceTree = ""; }; - 000000005C60 /* RCTMGL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGL.h; path = ios/RCTMGL/RCTMGL.h; sourceTree = ""; }; - 000000005C70 /* RCTMGL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGL.m; path = ios/RCTMGL/RCTMGL.m; sourceTree = ""; }; - 000000005C80 /* RCTMGLBackgroundLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLBackgroundLayer.h; path = ios/RCTMGL/RCTMGLBackgroundLayer.h; sourceTree = ""; }; - 000000005C90 /* RCTMGLBackgroundLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLBackgroundLayer.m; path = ios/RCTMGL/RCTMGLBackgroundLayer.m; sourceTree = ""; }; - 000000005CA0 /* RCTMGLBackgroundLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLBackgroundLayerManager.h; path = ios/RCTMGL/RCTMGLBackgroundLayerManager.h; sourceTree = ""; }; - 000000005CB0 /* RCTMGLBackgroundLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLBackgroundLayerManager.m; path = ios/RCTMGL/RCTMGLBackgroundLayerManager.m; sourceTree = ""; }; - 000000005CC0 /* RCTMGLCallout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLCallout.h; path = ios/RCTMGL/RCTMGLCallout.h; sourceTree = ""; }; - 000000005CD0 /* RCTMGLCallout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLCallout.m; path = ios/RCTMGL/RCTMGLCallout.m; sourceTree = ""; }; - 000000005CE0 /* RCTMGLCalloutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLCalloutManager.h; path = ios/RCTMGL/RCTMGLCalloutManager.h; sourceTree = ""; }; - 000000005CF0 /* RCTMGLCalloutManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLCalloutManager.m; path = ios/RCTMGL/RCTMGLCalloutManager.m; sourceTree = ""; }; - 000000005D00 /* RCTMGLCircleLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLCircleLayer.h; path = ios/RCTMGL/RCTMGLCircleLayer.h; sourceTree = ""; }; - 000000005D10 /* RCTMGLCircleLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLCircleLayer.m; path = ios/RCTMGL/RCTMGLCircleLayer.m; sourceTree = ""; }; - 000000005D20 /* RCTMGLCircleLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLCircleLayerManager.h; path = ios/RCTMGL/RCTMGLCircleLayerManager.h; sourceTree = ""; }; - 000000005D30 /* RCTMGLCircleLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLCircleLayerManager.m; path = ios/RCTMGL/RCTMGLCircleLayerManager.m; sourceTree = ""; }; - 000000005D40 /* RCTMGLEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLEvent.h; path = ios/RCTMGL/RCTMGLEvent.h; sourceTree = ""; }; - 000000005D50 /* RCTMGLEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLEvent.m; path = ios/RCTMGL/RCTMGLEvent.m; sourceTree = ""; }; - 000000005D60 /* RCTMGLEventProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLEventProtocol.h; path = ios/RCTMGL/RCTMGLEventProtocol.h; sourceTree = ""; }; - 000000005D70 /* RCTMGLEventTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLEventTypes.h; path = ios/RCTMGL/RCTMGLEventTypes.h; sourceTree = ""; }; - 000000005D80 /* RCTMGLEventTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLEventTypes.m; path = ios/RCTMGL/RCTMGLEventTypes.m; sourceTree = ""; }; - 000000005D90 /* RCTMGLFillExtrusionLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLFillExtrusionLayer.h; path = ios/RCTMGL/RCTMGLFillExtrusionLayer.h; sourceTree = ""; }; - 000000005DA0 /* RCTMGLFillExtrusionLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLFillExtrusionLayer.m; path = ios/RCTMGL/RCTMGLFillExtrusionLayer.m; sourceTree = ""; }; - 000000005DB0 /* RCTMGLFillExtrusionLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLFillExtrusionLayerManager.h; path = ios/RCTMGL/RCTMGLFillExtrusionLayerManager.h; sourceTree = ""; }; - 000000005DC0 /* RCTMGLFillExtrusionLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLFillExtrusionLayerManager.m; path = ios/RCTMGL/RCTMGLFillExtrusionLayerManager.m; sourceTree = ""; }; - 000000005DD0 /* RCTMGLFillLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLFillLayer.h; path = ios/RCTMGL/RCTMGLFillLayer.h; sourceTree = ""; }; - 000000005DE0 /* RCTMGLFillLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLFillLayer.m; path = ios/RCTMGL/RCTMGLFillLayer.m; sourceTree = ""; }; - 000000005DF0 /* RCTMGLFillLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLFillLayerManager.h; path = ios/RCTMGL/RCTMGLFillLayerManager.h; sourceTree = ""; }; - 000000005E00 /* RCTMGLFillLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLFillLayerManager.m; path = ios/RCTMGL/RCTMGLFillLayerManager.m; sourceTree = ""; }; - 000000005E10 /* RCTMGLImageQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLImageQueue.h; path = ios/RCTMGL/RCTMGLImageQueue.h; sourceTree = ""; }; - 000000005E20 /* RCTMGLImageQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLImageQueue.m; path = ios/RCTMGL/RCTMGLImageQueue.m; sourceTree = ""; }; - 000000005E30 /* RCTMGLImageQueueOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLImageQueueOperation.h; path = ios/RCTMGL/RCTMGLImageQueueOperation.h; sourceTree = ""; }; - 000000005E40 /* RCTMGLImageQueueOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLImageQueueOperation.m; path = ios/RCTMGL/RCTMGLImageQueueOperation.m; sourceTree = ""; }; - 000000005E50 /* RCTMGLImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLImageSource.h; path = ios/RCTMGL/RCTMGLImageSource.h; sourceTree = ""; }; - 000000005E60 /* RCTMGLImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLImageSource.m; path = ios/RCTMGL/RCTMGLImageSource.m; sourceTree = ""; }; - 000000005E70 /* RCTMGLImageSourceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLImageSourceManager.h; path = ios/RCTMGL/RCTMGLImageSourceManager.h; sourceTree = ""; }; - 000000005E80 /* RCTMGLImageSourceManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLImageSourceManager.m; path = ios/RCTMGL/RCTMGLImageSourceManager.m; sourceTree = ""; }; - 000000005E90 /* RCTMGLLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLLayer.h; path = ios/RCTMGL/RCTMGLLayer.h; sourceTree = ""; }; - 000000005EA0 /* RCTMGLLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLLayer.m; path = ios/RCTMGL/RCTMGLLayer.m; sourceTree = ""; }; - 000000005EB0 /* RCTMGLLight.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLLight.h; path = ios/RCTMGL/RCTMGLLight.h; sourceTree = ""; }; - 000000005EC0 /* RCTMGLLight.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLLight.m; path = ios/RCTMGL/RCTMGLLight.m; sourceTree = ""; }; - 000000005ED0 /* RCTMGLLightManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLLightManager.h; path = ios/RCTMGL/RCTMGLLightManager.h; sourceTree = ""; }; - 000000005EE0 /* RCTMGLLightManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLLightManager.m; path = ios/RCTMGL/RCTMGLLightManager.m; sourceTree = ""; }; - 000000005EF0 /* RCTMGLLineLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLLineLayer.h; path = ios/RCTMGL/RCTMGLLineLayer.h; sourceTree = ""; }; - 000000005F00 /* RCTMGLLineLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLLineLayer.m; path = ios/RCTMGL/RCTMGLLineLayer.m; sourceTree = ""; }; - 000000005F10 /* RCTMGLLineLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLLineLayerManager.h; path = ios/RCTMGL/RCTMGLLineLayerManager.h; sourceTree = ""; }; - 000000005F20 /* RCTMGLLineLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLLineLayerManager.m; path = ios/RCTMGL/RCTMGLLineLayerManager.m; sourceTree = ""; }; - 000000005F30 /* RCTMGLMapTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLMapTouchEvent.h; path = ios/RCTMGL/RCTMGLMapTouchEvent.h; sourceTree = ""; }; - 000000005F40 /* RCTMGLMapTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLMapTouchEvent.m; path = ios/RCTMGL/RCTMGLMapTouchEvent.m; sourceTree = ""; }; - 000000005F50 /* RCTMGLMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLMapView.h; path = ios/RCTMGL/RCTMGLMapView.h; sourceTree = ""; }; - 000000005F60 /* RCTMGLMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLMapView.m; path = ios/RCTMGL/RCTMGLMapView.m; sourceTree = ""; }; - 000000005F70 /* RCTMGLMapViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLMapViewManager.h; path = ios/RCTMGL/RCTMGLMapViewManager.h; sourceTree = ""; }; - 000000005F80 /* RCTMGLMapViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLMapViewManager.m; path = ios/RCTMGL/RCTMGLMapViewManager.m; sourceTree = ""; }; - 000000005F90 /* RCTMGLPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLPointAnnotation.h; path = ios/RCTMGL/RCTMGLPointAnnotation.h; sourceTree = ""; }; - 000000005FA0 /* RCTMGLPointAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLPointAnnotation.m; path = ios/RCTMGL/RCTMGLPointAnnotation.m; sourceTree = ""; }; - 000000005FB0 /* RCTMGLPointAnnotationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLPointAnnotationManager.h; path = ios/RCTMGL/RCTMGLPointAnnotationManager.h; sourceTree = ""; }; - 000000005FC0 /* RCTMGLPointAnnotationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLPointAnnotationManager.m; path = ios/RCTMGL/RCTMGLPointAnnotationManager.m; sourceTree = ""; }; - 000000005FD0 /* RCTMGLRasterLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLRasterLayer.h; path = ios/RCTMGL/RCTMGLRasterLayer.h; sourceTree = ""; }; - 000000005FE0 /* RCTMGLRasterLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLRasterLayer.m; path = ios/RCTMGL/RCTMGLRasterLayer.m; sourceTree = ""; }; - 000000005FF0 /* RCTMGLRasterLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLRasterLayerManager.h; path = ios/RCTMGL/RCTMGLRasterLayerManager.h; sourceTree = ""; }; - 000000006000 /* RCTMGLRasterLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLRasterLayerManager.m; path = ios/RCTMGL/RCTMGLRasterLayerManager.m; sourceTree = ""; }; - 000000006010 /* RCTMGLRasterSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLRasterSource.h; path = ios/RCTMGL/RCTMGLRasterSource.h; sourceTree = ""; }; - 000000006020 /* RCTMGLRasterSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLRasterSource.m; path = ios/RCTMGL/RCTMGLRasterSource.m; sourceTree = ""; }; - 000000006030 /* RCTMGLRasterSourceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLRasterSourceManager.h; path = ios/RCTMGL/RCTMGLRasterSourceManager.h; sourceTree = ""; }; - 000000006040 /* RCTMGLRasterSourceManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLRasterSourceManager.m; path = ios/RCTMGL/RCTMGLRasterSourceManager.m; sourceTree = ""; }; - 000000006050 /* RCTMGLShapeSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLShapeSource.h; path = ios/RCTMGL/RCTMGLShapeSource.h; sourceTree = ""; }; - 000000006060 /* RCTMGLShapeSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLShapeSource.m; path = ios/RCTMGL/RCTMGLShapeSource.m; sourceTree = ""; }; - 000000006070 /* RCTMGLShapeSourceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLShapeSourceManager.h; path = ios/RCTMGL/RCTMGLShapeSourceManager.h; sourceTree = ""; }; - 000000006080 /* RCTMGLShapeSourceManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLShapeSourceManager.m; path = ios/RCTMGL/RCTMGLShapeSourceManager.m; sourceTree = ""; }; - 000000006090 /* RCTMGLSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLSource.h; path = ios/RCTMGL/RCTMGLSource.h; sourceTree = ""; }; - 0000000060A0 /* RCTMGLSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLSource.m; path = ios/RCTMGL/RCTMGLSource.m; sourceTree = ""; }; - 0000000060B0 /* RCTMGLStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLStyle.h; path = ios/RCTMGL/RCTMGLStyle.h; sourceTree = ""; }; - 0000000060C0 /* RCTMGLStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLStyle.m; path = ios/RCTMGL/RCTMGLStyle.m; sourceTree = ""; }; - 0000000060D0 /* RCTMGLStyleValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLStyleValue.h; path = ios/RCTMGL/RCTMGLStyleValue.h; sourceTree = ""; }; - 0000000060E0 /* RCTMGLStyleValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLStyleValue.m; path = ios/RCTMGL/RCTMGLStyleValue.m; sourceTree = ""; }; - 0000000060F0 /* RCTMGLSymbolLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLSymbolLayer.h; path = ios/RCTMGL/RCTMGLSymbolLayer.h; sourceTree = ""; }; - 000000006100 /* RCTMGLSymbolLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLSymbolLayer.m; path = ios/RCTMGL/RCTMGLSymbolLayer.m; sourceTree = ""; }; - 000000006110 /* RCTMGLSymbolLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLSymbolLayerManager.h; path = ios/RCTMGL/RCTMGLSymbolLayerManager.h; sourceTree = ""; }; - 000000006120 /* RCTMGLSymbolLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLSymbolLayerManager.m; path = ios/RCTMGL/RCTMGLSymbolLayerManager.m; sourceTree = ""; }; - 000000006130 /* RCTMGLUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLUtils.h; path = ios/RCTMGL/RCTMGLUtils.h; sourceTree = ""; }; - 000000006140 /* RCTMGLUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLUtils.m; path = ios/RCTMGL/RCTMGLUtils.m; sourceTree = ""; }; - 000000006150 /* RCTMGLVectorSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLVectorSource.h; path = ios/RCTMGL/RCTMGLVectorSource.h; sourceTree = ""; }; - 000000006160 /* RCTMGLVectorSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLVectorSource.m; path = ios/RCTMGL/RCTMGLVectorSource.m; sourceTree = ""; }; - 000000006170 /* RCTMGLVectorSourceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLVectorSourceManager.h; path = ios/RCTMGL/RCTMGLVectorSourceManager.h; sourceTree = ""; }; - 000000006180 /* RCTMGLVectorSourceManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLVectorSourceManager.m; path = ios/RCTMGL/RCTMGLVectorSourceManager.m; sourceTree = ""; }; - 000000006190 /* RNMBImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNMBImageUtils.h; path = ios/RCTMGL/RNMBImageUtils.h; sourceTree = ""; }; - 0000000061A0 /* RNMBImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNMBImageUtils.m; path = ios/RCTMGL/RNMBImageUtils.m; sourceTree = ""; }; - 0000000061B0 /* ViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewManager.h; path = ios/RCTMGL/ViewManager.h; sourceTree = ""; }; - 0000000061C0 /* ViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ViewManager.m; path = ios/RCTMGL/ViewManager.m; sourceTree = ""; }; - 0000000061D0 /* TPSCardField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TPSCardField.h; path = ios/TPSStripe/TPSCardField.h; sourceTree = ""; }; - 0000000061E0 /* TPSCardField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TPSCardField.m; path = ios/TPSStripe/TPSCardField.m; sourceTree = ""; }; - 0000000061F0 /* TPSCardFieldManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TPSCardFieldManager.h; path = ios/TPSStripe/TPSCardFieldManager.h; sourceTree = ""; }; - 000000006200 /* TPSCardFieldManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TPSCardFieldManager.m; path = ios/TPSStripe/TPSCardFieldManager.m; sourceTree = ""; }; - 000000006210 /* TPSError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TPSError.h; path = ios/TPSStripe/TPSError.h; sourceTree = ""; }; - 000000006220 /* TPSError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TPSError.m; path = ios/TPSStripe/TPSError.m; sourceTree = ""; }; - 000000006230 /* TPSStripeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TPSStripeManager.h; path = ios/TPSStripe/TPSStripeManager.h; sourceTree = ""; }; - 000000006240 /* TPSStripeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TPSStripeManager.m; path = ios/TPSStripe/TPSStripeManager.m; sourceTree = ""; }; - 000000006250 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; - 000000006260 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; - 000000006270 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; - 000000006280 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; - 000000006290 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - 0000000062A0 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; - 0000000062B0 /* YGFloatOptional.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGFloatOptional.cpp; path = yoga/YGFloatOptional.cpp; sourceTree = ""; }; - 0000000062C0 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; - 0000000062D0 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; - 0000000062E0 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; - 0000000062F0 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; - 000000006300 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; - 000000006310 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - 000000006320 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; - 000000006330 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; - 000000006340 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; - 000000006350 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; - 000000006360 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; - 000000006370 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; - 000000006380 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; - 000000006390 /* EXPBlockDefinedMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPBlockDefinedMatcher.h; path = Expecta/EXPBlockDefinedMatcher.h; sourceTree = ""; }; - 0000000063A0 /* EXPBlockDefinedMatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPBlockDefinedMatcher.m; path = Expecta/EXPBlockDefinedMatcher.m; sourceTree = ""; }; - 0000000063B0 /* EXPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDefines.h; path = Expecta/EXPDefines.h; sourceTree = ""; }; - 0000000063C0 /* EXPDoubleTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDoubleTuple.h; path = Expecta/EXPDoubleTuple.h; sourceTree = ""; }; - 0000000063D0 /* EXPDoubleTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPDoubleTuple.m; path = Expecta/EXPDoubleTuple.m; sourceTree = ""; }; - 0000000063E0 /* Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expecta.h; path = Expecta/Expecta.h; sourceTree = ""; }; - 0000000063F0 /* ExpectaObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaObject.h; path = Expecta/ExpectaObject.h; sourceTree = ""; }; - 000000006400 /* ExpectaObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaObject.m; path = Expecta/ExpectaObject.m; sourceTree = ""; }; - 000000006410 /* ExpectaSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaSupport.h; path = Expecta/ExpectaSupport.h; sourceTree = ""; }; - 000000006420 /* ExpectaSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaSupport.m; path = Expecta/ExpectaSupport.m; sourceTree = ""; }; - 000000006430 /* EXPExpect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPExpect.h; path = Expecta/EXPExpect.h; sourceTree = ""; }; - 000000006440 /* EXPExpect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPExpect.m; path = Expecta/EXPExpect.m; sourceTree = ""; }; - 000000006450 /* EXPFloatTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPFloatTuple.h; path = Expecta/EXPFloatTuple.h; sourceTree = ""; }; - 000000006460 /* EXPFloatTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPFloatTuple.m; path = Expecta/EXPFloatTuple.m; sourceTree = ""; }; - 000000006470 /* EXPMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcher.h; path = Expecta/EXPMatcher.h; sourceTree = ""; }; - 000000006480 /* EXPUnsupportedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPUnsupportedObject.h; path = Expecta/EXPUnsupportedObject.h; sourceTree = ""; }; - 000000006490 /* EXPUnsupportedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPUnsupportedObject.m; path = Expecta/EXPUnsupportedObject.m; sourceTree = ""; }; - 0000000064A0 /* EXPMatcherHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcherHelpers.h; path = Expecta/Matchers/EXPMatcherHelpers.h; sourceTree = ""; }; - 0000000064B0 /* EXPMatcherHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPMatcherHelpers.m; path = Expecta/Matchers/EXPMatcherHelpers.m; sourceTree = ""; }; - 0000000064C0 /* EXPMatchers+beCloseTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beCloseTo.h"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.h"; sourceTree = ""; }; - 0000000064D0 /* EXPMatchers+beCloseTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beCloseTo.m"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.m"; sourceTree = ""; }; - 0000000064E0 /* EXPMatchers+beFalsy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beFalsy.h"; path = "Expecta/Matchers/EXPMatchers+beFalsy.h"; sourceTree = ""; }; - 0000000064F0 /* EXPMatchers+beFalsy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beFalsy.m"; path = "Expecta/Matchers/EXPMatchers+beFalsy.m"; sourceTree = ""; }; - 000000006500 /* EXPMatchers+beginWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beginWith.h"; path = "Expecta/Matchers/EXPMatchers+beginWith.h"; sourceTree = ""; }; - 000000006510 /* EXPMatchers+beginWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beginWith.m"; path = "Expecta/Matchers/EXPMatchers+beginWith.m"; sourceTree = ""; }; - 000000006520 /* EXPMatchers+beGreaterThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThan.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.h"; sourceTree = ""; }; - 000000006530 /* EXPMatchers+beGreaterThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThan.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.m"; sourceTree = ""; }; - 000000006540 /* EXPMatchers+beGreaterThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h"; sourceTree = ""; }; - 000000006550 /* EXPMatchers+beGreaterThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m"; sourceTree = ""; }; - 000000006560 /* EXPMatchers+beIdenticalTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beIdenticalTo.h"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.h"; sourceTree = ""; }; - 000000006570 /* EXPMatchers+beIdenticalTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beIdenticalTo.m"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.m"; sourceTree = ""; }; - 000000006580 /* EXPMatchers+beInstanceOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInstanceOf.h"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.h"; sourceTree = ""; }; - 000000006590 /* EXPMatchers+beInstanceOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInstanceOf.m"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.m"; sourceTree = ""; }; - 0000000065A0 /* EXPMatchers+beInTheRangeOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInTheRangeOf.h"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.h"; sourceTree = ""; }; - 0000000065B0 /* EXPMatchers+beInTheRangeOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInTheRangeOf.m"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.m"; sourceTree = ""; }; - 0000000065C0 /* EXPMatchers+beKindOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beKindOf.h"; path = "Expecta/Matchers/EXPMatchers+beKindOf.h"; sourceTree = ""; }; - 0000000065D0 /* EXPMatchers+beKindOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beKindOf.m"; path = "Expecta/Matchers/EXPMatchers+beKindOf.m"; sourceTree = ""; }; - 0000000065E0 /* EXPMatchers+beLessThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThan.h"; path = "Expecta/Matchers/EXPMatchers+beLessThan.h"; sourceTree = ""; }; - 0000000065F0 /* EXPMatchers+beLessThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThan.m"; path = "Expecta/Matchers/EXPMatchers+beLessThan.m"; sourceTree = ""; }; - 000000006600 /* EXPMatchers+beLessThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h"; sourceTree = ""; }; - 000000006610 /* EXPMatchers+beLessThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m"; sourceTree = ""; }; - 000000006620 /* EXPMatchers+beNil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beNil.h"; path = "Expecta/Matchers/EXPMatchers+beNil.h"; sourceTree = ""; }; - 000000006630 /* EXPMatchers+beNil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beNil.m"; path = "Expecta/Matchers/EXPMatchers+beNil.m"; sourceTree = ""; }; - 000000006640 /* EXPMatchers+beSubclassOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSubclassOf.h"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.h"; sourceTree = ""; }; - 000000006650 /* EXPMatchers+beSubclassOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSubclassOf.m"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.m"; sourceTree = ""; }; - 000000006660 /* EXPMatchers+beSupersetOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSupersetOf.h"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.h"; sourceTree = ""; }; - 000000006670 /* EXPMatchers+beSupersetOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSupersetOf.m"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.m"; sourceTree = ""; }; - 000000006680 /* EXPMatchers+beTruthy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beTruthy.h"; path = "Expecta/Matchers/EXPMatchers+beTruthy.h"; sourceTree = ""; }; - 000000006690 /* EXPMatchers+beTruthy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beTruthy.m"; path = "Expecta/Matchers/EXPMatchers+beTruthy.m"; sourceTree = ""; }; - 0000000066A0 /* EXPMatchers+conformTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+conformTo.h"; path = "Expecta/Matchers/EXPMatchers+conformTo.h"; sourceTree = ""; }; - 0000000066B0 /* EXPMatchers+conformTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+conformTo.m"; path = "Expecta/Matchers/EXPMatchers+conformTo.m"; sourceTree = ""; }; - 0000000066C0 /* EXPMatchers+contain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+contain.h"; path = "Expecta/Matchers/EXPMatchers+contain.h"; sourceTree = ""; }; - 0000000066D0 /* EXPMatchers+contain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+contain.m"; path = "Expecta/Matchers/EXPMatchers+contain.m"; sourceTree = ""; }; - 0000000066E0 /* EXPMatchers+endWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+endWith.h"; path = "Expecta/Matchers/EXPMatchers+endWith.h"; sourceTree = ""; }; - 0000000066F0 /* EXPMatchers+endWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+endWith.m"; path = "Expecta/Matchers/EXPMatchers+endWith.m"; sourceTree = ""; }; - 000000006700 /* EXPMatchers+equal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+equal.h"; path = "Expecta/Matchers/EXPMatchers+equal.h"; sourceTree = ""; }; - 000000006710 /* EXPMatchers+equal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+equal.m"; path = "Expecta/Matchers/EXPMatchers+equal.m"; sourceTree = ""; }; - 000000006720 /* EXPMatchers+haveCountOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+haveCountOf.h"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.h"; sourceTree = ""; }; - 000000006730 /* EXPMatchers+haveCountOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+haveCountOf.m"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.m"; sourceTree = ""; }; - 000000006740 /* EXPMatchers+match.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+match.h"; path = "Expecta/Matchers/EXPMatchers+match.h"; sourceTree = ""; }; - 000000006750 /* EXPMatchers+match.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+match.m"; path = "Expecta/Matchers/EXPMatchers+match.m"; sourceTree = ""; }; - 000000006760 /* EXPMatchers+postNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+postNotification.h"; path = "Expecta/Matchers/EXPMatchers+postNotification.h"; sourceTree = ""; }; - 000000006770 /* EXPMatchers+postNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+postNotification.m"; path = "Expecta/Matchers/EXPMatchers+postNotification.m"; sourceTree = ""; }; - 000000006780 /* EXPMatchers+raise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raise.h"; path = "Expecta/Matchers/EXPMatchers+raise.h"; sourceTree = ""; }; - 000000006790 /* EXPMatchers+raise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raise.m"; path = "Expecta/Matchers/EXPMatchers+raise.m"; sourceTree = ""; }; - 0000000067A0 /* EXPMatchers+raiseWithReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raiseWithReason.h"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.h"; sourceTree = ""; }; - 0000000067B0 /* EXPMatchers+raiseWithReason.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raiseWithReason.m"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.m"; sourceTree = ""; }; - 0000000067C0 /* EXPMatchers+respondTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+respondTo.h"; path = "Expecta/Matchers/EXPMatchers+respondTo.h"; sourceTree = ""; }; - 0000000067D0 /* EXPMatchers+respondTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+respondTo.m"; path = "Expecta/Matchers/EXPMatchers+respondTo.m"; sourceTree = ""; }; - 0000000067E0 /* EXPMatchers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatchers.h; path = Expecta/Matchers/EXPMatchers.h; sourceTree = ""; }; - 0000000067F0 /* NSObject+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+Expecta.h"; path = "Expecta/NSObject+Expecta.h"; sourceTree = ""; }; - 000000006800 /* NSValue+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSValue+Expecta.h"; path = "Expecta/NSValue+Expecta.h"; sourceTree = ""; }; - 000000006810 /* NSValue+Expecta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSValue+Expecta.m"; path = "Expecta/NSValue+Expecta.m"; sourceTree = ""; }; - 000000006830 /* UIApplication+StrictKeyWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+StrictKeyWindow.h"; path = "FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h"; sourceTree = ""; }; - 000000006840 /* UIApplication+StrictKeyWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+StrictKeyWindow.m"; path = "FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m"; sourceTree = ""; }; - 000000006850 /* UIImage+Compare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Compare.h"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.h"; sourceTree = ""; }; - 000000006860 /* UIImage+Compare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Compare.m"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.m"; sourceTree = ""; }; - 000000006870 /* UIImage+Diff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Diff.h"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.h"; sourceTree = ""; }; - 000000006880 /* UIImage+Diff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Diff.m"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.m"; sourceTree = ""; }; - 000000006890 /* UIImage+Snapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Snapshot.h"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"; sourceTree = ""; }; - 0000000068A0 /* UIImage+Snapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Snapshot.m"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.m"; sourceTree = ""; }; - 0000000068B0 /* FBSnapshotTestCase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCase.h; path = FBSnapshotTestCase/FBSnapshotTestCase.h; sourceTree = ""; }; - 0000000068C0 /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = ""; }; - 0000000068D0 /* FBSnapshotTestCasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCasePlatform.h; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.h; sourceTree = ""; }; - 0000000068E0 /* FBSnapshotTestCasePlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCasePlatform.m; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.m; sourceTree = ""; }; - 0000000068F0 /* FBSnapshotTestController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestController.h; path = FBSnapshotTestCase/FBSnapshotTestController.h; sourceTree = ""; }; - 000000006900 /* FBSnapshotTestController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestController.m; path = FBSnapshotTestCase/FBSnapshotTestController.m; sourceTree = ""; }; - 000000006920 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = FBSnapshotTestCase/SwiftSupport.swift; sourceTree = ""; }; - 000000006930 /* Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Specta.h; path = Specta/Specta/Specta.h; sourceTree = ""; }; - 000000006940 /* SpectaDSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaDSL.h; path = Specta/Specta/SpectaDSL.h; sourceTree = ""; }; - 000000006950 /* SpectaDSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaDSL.m; path = Specta/Specta/SpectaDSL.m; sourceTree = ""; }; - 000000006960 /* SpectaTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaTypes.h; path = Specta/Specta/SpectaTypes.h; sourceTree = ""; }; - 000000006970 /* SpectaUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaUtility.h; path = Specta/Specta/SpectaUtility.h; sourceTree = ""; }; - 000000006980 /* SpectaUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaUtility.m; path = Specta/Specta/SpectaUtility.m; sourceTree = ""; }; - 000000006990 /* SPTCallSite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCallSite.h; path = Specta/Specta/SPTCallSite.h; sourceTree = ""; }; - 0000000069A0 /* SPTCallSite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCallSite.m; path = Specta/Specta/SPTCallSite.m; sourceTree = ""; }; - 0000000069B0 /* SPTCompiledExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCompiledExample.h; path = Specta/Specta/SPTCompiledExample.h; sourceTree = ""; }; - 0000000069C0 /* SPTCompiledExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCompiledExample.m; path = Specta/Specta/SPTCompiledExample.m; sourceTree = ""; }; - 0000000069D0 /* SPTExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExample.h; path = Specta/Specta/SPTExample.h; sourceTree = ""; }; - 0000000069E0 /* SPTExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExample.m; path = Specta/Specta/SPTExample.m; sourceTree = ""; }; - 0000000069F0 /* SPTExampleGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExampleGroup.h; path = Specta/Specta/SPTExampleGroup.h; sourceTree = ""; }; - 000000006A00 /* SPTExampleGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExampleGroup.m; path = Specta/Specta/SPTExampleGroup.m; sourceTree = ""; }; - 000000006A10 /* SPTExcludeGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExcludeGlobalBeforeAfterEach.h; path = Specta/Specta/SPTExcludeGlobalBeforeAfterEach.h; sourceTree = ""; }; - 000000006A20 /* SPTGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTGlobalBeforeAfterEach.h; path = Specta/Specta/SPTGlobalBeforeAfterEach.h; sourceTree = ""; }; - 000000006A30 /* SPTSharedExampleGroups.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSharedExampleGroups.h; path = Specta/Specta/SPTSharedExampleGroups.h; sourceTree = ""; }; - 000000006A40 /* SPTSharedExampleGroups.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSharedExampleGroups.m; path = Specta/Specta/SPTSharedExampleGroups.m; sourceTree = ""; }; - 000000006A50 /* SPTSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSpec.h; path = Specta/Specta/SPTSpec.h; sourceTree = ""; }; - 000000006A60 /* SPTSpec.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSpec.m; path = Specta/Specta/SPTSpec.m; sourceTree = ""; }; - 000000006A70 /* SPTTestSuite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTTestSuite.h; path = Specta/Specta/SPTTestSuite.h; sourceTree = ""; }; - 000000006A80 /* SPTTestSuite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTTestSuite.m; path = Specta/Specta/SPTTestSuite.m; sourceTree = ""; }; - 000000006A90 /* XCTest+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTest+Private.h"; path = "Specta/Specta/XCTest+Private.h"; sourceTree = ""; }; - 000000006AA0 /* XCTestCase+Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTestCase+Specta.h"; path = "Specta/Specta/XCTestCase+Specta.h"; sourceTree = ""; }; - 000000006AB0 /* XCTestCase+Specta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestCase+Specta.m"; path = "Specta/Specta/XCTestCase+Specta.m"; sourceTree = ""; }; - 000000006AD0 /* Mapbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Mapbox.framework; path = ios/Mapbox.framework; sourceTree = ""; }; - 000000006AF0 /* AGaramondPro-Bold.otf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "AGaramondPro-Bold.otf"; path = "Pod/Assets/AGaramondPro-Bold.otf"; sourceTree = ""; }; - 000000006B00 /* AGaramondPro-BoldItalic.otf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "AGaramondPro-BoldItalic.otf"; path = "Pod/Assets/AGaramondPro-BoldItalic.otf"; sourceTree = ""; }; - 000000006B10 /* AGaramondPro-Italic.otf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "AGaramondPro-Italic.otf"; path = "Pod/Assets/AGaramondPro-Italic.otf"; sourceTree = ""; }; - 000000006B20 /* AGaramondPro-Regular.otf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "AGaramondPro-Regular.otf"; path = "Pod/Assets/AGaramondPro-Regular.otf"; sourceTree = ""; }; - 000000006B30 /* AGaramondPro-Semibold.otf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "AGaramondPro-Semibold.otf"; path = "Pod/Assets/AGaramondPro-Semibold.otf"; sourceTree = ""; }; - 000000006B40 /* AVG65lig.otf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = AVG65lig.otf; path = Pod/Assets/AVG65lig.otf; sourceTree = ""; }; - 000000006B50 /* Unica77LL-Italic.otf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "Unica77LL-Italic.otf"; path = "Pod/Assets/Unica77LL-Italic.otf"; sourceTree = ""; }; - 000000006B60 /* Unica77LL-Medium.otf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "Unica77LL-Medium.otf"; path = "Pod/Assets/Unica77LL-Medium.otf"; sourceTree = ""; }; - 000000006B70 /* Unica77LL-MediumItalic.otf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "Unica77LL-MediumItalic.otf"; path = "Pod/Assets/Unica77LL-MediumItalic.otf"; sourceTree = ""; }; - 000000006B80 /* Unica77LL-Regular.otf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "Unica77LL-Regular.otf"; path = "Pod/Assets/Unica77LL-Regular.otf"; sourceTree = ""; }; - 000000006BA0 /* Emission.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = Emission.js; path = Pod/Assets/Emission.js; sourceTree = ""; }; - 000000006BB0 /* assets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = assets; path = Pod/Assets/assets; sourceTree = ""; }; - 000000006BD0 /* ARLoadFailureRetryIcon@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ARLoadFailureRetryIcon@2x.png"; path = "Extraction/Assets/ARLoadFailureRetryIcon@2x.png"; sourceTree = ""; }; - 000000006BF0 /* SAMKeychain.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = SAMKeychain.bundle; path = Support/SAMKeychain.bundle; sourceTree = ""; }; - 000000006C10 /* stp_card_amex.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_amex.png; path = Stripe/Resources/Images/stp_card_amex.png; sourceTree = ""; }; - 000000006C20 /* stp_card_amex@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_amex@2x.png"; path = "Stripe/Resources/Images/stp_card_amex@2x.png"; sourceTree = ""; }; - 000000006C30 /* stp_card_amex@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_amex@3x.png"; path = "Stripe/Resources/Images/stp_card_amex@3x.png"; sourceTree = ""; }; - 000000006C40 /* stp_card_amex_template.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_amex_template.png; path = Stripe/Resources/Images/stp_card_amex_template.png; sourceTree = ""; }; - 000000006C50 /* stp_card_amex_template@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_amex_template@2x.png"; path = "Stripe/Resources/Images/stp_card_amex_template@2x.png"; sourceTree = ""; }; - 000000006C60 /* stp_card_amex_template@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_amex_template@3x.png"; path = "Stripe/Resources/Images/stp_card_amex_template@3x.png"; sourceTree = ""; }; - 000000006C70 /* stp_card_applepay.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_applepay.png; path = Stripe/Resources/Images/stp_card_applepay.png; sourceTree = ""; }; - 000000006C80 /* stp_card_applepay@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_applepay@2x.png"; path = "Stripe/Resources/Images/stp_card_applepay@2x.png"; sourceTree = ""; }; - 000000006C90 /* stp_card_applepay@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_applepay@3x.png"; path = "Stripe/Resources/Images/stp_card_applepay@3x.png"; sourceTree = ""; }; - 000000006CA0 /* stp_card_cvc.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_cvc.png; path = Stripe/Resources/Images/stp_card_cvc.png; sourceTree = ""; }; - 000000006CB0 /* stp_card_cvc@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_cvc@2x.png"; path = "Stripe/Resources/Images/stp_card_cvc@2x.png"; sourceTree = ""; }; - 000000006CC0 /* stp_card_cvc@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_cvc@3x.png"; path = "Stripe/Resources/Images/stp_card_cvc@3x.png"; sourceTree = ""; }; - 000000006CD0 /* stp_card_cvc_amex.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_cvc_amex.png; path = Stripe/Resources/Images/stp_card_cvc_amex.png; sourceTree = ""; }; - 000000006CE0 /* stp_card_cvc_amex@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_cvc_amex@2x.png"; path = "Stripe/Resources/Images/stp_card_cvc_amex@2x.png"; sourceTree = ""; }; - 000000006CF0 /* stp_card_cvc_amex@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_cvc_amex@3x.png"; path = "Stripe/Resources/Images/stp_card_cvc_amex@3x.png"; sourceTree = ""; }; - 000000006D00 /* stp_card_diners.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_diners.png; path = Stripe/Resources/Images/stp_card_diners.png; sourceTree = ""; }; - 000000006D10 /* stp_card_diners@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_diners@2x.png"; path = "Stripe/Resources/Images/stp_card_diners@2x.png"; sourceTree = ""; }; - 000000006D20 /* stp_card_diners@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_diners@3x.png"; path = "Stripe/Resources/Images/stp_card_diners@3x.png"; sourceTree = ""; }; - 000000006D30 /* stp_card_diners_template.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_diners_template.png; path = Stripe/Resources/Images/stp_card_diners_template.png; sourceTree = ""; }; - 000000006D40 /* stp_card_diners_template@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_diners_template@2x.png"; path = "Stripe/Resources/Images/stp_card_diners_template@2x.png"; sourceTree = ""; }; - 000000006D50 /* stp_card_diners_template@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_diners_template@3x.png"; path = "Stripe/Resources/Images/stp_card_diners_template@3x.png"; sourceTree = ""; }; - 000000006D60 /* stp_card_discover.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_discover.png; path = Stripe/Resources/Images/stp_card_discover.png; sourceTree = ""; }; - 000000006D70 /* stp_card_discover@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_discover@2x.png"; path = "Stripe/Resources/Images/stp_card_discover@2x.png"; sourceTree = ""; }; - 000000006D80 /* stp_card_discover@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_discover@3x.png"; path = "Stripe/Resources/Images/stp_card_discover@3x.png"; sourceTree = ""; }; - 000000006D90 /* stp_card_discover_template.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_discover_template.png; path = Stripe/Resources/Images/stp_card_discover_template.png; sourceTree = ""; }; - 000000006DA0 /* stp_card_discover_template@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_discover_template@2x.png"; path = "Stripe/Resources/Images/stp_card_discover_template@2x.png"; sourceTree = ""; }; - 000000006DB0 /* stp_card_discover_template@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_discover_template@3x.png"; path = "Stripe/Resources/Images/stp_card_discover_template@3x.png"; sourceTree = ""; }; - 000000006DC0 /* stp_card_error.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_error.png; path = Stripe/Resources/Images/stp_card_error.png; sourceTree = ""; }; - 000000006DD0 /* stp_card_error@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_error@2x.png"; path = "Stripe/Resources/Images/stp_card_error@2x.png"; sourceTree = ""; }; - 000000006DE0 /* stp_card_error@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_error@3x.png"; path = "Stripe/Resources/Images/stp_card_error@3x.png"; sourceTree = ""; }; - 000000006DF0 /* stp_card_error_amex.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_error_amex.png; path = Stripe/Resources/Images/stp_card_error_amex.png; sourceTree = ""; }; - 000000006E00 /* stp_card_error_amex@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_error_amex@2x.png"; path = "Stripe/Resources/Images/stp_card_error_amex@2x.png"; sourceTree = ""; }; - 000000006E10 /* stp_card_error_amex@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_error_amex@3x.png"; path = "Stripe/Resources/Images/stp_card_error_amex@3x.png"; sourceTree = ""; }; - 000000006E20 /* stp_card_form_back.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_form_back.png; path = Stripe/Resources/Images/stp_card_form_back.png; sourceTree = ""; }; - 000000006E30 /* stp_card_form_back@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_form_back@2x.png"; path = "Stripe/Resources/Images/stp_card_form_back@2x.png"; sourceTree = ""; }; - 000000006E40 /* stp_card_form_back@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_form_back@3x.png"; path = "Stripe/Resources/Images/stp_card_form_back@3x.png"; sourceTree = ""; }; - 000000006E50 /* stp_card_form_front.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_form_front.png; path = Stripe/Resources/Images/stp_card_form_front.png; sourceTree = ""; }; - 000000006E60 /* stp_card_form_front@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_form_front@2x.png"; path = "Stripe/Resources/Images/stp_card_form_front@2x.png"; sourceTree = ""; }; - 000000006E70 /* stp_card_form_front@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_form_front@3x.png"; path = "Stripe/Resources/Images/stp_card_form_front@3x.png"; sourceTree = ""; }; - 000000006E80 /* stp_card_jcb.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_jcb.png; path = Stripe/Resources/Images/stp_card_jcb.png; sourceTree = ""; }; - 000000006E90 /* stp_card_jcb@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_jcb@2x.png"; path = "Stripe/Resources/Images/stp_card_jcb@2x.png"; sourceTree = ""; }; - 000000006EA0 /* stp_card_jcb@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_jcb@3x.png"; path = "Stripe/Resources/Images/stp_card_jcb@3x.png"; sourceTree = ""; }; - 000000006EB0 /* stp_card_jcb_template.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_jcb_template.png; path = Stripe/Resources/Images/stp_card_jcb_template.png; sourceTree = ""; }; - 000000006EC0 /* stp_card_jcb_template@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_jcb_template@2x.png"; path = "Stripe/Resources/Images/stp_card_jcb_template@2x.png"; sourceTree = ""; }; - 000000006ED0 /* stp_card_jcb_template@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_jcb_template@3x.png"; path = "Stripe/Resources/Images/stp_card_jcb_template@3x.png"; sourceTree = ""; }; - 000000006EE0 /* stp_card_mastercard.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_mastercard.png; path = Stripe/Resources/Images/stp_card_mastercard.png; sourceTree = ""; }; - 000000006EF0 /* stp_card_mastercard@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_mastercard@2x.png"; path = "Stripe/Resources/Images/stp_card_mastercard@2x.png"; sourceTree = ""; }; - 000000006F00 /* stp_card_mastercard@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_mastercard@3x.png"; path = "Stripe/Resources/Images/stp_card_mastercard@3x.png"; sourceTree = ""; }; - 000000006F10 /* stp_card_mastercard_template.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_mastercard_template.png; path = Stripe/Resources/Images/stp_card_mastercard_template.png; sourceTree = ""; }; - 000000006F20 /* stp_card_mastercard_template@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_mastercard_template@2x.png"; path = "Stripe/Resources/Images/stp_card_mastercard_template@2x.png"; sourceTree = ""; }; - 000000006F30 /* stp_card_mastercard_template@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_mastercard_template@3x.png"; path = "Stripe/Resources/Images/stp_card_mastercard_template@3x.png"; sourceTree = ""; }; - 000000006F40 /* stp_card_unknown.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_unknown.png; path = Stripe/Resources/Images/stp_card_unknown.png; sourceTree = ""; }; - 000000006F50 /* stp_card_unknown@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_unknown@2x.png"; path = "Stripe/Resources/Images/stp_card_unknown@2x.png"; sourceTree = ""; }; - 000000006F60 /* stp_card_unknown@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_unknown@3x.png"; path = "Stripe/Resources/Images/stp_card_unknown@3x.png"; sourceTree = ""; }; - 000000006F70 /* stp_card_visa.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_visa.png; path = Stripe/Resources/Images/stp_card_visa.png; sourceTree = ""; }; - 000000006F80 /* stp_card_visa@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_visa@2x.png"; path = "Stripe/Resources/Images/stp_card_visa@2x.png"; sourceTree = ""; }; - 000000006F90 /* stp_card_visa@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_visa@3x.png"; path = "Stripe/Resources/Images/stp_card_visa@3x.png"; sourceTree = ""; }; - 000000006FA0 /* stp_card_visa_template.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_visa_template.png; path = Stripe/Resources/Images/stp_card_visa_template.png; sourceTree = ""; }; - 000000006FB0 /* stp_card_visa_template@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_visa_template@2x.png"; path = "Stripe/Resources/Images/stp_card_visa_template@2x.png"; sourceTree = ""; }; - 000000006FC0 /* stp_card_visa_template@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_visa_template@3x.png"; path = "Stripe/Resources/Images/stp_card_visa_template@3x.png"; sourceTree = ""; }; - 000000006FD0 /* stp_icon_add.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_icon_add.png; path = Stripe/Resources/Images/stp_icon_add.png; sourceTree = ""; }; - 000000006FE0 /* stp_icon_add@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_icon_add@2x.png"; path = "Stripe/Resources/Images/stp_icon_add@2x.png"; sourceTree = ""; }; - 000000006FF0 /* stp_icon_add@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_icon_add@3x.png"; path = "Stripe/Resources/Images/stp_icon_add@3x.png"; sourceTree = ""; }; - 000000007000 /* stp_icon_checkmark.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_icon_checkmark.png; path = Stripe/Resources/Images/stp_icon_checkmark.png; sourceTree = ""; }; - 000000007010 /* stp_icon_checkmark@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_icon_checkmark@2x.png"; path = "Stripe/Resources/Images/stp_icon_checkmark@2x.png"; sourceTree = ""; }; - 000000007020 /* stp_icon_checkmark@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_icon_checkmark@3x.png"; path = "Stripe/Resources/Images/stp_icon_checkmark@3x.png"; sourceTree = ""; }; - 000000007030 /* stp_icon_chevron_left.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_icon_chevron_left.png; path = Stripe/Resources/Images/stp_icon_chevron_left.png; sourceTree = ""; }; - 000000007040 /* stp_icon_chevron_left@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_icon_chevron_left@2x.png"; path = "Stripe/Resources/Images/stp_icon_chevron_left@2x.png"; sourceTree = ""; }; - 000000007050 /* stp_icon_chevron_left@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_icon_chevron_left@3x.png"; path = "Stripe/Resources/Images/stp_icon_chevron_left@3x.png"; sourceTree = ""; }; - 000000007060 /* stp_shipping_form.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_shipping_form.png; path = Stripe/Resources/Images/stp_shipping_form.png; sourceTree = ""; }; - 000000007070 /* stp_shipping_form@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_shipping_form@2x.png"; path = "Stripe/Resources/Images/stp_shipping_form@2x.png"; sourceTree = ""; }; - 000000007080 /* stp_shipping_form@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_shipping_form@3x.png"; path = "Stripe/Resources/Images/stp_shipping_form@3x.png"; sourceTree = ""; }; - 000000007090 /* stp_test_upload_image.jpeg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.jpeg; name = stp_test_upload_image.jpeg; path = Stripe/Resources/Images/stp_test_upload_image.jpeg; sourceTree = ""; }; - 0000000070B0 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = de.lproj/Localizable.strings; sourceTree = ""; }; - 0000000070C0 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = en.lproj/Localizable.strings; sourceTree = ""; }; - 0000000070D0 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = es.lproj/Localizable.strings; sourceTree = ""; }; - 0000000070E0 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = fr.lproj/Localizable.strings; sourceTree = ""; }; - 0000000070F0 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = it.lproj/Localizable.strings; sourceTree = ""; }; - 000000007100 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = ja.lproj/Localizable.strings; sourceTree = ""; }; - 000000007110 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = nl.lproj/Localizable.strings; sourceTree = ""; }; - 000000007120 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = ""; }; - 000000007130 /* Images */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = Images; path = Stripe/Resources/Images; sourceTree = ""; }; - 000000007140 /* Localizations */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; name = Localizations; path = Stripe/Resources/Localizations; sourceTree = ""; }; - 000000007160 /* Emission.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = Emission.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 000000007170 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 000000007180 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 000000007190 /* adding_a_lab_option.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = adding_a_lab_option.md; path = docs/adding_a_lab_option.md; sourceTree = ""; }; - 0000000071A0 /* adding_new_components.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = adding_new_components.md; path = docs/adding_new_components.md; sourceTree = ""; }; - 0000000071B0 /* adding_new_keys.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = adding_new_keys.md; path = docs/adding_new_keys.md; sourceTree = ""; }; - 0000000071C0 /* choose-theme.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "choose-theme.png"; path = "docs/choose-theme.png"; sourceTree = ""; }; - 0000000071D0 /* debugging.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = debugging.md; path = docs/debugging.md; sourceTree = ""; }; - 0000000071E0 /* map_to_emission.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = map_to_emission.md; path = docs/map_to_emission.md; sourceTree = ""; }; - 0000000071F0 /* running-emission-in-eigen.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = "running-emission-in-eigen.md"; path = "docs/running-emission-in-eigen.md"; sourceTree = ""; }; - 000000007200 /* running_on_device.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = running_on_device.md; path = docs/running_on_device.md; sourceTree = ""; }; - 000000007210 /* troubleshooting.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = troubleshooting.md; path = docs/troubleshooting.md; sourceTree = ""; }; - 000000007220 /* using_the_beta.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = using_the_beta.md; path = docs/using_the_beta.md; sourceTree = ""; }; - 000000007230 /* vscode.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = vscode.md; path = docs/vscode.md; sourceTree = ""; }; - 000000007240 /* welcome-to-beta.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = "welcome-to-beta.md"; path = "docs/welcome-to-beta.md"; sourceTree = ""; }; - 000000007260 /* Keys.podspec.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; path = Keys.podspec.json; sourceTree = ""; }; - 000000007280 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 000000007290 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 0000000072A0 /* RNSVG.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = RNSVG.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0000000072C0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 0000000072D0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 0000000072E0 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 000000007300 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = ""; }; - 000000007310 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 000000007320 /* SentryReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = SentryReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 000000007340 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = ""; }; - 000000007350 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 000000007360 /* BackgroundLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = BackgroundLayer.md; path = docs/BackgroundLayer.md; sourceTree = ""; }; - 000000007370 /* Callout.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = Callout.md; path = docs/Callout.md; sourceTree = ""; }; - 000000007380 /* CircleLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = CircleLayer.md; path = docs/CircleLayer.md; sourceTree = ""; }; - 000000007390 /* FillExtrusionLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = FillExtrusionLayer.md; path = docs/FillExtrusionLayer.md; sourceTree = ""; }; - 0000000073A0 /* FillLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = FillLayer.md; path = docs/FillLayer.md; sourceTree = ""; }; - 0000000073B0 /* ImageSource.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = ImageSource.md; path = docs/ImageSource.md; sourceTree = ""; }; - 0000000073C0 /* Light.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = Light.md; path = docs/Light.md; sourceTree = ""; }; - 0000000073D0 /* LineLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = LineLayer.md; path = docs/LineLayer.md; sourceTree = ""; }; - 0000000073E0 /* MapView.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = MapView.md; path = docs/MapView.md; sourceTree = ""; }; - 0000000073F0 /* OfflineManager.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = OfflineManager.md; path = docs/OfflineManager.md; sourceTree = ""; }; - 000000007400 /* PointAnnotation.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = PointAnnotation.md; path = docs/PointAnnotation.md; sourceTree = ""; }; - 000000007410 /* RasterLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = RasterLayer.md; path = docs/RasterLayer.md; sourceTree = ""; }; - 000000007420 /* RasterSource.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = RasterSource.md; path = docs/RasterSource.md; sourceTree = ""; }; - 000000007430 /* ShapeSource.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = ShapeSource.md; path = docs/ShapeSource.md; sourceTree = ""; }; - 000000007440 /* StyleSheet.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = StyleSheet.md; path = docs/StyleSheet.md; sourceTree = ""; }; - 000000007450 /* SymbolLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = SymbolLayer.md; path = docs/SymbolLayer.md; sourceTree = ""; }; - 000000007460 /* VectorSource.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = VectorSource.md; path = docs/VectorSource.md; sourceTree = ""; }; - 000000007470 /* docs.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = docs.json; path = docs/docs.json; sourceTree = ""; }; - 000000007480 /* snapshotManager.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = snapshotManager.md; path = docs/snapshotManager.md; sourceTree = ""; }; - 000000007490 /* react-native-mapbox-gl.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = "react-native-mapbox-gl.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0000000074B0 /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 000000007510 /* libARGenericTableViewController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libARGenericTableViewController.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0000000075E0 /* ARGenericTableViewController.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ARGenericTableViewController.xcconfig; sourceTree = ""; }; - 0000000075F0 /* ARGenericTableViewController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ARGenericTableViewController-prefix.pch"; sourceTree = ""; }; - 000000007600 /* ARGenericTableViewController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ARGenericTableViewController-dummy.m"; sourceTree = ""; }; - 000000007670 /* libArtsy+Authentication.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libArtsy+Authentication.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 000000007790 /* Artsy+Authentication.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Artsy+Authentication.xcconfig"; sourceTree = ""; }; - 0000000077A0 /* Artsy+Authentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Artsy+Authentication-prefix.pch"; sourceTree = ""; }; - 0000000077B0 /* Artsy+Authentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Artsy+Authentication-dummy.m"; sourceTree = ""; }; - 000000007820 /* libArtsy+UIColors.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libArtsy+UIColors.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 0000000078B0 /* Artsy+UIColors.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Artsy+UIColors.xcconfig"; sourceTree = ""; }; - 0000000078C0 /* Artsy+UIColors-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Artsy+UIColors-prefix.pch"; sourceTree = ""; }; - 0000000078D0 /* Artsy+UIColors-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Artsy+UIColors-dummy.m"; sourceTree = ""; }; - 000000007940 /* libArtsy+UIFonts.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libArtsy+UIFonts.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 0000000079B0 /* Artsy+UIFonts.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Artsy+UIFonts.xcconfig"; sourceTree = ""; }; - 0000000079C0 /* Artsy+UIFonts-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Artsy+UIFonts-prefix.pch"; sourceTree = ""; }; - 0000000079D0 /* Artsy+UIFonts-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Artsy+UIFonts-dummy.m"; sourceTree = ""; }; - 000000007A40 /* libArtsy-UIButtons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libArtsy-UIButtons.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 000000007AB0 /* Artsy-UIButtons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Artsy-UIButtons.xcconfig"; sourceTree = ""; }; - 000000007AC0 /* Artsy-UIButtons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Artsy-UIButtons-prefix.pch"; sourceTree = ""; }; - 000000007AD0 /* Artsy-UIButtons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Artsy-UIButtons-dummy.m"; sourceTree = ""; }; - 000000007B40 /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 000000007CB0 /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; - 000000007CC0 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - 000000007CD0 /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; - 000000007D40 /* libEmission.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libEmission.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 000000008470 /* Emission.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Emission.xcconfig; sourceTree = ""; }; - 000000008480 /* Emission-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Emission-prefix.pch"; sourceTree = ""; }; - 000000008490 /* Emission-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Emission-dummy.m"; sourceTree = ""; }; - 000000008500 /* libExpecta.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libExpecta.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0000000089E0 /* Expecta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Expecta.xcconfig; sourceTree = ""; }; - 0000000089F0 /* Expecta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-prefix.pch"; sourceTree = ""; }; - 000000008A00 /* Expecta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta-dummy.m"; sourceTree = ""; }; - 000000008A70 /* libExtraction.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libExtraction.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 000000008B80 /* Extraction.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Extraction.xcconfig; sourceTree = ""; }; - 000000008B90 /* Extraction-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Extraction-prefix.pch"; sourceTree = ""; }; - 000000008BA0 /* Extraction-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Extraction-dummy.m"; sourceTree = ""; }; - 000000008C10 /* libFBSnapshotTestCase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFBSnapshotTestCase.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 000000008D50 /* FBSnapshotTestCase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSnapshotTestCase.xcconfig; sourceTree = ""; }; - 000000008D60 /* FBSnapshotTestCase.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FBSnapshotTestCase.modulemap; sourceTree = ""; }; - 000000008D70 /* FBSnapshotTestCase-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-umbrella.h"; sourceTree = ""; }; - 000000008DA0 /* FBSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-prefix.pch"; sourceTree = ""; }; - 000000008DB0 /* FBSnapshotTestCase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSnapshotTestCase-dummy.m"; sourceTree = ""; }; - 000000008E20 /* libFLKAutoLayout.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFLKAutoLayout.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 000000008F60 /* FLKAutoLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FLKAutoLayout.xcconfig; sourceTree = ""; }; - 000000008F70 /* FLKAutoLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FLKAutoLayout-prefix.pch"; sourceTree = ""; }; - 000000008F80 /* FLKAutoLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FLKAutoLayout-dummy.m"; sourceTree = ""; }; - 000000008FF0 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0000000090D0 /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; - 0000000090E0 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; - 0000000090F0 /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; - 000000009160 /* libISO8601DateFormatter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libISO8601DateFormatter.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 0000000091D0 /* ISO8601DateFormatter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ISO8601DateFormatter.xcconfig; sourceTree = ""; }; - 0000000091E0 /* ISO8601DateFormatter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ISO8601DateFormatter-prefix.pch"; sourceTree = ""; }; - 0000000091F0 /* ISO8601DateFormatter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ISO8601DateFormatter-dummy.m"; sourceTree = ""; }; - 000000009260 /* libKSCrash.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libKSCrash.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 000000009AB0 /* KSCrash.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KSCrash.xcconfig; sourceTree = ""; }; - 000000009AC0 /* KSCrash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KSCrash-prefix.pch"; sourceTree = ""; }; - 000000009AD0 /* KSCrash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KSCrash-dummy.m"; sourceTree = ""; }; - 000000009B40 /* libKeys.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libKeys.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 000000009BB0 /* Keys.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Keys.xcconfig; sourceTree = ""; }; - 000000009BC0 /* Keys-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Keys-prefix.pch"; sourceTree = ""; }; - 000000009BD0 /* Keys-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Keys-dummy.m"; sourceTree = ""; }; - 000000009C40 /* libNSURL+QueryDictionary.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libNSURL+QueryDictionary.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 000000009CB0 /* NSURL+QueryDictionary.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "NSURL+QueryDictionary.xcconfig"; sourceTree = ""; }; - 000000009CC0 /* NSURL+QueryDictionary-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSURL+QueryDictionary-prefix.pch"; sourceTree = ""; }; - 000000009CD0 /* NSURL+QueryDictionary-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSURL+QueryDictionary-dummy.m"; sourceTree = ""; }; - 000000009D40 /* libORStackView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libORStackView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 000000009E30 /* ORStackView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ORStackView.xcconfig; sourceTree = ""; }; - 000000009E40 /* ORStackView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ORStackView-prefix.pch"; sourceTree = ""; }; - 000000009E50 /* ORStackView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ORStackView-dummy.m"; sourceTree = ""; }; - 000000009EC0 /* libPulley.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPulley.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 000000009F50 /* Pulley.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pulley.xcconfig; sourceTree = ""; }; - 000000009F60 /* Pulley.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Pulley.modulemap; sourceTree = ""; }; - 000000009F70 /* Pulley-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pulley-umbrella.h"; sourceTree = ""; }; - 000000009FA0 /* Pulley-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pulley-prefix.pch"; sourceTree = ""; }; - 000000009FB0 /* Pulley-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pulley-dummy.m"; sourceTree = ""; }; - 00000000A020 /* libRNSVG.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNSVG.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000A7C0 /* RNSVG.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNSVG.xcconfig; sourceTree = ""; }; - 00000000A7D0 /* RNSVG-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNSVG-prefix.pch"; sourceTree = ""; }; - 00000000A7E0 /* RNSVG-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNSVG-dummy.m"; sourceTree = ""; }; - 00000000A850 /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000C9F0 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; - 00000000CA00 /* React-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-prefix.pch"; sourceTree = ""; }; - 00000000CA10 /* React-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-dummy.m"; sourceTree = ""; }; - 00000000CA80 /* libSAMKeychain.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSAMKeychain.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000CB10 /* SAMKeychain.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SAMKeychain.xcconfig; sourceTree = ""; }; - 00000000CB20 /* SAMKeychain-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SAMKeychain-prefix.pch"; sourceTree = ""; }; - 00000000CB30 /* SAMKeychain-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SAMKeychain-dummy.m"; sourceTree = ""; }; - 00000000CBA0 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000CDC0 /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; - 00000000CDD0 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - 00000000CDE0 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - 00000000CE50 /* libSentry.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSentry.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000D280 /* Sentry.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Sentry.xcconfig; sourceTree = ""; }; - 00000000D290 /* Sentry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Sentry-prefix.pch"; sourceTree = ""; }; - 00000000D2A0 /* Sentry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Sentry-dummy.m"; sourceTree = ""; }; - 00000000D310 /* libSentryReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSentryReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000D3A0 /* SentryReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SentryReactNative.xcconfig; sourceTree = ""; }; - 00000000D3B0 /* SentryReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SentryReactNative-prefix.pch"; sourceTree = ""; }; - 00000000D3C0 /* SentryReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SentryReactNative-dummy.m"; sourceTree = ""; }; - 00000000D430 /* libSpecta.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libSpecta.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000D610 /* Specta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Specta.xcconfig; sourceTree = ""; }; - 00000000D620 /* Specta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-prefix.pch"; sourceTree = ""; }; - 00000000D630 /* Specta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Specta-dummy.m"; sourceTree = ""; }; - 00000000D6A0 /* libStripe.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libStripe.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000D720 /* Stripe.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Stripe.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000DC40 /* ResourceBundle-Stripe-Stripe-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-Stripe-Stripe-Info.plist"; sourceTree = ""; }; - 00000000EA90 /* Stripe.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Stripe.xcconfig; sourceTree = ""; }; - 00000000EAA0 /* Stripe-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Stripe-prefix.pch"; sourceTree = ""; }; - 00000000EAB0 /* Stripe-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Stripe-dummy.m"; sourceTree = ""; }; - 00000000EB20 /* libUIView+BooleanAnimations.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libUIView+BooleanAnimations.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000EB90 /* UIView+BooleanAnimations.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "UIView+BooleanAnimations.xcconfig"; sourceTree = ""; }; - 00000000EBA0 /* UIView+BooleanAnimations-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+BooleanAnimations-prefix.pch"; sourceTree = ""; }; - 00000000EBB0 /* UIView+BooleanAnimations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+BooleanAnimations-dummy.m"; sourceTree = ""; }; - 00000000EC30 /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; - 00000000EC90 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000EDA0 /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; - 00000000EDB0 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; - 00000000EDC0 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; - 00000000EE30 /* libreact-native-mapbox-gl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libreact-native-mapbox-gl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000F5A0 /* react-native-mapbox-gl.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mapbox-gl.xcconfig"; sourceTree = ""; }; - 00000000F5B0 /* react-native-mapbox-gl-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-mapbox-gl-prefix.pch"; sourceTree = ""; }; - 00000000F5C0 /* react-native-mapbox-gl-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-mapbox-gl-dummy.m"; sourceTree = ""; }; - 00000000F630 /* libtipsi-stripe.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libtipsi-stripe.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000F700 /* tipsi-stripe.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "tipsi-stripe.xcconfig"; sourceTree = ""; }; - 00000000F710 /* tipsi-stripe-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "tipsi-stripe-prefix.pch"; sourceTree = ""; }; - 00000000F720 /* tipsi-stripe-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "tipsi-stripe-dummy.m"; sourceTree = ""; }; - 00000000F790 /* libyoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libyoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000F920 /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; - 00000000F930 /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; - 00000000F940 /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; - 00000000F9B0 /* libPods-Emission.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Emission.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000FA00 /* Pods-Emission.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Emission.release.xcconfig"; sourceTree = ""; }; - 00000000FA10 /* Pods-Emission.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Emission.debug.xcconfig"; sourceTree = ""; }; - 00000000FA20 /* Pods-Emission.deploy.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Emission.deploy.xcconfig"; sourceTree = ""; }; - 00000000FA30 /* Pods-Emission.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Emission.modulemap"; sourceTree = ""; }; - 00000000FA40 /* Pods-Emission-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Emission-umbrella.h"; sourceTree = ""; }; - 00000000FA60 /* Pods-Emission-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Emission-frameworks.sh"; sourceTree = ""; }; - 00000000FA70 /* Pods-Emission-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Emission-resources.sh"; sourceTree = ""; }; - 00000000FA80 /* Pods-Emission-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Emission-acknowledgements.plist"; sourceTree = ""; }; - 00000000FA90 /* Pods-Emission-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Emission-acknowledgements.markdown"; sourceTree = ""; }; - 00000000FAA0 /* Pods-Emission-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Emission-dummy.m"; sourceTree = ""; }; - 00000000FB10 /* libPods-EmissionTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-EmissionTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 00000000FB60 /* Pods-EmissionTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EmissionTests.release.xcconfig"; sourceTree = ""; }; - 00000000FB70 /* Pods-EmissionTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EmissionTests.debug.xcconfig"; sourceTree = ""; }; - 00000000FB80 /* Pods-EmissionTests.deploy.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EmissionTests.deploy.xcconfig"; sourceTree = ""; }; - 00000000FB90 /* Pods-EmissionTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-EmissionTests.modulemap"; sourceTree = ""; }; - 00000000FBA0 /* Pods-EmissionTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EmissionTests-umbrella.h"; sourceTree = ""; }; - 00000000FBC0 /* Pods-EmissionTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EmissionTests-acknowledgements.plist"; sourceTree = ""; }; - 00000000FBD0 /* Pods-EmissionTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-EmissionTests-acknowledgements.markdown"; sourceTree = ""; }; - 00000000FBE0 /* Pods-EmissionTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-EmissionTests-dummy.m"; sourceTree = ""; }; + 0000000002C0 /* 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; }; + 0000000002D0 /* ARCellData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARCellData.h; path = Classes/ARCellData.h; sourceTree = ""; }; + 0000000002E0 /* ARCellData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARCellData.m; path = Classes/ARCellData.m; sourceTree = ""; }; + 0000000002F0 /* ARGenericTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARGenericTableViewController.h; path = Classes/ARGenericTableViewController.h; sourceTree = ""; }; + 000000000300 /* ARGenericTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARGenericTableViewController.m; path = Classes/ARGenericTableViewController.m; sourceTree = ""; }; + 000000000310 /* ARSectionData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARSectionData.h; path = Classes/ARSectionData.h; sourceTree = ""; }; + 000000000320 /* ARSectionData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARSectionData.m; path = Classes/ARSectionData.m; sourceTree = ""; }; + 000000000330 /* ARTableViewData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTableViewData.h; path = Classes/ARTableViewData.h; sourceTree = ""; }; + 000000000340 /* ARTableViewData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTableViewData.m; path = Classes/ARTableViewData.m; sourceTree = ""; }; + 000000000360 /* Artsy+Authentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Artsy+Authentication.h"; path = "Pod/Classes/Artsy+Authentication.h"; sourceTree = ""; }; + 000000000370 /* ArtsyAuthentication+Accounts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ArtsyAuthentication+Accounts.h"; path = "Pod/Classes/ArtsyAuthentication+Accounts.h"; sourceTree = ""; }; + 000000000380 /* ArtsyAuthentication+Accounts.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ArtsyAuthentication+Accounts.m"; path = "Pod/Classes/ArtsyAuthentication+Accounts.m"; sourceTree = ""; }; + 000000000390 /* ArtsyAuthentication+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ArtsyAuthentication+Private.h"; path = "Pod/Classes/ArtsyAuthentication+Private.h"; sourceTree = ""; }; + 0000000003A0 /* ArtsyAuthentication+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ArtsyAuthentication+Private.m"; path = "Pod/Classes/ArtsyAuthentication+Private.m"; sourceTree = ""; }; + 0000000003B0 /* ArtsyAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ArtsyAuthentication.h; path = Pod/Classes/ArtsyAuthentication.h; sourceTree = ""; }; + 0000000003C0 /* ArtsyAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ArtsyAuthentication.m; path = Pod/Classes/ArtsyAuthentication.m; sourceTree = ""; }; + 0000000003D0 /* ArtsyAuthenticationRouter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ArtsyAuthenticationRouter.h; path = Pod/Classes/ArtsyAuthenticationRouter.h; sourceTree = ""; }; + 0000000003E0 /* ArtsyAuthenticationRouter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ArtsyAuthenticationRouter.m; path = Pod/Classes/ArtsyAuthenticationRouter.m; sourceTree = ""; }; + 0000000003F0 /* ArtsyNetworkOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ArtsyNetworkOperator.h; path = Pod/Classes/ArtsyNetworkOperator.h; sourceTree = ""; }; + 000000000400 /* ArtsyNetworkOperator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ArtsyNetworkOperator.m; path = Pod/Classes/ArtsyNetworkOperator.m; sourceTree = ""; }; + 000000000410 /* ArtsyToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ArtsyToken.h; path = Pod/Classes/ArtsyToken.h; sourceTree = ""; }; + 000000000420 /* ArtsyToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ArtsyToken.m; path = Pod/Classes/ArtsyToken.m; sourceTree = ""; }; + 000000000430 /* UIColor+ArtsyColors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+ArtsyColors.h"; path = "Classes/UIColor+ArtsyColors.h"; sourceTree = ""; }; + 000000000440 /* UIColor+ArtsyColors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+ArtsyColors.m"; path = "Classes/UIColor+ArtsyColors.m"; sourceTree = ""; }; + 000000000450 /* UIColor+DebugColours.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+DebugColours.h"; path = "Classes/UIColor+DebugColours.h"; sourceTree = ""; }; + 000000000460 /* UIColor+DebugColours.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+DebugColours.m"; path = "Classes/UIColor+DebugColours.m"; sourceTree = ""; }; + 000000000470 /* UIFont+ArtsyFonts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIFont+ArtsyFonts.h"; path = "Pod/Classes/UIFont+ArtsyFonts.h"; sourceTree = ""; }; + 000000000480 /* UIFont+ArtsyFonts.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIFont+ArtsyFonts.m"; path = "Pod/Classes/UIFont+ArtsyFonts.m"; sourceTree = ""; }; + 000000000490 /* ARButtonSubclasses.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARButtonSubclasses.h; path = Pod/Classes/ARButtonSubclasses.h; sourceTree = ""; }; + 0000000004A0 /* ARButtonSubclasses.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARButtonSubclasses.m; path = Pod/Classes/ARButtonSubclasses.m; sourceTree = ""; }; + 0000000004B0 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; + 0000000004C0 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; + 0000000004D0 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; + 0000000004E0 /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; + 0000000004F0 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; + 000000000500 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; + 000000000510 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + 000000000520 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; + 000000000530 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; + 000000000540 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; + 000000000550 /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 000000000560 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; + 000000000570 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; + 000000000580 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + 000000000590 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; + 0000000005A0 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; + 0000000005B0 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; + 0000000005C0 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; + 0000000005E0 /* ARCocoaConstantsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCocoaConstantsModule.h; sourceTree = ""; }; + 0000000005F0 /* ARCocoaConstantsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCocoaConstantsModule.m; sourceTree = ""; }; + 000000000600 /* AREmission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AREmission.h; sourceTree = ""; }; + 000000000610 /* AREmission.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AREmission.m; sourceTree = ""; }; + 000000000620 /* AREmissionFontsLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AREmissionFontsLoader.m; sourceTree = ""; }; + 000000000630 /* AREventsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AREventsModule.h; sourceTree = ""; }; + 000000000640 /* AREventsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AREventsModule.m; sourceTree = ""; }; + 000000000650 /* ARSwitchBoardModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARSwitchBoardModule.h; sourceTree = ""; }; + 000000000660 /* ARSwitchBoardModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARSwitchBoardModule.m; sourceTree = ""; }; + 000000000670 /* RCTScrollView+EnclosingScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTScrollView+EnclosingScrollView.m"; sourceTree = ""; }; + 000000000690 /* ARCity+GeospatialAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ARCity+GeospatialAdditions.h"; sourceTree = ""; }; + 0000000006A0 /* ARCity+GeospatialAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ARCity+GeospatialAdditions.m"; sourceTree = ""; }; + 0000000006B0 /* ARCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCity.h; sourceTree = ""; }; + 0000000006C0 /* ARCity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCity.m; sourceTree = ""; }; + 0000000006E0 /* ARDottedLineManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARDottedLineManager.h; sourceTree = ""; }; + 0000000006F0 /* ARDottedLineManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARDottedLineManager.m; sourceTree = ""; }; + 000000000710 /* ARNotificationsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARNotificationsManager.h; sourceTree = ""; }; + 000000000720 /* ARNotificationsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARNotificationsManager.m; sourceTree = ""; }; + 000000000730 /* ARRefineOptionsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARRefineOptionsModule.h; sourceTree = ""; }; + 000000000740 /* ARRefineOptionsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARRefineOptionsModule.m; sourceTree = ""; }; + 000000000750 /* ARTakeCameraPhotoModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTakeCameraPhotoModule.h; sourceTree = ""; }; + 000000000760 /* ARTakeCameraPhotoModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTakeCameraPhotoModule.m; sourceTree = ""; }; + 000000000770 /* ARWorksForYouModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARWorksForYouModule.h; sourceTree = ""; }; + 000000000780 /* ARWorksForYouModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARWorksForYouModule.m; sourceTree = ""; }; + 0000000007A0 /* ARGraphQLQueryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARGraphQLQueryCache.h; sourceTree = ""; }; + 0000000007B0 /* ARGraphQLQueryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARGraphQLQueryCache.m; sourceTree = ""; }; + 0000000007C0 /* ARGraphQLQueryPreloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARGraphQLQueryPreloader.h; sourceTree = ""; }; + 0000000007D0 /* ARGraphQLQueryPreloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARGraphQLQueryPreloader.m; sourceTree = ""; }; + 0000000007F0 /* ARLoadFailureViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARLoadFailureViewManager.h; sourceTree = ""; }; + 000000000800 /* ARLoadFailureViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARLoadFailureViewManager.m; sourceTree = ""; }; + 000000000820 /* AROpaqueImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AROpaqueImageView.h; sourceTree = ""; }; + 000000000830 /* AROpaqueImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AROpaqueImageView.m; sourceTree = ""; }; + 000000000840 /* AROpaqueImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = AROpaqueImageViewManager.h; sourceTree = ""; }; + 000000000850 /* AROpaqueImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = AROpaqueImageViewManager.m; sourceTree = ""; }; + 000000000870 /* ARSpinnerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARSpinnerManager.h; sourceTree = ""; }; + 000000000880 /* ARSpinnerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARSpinnerManager.m; sourceTree = ""; }; + 0000000008A0 /* ARSwitchViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARSwitchViewManager.h; sourceTree = ""; }; + 0000000008B0 /* ARSwitchViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARSwitchViewManager.m; sourceTree = ""; }; + 0000000008D0 /* ARTemporaryAPIModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTemporaryAPIModule.h; sourceTree = ""; }; + 0000000008E0 /* ARTemporaryAPIModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTemporaryAPIModule.m; sourceTree = ""; }; + 000000000900 /* ARVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARVideoManager.h; sourceTree = ""; }; + 000000000910 /* ARVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARVideoManager.m; sourceTree = ""; }; + 000000000930 /* ARArtistComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARArtistComponentViewController.h; sourceTree = ""; }; + 000000000940 /* ARArtistComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARArtistComponentViewController.m; sourceTree = ""; }; + 000000000950 /* ARBidFlowViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARBidFlowViewController.h; sourceTree = ""; }; + 000000000960 /* ARBidFlowViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARBidFlowViewController.m; sourceTree = ""; }; + 000000000970 /* ARCityBMWListComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCityBMWListComponentViewController.h; sourceTree = ""; }; + 000000000980 /* ARCityBMWListComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCityBMWListComponentViewController.m; sourceTree = ""; }; + 000000000990 /* ARCityComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCityComponentViewController.h; sourceTree = ""; }; + 0000000009A0 /* ARCityComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCityComponentViewController.m; sourceTree = ""; }; + 0000000009B0 /* ARCityFairListComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCityFairListComponentViewController.h; sourceTree = ""; }; + 0000000009C0 /* ARCityFairListComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCityFairListComponentViewController.m; sourceTree = ""; }; + 0000000009D0 /* ARCityPickerComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCityPickerComponentViewController.h; sourceTree = ""; }; + 0000000009E0 /* ARCityPickerComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCityPickerComponentViewController.m; sourceTree = ""; }; + 0000000009F0 /* ARCitySavedListComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCitySavedListComponentViewController.h; sourceTree = ""; }; + 000000000A00 /* ARCitySavedListComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCitySavedListComponentViewController.m; sourceTree = ""; }; + 000000000A10 /* ARCitySectionListComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARCitySectionListComponentViewController.h; sourceTree = ""; }; + 000000000A20 /* ARCitySectionListComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARCitySectionListComponentViewController.m; sourceTree = ""; }; + 000000000A30 /* ARComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARComponentViewController.h; sourceTree = ""; }; + 000000000A40 /* ARComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARComponentViewController.m; sourceTree = ""; }; + 000000000A50 /* ARConversationComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARConversationComponentViewController.h; sourceTree = ""; }; + 000000000A60 /* ARConversationComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARConversationComponentViewController.m; sourceTree = ""; }; + 000000000A70 /* ARFairArtistsComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairArtistsComponentViewController.h; sourceTree = ""; }; + 000000000A80 /* ARFairArtistsComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairArtistsComponentViewController.m; sourceTree = ""; }; + 000000000A90 /* ARFairArtworksComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairArtworksComponentViewController.h; sourceTree = ""; }; + 000000000AA0 /* ARFairArtworksComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairArtworksComponentViewController.m; sourceTree = ""; }; + 000000000AB0 /* ARFairBMWArtActivationComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairBMWArtActivationComponentViewController.h; sourceTree = ""; }; + 000000000AC0 /* ARFairBMWArtActivationComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairBMWArtActivationComponentViewController.m; sourceTree = ""; }; + 000000000AD0 /* ARFairBoothComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairBoothComponentViewController.h; sourceTree = ""; }; + 000000000AE0 /* ARFairBoothComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairBoothComponentViewController.m; sourceTree = ""; }; + 000000000AF0 /* ARFairComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairComponentViewController.h; sourceTree = ""; }; + 000000000B00 /* ARFairComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairComponentViewController.m; sourceTree = ""; }; + 000000000B10 /* ARFairExhibitorsComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairExhibitorsComponentViewController.h; sourceTree = ""; }; + 000000000B20 /* ARFairExhibitorsComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairExhibitorsComponentViewController.m; sourceTree = ""; }; + 000000000B30 /* ARFairMoreInfoComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFairMoreInfoComponentViewController.h; sourceTree = ""; }; + 000000000B40 /* ARFairMoreInfoComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFairMoreInfoComponentViewController.m; sourceTree = ""; }; + 000000000B50 /* ARFavoritesComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARFavoritesComponentViewController.h; sourceTree = ""; }; + 000000000B60 /* ARFavoritesComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARFavoritesComponentViewController.m; sourceTree = ""; }; + 000000000B70 /* ARGeneComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARGeneComponentViewController.h; sourceTree = ""; }; + 000000000B80 /* ARGeneComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARGeneComponentViewController.m; sourceTree = ""; }; + 000000000B90 /* ARHomeComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARHomeComponentViewController.h; sourceTree = ""; }; + 000000000BA0 /* ARHomeComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARHomeComponentViewController.m; sourceTree = ""; }; + 000000000BB0 /* ARInboxComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARInboxComponentViewController.h; sourceTree = ""; }; + 000000000BC0 /* ARInboxComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARInboxComponentViewController.m; sourceTree = ""; }; + 000000000BD0 /* ARInquiryComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARInquiryComponentViewController.h; sourceTree = ""; }; + 000000000BE0 /* ARInquiryComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARInquiryComponentViewController.m; sourceTree = ""; }; + 000000000BF0 /* ARMapComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARMapComponentViewController.h; sourceTree = ""; }; + 000000000C00 /* ARMapComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARMapComponentViewController.m; sourceTree = ""; }; + 000000000C10 /* ARMapContainerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARMapContainerViewController.h; sourceTree = ""; }; + 000000000C20 /* ARMapContainerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARMapContainerViewController.m; sourceTree = ""; }; + 000000000C30 /* ARMediaPreviewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARMediaPreviewController.h; sourceTree = ""; }; + 000000000C40 /* ARMediaPreviewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARMediaPreviewController.m; sourceTree = ""; }; + 000000000C50 /* ARMyProfileEditViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARMyProfileEditViewController.h; sourceTree = ""; }; + 000000000C60 /* ARMyProfileEditViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARMyProfileEditViewController.m; sourceTree = ""; }; + 000000000C70 /* ARMyProfileViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARMyProfileViewController.h; sourceTree = ""; }; + 000000000C80 /* ARMyProfileViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARMyProfileViewController.m; sourceTree = ""; }; + 000000000C90 /* ARMySellingProfileViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARMySellingProfileViewController.h; sourceTree = ""; }; + 000000000CA0 /* ARMySellingProfileViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARMySellingProfileViewController.m; sourceTree = ""; }; + 000000000CB0 /* ARShowArtistsComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARShowArtistsComponentViewController.h; sourceTree = ""; }; + 000000000CC0 /* ARShowArtistsComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARShowArtistsComponentViewController.m; sourceTree = ""; }; + 000000000CD0 /* ARShowArtworksComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARShowArtworksComponentViewController.h; sourceTree = ""; }; + 000000000CE0 /* ARShowArtworksComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARShowArtworksComponentViewController.m; sourceTree = ""; }; + 000000000CF0 /* ARShowComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARShowComponentViewController.h; sourceTree = ""; }; + 000000000D00 /* ARShowComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARShowComponentViewController.m; sourceTree = ""; }; + 000000000D10 /* ARShowConsignmentsFlowViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARShowConsignmentsFlowViewController.h; sourceTree = ""; }; + 000000000D20 /* ARShowConsignmentsFlowViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARShowConsignmentsFlowViewController.m; sourceTree = ""; }; + 000000000D30 /* ARShowMoreInfoComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARShowMoreInfoComponentViewController.h; sourceTree = ""; }; + 000000000D40 /* ARShowMoreInfoComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARShowMoreInfoComponentViewController.m; sourceTree = ""; }; + 000000000D50 /* ARWorksForYouComponentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARWorksForYouComponentViewController.h; sourceTree = ""; }; + 000000000D60 /* ARWorksForYouComponentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARWorksForYouComponentViewController.m; sourceTree = ""; }; + 000000000D80 /* ARAnimationContinuation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARAnimationContinuation.h; path = Extraction/Classes/ARAnimationContinuation.h; sourceTree = ""; }; + 000000000D90 /* ARAnimationContinuation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARAnimationContinuation.m; path = Extraction/Classes/ARAnimationContinuation.m; sourceTree = ""; }; + 000000000DB0 /* ARLoadFailureView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARLoadFailureView.h; path = Extraction/Classes/ARLoadFailureView.h; sourceTree = ""; }; + 000000000DC0 /* ARLoadFailureView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARLoadFailureView.m; path = Extraction/Classes/ARLoadFailureView.m; sourceTree = ""; }; + 000000000DE0 /* ARSpinner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARSpinner.h; path = Extraction/Classes/ARSpinner.h; sourceTree = ""; }; + 000000000DF0 /* ARSpinner.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARSpinner.m; path = Extraction/Classes/ARSpinner.m; sourceTree = ""; }; + 000000000E10 /* ARSwitchView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARSwitchView.h; path = Extraction/Classes/ARSwitchView.h; sourceTree = ""; }; + 000000000E20 /* ARSwitchView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARSwitchView.m; path = Extraction/Classes/ARSwitchView.m; sourceTree = ""; }; + 000000000E40 /* UILabel+Typography.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UILabel+Typography.h"; path = "Extraction/Classes/UILabel+Typography.h"; sourceTree = ""; }; + 000000000E50 /* UILabel+Typography.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UILabel+Typography.m"; path = "Extraction/Classes/UILabel+Typography.m"; sourceTree = ""; }; + 000000000E70 /* UIView+ARSpinner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+ARSpinner.h"; path = "Extraction/Classes/UIView+ARSpinner.h"; sourceTree = ""; }; + 000000000E80 /* UIView+ARSpinner.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+ARSpinner.m"; path = "Extraction/Classes/UIView+ARSpinner.m"; sourceTree = ""; }; + 000000000E90 /* FLKAutoLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLKAutoLayout.h; path = FLKAutoLayout/FLKAutoLayout.h; sourceTree = ""; }; + 000000000EA0 /* NSObject+FLKAutoLayoutDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+FLKAutoLayoutDebug.h"; path = "FLKAutoLayout/NSObject+FLKAutoLayoutDebug.h"; sourceTree = ""; }; + 000000000EB0 /* NSObject+FLKAutoLayoutDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+FLKAutoLayoutDebug.m"; path = "FLKAutoLayout/NSObject+FLKAutoLayoutDebug.m"; sourceTree = ""; }; + 000000000EC0 /* FLKAutoLayoutPredicateList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLKAutoLayoutPredicateList.h; path = FLKAutoLayout/Private/FLKAutoLayoutPredicateList.h; sourceTree = ""; }; + 000000000ED0 /* FLKAutoLayoutPredicateList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FLKAutoLayoutPredicateList.m; path = FLKAutoLayout/Private/FLKAutoLayoutPredicateList.m; sourceTree = ""; }; + 000000000EE0 /* NSLayoutConstraint+FLKAutoLayoutDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+FLKAutoLayoutDebug.h"; path = "FLKAutoLayout/Private/NSLayoutConstraint+FLKAutoLayoutDebug.h"; sourceTree = ""; }; + 000000000EF0 /* NSLayoutConstraint+FLKAutoLayoutDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+FLKAutoLayoutDebug.m"; path = "FLKAutoLayout/Private/NSLayoutConstraint+FLKAutoLayoutDebug.m"; sourceTree = ""; }; + 000000000F00 /* UIView+FLKAutoLayoutPredicate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FLKAutoLayoutPredicate.h"; path = "FLKAutoLayout/Private/UIView+FLKAutoLayoutPredicate.h"; sourceTree = ""; }; + 000000000F10 /* UIView+FLKAutoLayoutPredicate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FLKAutoLayoutPredicate.m"; path = "FLKAutoLayout/Private/UIView+FLKAutoLayoutPredicate.m"; sourceTree = ""; }; + 000000000F20 /* UIView+FLKAutoLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FLKAutoLayout.h"; path = "FLKAutoLayout/UIView+FLKAutoLayout.h"; sourceTree = ""; }; + 000000000F30 /* UIView+FLKAutoLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FLKAutoLayout.m"; path = "FLKAutoLayout/UIView+FLKAutoLayout.m"; sourceTree = ""; }; + 000000000F40 /* UIView+FLKAutoLayoutDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+FLKAutoLayoutDebug.h"; path = "FLKAutoLayout/UIView+FLKAutoLayoutDebug.h"; sourceTree = ""; }; + 000000000F50 /* UIView+FLKAutoLayoutDebug.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+FLKAutoLayoutDebug.m"; path = "FLKAutoLayout/UIView+FLKAutoLayoutDebug.m"; sourceTree = ""; }; + 000000000F60 /* UIViewController+FLKAutoLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+FLKAutoLayout.h"; path = "FLKAutoLayout/UIViewController+FLKAutoLayout.h"; sourceTree = ""; }; + 000000000F70 /* UIViewController+FLKAutoLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+FLKAutoLayout.m"; path = "FLKAutoLayout/UIViewController+FLKAutoLayout.m"; sourceTree = ""; }; + 000000000F80 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; + 000000000F90 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; + 000000000FA0 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; + 000000000FB0 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; + 000000000FC0 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; + 000000000FD0 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; + 000000000FE0 /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; + 000000000FF0 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + 000000001000 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; + 000000001010 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; + 000000001020 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; + 000000001030 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; + 000000001040 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; + 000000001050 /* ColdClass.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ColdClass.cpp; path = folly/lang/ColdClass.cpp; sourceTree = ""; }; + 000000001060 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; + 000000001070 /* ISO8601DateFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ISO8601DateFormatter.h; sourceTree = ""; }; + 000000001080 /* ISO8601DateFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ISO8601DateFormatter.m; sourceTree = ""; }; + 0000000010A0 /* KSCrashInstallation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashInstallation.h; path = Source/KSCrash/Installations/KSCrashInstallation.h; sourceTree = ""; }; + 0000000010B0 /* KSCrashInstallation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrashInstallation.m; path = Source/KSCrash/Installations/KSCrashInstallation.m; sourceTree = ""; }; + 0000000010C0 /* KSCrashInstallation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "KSCrashInstallation+Private.h"; path = "Source/KSCrash/Installations/KSCrashInstallation+Private.h"; sourceTree = ""; }; + 0000000010D0 /* KSCString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCString.h; path = Source/KSCrash/Reporting/Tools/KSCString.h; sourceTree = ""; }; + 0000000010E0 /* KSCString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCString.m; path = Source/KSCrash/Reporting/Tools/KSCString.m; sourceTree = ""; }; + 000000001100 /* KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrash.h; path = Source/KSCrash/Recording/KSCrash.h; sourceTree = ""; }; + 000000001110 /* KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrash.m; path = Source/KSCrash/Recording/KSCrash.m; sourceTree = ""; }; + 000000001120 /* KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashC.c; path = Source/KSCrash/Recording/KSCrashC.c; sourceTree = ""; }; + 000000001130 /* KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashC.h; path = Source/KSCrash/Recording/KSCrashC.h; sourceTree = ""; }; + 000000001140 /* KSCrashCachedData.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashCachedData.c; path = Source/KSCrash/Recording/KSCrashCachedData.c; sourceTree = ""; }; + 000000001150 /* KSCrashCachedData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashCachedData.h; path = Source/KSCrash/Recording/KSCrashCachedData.h; sourceTree = ""; }; + 000000001160 /* KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashDoctor.h; path = Source/KSCrash/Recording/KSCrashDoctor.h; sourceTree = ""; }; + 000000001170 /* KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrashDoctor.m; path = Source/KSCrash/Recording/KSCrashDoctor.m; sourceTree = ""; }; + 000000001180 /* KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashReport.c; path = Source/KSCrash/Recording/KSCrashReport.c; sourceTree = ""; }; + 000000001190 /* KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReport.h; path = Source/KSCrash/Recording/KSCrashReport.h; sourceTree = ""; }; + 0000000011A0 /* KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportFields.h; path = Source/KSCrash/Recording/KSCrashReportFields.h; sourceTree = ""; }; + 0000000011B0 /* KSCrashReportFixer.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashReportFixer.c; path = Source/KSCrash/Recording/KSCrashReportFixer.c; sourceTree = ""; }; + 0000000011C0 /* KSCrashReportFixer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportFixer.h; path = Source/KSCrash/Recording/KSCrashReportFixer.h; sourceTree = ""; }; + 0000000011D0 /* KSCrashReportStore.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashReportStore.c; path = Source/KSCrash/Recording/KSCrashReportStore.c; sourceTree = ""; }; + 0000000011E0 /* KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportStore.h; path = Source/KSCrash/Recording/KSCrashReportStore.h; sourceTree = ""; }; + 0000000011F0 /* KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportVersion.h; path = Source/KSCrash/Recording/KSCrashReportVersion.h; sourceTree = ""; }; + 000000001200 /* KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportWriter.h; path = Source/KSCrash/Recording/KSCrashReportWriter.h; sourceTree = ""; }; + 000000001210 /* KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSSystemCapabilities.h; path = Source/KSCrash/Recording/KSSystemCapabilities.h; sourceTree = ""; }; + 000000001220 /* KSCrashMonitor.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashMonitor.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor.c; sourceTree = ""; }; + 000000001230 /* KSCrashMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor.h; sourceTree = ""; }; + 000000001240 /* KSCrashMonitorContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitorContext.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitorContext.h; sourceTree = ""; }; + 000000001250 /* KSCrashMonitorType.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashMonitorType.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitorType.c; sourceTree = ""; }; + 000000001260 /* KSCrashMonitorType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitorType.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h; sourceTree = ""; }; + 000000001270 /* KSCrashMonitor_AppState.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashMonitor_AppState.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_AppState.c; sourceTree = ""; }; + 000000001280 /* KSCrashMonitor_AppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_AppState.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_AppState.h; sourceTree = ""; }; + 000000001290 /* KSCrashMonitor_CPPException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashMonitor_CPPException.cpp; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_CPPException.cpp; sourceTree = ""; }; + 0000000012A0 /* KSCrashMonitor_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_CPPException.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_CPPException.h; sourceTree = ""; }; + 0000000012B0 /* KSCrashMonitor_Deadlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_Deadlock.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_Deadlock.h; sourceTree = ""; }; + 0000000012C0 /* KSCrashMonitor_Deadlock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrashMonitor_Deadlock.m; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_Deadlock.m; sourceTree = ""; }; + 0000000012D0 /* KSCrashMonitor_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashMonitor_MachException.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_MachException.c; sourceTree = ""; }; + 0000000012E0 /* KSCrashMonitor_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_MachException.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_MachException.h; sourceTree = ""; }; + 0000000012F0 /* KSCrashMonitor_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_NSException.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_NSException.h; sourceTree = ""; }; + 000000001300 /* KSCrashMonitor_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrashMonitor_NSException.m; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_NSException.m; sourceTree = ""; }; + 000000001310 /* KSCrashMonitor_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashMonitor_Signal.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_Signal.c; sourceTree = ""; }; + 000000001320 /* KSCrashMonitor_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_Signal.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_Signal.h; sourceTree = ""; }; + 000000001330 /* KSCrashMonitor_System.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_System.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_System.h; sourceTree = ""; }; + 000000001340 /* KSCrashMonitor_System.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrashMonitor_System.m; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_System.m; sourceTree = ""; }; + 000000001350 /* KSCrashMonitor_User.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashMonitor_User.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_User.c; sourceTree = ""; }; + 000000001360 /* KSCrashMonitor_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_User.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_User.h; sourceTree = ""; }; + 000000001370 /* KSCrashMonitor_Zombie.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCrashMonitor_Zombie.c; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_Zombie.c; sourceTree = ""; }; + 000000001380 /* KSCrashMonitor_Zombie.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashMonitor_Zombie.h; path = Source/KSCrash/Recording/Monitors/KSCrashMonitor_Zombie.h; sourceTree = ""; }; + 000000001390 /* KSCPU.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCPU.c; path = Source/KSCrash/Recording/Tools/KSCPU.c; sourceTree = ""; }; + 0000000013A0 /* KSCPU.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCPU.h; path = Source/KSCrash/Recording/Tools/KSCPU.h; sourceTree = ""; }; + 0000000013B0 /* KSCPU_Apple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCPU_Apple.h; path = Source/KSCrash/Recording/Tools/KSCPU_Apple.h; sourceTree = ""; }; + 0000000013C0 /* KSCPU_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCPU_arm.c; path = Source/KSCrash/Recording/Tools/KSCPU_arm.c; sourceTree = ""; }; + 0000000013D0 /* KSCPU_arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCPU_arm64.c; path = Source/KSCrash/Recording/Tools/KSCPU_arm64.c; sourceTree = ""; }; + 0000000013E0 /* KSCPU_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCPU_x86_32.c; path = Source/KSCrash/Recording/Tools/KSCPU_x86_32.c; sourceTree = ""; }; + 0000000013F0 /* KSCPU_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSCPU_x86_64.c; path = Source/KSCrash/Recording/Tools/KSCPU_x86_64.c; sourceTree = ""; }; + 000000001400 /* KSDate.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSDate.c; path = Source/KSCrash/Recording/Tools/KSDate.c; sourceTree = ""; }; + 000000001410 /* KSDate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSDate.h; path = Source/KSCrash/Recording/Tools/KSDate.h; sourceTree = ""; }; + 000000001420 /* KSDebug.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSDebug.c; path = Source/KSCrash/Recording/Tools/KSDebug.c; sourceTree = ""; }; + 000000001430 /* KSDebug.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSDebug.h; path = Source/KSCrash/Recording/Tools/KSDebug.h; sourceTree = ""; }; + 000000001440 /* KSDemangle_CPP.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = KSDemangle_CPP.cpp; path = Source/KSCrash/Recording/Tools/KSDemangle_CPP.cpp; sourceTree = ""; }; + 000000001450 /* KSDemangle_CPP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSDemangle_CPP.h; path = Source/KSCrash/Recording/Tools/KSDemangle_CPP.h; sourceTree = ""; }; + 000000001460 /* KSDemangle_Swift.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = KSDemangle_Swift.cpp; path = Source/KSCrash/Recording/Tools/KSDemangle_Swift.cpp; sourceTree = ""; }; + 000000001470 /* KSDemangle_Swift.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSDemangle_Swift.h; path = Source/KSCrash/Recording/Tools/KSDemangle_Swift.h; sourceTree = ""; }; + 000000001480 /* KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSDynamicLinker.c; path = Source/KSCrash/Recording/Tools/KSDynamicLinker.c; sourceTree = ""; }; + 000000001490 /* KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSDynamicLinker.h; path = Source/KSCrash/Recording/Tools/KSDynamicLinker.h; sourceTree = ""; }; + 0000000014A0 /* KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSFileUtils.c; path = Source/KSCrash/Recording/Tools/KSFileUtils.c; sourceTree = ""; }; + 0000000014B0 /* KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSFileUtils.h; path = Source/KSCrash/Recording/Tools/KSFileUtils.h; sourceTree = ""; }; + 0000000014C0 /* KSID.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSID.c; path = Source/KSCrash/Recording/Tools/KSID.c; sourceTree = ""; }; + 0000000014D0 /* KSID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSID.h; path = Source/KSCrash/Recording/Tools/KSID.h; sourceTree = ""; }; + 0000000014E0 /* KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSJSONCodec.c; path = Source/KSCrash/Recording/Tools/KSJSONCodec.c; sourceTree = ""; }; + 0000000014F0 /* KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSJSONCodec.h; path = Source/KSCrash/Recording/Tools/KSJSONCodec.h; sourceTree = ""; }; + 000000001500 /* KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSJSONCodecObjC.h; path = Source/KSCrash/Recording/Tools/KSJSONCodecObjC.h; sourceTree = ""; }; + 000000001510 /* KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSJSONCodecObjC.m; path = Source/KSCrash/Recording/Tools/KSJSONCodecObjC.m; sourceTree = ""; }; + 000000001520 /* KSLogger.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSLogger.c; path = Source/KSCrash/Recording/Tools/KSLogger.c; sourceTree = ""; }; + 000000001530 /* KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSLogger.h; path = Source/KSCrash/Recording/Tools/KSLogger.h; sourceTree = ""; }; + 000000001540 /* KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSMach.c; path = Source/KSCrash/Recording/Tools/KSMach.c; sourceTree = ""; }; + 000000001550 /* KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSMach.h; path = Source/KSCrash/Recording/Tools/KSMach.h; sourceTree = ""; }; + 000000001560 /* KSMachineContext.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSMachineContext.c; path = Source/KSCrash/Recording/Tools/KSMachineContext.c; sourceTree = ""; }; + 000000001570 /* KSMachineContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSMachineContext.h; path = Source/KSCrash/Recording/Tools/KSMachineContext.h; sourceTree = ""; }; + 000000001580 /* KSMachineContext_Apple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSMachineContext_Apple.h; path = Source/KSCrash/Recording/Tools/KSMachineContext_Apple.h; sourceTree = ""; }; + 000000001590 /* KSMemory.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSMemory.c; path = Source/KSCrash/Recording/Tools/KSMemory.c; sourceTree = ""; }; + 0000000015A0 /* KSMemory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSMemory.h; path = Source/KSCrash/Recording/Tools/KSMemory.h; sourceTree = ""; }; + 0000000015B0 /* KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSObjC.c; path = Source/KSCrash/Recording/Tools/KSObjC.c; sourceTree = ""; }; + 0000000015C0 /* KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSObjC.h; path = Source/KSCrash/Recording/Tools/KSObjC.h; sourceTree = ""; }; + 0000000015D0 /* KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSObjCApple.h; path = Source/KSCrash/Recording/Tools/KSObjCApple.h; sourceTree = ""; }; + 0000000015E0 /* KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSSignalInfo.c; path = Source/KSCrash/Recording/Tools/KSSignalInfo.c; sourceTree = ""; }; + 0000000015F0 /* KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSSignalInfo.h; path = Source/KSCrash/Recording/Tools/KSSignalInfo.h; sourceTree = ""; }; + 000000001600 /* KSStackCursor.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSStackCursor.c; path = Source/KSCrash/Recording/Tools/KSStackCursor.c; sourceTree = ""; }; + 000000001610 /* KSStackCursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSStackCursor.h; path = Source/KSCrash/Recording/Tools/KSStackCursor.h; sourceTree = ""; }; + 000000001620 /* KSStackCursor_Backtrace.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSStackCursor_Backtrace.c; path = Source/KSCrash/Recording/Tools/KSStackCursor_Backtrace.c; sourceTree = ""; }; + 000000001630 /* KSStackCursor_Backtrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSStackCursor_Backtrace.h; path = Source/KSCrash/Recording/Tools/KSStackCursor_Backtrace.h; sourceTree = ""; }; + 000000001640 /* KSStackCursor_MachineContext.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSStackCursor_MachineContext.c; path = Source/KSCrash/Recording/Tools/KSStackCursor_MachineContext.c; sourceTree = ""; }; + 000000001650 /* KSStackCursor_MachineContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSStackCursor_MachineContext.h; path = Source/KSCrash/Recording/Tools/KSStackCursor_MachineContext.h; sourceTree = ""; }; + 000000001660 /* KSStackCursor_SelfThread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSStackCursor_SelfThread.c; path = Source/KSCrash/Recording/Tools/KSStackCursor_SelfThread.c; sourceTree = ""; }; + 000000001670 /* KSStackCursor_SelfThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSStackCursor_SelfThread.h; path = Source/KSCrash/Recording/Tools/KSStackCursor_SelfThread.h; sourceTree = ""; }; + 000000001680 /* KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSString.c; path = Source/KSCrash/Recording/Tools/KSString.c; sourceTree = ""; }; + 000000001690 /* KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSString.h; path = Source/KSCrash/Recording/Tools/KSString.h; sourceTree = ""; }; + 0000000016A0 /* KSSymbolicator.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSSymbolicator.c; path = Source/KSCrash/Recording/Tools/KSSymbolicator.c; sourceTree = ""; }; + 0000000016B0 /* KSSymbolicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSSymbolicator.h; path = Source/KSCrash/Recording/Tools/KSSymbolicator.h; sourceTree = ""; }; + 0000000016C0 /* KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSSysCtl.c; path = Source/KSCrash/Recording/Tools/KSSysCtl.c; sourceTree = ""; }; + 0000000016D0 /* KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSSysCtl.h; path = Source/KSCrash/Recording/Tools/KSSysCtl.h; sourceTree = ""; }; + 0000000016E0 /* KSThread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = KSThread.c; path = Source/KSCrash/Recording/Tools/KSThread.c; sourceTree = ""; }; + 0000000016F0 /* KSThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSThread.h; path = Source/KSCrash/Recording/Tools/KSThread.h; sourceTree = ""; }; + 000000001700 /* NSError+SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+SimpleConstructor.h"; path = "Source/KSCrash/Recording/Tools/NSError+SimpleConstructor.h"; sourceTree = ""; }; + 000000001710 /* NSError+SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+SimpleConstructor.m"; path = "Source/KSCrash/Recording/Tools/NSError+SimpleConstructor.m"; sourceTree = ""; }; + 000000001720 /* None.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = None.h; path = Source/KSCrash/llvm/ADT/None.h; sourceTree = ""; }; + 000000001730 /* Optional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Optional.h; path = Source/KSCrash/llvm/ADT/Optional.h; sourceTree = ""; }; + 000000001740 /* StringRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringRef.h; path = Source/KSCrash/llvm/ADT/StringRef.h; sourceTree = ""; }; + 000000001750 /* llvm-config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "llvm-config.h"; path = "Source/KSCrash/llvm/Config/llvm-config.h"; sourceTree = ""; }; + 000000001760 /* AlignOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AlignOf.h; path = Source/KSCrash/llvm/Support/AlignOf.h; sourceTree = ""; }; + 000000001770 /* Casting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Casting.h; path = Source/KSCrash/llvm/Support/Casting.h; sourceTree = ""; }; + 000000001780 /* Compiler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compiler.h; path = Source/KSCrash/llvm/Support/Compiler.h; sourceTree = ""; }; + 000000001790 /* type_traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = type_traits.h; path = Source/KSCrash/llvm/Support/type_traits.h; sourceTree = ""; }; + 0000000017A0 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Demangle.cpp; path = Source/KSCrash/swift/Basic/Demangle.cpp; sourceTree = ""; }; + 0000000017B0 /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = Source/KSCrash/swift/Basic/Demangle.h; sourceTree = ""; }; + 0000000017C0 /* DemangleNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DemangleNodes.h; path = Source/KSCrash/swift/Basic/DemangleNodes.h; sourceTree = ""; }; + 0000000017D0 /* Fallthrough.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fallthrough.h; path = Source/KSCrash/swift/Basic/Fallthrough.h; sourceTree = ""; }; + 0000000017E0 /* LLVM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LLVM.h; path = Source/KSCrash/swift/Basic/LLVM.h; sourceTree = ""; }; + 0000000017F0 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = Source/KSCrash/swift/Basic/Malloc.h; sourceTree = ""; }; + 000000001800 /* Punycode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Punycode.cpp; path = Source/KSCrash/swift/Basic/Punycode.cpp; sourceTree = ""; }; + 000000001810 /* Punycode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Punycode.h; path = Source/KSCrash/swift/Basic/Punycode.h; sourceTree = ""; }; + 000000001820 /* SwiftStrings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftStrings.h; path = Source/KSCrash/swift/SwiftStrings.h; sourceTree = ""; }; + 000000001830 /* KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportFilter.h; path = Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h; sourceTree = ""; }; + 000000001880 /* Container+DeepSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Container+DeepSearch.h"; path = "Source/KSCrash/Reporting/Filters/Tools/Container+DeepSearch.h"; sourceTree = ""; }; + 000000001890 /* Container+DeepSearch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Container+DeepSearch.m"; path = "Source/KSCrash/Reporting/Filters/Tools/Container+DeepSearch.m"; sourceTree = ""; }; + 0000000018A0 /* KSVarArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSVarArgs.h; path = Source/KSCrash/Reporting/Filters/Tools/KSVarArgs.h; sourceTree = ""; }; + 0000000018B0 /* NSData+GZip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+GZip.h"; path = "Source/KSCrash/Reporting/Filters/Tools/NSData+GZip.h"; sourceTree = ""; }; + 0000000018C0 /* NSData+GZip.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+GZip.m"; path = "Source/KSCrash/Reporting/Filters/Tools/NSData+GZip.m"; sourceTree = ""; }; + 0000000018E0 /* KSCrashReportFilterBasic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KSCrashReportFilterBasic.h; path = Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h; sourceTree = ""; }; + 0000000018F0 /* KSCrashReportFilterBasic.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = KSCrashReportFilterBasic.m; path = Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.m; sourceTree = ""; }; + 000000001900 /* EmissionKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EmissionKeys.h; sourceTree = ""; }; + 000000001910 /* EmissionKeys.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EmissionKeys.m; sourceTree = ""; }; + 000000001920 /* NSURL+QueryDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURL+QueryDictionary.h"; path = "NSURL+QueryDictionary/NSURL+QueryDictionary.h"; sourceTree = ""; }; + 000000001930 /* NSURL+QueryDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURL+QueryDictionary.m"; path = "NSURL+QueryDictionary/NSURL+QueryDictionary.m"; sourceTree = ""; }; + 000000001940 /* ORSplitStackView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ORSplitStackView.h; path = Classes/ios/ORSplitStackView.h; sourceTree = ""; }; + 000000001950 /* ORSplitStackView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ORSplitStackView.m; path = Classes/ios/ORSplitStackView.m; sourceTree = ""; }; + 000000001960 /* ORStackScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ORStackScrollView.h; path = Classes/ios/ORStackScrollView.h; sourceTree = ""; }; + 000000001970 /* ORStackScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ORStackScrollView.m; path = Classes/ios/ORStackScrollView.m; sourceTree = ""; }; + 000000001980 /* ORStackView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ORStackView.h; path = Classes/ios/ORStackView.h; sourceTree = ""; }; + 000000001990 /* ORStackView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ORStackView.m; path = Classes/ios/ORStackView.m; sourceTree = ""; }; + 0000000019A0 /* ORTagBasedAutoStackView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ORTagBasedAutoStackView.h; path = Classes/ios/ORTagBasedAutoStackView.h; sourceTree = ""; }; + 0000000019B0 /* ORTagBasedAutoStackView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ORTagBasedAutoStackView.m; path = Classes/ios/ORTagBasedAutoStackView.m; sourceTree = ""; }; + 0000000019C0 /* ORStackView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ORStackView+Private.h"; path = "Classes/ios/private/ORStackView+Private.h"; sourceTree = ""; }; + 0000000019D0 /* ORStackView+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ORStackView+Private.m"; path = "Classes/ios/private/ORStackView+Private.m"; sourceTree = ""; }; + 0000000019E0 /* PulleyPassthroughScrollView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PulleyPassthroughScrollView.swift; path = PulleyLib/PulleyPassthroughScrollView.swift; sourceTree = ""; }; + 0000000019F0 /* PulleyViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PulleyViewController.swift; path = PulleyLib/PulleyViewController.swift; sourceTree = ""; }; + 000000001A00 /* UIView+constrainToParent.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+constrainToParent.swift"; path = "PulleyLib/UIView+constrainToParent.swift"; sourceTree = ""; }; + 000000001A10 /* UIViewController+PulleyViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+PulleyViewController.swift"; path = "PulleyLib/UIViewController+PulleyViewController.swift"; sourceTree = ""; }; + 000000001A30 /* RNSVGBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGBrush.h; sourceTree = ""; }; + 000000001A40 /* RNSVGBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGBrush.m; sourceTree = ""; }; + 000000001A50 /* RNSVGBrushType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGBrushType.h; sourceTree = ""; }; + 000000001A60 /* RNSVGPainter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPainter.h; sourceTree = ""; }; + 000000001A70 /* RNSVGPainter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPainter.m; sourceTree = ""; }; + 000000001A80 /* RNSVGPainterBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPainterBrush.h; sourceTree = ""; }; + 000000001A90 /* RNSVGPainterBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPainterBrush.m; sourceTree = ""; }; + 000000001AA0 /* RNSVGSolidColorBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSolidColorBrush.h; sourceTree = ""; }; + 000000001AB0 /* RNSVGSolidColorBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSolidColorBrush.m; sourceTree = ""; }; + 000000001AD0 /* RNSVGClipPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGClipPath.h; sourceTree = ""; }; + 000000001AE0 /* RNSVGClipPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGClipPath.m; sourceTree = ""; }; + 000000001AF0 /* RNSVGDefs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGDefs.h; sourceTree = ""; }; + 000000001B00 /* RNSVGDefs.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGDefs.m; sourceTree = ""; }; + 000000001B10 /* RNSVGGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGGroup.h; sourceTree = ""; }; + 000000001B20 /* RNSVGGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGGroup.m; sourceTree = ""; }; + 000000001B30 /* RNSVGImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGImage.h; sourceTree = ""; }; + 000000001B40 /* RNSVGImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGImage.m; sourceTree = ""; }; + 000000001B50 /* RNSVGLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLinearGradient.h; sourceTree = ""; }; + 000000001B60 /* RNSVGLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLinearGradient.m; sourceTree = ""; }; + 000000001B70 /* RNSVGMask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGMask.h; sourceTree = ""; }; + 000000001B80 /* RNSVGMask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGMask.m; sourceTree = ""; }; + 000000001B90 /* RNSVGPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPath.h; sourceTree = ""; }; + 000000001BA0 /* RNSVGPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPath.m; sourceTree = ""; }; + 000000001BB0 /* RNSVGPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPattern.m; sourceTree = ""; }; + 000000001BC0 /* RNSVGRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRadialGradient.h; sourceTree = ""; }; + 000000001BD0 /* RNSVGRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRadialGradient.m; sourceTree = ""; }; + 000000001BE0 /* RNSVGSvgView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSvgView.h; sourceTree = ""; }; + 000000001BF0 /* RNSVGSvgView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSvgView.m; sourceTree = ""; }; + 000000001C00 /* RNSVGSymbol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSymbol.h; sourceTree = ""; }; + 000000001C10 /* RNSVGSymbol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSymbol.m; sourceTree = ""; }; + 000000001C20 /* RNSVGUse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGUse.h; sourceTree = ""; }; + 000000001C30 /* RNSVGUse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGUse.m; sourceTree = ""; }; + 000000001C40 /* RNSVGContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGContainer.h; path = ios/RNSVGContainer.h; sourceTree = ""; }; + 000000001C50 /* RNSVGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGNode.h; path = ios/RNSVGNode.h; sourceTree = ""; }; + 000000001C60 /* RNSVGNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSVGNode.m; path = ios/RNSVGNode.m; sourceTree = ""; }; + 000000001C70 /* RNSVGPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGPattern.h; path = ios/RNSVGPattern.h; sourceTree = ""; }; + 000000001C80 /* RNSVGRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSVGRenderable.h; path = ios/RNSVGRenderable.h; sourceTree = ""; }; + 000000001C90 /* RNSVGRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSVGRenderable.m; path = ios/RNSVGRenderable.m; sourceTree = ""; }; + 000000001CB0 /* RNSVGCircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGCircle.h; sourceTree = ""; }; + 000000001CC0 /* RNSVGCircle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGCircle.m; sourceTree = ""; }; + 000000001CD0 /* RNSVGEllipse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGEllipse.h; sourceTree = ""; }; + 000000001CE0 /* RNSVGEllipse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGEllipse.m; sourceTree = ""; }; + 000000001CF0 /* RNSVGLine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLine.h; sourceTree = ""; }; + 000000001D00 /* RNSVGLine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLine.m; sourceTree = ""; }; + 000000001D10 /* RNSVGRect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRect.h; sourceTree = ""; }; + 000000001D20 /* RNSVGRect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRect.m; sourceTree = ""; }; + 000000001D40 /* RNSVGFontData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGFontData.h; sourceTree = ""; }; + 000000001D50 /* RNSVGFontData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGFontData.m; sourceTree = ""; }; + 000000001D60 /* RNSVGGlyphContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGGlyphContext.h; sourceTree = ""; }; + 000000001D70 /* RNSVGGlyphContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGGlyphContext.m; sourceTree = ""; }; + 000000001D80 /* RNSVGPropHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPropHelper.h; sourceTree = ""; }; + 000000001D90 /* RNSVGPropHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPropHelper.m; sourceTree = ""; }; + 000000001DA0 /* RNSVGText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGText.h; sourceTree = ""; }; + 000000001DB0 /* RNSVGText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGText.m; sourceTree = ""; }; + 000000001DC0 /* RNSVGTextPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextPath.h; sourceTree = ""; }; + 000000001DD0 /* RNSVGTextPath.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextPath.m; sourceTree = ""; }; + 000000001DE0 /* RNSVGTextProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextProperties.h; sourceTree = ""; }; + 000000001DF0 /* RNSVGTextProperties.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextProperties.m; sourceTree = ""; }; + 000000001E00 /* RNSVGTSpan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTSpan.h; sourceTree = ""; }; + 000000001E10 /* RNSVGTSpan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTSpan.m; sourceTree = ""; }; + 000000001E30 /* RCTConvert+RNSVG.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+RNSVG.h"; sourceTree = ""; }; + 000000001E40 /* RCTConvert+RNSVG.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+RNSVG.m"; sourceTree = ""; }; + 000000001E50 /* RNSVGBezierElement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGBezierElement.h; sourceTree = ""; }; + 000000001E60 /* RNSVGBezierElement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGBezierElement.m; sourceTree = ""; }; + 000000001E70 /* RNSVGCGFCRule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGCGFCRule.h; sourceTree = ""; }; + 000000001E80 /* RNSVGLength.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLength.h; sourceTree = ""; }; + 000000001E90 /* RNSVGLength.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLength.m; sourceTree = ""; }; + 000000001EA0 /* RNSVGPathParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPathParser.h; sourceTree = ""; }; + 000000001EB0 /* RNSVGPathParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPathParser.m; sourceTree = ""; }; + 000000001EC0 /* RNSVGPercentageConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPercentageConverter.h; sourceTree = ""; }; + 000000001ED0 /* RNSVGPercentageConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPercentageConverter.m; sourceTree = ""; }; + 000000001EE0 /* RNSVGUnits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGUnits.h; sourceTree = ""; }; + 000000001EF0 /* RNSVGVBMOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGVBMOS.h; sourceTree = ""; }; + 000000001F00 /* RNSVGViewBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGViewBox.h; sourceTree = ""; }; + 000000001F10 /* RNSVGViewBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGViewBox.m; sourceTree = ""; }; + 000000001F30 /* RNSVGCircleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGCircleManager.h; sourceTree = ""; }; + 000000001F40 /* RNSVGCircleManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGCircleManager.m; sourceTree = ""; }; + 000000001F50 /* RNSVGClipPathManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGClipPathManager.h; sourceTree = ""; }; + 000000001F60 /* RNSVGClipPathManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGClipPathManager.m; sourceTree = ""; }; + 000000001F70 /* RNSVGDefsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGDefsManager.h; sourceTree = ""; }; + 000000001F80 /* RNSVGDefsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGDefsManager.m; sourceTree = ""; }; + 000000001F90 /* RNSVGEllipseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGEllipseManager.h; sourceTree = ""; }; + 000000001FA0 /* RNSVGEllipseManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGEllipseManager.m; sourceTree = ""; }; + 000000001FB0 /* RNSVGGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGGroupManager.h; sourceTree = ""; }; + 000000001FC0 /* RNSVGGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGGroupManager.m; sourceTree = ""; }; + 000000001FD0 /* RNSVGImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGImageManager.h; sourceTree = ""; }; + 000000001FE0 /* RNSVGImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGImageManager.m; sourceTree = ""; }; + 000000001FF0 /* RNSVGLinearGradientManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLinearGradientManager.h; sourceTree = ""; }; + 000000002000 /* RNSVGLinearGradientManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLinearGradientManager.m; sourceTree = ""; }; + 000000002010 /* RNSVGLineManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGLineManager.h; sourceTree = ""; }; + 000000002020 /* RNSVGLineManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGLineManager.m; sourceTree = ""; }; + 000000002030 /* RNSVGMaskManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGMaskManager.h; sourceTree = ""; }; + 000000002040 /* RNSVGMaskManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGMaskManager.m; sourceTree = ""; }; + 000000002050 /* RNSVGNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGNodeManager.h; sourceTree = ""; }; + 000000002060 /* RNSVGNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGNodeManager.m; sourceTree = ""; }; + 000000002070 /* RNSVGPathManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPathManager.h; sourceTree = ""; }; + 000000002080 /* RNSVGPathManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPathManager.m; sourceTree = ""; }; + 000000002090 /* RNSVGPatternManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGPatternManager.h; sourceTree = ""; }; + 0000000020A0 /* RNSVGPatternManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGPatternManager.m; sourceTree = ""; }; + 0000000020B0 /* RNSVGRadialGradientManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRadialGradientManager.h; sourceTree = ""; }; + 0000000020C0 /* RNSVGRadialGradientManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRadialGradientManager.m; sourceTree = ""; }; + 0000000020D0 /* RNSVGRectManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRectManager.h; sourceTree = ""; }; + 0000000020E0 /* RNSVGRectManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRectManager.m; sourceTree = ""; }; + 0000000020F0 /* RNSVGRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGRenderableManager.h; sourceTree = ""; }; + 000000002100 /* RNSVGRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGRenderableManager.m; sourceTree = ""; }; + 000000002110 /* RNSVGSvgViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSvgViewManager.h; sourceTree = ""; }; + 000000002120 /* RNSVGSvgViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSvgViewManager.m; sourceTree = ""; }; + 000000002130 /* RNSVGSymbolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGSymbolManager.h; sourceTree = ""; }; + 000000002140 /* RNSVGSymbolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGSymbolManager.m; sourceTree = ""; }; + 000000002150 /* RNSVGTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextManager.h; sourceTree = ""; }; + 000000002160 /* RNSVGTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextManager.m; sourceTree = ""; }; + 000000002170 /* RNSVGTextPathManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTextPathManager.h; sourceTree = ""; }; + 000000002180 /* RNSVGTextPathManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTextPathManager.m; sourceTree = ""; }; + 000000002190 /* RNSVGTSpanManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGTSpanManager.h; sourceTree = ""; }; + 0000000021A0 /* RNSVGTSpanManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGTSpanManager.m; sourceTree = ""; }; + 0000000021B0 /* RNSVGUseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNSVGUseManager.h; sourceTree = ""; }; + 0000000021C0 /* RNSVGUseManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNSVGUseManager.m; sourceTree = ""; }; + 0000000021F0 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + 000000002200 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + 000000002210 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + 000000002220 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + 000000002230 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + 000000002240 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + 000000002250 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + 000000002260 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 000000002270 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + 000000002280 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; + 000000002290 /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + 0000000022A0 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + 0000000022B0 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + 0000000022C0 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 0000000022D0 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + 0000000022E0 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + 0000000022F0 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + 000000002300 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + 000000002310 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + 000000002320 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + 000000002330 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + 000000002340 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + 000000002350 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + 000000002360 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 000000002370 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 000000002380 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + 000000002390 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 0000000023A0 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; + 0000000023B0 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + 0000000023C0 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + 0000000023D0 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + 0000000023E0 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + 0000000023F0 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + 000000002400 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + 000000002410 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + 000000002420 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + 000000002430 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + 000000002440 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + 000000002450 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + 000000002460 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + 000000002470 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + 000000002480 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + 000000002490 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + 0000000024A0 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 0000000024B0 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + 0000000024C0 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + 0000000024D0 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 0000000024E0 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + 0000000024F0 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + 000000002500 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 000000002510 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + 000000002520 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; + 000000002530 /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; + 000000002540 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + 000000002550 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + 000000002560 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + 000000002570 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + 000000002580 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 000000002590 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + 0000000025A0 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + 0000000025B0 /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + 0000000025C0 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + 0000000025D0 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + 0000000025E0 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + 0000000025F0 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + 000000002600 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + 000000002610 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 000000002620 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + 000000002630 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + 000000002640 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 000000002650 /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 000000002670 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + 000000002680 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + 000000002690 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; + 0000000026A0 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + 0000000026B0 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + 0000000026C0 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + 0000000026D0 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 0000000026E0 /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + 0000000026F0 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + 000000002700 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + 000000002710 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + 000000002720 /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + 000000002730 /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + 000000002750 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + 000000002760 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + 000000002770 /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; + 000000002780 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; + 000000002790 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + 0000000027A0 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + 0000000027C0 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; + 0000000027D0 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; + 0000000027E0 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; + 0000000027F0 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; + 000000002800 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; + 000000002810 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; + 000000002820 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; + 000000002830 /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; + 000000002840 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; + 000000002850 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; + 000000002860 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + 000000002870 /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; + 000000002880 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; + 000000002890 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + 0000000028A0 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 0000000028B0 /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + 0000000028C0 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; + 0000000028D0 /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; + 0000000028E0 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; + 0000000028F0 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + 000000002900 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + 000000002910 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 000000002920 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; + 000000002930 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; + 000000002940 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 000000002950 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + 000000002960 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + 000000002970 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + 000000002980 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; + 000000002990 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; + 0000000029A0 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + 0000000029B0 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + 0000000029C0 /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; + 0000000029D0 /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; + 0000000029E0 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; + 0000000029F0 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + 000000002A00 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; + 000000002A10 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; + 000000002A20 /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + 000000002A30 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + 000000002A40 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + 000000002A50 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 000000002A60 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + 000000002A70 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + 000000002A90 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; + 000000002AA0 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + 000000002AB0 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + 000000002AC0 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; + 000000002AD0 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + 000000002AE0 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + 000000002AF0 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + 000000002B00 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + 000000002B10 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + 000000002B20 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + 000000002B40 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + 000000002B50 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + 000000002B70 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 000000002B80 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + 000000002B90 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + 000000002BA0 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + 000000002BB0 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + 000000002BC0 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + 000000002BD0 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + 000000002BE0 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 000000002BF0 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + 000000002C00 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + 000000002C10 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + 000000002C20 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + 000000002C30 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + 000000002C40 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + 000000002C50 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; + 000000002C60 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + 000000002C70 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; + 000000002C80 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + 000000002C90 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 000000002CA0 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; + 000000002CB0 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + 000000002CC0 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + 000000002CD0 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + 000000002CE0 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + 000000002CF0 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + 000000002D00 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + 000000002D10 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + 000000002D20 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; + 000000002D30 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + 000000002D40 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; + 000000002D50 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + 000000002D60 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; + 000000002D70 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + 000000002D80 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + 000000002D90 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + 000000002DA0 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + 000000002DB0 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + 000000002DC0 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + 000000002DD0 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + 000000002DE0 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + 000000002DF0 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + 000000002E00 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + 000000002E10 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; + 000000002E20 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + 000000002E30 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; + 000000002E40 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + 000000002E50 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + 000000002E60 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + 000000002E70 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 000000002E80 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 000000002E90 /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; + 000000002EA0 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + 000000002EB0 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + 000000002EC0 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + 000000002ED0 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + 000000002EE0 /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + 000000002EF0 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + 000000002F00 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + 000000002F10 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + 000000002F20 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; + 000000002F30 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + 000000002F40 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + 000000002F50 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + 000000002F60 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + 000000002F70 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + 000000002F80 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; + 000000002F90 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + 000000002FA0 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + 000000002FB0 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + 000000002FC0 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + 000000002FD0 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 000000002FE0 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + 000000002FF0 /* RCTWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebView.h; sourceTree = ""; }; + 000000003000 /* RCTWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebView.m; sourceTree = ""; }; + 000000003010 /* RCTWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebViewManager.h; sourceTree = ""; }; + 000000003020 /* RCTWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebViewManager.m; sourceTree = ""; }; + 000000003030 /* RCTWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebView.h; sourceTree = ""; }; + 000000003040 /* RCTWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebView.m; sourceTree = ""; }; + 000000003050 /* RCTWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebViewManager.h; sourceTree = ""; }; + 000000003060 /* RCTWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebViewManager.m; sourceTree = ""; }; + 000000003070 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + 000000003080 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 0000000030A0 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + 0000000030B0 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 0000000030C0 /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 0000000030D0 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + 0000000030E0 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + 0000000030F0 /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + 000000003100 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + 000000003110 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + 000000003130 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; + 000000003140 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + 000000003150 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; + 000000003160 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + 000000003170 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; + 000000003180 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + 000000003190 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + 0000000031A0 /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + 0000000031B0 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + 0000000031C0 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + 0000000031D0 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + 0000000031E0 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 0000000031F0 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + 000000003200 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + 000000003230 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + 000000003240 /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; + 000000003250 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + 000000003260 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; + 000000003270 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + 000000003280 /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + 000000003290 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 0000000032A0 /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + 0000000032B0 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + 0000000032C0 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + 0000000032E0 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 0000000032F0 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + 000000003300 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + 000000003310 /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + 000000003320 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 000000003330 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + 000000003340 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; + 000000003350 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; + 000000003360 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + 000000003380 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + 000000003390 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + 0000000033C0 /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingView.h; sourceTree = ""; }; + 0000000033D0 /* RCTDevLoadingView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingView.m; sourceTree = ""; }; + 0000000033E0 /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevMenu.h; sourceTree = ""; }; + 0000000033F0 /* RCTDevMenu.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevMenu.m; sourceTree = ""; }; + 000000003400 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + 000000003410 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; + 000000003420 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + 000000003430 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + 000000003440 /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + 000000003450 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + 000000003470 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + 000000003480 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + 000000003490 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + 0000000034A0 /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + 0000000034C0 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = Libraries/ActionSheetIOS/RCTActionSheetManager.h; sourceTree = ""; }; + 0000000034D0 /* RCTActionSheetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTActionSheetManager.m; path = Libraries/ActionSheetIOS/RCTActionSheetManager.m; sourceTree = ""; }; + 000000003500 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + 000000003510 /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; + 000000003520 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; + 000000003530 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + 000000003540 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; + 000000003550 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + 000000003560 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; + 000000003570 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + 000000003580 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + 0000000035A0 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + 0000000035B0 /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + 0000000035C0 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; + 0000000035D0 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; + 0000000035E0 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 0000000035F0 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + 000000003600 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + 000000003610 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; + 000000003620 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + 000000003630 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + 000000003640 /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 000000003650 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + 000000003660 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + 000000003670 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + 000000003680 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; + 000000003690 /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + 0000000036A0 /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + 0000000036B0 /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; + 0000000036C0 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + 0000000036D0 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + 0000000036E0 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + 0000000036F0 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; + 000000003700 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; + 000000003710 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; + 000000003720 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; + 000000003730 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + 000000003740 /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; + 000000003750 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAnimationUtils.m; path = Libraries/NativeAnimation/RCTAnimationUtils.m; sourceTree = ""; }; + 000000003760 /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; + 000000003770 /* RCTNativeAnimatedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNativeAnimatedModule.m; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.m; sourceTree = ""; }; + 000000003780 /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + 000000003790 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNativeAnimatedNodesManager.m; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; + 0000000037B0 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + 0000000037C0 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTBlobManager.mm; path = Libraries/Blob/RCTBlobManager.mm; sourceTree = ""; }; + 0000000037D0 /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; + 0000000037E0 /* RCTFileReaderModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTFileReaderModule.m; path = Libraries/Blob/RCTFileReaderModule.m; sourceTree = ""; }; + 000000003800 /* RCTAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAssetsLibraryRequestHandler.h; path = Libraries/CameraRoll/RCTAssetsLibraryRequestHandler.h; sourceTree = ""; }; + 000000003810 /* RCTAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAssetsLibraryRequestHandler.m; path = Libraries/CameraRoll/RCTAssetsLibraryRequestHandler.m; sourceTree = ""; }; + 000000003820 /* RCTCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTCameraRollManager.h; path = Libraries/CameraRoll/RCTCameraRollManager.h; sourceTree = ""; }; + 000000003830 /* RCTCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTCameraRollManager.m; path = Libraries/CameraRoll/RCTCameraRollManager.m; sourceTree = ""; }; + 000000003840 /* RCTImagePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePickerManager.h; path = Libraries/CameraRoll/RCTImagePickerManager.h; sourceTree = ""; }; + 000000003850 /* RCTImagePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImagePickerManager.m; path = Libraries/CameraRoll/RCTImagePickerManager.m; sourceTree = ""; }; + 000000003860 /* RCTPhotoLibraryImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPhotoLibraryImageLoader.h; path = Libraries/CameraRoll/RCTPhotoLibraryImageLoader.h; sourceTree = ""; }; + 000000003870 /* RCTPhotoLibraryImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTPhotoLibraryImageLoader.m; path = Libraries/CameraRoll/RCTPhotoLibraryImageLoader.m; sourceTree = ""; }; + 000000003890 /* RCTLocationObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocationObserver.h; path = Libraries/Geolocation/RCTLocationObserver.h; sourceTree = ""; }; + 0000000038A0 /* RCTLocationObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTLocationObserver.m; path = Libraries/Geolocation/RCTLocationObserver.m; sourceTree = ""; }; + 0000000038C0 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; + 0000000038D0 /* RCTGIFImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTGIFImageDecoder.m; path = Libraries/Image/RCTGIFImageDecoder.m; sourceTree = ""; }; + 0000000038E0 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; + 0000000038F0 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageBlurUtils.m; path = Libraries/Image/RCTImageBlurUtils.m; sourceTree = ""; }; + 000000003900 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + 000000003910 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageCache.m; path = Libraries/Image/RCTImageCache.m; sourceTree = ""; }; + 000000003920 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; + 000000003930 /* RCTImageEditingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageEditingManager.m; path = Libraries/Image/RCTImageEditingManager.m; sourceTree = ""; }; + 000000003940 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; + 000000003950 /* RCTImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageLoader.m; path = Libraries/Image/RCTImageLoader.m; sourceTree = ""; }; + 000000003960 /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; + 000000003970 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageShadowView.m; path = Libraries/Image/RCTImageShadowView.m; sourceTree = ""; }; + 000000003980 /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; + 000000003990 /* RCTImageStoreManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageStoreManager.m; path = Libraries/Image/RCTImageStoreManager.m; sourceTree = ""; }; + 0000000039A0 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + 0000000039B0 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageUtils.m; path = Libraries/Image/RCTImageUtils.m; sourceTree = ""; }; + 0000000039C0 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; + 0000000039D0 /* RCTImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageView.m; path = Libraries/Image/RCTImageView.m; sourceTree = ""; }; + 0000000039E0 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; + 0000000039F0 /* RCTImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTImageViewManager.m; path = Libraries/Image/RCTImageViewManager.m; sourceTree = ""; }; + 000000003A00 /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; + 000000003A10 /* RCTLocalAssetImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTLocalAssetImageLoader.m; path = Libraries/Image/RCTLocalAssetImageLoader.m; sourceTree = ""; }; + 000000003A20 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; + 000000003A30 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTResizeMode.m; path = Libraries/Image/RCTResizeMode.m; sourceTree = ""; }; + 000000003A50 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; + 000000003A60 /* RCTLinkingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTLinkingManager.m; path = Libraries/LinkingIOS/RCTLinkingManager.m; sourceTree = ""; }; + 000000003A80 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + 000000003A90 /* RCTDataRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTDataRequestHandler.m; path = Libraries/Network/RCTDataRequestHandler.m; sourceTree = ""; }; + 000000003AA0 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; + 000000003AB0 /* RCTFileRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTFileRequestHandler.m; path = Libraries/Network/RCTFileRequestHandler.m; sourceTree = ""; }; + 000000003AC0 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; + 000000003AD0 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTHTTPRequestHandler.mm; path = Libraries/Network/RCTHTTPRequestHandler.mm; sourceTree = ""; }; + 000000003AE0 /* RCTNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetInfo.h; path = Libraries/Network/RCTNetInfo.h; sourceTree = ""; }; + 000000003AF0 /* RCTNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNetInfo.m; path = Libraries/Network/RCTNetInfo.m; sourceTree = ""; }; + 000000003B00 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + 000000003B10 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RCTNetworking.mm; path = Libraries/Network/RCTNetworking.mm; sourceTree = ""; }; + 000000003B20 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; + 000000003B30 /* RCTNetworkTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNetworkTask.m; path = Libraries/Network/RCTNetworkTask.m; sourceTree = ""; }; + 000000003B60 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + 000000003B70 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; + 000000003B80 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + 000000003B90 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + 000000003BB0 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + 000000003BC0 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; + 000000003BD0 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + 000000003BE0 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + 000000003BF0 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; + 000000003C00 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+Text.m"; path = "Libraries/Text/RCTConvert+Text.m"; sourceTree = ""; }; + 000000003C10 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + 000000003C20 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTTextAttributes.m; path = Libraries/Text/RCTTextAttributes.m; sourceTree = ""; }; + 000000003C30 /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 000000003C50 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + 000000003C60 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + 000000003C70 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + 000000003C80 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; + 000000003C90 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + 000000003CA0 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; + 000000003CB0 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + 000000003CC0 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + 000000003CF0 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + 000000003D00 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; + 000000003D10 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + 000000003D20 /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + 000000003D30 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + 000000003D40 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; + 000000003D50 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + 000000003D60 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + 000000003D70 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + 000000003D80 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + 000000003D90 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + 000000003DA0 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; + 000000003DB0 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + 000000003DC0 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + 000000003DD0 /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + 000000003DE0 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + 000000003DF0 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + 000000003E00 /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + 000000003E10 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + 000000003E20 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 000000003E30 /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 000000003E40 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + 000000003E50 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + 000000003E60 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + 000000003E70 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 000000003E80 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + 000000003EA0 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + 000000003EB0 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + 000000003EC0 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + 000000003ED0 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + 000000003EE0 /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; + 000000003EF0 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + 000000003F10 /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + 000000003F20 /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + 000000003F30 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + 000000003F40 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; + 000000003F60 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; + 000000003F70 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; + 000000003F80 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; + 000000003F90 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; + 000000003FA0 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = Libraries/WebSocket/RCTWebSocketExecutor.h; sourceTree = ""; }; + 000000003FB0 /* RCTWebSocketExecutor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketExecutor.m; path = Libraries/WebSocket/RCTWebSocketExecutor.m; sourceTree = ""; }; + 000000003FC0 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = Libraries/WebSocket/RCTWebSocketModule.h; sourceTree = ""; }; + 000000003FD0 /* RCTWebSocketModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWebSocketModule.m; path = Libraries/WebSocket/RCTWebSocketModule.m; sourceTree = ""; }; + 000000003FF0 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxModule.h; path = ReactCommon/cxxreact/CxxModule.h; sourceTree = ""; }; + 000000004000 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = CxxNativeModule.cpp; path = ReactCommon/cxxreact/CxxNativeModule.cpp; sourceTree = ""; }; + 000000004010 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CxxNativeModule.h; path = ReactCommon/cxxreact/CxxNativeModule.h; sourceTree = ""; }; + 000000004020 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Instance.cpp; path = ReactCommon/cxxreact/Instance.cpp; sourceTree = ""; }; + 000000004030 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instance.h; path = ReactCommon/cxxreact/Instance.h; sourceTree = ""; }; + 000000004040 /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "JsArgumentHelpers-inl.h"; path = "ReactCommon/cxxreact/JsArgumentHelpers-inl.h"; sourceTree = ""; }; + 000000004050 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JsArgumentHelpers.h; path = ReactCommon/cxxreact/JsArgumentHelpers.h; sourceTree = ""; }; + 000000004060 /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSBigString.cpp; path = ReactCommon/cxxreact/JSBigString.cpp; sourceTree = ""; }; + 000000004070 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSBigString.h; path = ReactCommon/cxxreact/JSBigString.h; sourceTree = ""; }; + 000000004080 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSBundleType.cpp; path = ReactCommon/cxxreact/JSBundleType.cpp; sourceTree = ""; }; + 000000004090 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSBundleType.h; path = ReactCommon/cxxreact/JSBundleType.h; sourceTree = ""; }; + 0000000040A0 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSDeltaBundleClient.cpp; path = ReactCommon/cxxreact/JSDeltaBundleClient.cpp; sourceTree = ""; }; + 0000000040B0 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSDeltaBundleClient.h; path = ReactCommon/cxxreact/JSDeltaBundleClient.h; sourceTree = ""; }; + 0000000040C0 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSExecutor.cpp; path = ReactCommon/cxxreact/JSExecutor.cpp; sourceTree = ""; }; + 0000000040D0 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSExecutor.h; path = ReactCommon/cxxreact/JSExecutor.h; sourceTree = ""; }; + 0000000040E0 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIndexedRAMBundle.cpp; path = ReactCommon/cxxreact/JSIndexedRAMBundle.cpp; sourceTree = ""; }; + 0000000040F0 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIndexedRAMBundle.h; path = ReactCommon/cxxreact/JSIndexedRAMBundle.h; sourceTree = ""; }; + 000000004100 /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSModulesUnbundle.h; path = ReactCommon/cxxreact/JSModulesUnbundle.h; sourceTree = ""; }; + 000000004110 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MessageQueueThread.h; path = ReactCommon/cxxreact/MessageQueueThread.h; sourceTree = ""; }; + 000000004120 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = MethodCall.cpp; path = ReactCommon/cxxreact/MethodCall.cpp; sourceTree = ""; }; + 000000004130 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MethodCall.h; path = ReactCommon/cxxreact/MethodCall.h; sourceTree = ""; }; + 000000004140 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ModuleRegistry.cpp; path = ReactCommon/cxxreact/ModuleRegistry.cpp; sourceTree = ""; }; + 000000004150 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ModuleRegistry.h; path = ReactCommon/cxxreact/ModuleRegistry.h; sourceTree = ""; }; + 000000004160 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeModule.h; path = ReactCommon/cxxreact/NativeModule.h; sourceTree = ""; }; + 000000004170 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = NativeToJsBridge.cpp; path = ReactCommon/cxxreact/NativeToJsBridge.cpp; sourceTree = ""; }; + 000000004180 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NativeToJsBridge.h; path = ReactCommon/cxxreact/NativeToJsBridge.h; sourceTree = ""; }; + 000000004190 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = RAMBundleRegistry.cpp; path = ReactCommon/cxxreact/RAMBundleRegistry.cpp; sourceTree = ""; }; + 0000000041A0 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RAMBundleRegistry.h; path = ReactCommon/cxxreact/RAMBundleRegistry.h; sourceTree = ""; }; + 0000000041B0 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = ReactMarker.cpp; path = ReactCommon/cxxreact/ReactMarker.cpp; sourceTree = ""; }; + 0000000041C0 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactMarker.h; path = ReactCommon/cxxreact/ReactMarker.h; sourceTree = ""; }; + 0000000041D0 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RecoverableError.h; path = ReactCommon/cxxreact/RecoverableError.h; sourceTree = ""; }; + 0000000041E0 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedProxyCxxModule.h; path = ReactCommon/cxxreact/SharedProxyCxxModule.h; sourceTree = ""; }; + 0000000041F0 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SystraceSection.h; path = ReactCommon/cxxreact/SystraceSection.h; sourceTree = ""; }; + 000000004210 /* fishhook.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fishhook.c; path = Libraries/fishhook/fishhook.c; sourceTree = ""; }; + 000000004220 /* fishhook.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fishhook.h; path = Libraries/fishhook/fishhook.h; sourceTree = ""; }; + 000000004240 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = ReactCommon/jsi/instrumentation.h; sourceTree = ""; }; + 000000004250 /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSCRuntime.cpp; path = ReactCommon/jsi/JSCRuntime.cpp; sourceTree = ""; }; + 000000004260 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSCRuntime.h; path = ReactCommon/jsi/JSCRuntime.h; sourceTree = ""; }; + 000000004270 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "jsi-inl.h"; path = "ReactCommon/jsi/jsi-inl.h"; sourceTree = ""; }; + 000000004280 /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = jsi.cpp; path = ReactCommon/jsi/jsi.cpp; sourceTree = ""; }; + 000000004290 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = jsi.h; path = ReactCommon/jsi/jsi.h; sourceTree = ""; }; + 0000000042A0 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIDynamic.cpp; path = ReactCommon/jsi/JSIDynamic.cpp; sourceTree = ""; }; + 0000000042B0 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIDynamic.h; path = ReactCommon/jsi/JSIDynamic.h; sourceTree = ""; }; + 0000000042D0 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSIExecutor.cpp; path = ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp; sourceTree = ""; }; + 0000000042E0 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = ReactCommon/jsiexecutor/jsireact/JSIExecutor.h; sourceTree = ""; }; + 0000000042F0 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = JSINativeModules.cpp; path = ReactCommon/jsiexecutor/jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 000000004300 /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = ReactCommon/jsiexecutor/jsireact/JSINativeModules.h; sourceTree = ""; }; + 000000004320 /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = InspectorInterfaces.cpp; path = ReactCommon/jsinspector/InspectorInterfaces.cpp; sourceTree = ""; }; + 000000004330 /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InspectorInterfaces.h; path = ReactCommon/jsinspector/InspectorInterfaces.h; sourceTree = ""; }; + 000000004340 /* SAMKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SAMKeychain.h; path = Sources/SAMKeychain.h; sourceTree = ""; }; + 000000004350 /* SAMKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SAMKeychain.m; path = Sources/SAMKeychain.m; sourceTree = ""; }; + 000000004360 /* SAMKeychainQuery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SAMKeychainQuery.h; path = Sources/SAMKeychainQuery.h; sourceTree = ""; }; + 000000004370 /* SAMKeychainQuery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SAMKeychainQuery.m; path = Sources/SAMKeychainQuery.m; sourceTree = ""; }; + 000000004390 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/NSData+ImageContentType.h"; sourceTree = ""; }; + 0000000043A0 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/NSData+ImageContentType.m"; sourceTree = ""; }; + 0000000043B0 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/SDImageCache.h; sourceTree = ""; }; + 0000000043C0 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/SDImageCache.m; sourceTree = ""; }; + 0000000043D0 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/SDWebImageCompat.h; sourceTree = ""; }; + 0000000043E0 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/SDWebImageCompat.m; sourceTree = ""; }; + 0000000043F0 /* SDWebImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDecoder.h; path = SDWebImage/SDWebImageDecoder.h; sourceTree = ""; }; + 000000004400 /* SDWebImageDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDecoder.m; path = SDWebImage/SDWebImageDecoder.m; sourceTree = ""; }; + 000000004410 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/SDWebImageDownloader.h; sourceTree = ""; }; + 000000004420 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/SDWebImageDownloader.m; sourceTree = ""; }; + 000000004430 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + 000000004440 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + 000000004450 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/SDWebImageManager.h; sourceTree = ""; }; + 000000004460 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/SDWebImageManager.m; sourceTree = ""; }; + 000000004470 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/SDWebImageOperation.h; sourceTree = ""; }; + 000000004480 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/SDWebImagePrefetcher.h; sourceTree = ""; }; + 000000004490 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/SDWebImagePrefetcher.m; sourceTree = ""; }; + 0000000044A0 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/UIButton+WebCache.h"; sourceTree = ""; }; + 0000000044B0 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = ""; }; + 0000000044C0 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/UIImage+GIF.h"; sourceTree = ""; }; + 0000000044D0 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/UIImage+GIF.m"; sourceTree = ""; }; + 0000000044E0 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/UIImage+MultiFormat.h"; sourceTree = ""; }; + 0000000044F0 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/UIImage+MultiFormat.m"; sourceTree = ""; }; + 000000004500 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; + 000000004510 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + 000000004520 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = ""; }; + 000000004530 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = ""; }; + 000000004540 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/UIView+WebCacheOperation.h"; sourceTree = ""; }; + 000000004550 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/UIView+WebCacheOperation.m"; sourceTree = ""; }; + 000000004570 /* NSData+Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+Compression.h"; path = "Sources/Sentry/include/NSData+Compression.h"; sourceTree = ""; }; + 000000004580 /* NSDate+Extras.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+Extras.h"; path = "Sources/Sentry/include/NSDate+Extras.h"; sourceTree = ""; }; + 000000004590 /* NSDictionary+Sanitize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+Sanitize.h"; path = "Sources/Sentry/include/NSDictionary+Sanitize.h"; sourceTree = ""; }; + 0000000045A0 /* Sentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sentry.h; path = Sources/Sentry/include/Sentry.h; sourceTree = ""; }; + 0000000045B0 /* SentryAsynchronousOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryAsynchronousOperation.h; path = Sources/Sentry/include/SentryAsynchronousOperation.h; sourceTree = ""; }; + 0000000045C0 /* SentryBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryBreadcrumb.h; path = Sources/Sentry/include/SentryBreadcrumb.h; sourceTree = ""; }; + 0000000045D0 /* SentryBreadcrumbStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryBreadcrumbStore.h; path = Sources/Sentry/include/SentryBreadcrumbStore.h; sourceTree = ""; }; + 0000000045E0 /* SentryBreadcrumbTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryBreadcrumbTracker.h; path = Sources/Sentry/include/SentryBreadcrumbTracker.h; sourceTree = ""; }; + 0000000045F0 /* SentryClient+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SentryClient+Internal.h"; path = "Sources/Sentry/include/SentryClient+Internal.h"; sourceTree = ""; }; + 000000004600 /* SentryClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryClient.h; path = Sources/Sentry/include/SentryClient.h; sourceTree = ""; }; + 000000004610 /* SentryContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryContext.h; path = Sources/Sentry/include/SentryContext.h; sourceTree = ""; }; + 000000004620 /* SentryCrashExceptionApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryCrashExceptionApplication.h; path = Sources/Sentry/include/SentryCrashExceptionApplication.h; sourceTree = ""; }; + 000000004630 /* SentryDebugMeta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryDebugMeta.h; path = Sources/Sentry/include/SentryDebugMeta.h; sourceTree = ""; }; + 000000004640 /* SentryDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryDefines.h; path = Sources/Sentry/include/SentryDefines.h; sourceTree = ""; }; + 000000004650 /* SentryDsn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryDsn.h; path = Sources/Sentry/include/SentryDsn.h; sourceTree = ""; }; + 000000004660 /* SentryError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryError.h; path = Sources/Sentry/include/SentryError.h; sourceTree = ""; }; + 000000004670 /* SentryEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryEvent.h; path = Sources/Sentry/include/SentryEvent.h; sourceTree = ""; }; + 000000004680 /* SentryException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryException.h; path = Sources/Sentry/include/SentryException.h; sourceTree = ""; }; + 000000004690 /* SentryFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryFileManager.h; path = Sources/Sentry/include/SentryFileManager.h; sourceTree = ""; }; + 0000000046A0 /* SentryFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryFrame.h; path = Sources/Sentry/include/SentryFrame.h; sourceTree = ""; }; + 0000000046B0 /* SentryJavaScriptBridgeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryJavaScriptBridgeHelper.h; path = Sources/Sentry/include/SentryJavaScriptBridgeHelper.h; sourceTree = ""; }; + 0000000046C0 /* SentryKSCrashInstallation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryKSCrashInstallation.h; path = Sources/Sentry/include/SentryKSCrashInstallation.h; sourceTree = ""; }; + 0000000046D0 /* SentryKSCrashReportConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryKSCrashReportConverter.h; path = Sources/Sentry/include/SentryKSCrashReportConverter.h; sourceTree = ""; }; + 0000000046E0 /* SentryKSCrashReportSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryKSCrashReportSink.h; path = Sources/Sentry/include/SentryKSCrashReportSink.h; sourceTree = ""; }; + 0000000046F0 /* SentryLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryLog.h; path = Sources/Sentry/include/SentryLog.h; sourceTree = ""; }; + 000000004700 /* SentryNSURLRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryNSURLRequest.h; path = Sources/Sentry/include/SentryNSURLRequest.h; sourceTree = ""; }; + 000000004710 /* SentryQueueableRequestManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryQueueableRequestManager.h; path = Sources/Sentry/include/SentryQueueableRequestManager.h; sourceTree = ""; }; + 000000004720 /* SentryRequestOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryRequestOperation.h; path = Sources/Sentry/include/SentryRequestOperation.h; sourceTree = ""; }; + 000000004730 /* SentrySerializable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentrySerializable.h; path = Sources/Sentry/include/SentrySerializable.h; sourceTree = ""; }; + 000000004740 /* SentryStacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryStacktrace.h; path = Sources/Sentry/include/SentryStacktrace.h; sourceTree = ""; }; + 000000004750 /* SentrySwizzle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentrySwizzle.h; path = Sources/Sentry/include/SentrySwizzle.h; sourceTree = ""; }; + 000000004760 /* SentryThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryThread.h; path = Sources/Sentry/include/SentryThread.h; sourceTree = ""; }; + 000000004770 /* SentryUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SentryUser.h; path = Sources/Sentry/include/SentryUser.h; sourceTree = ""; }; + 000000004780 /* NSData+Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+Compression.m"; path = "Sources/Sentry/NSData+Compression.m"; sourceTree = ""; }; + 000000004790 /* NSDate+Extras.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+Extras.m"; path = "Sources/Sentry/NSDate+Extras.m"; sourceTree = ""; }; + 0000000047A0 /* NSDictionary+Sanitize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+Sanitize.m"; path = "Sources/Sentry/NSDictionary+Sanitize.m"; sourceTree = ""; }; + 0000000047B0 /* SentryAsynchronousOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryAsynchronousOperation.m; path = Sources/Sentry/SentryAsynchronousOperation.m; sourceTree = ""; }; + 0000000047C0 /* SentryBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryBreadcrumb.m; path = Sources/Sentry/SentryBreadcrumb.m; sourceTree = ""; }; + 0000000047D0 /* SentryBreadcrumbStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryBreadcrumbStore.m; path = Sources/Sentry/SentryBreadcrumbStore.m; sourceTree = ""; }; + 0000000047E0 /* SentryBreadcrumbTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryBreadcrumbTracker.m; path = Sources/Sentry/SentryBreadcrumbTracker.m; sourceTree = ""; }; + 0000000047F0 /* SentryClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryClient.m; path = Sources/Sentry/SentryClient.m; sourceTree = ""; }; + 000000004800 /* SentryContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryContext.m; path = Sources/Sentry/SentryContext.m; sourceTree = ""; }; + 000000004810 /* SentryCrashExceptionApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryCrashExceptionApplication.m; path = Sources/Sentry/SentryCrashExceptionApplication.m; sourceTree = ""; }; + 000000004820 /* SentryDebugMeta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryDebugMeta.m; path = Sources/Sentry/SentryDebugMeta.m; sourceTree = ""; }; + 000000004830 /* SentryDsn.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryDsn.m; path = Sources/Sentry/SentryDsn.m; sourceTree = ""; }; + 000000004840 /* SentryError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryError.m; path = Sources/Sentry/SentryError.m; sourceTree = ""; }; + 000000004850 /* SentryEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryEvent.m; path = Sources/Sentry/SentryEvent.m; sourceTree = ""; }; + 000000004860 /* SentryException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryException.m; path = Sources/Sentry/SentryException.m; sourceTree = ""; }; + 000000004870 /* SentryFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryFileManager.m; path = Sources/Sentry/SentryFileManager.m; sourceTree = ""; }; + 000000004880 /* SentryFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryFrame.m; path = Sources/Sentry/SentryFrame.m; sourceTree = ""; }; + 000000004890 /* SentryJavaScriptBridgeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryJavaScriptBridgeHelper.m; path = Sources/Sentry/SentryJavaScriptBridgeHelper.m; sourceTree = ""; }; + 0000000048A0 /* SentryKSCrashInstallation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryKSCrashInstallation.m; path = Sources/Sentry/SentryKSCrashInstallation.m; sourceTree = ""; }; + 0000000048B0 /* SentryKSCrashReportConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryKSCrashReportConverter.m; path = Sources/Sentry/SentryKSCrashReportConverter.m; sourceTree = ""; }; + 0000000048C0 /* SentryKSCrashReportSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryKSCrashReportSink.m; path = Sources/Sentry/SentryKSCrashReportSink.m; sourceTree = ""; }; + 0000000048D0 /* SentryLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryLog.m; path = Sources/Sentry/SentryLog.m; sourceTree = ""; }; + 0000000048E0 /* SentryNSURLRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryNSURLRequest.m; path = Sources/Sentry/SentryNSURLRequest.m; sourceTree = ""; }; + 0000000048F0 /* SentryQueueableRequestManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryQueueableRequestManager.m; path = Sources/Sentry/SentryQueueableRequestManager.m; sourceTree = ""; }; + 000000004900 /* SentryRequestOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryRequestOperation.m; path = Sources/Sentry/SentryRequestOperation.m; sourceTree = ""; }; + 000000004910 /* SentryStacktrace.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryStacktrace.m; path = Sources/Sentry/SentryStacktrace.m; sourceTree = ""; }; + 000000004920 /* SentrySwizzle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentrySwizzle.m; path = Sources/Sentry/SentrySwizzle.m; sourceTree = ""; }; + 000000004930 /* SentryThread.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryThread.m; path = Sources/Sentry/SentryThread.m; sourceTree = ""; }; + 000000004940 /* SentryUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SentryUser.m; path = Sources/Sentry/SentryUser.m; sourceTree = ""; }; + 000000004950 /* RNSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSentry.h; path = ios/RNSentry.h; sourceTree = ""; }; + 000000004960 /* RNSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSentry.m; path = ios/RNSentry.m; sourceTree = ""; }; + 000000004970 /* RNSentryEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSentryEventEmitter.h; path = ios/RNSentryEventEmitter.h; sourceTree = ""; }; + 000000004980 /* RNSentryEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSentryEventEmitter.m; path = ios/RNSentryEventEmitter.m; sourceTree = ""; }; + 000000004990 /* FauxPasAnnotations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FauxPasAnnotations.h; path = Stripe/PublicHeaders/FauxPasAnnotations.h; sourceTree = ""; }; + 0000000049A0 /* STPAddCardViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAddCardViewController.h; path = Stripe/PublicHeaders/STPAddCardViewController.h; sourceTree = ""; }; + 0000000049B0 /* STPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAddress.h; path = Stripe/PublicHeaders/STPAddress.h; sourceTree = ""; }; + 0000000049C0 /* STPAPIClient+ApplePay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPAPIClient+ApplePay.h"; path = "Stripe/PublicHeaders/STPAPIClient+ApplePay.h"; sourceTree = ""; }; + 0000000049D0 /* STPAPIClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAPIClient.h; path = Stripe/PublicHeaders/STPAPIClient.h; sourceTree = ""; }; + 0000000049E0 /* STPAPIResponseDecodable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAPIResponseDecodable.h; path = Stripe/PublicHeaders/STPAPIResponseDecodable.h; sourceTree = ""; }; + 0000000049F0 /* STPApplePayPaymentMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPApplePayPaymentMethod.h; path = Stripe/PublicHeaders/STPApplePayPaymentMethod.h; sourceTree = ""; }; + 000000004A00 /* STPBackendAPIAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPBackendAPIAdapter.h; path = Stripe/PublicHeaders/STPBackendAPIAdapter.h; sourceTree = ""; }; + 000000004A10 /* STPBankAccount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPBankAccount.h; path = Stripe/PublicHeaders/STPBankAccount.h; sourceTree = ""; }; + 000000004A20 /* STPBankAccountParams.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPBankAccountParams.h; path = Stripe/PublicHeaders/STPBankAccountParams.h; sourceTree = ""; }; + 000000004A30 /* STPBlocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPBlocks.h; path = Stripe/PublicHeaders/STPBlocks.h; sourceTree = ""; }; + 000000004A40 /* STPCard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCard.h; path = Stripe/PublicHeaders/STPCard.h; sourceTree = ""; }; + 000000004A50 /* STPCardBrand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCardBrand.h; path = Stripe/PublicHeaders/STPCardBrand.h; sourceTree = ""; }; + 000000004A60 /* STPCardParams.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCardParams.h; path = Stripe/PublicHeaders/STPCardParams.h; sourceTree = ""; }; + 000000004A70 /* STPCardValidationState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCardValidationState.h; path = Stripe/PublicHeaders/STPCardValidationState.h; sourceTree = ""; }; + 000000004A80 /* STPCardValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCardValidator.h; path = Stripe/PublicHeaders/STPCardValidator.h; sourceTree = ""; }; + 000000004A90 /* STPConnectAccountParams.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPConnectAccountParams.h; path = Stripe/PublicHeaders/STPConnectAccountParams.h; sourceTree = ""; }; + 000000004AA0 /* STPCoreScrollViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCoreScrollViewController.h; path = Stripe/PublicHeaders/STPCoreScrollViewController.h; sourceTree = ""; }; + 000000004AB0 /* STPCoreTableViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCoreTableViewController.h; path = Stripe/PublicHeaders/STPCoreTableViewController.h; sourceTree = ""; }; + 000000004AC0 /* STPCoreViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCoreViewController.h; path = Stripe/PublicHeaders/STPCoreViewController.h; sourceTree = ""; }; + 000000004AD0 /* STPCustomer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCustomer.h; path = Stripe/PublicHeaders/STPCustomer.h; sourceTree = ""; }; + 000000004AE0 /* STPCustomerContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCustomerContext.h; path = Stripe/PublicHeaders/STPCustomerContext.h; sourceTree = ""; }; + 000000004AF0 /* STPEphemeralKeyProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPEphemeralKeyProvider.h; path = Stripe/PublicHeaders/STPEphemeralKeyProvider.h; sourceTree = ""; }; + 000000004B00 /* STPFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPFile.h; path = Stripe/PublicHeaders/STPFile.h; sourceTree = ""; }; + 000000004B10 /* STPFormEncodable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPFormEncodable.h; path = Stripe/PublicHeaders/STPFormEncodable.h; sourceTree = ""; }; + 000000004B20 /* STPImageLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPImageLibrary.h; path = Stripe/PublicHeaders/STPImageLibrary.h; sourceTree = ""; }; + 000000004B30 /* STPLegalEntityParams.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPLegalEntityParams.h; path = Stripe/PublicHeaders/STPLegalEntityParams.h; sourceTree = ""; }; + 000000004B40 /* STPPaymentActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentActivityIndicatorView.h; path = Stripe/PublicHeaders/STPPaymentActivityIndicatorView.h; sourceTree = ""; }; + 000000004B50 /* STPPaymentCardTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentCardTextField.h; path = Stripe/PublicHeaders/STPPaymentCardTextField.h; sourceTree = ""; }; + 000000004B60 /* STPPaymentConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentConfiguration.h; path = Stripe/PublicHeaders/STPPaymentConfiguration.h; sourceTree = ""; }; + 000000004B70 /* STPPaymentContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentContext.h; path = Stripe/PublicHeaders/STPPaymentContext.h; sourceTree = ""; }; + 000000004B80 /* STPPaymentIntent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentIntent.h; path = Stripe/PublicHeaders/STPPaymentIntent.h; sourceTree = ""; }; + 000000004B90 /* STPPaymentIntentEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentIntentEnums.h; path = Stripe/PublicHeaders/STPPaymentIntentEnums.h; sourceTree = ""; }; + 000000004BA0 /* STPPaymentIntentParams.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentIntentParams.h; path = Stripe/PublicHeaders/STPPaymentIntentParams.h; sourceTree = ""; }; + 000000004BB0 /* STPPaymentIntentSourceAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentIntentSourceAction.h; path = Stripe/PublicHeaders/STPPaymentIntentSourceAction.h; sourceTree = ""; }; + 000000004BC0 /* STPPaymentIntentSourceActionAuthorizeWithURL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentIntentSourceActionAuthorizeWithURL.h; path = Stripe/PublicHeaders/STPPaymentIntentSourceActionAuthorizeWithURL.h; sourceTree = ""; }; + 000000004BD0 /* STPPaymentMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentMethod.h; path = Stripe/PublicHeaders/STPPaymentMethod.h; sourceTree = ""; }; + 000000004BE0 /* STPPaymentMethodsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentMethodsViewController.h; path = Stripe/PublicHeaders/STPPaymentMethodsViewController.h; sourceTree = ""; }; + 000000004BF0 /* STPPaymentResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentResult.h; path = Stripe/PublicHeaders/STPPaymentResult.h; sourceTree = ""; }; + 000000004C00 /* STPRedirectContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPRedirectContext.h; path = Stripe/PublicHeaders/STPRedirectContext.h; sourceTree = ""; }; + 000000004C10 /* STPShippingAddressViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPShippingAddressViewController.h; path = Stripe/PublicHeaders/STPShippingAddressViewController.h; sourceTree = ""; }; + 000000004C20 /* STPSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSource.h; path = Stripe/PublicHeaders/STPSource.h; sourceTree = ""; }; + 000000004C30 /* STPSourceCardDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceCardDetails.h; path = Stripe/PublicHeaders/STPSourceCardDetails.h; sourceTree = ""; }; + 000000004C40 /* STPSourceEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceEnums.h; path = Stripe/PublicHeaders/STPSourceEnums.h; sourceTree = ""; }; + 000000004C50 /* STPSourceOwner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceOwner.h; path = Stripe/PublicHeaders/STPSourceOwner.h; sourceTree = ""; }; + 000000004C60 /* STPSourceParams.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceParams.h; path = Stripe/PublicHeaders/STPSourceParams.h; sourceTree = ""; }; + 000000004C70 /* STPSourceProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceProtocol.h; path = Stripe/PublicHeaders/STPSourceProtocol.h; sourceTree = ""; }; + 000000004C80 /* STPSourceReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceReceiver.h; path = Stripe/PublicHeaders/STPSourceReceiver.h; sourceTree = ""; }; + 000000004C90 /* STPSourceRedirect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceRedirect.h; path = Stripe/PublicHeaders/STPSourceRedirect.h; sourceTree = ""; }; + 000000004CA0 /* STPSourceSEPADebitDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceSEPADebitDetails.h; path = Stripe/PublicHeaders/STPSourceSEPADebitDetails.h; sourceTree = ""; }; + 000000004CB0 /* STPSourceVerification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourceVerification.h; path = Stripe/PublicHeaders/STPSourceVerification.h; sourceTree = ""; }; + 000000004CC0 /* STPTheme.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPTheme.h; path = Stripe/PublicHeaders/STPTheme.h; sourceTree = ""; }; + 000000004CD0 /* STPToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPToken.h; path = Stripe/PublicHeaders/STPToken.h; sourceTree = ""; }; + 000000004CE0 /* STPUserInformation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPUserInformation.h; path = Stripe/PublicHeaders/STPUserInformation.h; sourceTree = ""; }; + 000000004CF0 /* Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stripe.h; path = Stripe/PublicHeaders/Stripe.h; sourceTree = ""; }; + 000000004D00 /* StripeError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StripeError.h; path = Stripe/PublicHeaders/StripeError.h; sourceTree = ""; }; + 000000004D10 /* UINavigationBar+Stripe_Theme.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationBar+Stripe_Theme.h"; path = "Stripe/PublicHeaders/UINavigationBar+Stripe_Theme.h"; sourceTree = ""; }; + 000000004D20 /* FABKitProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABKitProtocol.h; path = Stripe/FABKitProtocol.h; sourceTree = ""; }; + 000000004D30 /* Fabric+FABKits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Fabric+FABKits.h"; path = "Stripe/Fabric+FABKits.h"; sourceTree = ""; }; + 000000004D40 /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = Stripe/Fabric.h; sourceTree = ""; }; + 000000004D50 /* NSArray+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+Stripe.h"; path = "Stripe/NSArray+Stripe.h"; sourceTree = ""; }; + 000000004D60 /* NSArray+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+Stripe.m"; path = "Stripe/NSArray+Stripe.m"; sourceTree = ""; }; + 000000004D70 /* NSBundle+Stripe_AppName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+Stripe_AppName.h"; path = "Stripe/NSBundle+Stripe_AppName.h"; sourceTree = ""; }; + 000000004D80 /* NSBundle+Stripe_AppName.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+Stripe_AppName.m"; path = "Stripe/NSBundle+Stripe_AppName.m"; sourceTree = ""; }; + 000000004D90 /* NSCharacterSet+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSCharacterSet+Stripe.h"; path = "Stripe/NSCharacterSet+Stripe.h"; sourceTree = ""; }; + 000000004DA0 /* NSCharacterSet+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSCharacterSet+Stripe.m"; path = "Stripe/NSCharacterSet+Stripe.m"; sourceTree = ""; }; + 000000004DB0 /* NSDecimalNumber+Stripe_Currency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDecimalNumber+Stripe_Currency.h"; path = "Stripe/NSDecimalNumber+Stripe_Currency.h"; sourceTree = ""; }; + 000000004DC0 /* NSDecimalNumber+Stripe_Currency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDecimalNumber+Stripe_Currency.m"; path = "Stripe/NSDecimalNumber+Stripe_Currency.m"; sourceTree = ""; }; + 000000004DD0 /* NSDictionary+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+Stripe.h"; path = "Stripe/NSDictionary+Stripe.h"; sourceTree = ""; }; + 000000004DE0 /* NSDictionary+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+Stripe.m"; path = "Stripe/NSDictionary+Stripe.m"; sourceTree = ""; }; + 000000004DF0 /* NSError+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+Stripe.h"; path = "Stripe/NSError+Stripe.h"; sourceTree = ""; }; + 000000004E00 /* NSError+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+Stripe.m"; path = "Stripe/NSError+Stripe.m"; sourceTree = ""; }; + 000000004E10 /* NSMutableURLRequest+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSMutableURLRequest+Stripe.h"; path = "Stripe/NSMutableURLRequest+Stripe.h"; sourceTree = ""; }; + 000000004E20 /* NSMutableURLRequest+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSMutableURLRequest+Stripe.m"; path = "Stripe/NSMutableURLRequest+Stripe.m"; sourceTree = ""; }; + 000000004E30 /* NSString+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+Stripe.h"; path = "Stripe/NSString+Stripe.h"; sourceTree = ""; }; + 000000004E40 /* NSString+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+Stripe.m"; path = "Stripe/NSString+Stripe.m"; sourceTree = ""; }; + 000000004E50 /* NSURLComponents+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLComponents+Stripe.h"; path = "Stripe/NSURLComponents+Stripe.h"; sourceTree = ""; }; + 000000004E60 /* NSURLComponents+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLComponents+Stripe.m"; path = "Stripe/NSURLComponents+Stripe.m"; sourceTree = ""; }; + 000000004E70 /* PKPayment+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "PKPayment+Stripe.h"; path = "Stripe/PKPayment+Stripe.h"; sourceTree = ""; }; + 000000004E80 /* PKPayment+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "PKPayment+Stripe.m"; path = "Stripe/PKPayment+Stripe.m"; sourceTree = ""; }; + 000000004E90 /* PKPaymentAuthorizationViewController+Stripe_Blocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "PKPaymentAuthorizationViewController+Stripe_Blocks.h"; path = "Stripe/PKPaymentAuthorizationViewController+Stripe_Blocks.h"; sourceTree = ""; }; + 000000004EA0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "PKPaymentAuthorizationViewController+Stripe_Blocks.m"; path = "Stripe/PKPaymentAuthorizationViewController+Stripe_Blocks.m"; sourceTree = ""; }; + 000000004EB0 /* STPAddCardViewController+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPAddCardViewController+Private.h"; path = "Stripe/STPAddCardViewController+Private.h"; sourceTree = ""; }; + 000000004EC0 /* STPAddCardViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAddCardViewController.m; path = Stripe/STPAddCardViewController.m; sourceTree = ""; }; + 000000004ED0 /* STPAddress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAddress.m; path = Stripe/STPAddress.m; sourceTree = ""; }; + 000000004EE0 /* STPAddressFieldTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAddressFieldTableViewCell.h; path = Stripe/STPAddressFieldTableViewCell.h; sourceTree = ""; }; + 000000004EF0 /* STPAddressFieldTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAddressFieldTableViewCell.m; path = Stripe/STPAddressFieldTableViewCell.m; sourceTree = ""; }; + 000000004F00 /* STPAddressViewModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAddressViewModel.h; path = Stripe/STPAddressViewModel.h; sourceTree = ""; }; + 000000004F10 /* STPAddressViewModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAddressViewModel.m; path = Stripe/STPAddressViewModel.m; sourceTree = ""; }; + 000000004F20 /* STPAnalyticsClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAnalyticsClient.h; path = Stripe/STPAnalyticsClient.h; sourceTree = ""; }; + 000000004F30 /* STPAnalyticsClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAnalyticsClient.m; path = Stripe/STPAnalyticsClient.m; sourceTree = ""; }; + 000000004F40 /* STPAPIClient+ApplePay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "STPAPIClient+ApplePay.m"; path = "Stripe/STPAPIClient+ApplePay.m"; sourceTree = ""; }; + 000000004F50 /* STPAPIClient+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPAPIClient+Private.h"; path = "Stripe/STPAPIClient+Private.h"; sourceTree = ""; }; + 000000004F60 /* STPAPIClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAPIClient.m; path = Stripe/STPAPIClient.m; sourceTree = ""; }; + 000000004F70 /* STPAPIRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAPIRequest.h; path = Stripe/STPAPIRequest.h; sourceTree = ""; }; + 000000004F80 /* STPAPIRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAPIRequest.m; path = Stripe/STPAPIRequest.m; sourceTree = ""; }; + 000000004F90 /* STPApplePayPaymentMethod.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPApplePayPaymentMethod.m; path = Stripe/STPApplePayPaymentMethod.m; sourceTree = ""; }; + 000000004FA0 /* STPAspects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPAspects.h; path = Stripe/STPAspects.h; sourceTree = ""; }; + 000000004FB0 /* STPAspects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPAspects.m; path = Stripe/STPAspects.m; sourceTree = ""; }; + 000000004FC0 /* STPBankAccount.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPBankAccount.m; path = Stripe/STPBankAccount.m; sourceTree = ""; }; + 000000004FD0 /* STPBankAccountParams+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPBankAccountParams+Private.h"; path = "Stripe/STPBankAccountParams+Private.h"; sourceTree = ""; }; + 000000004FE0 /* STPBankAccountParams.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPBankAccountParams.m; path = Stripe/STPBankAccountParams.m; sourceTree = ""; }; + 000000004FF0 /* STPBINRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPBINRange.h; path = Stripe/STPBINRange.h; sourceTree = ""; }; + 000000005000 /* STPBINRange.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPBINRange.m; path = Stripe/STPBINRange.m; sourceTree = ""; }; + 000000005010 /* STPBundleLocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPBundleLocator.h; path = Stripe/STPBundleLocator.h; sourceTree = ""; }; + 000000005020 /* STPBundleLocator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPBundleLocator.m; path = Stripe/STPBundleLocator.m; sourceTree = ""; }; + 000000005030 /* STPCard+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPCard+Private.h"; path = "Stripe/STPCard+Private.h"; sourceTree = ""; }; + 000000005040 /* STPCard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCard.m; path = Stripe/STPCard.m; sourceTree = ""; }; + 000000005050 /* STPCardIOProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCardIOProxy.h; path = Stripe/STPCardIOProxy.h; sourceTree = ""; }; + 000000005060 /* STPCardIOProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCardIOProxy.m; path = Stripe/STPCardIOProxy.m; sourceTree = ""; }; + 000000005070 /* STPCardParams.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCardParams.m; path = Stripe/STPCardParams.m; sourceTree = ""; }; + 000000005080 /* STPCardValidator+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPCardValidator+Private.h"; path = "Stripe/STPCardValidator+Private.h"; sourceTree = ""; }; + 000000005090 /* STPCardValidator+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "STPCardValidator+Private.m"; path = "Stripe/STPCardValidator+Private.m"; sourceTree = ""; }; + 0000000050A0 /* STPCardValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCardValidator.m; path = Stripe/STPCardValidator.m; sourceTree = ""; }; + 0000000050B0 /* STPCategoryLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPCategoryLoader.h; path = Stripe/STPCategoryLoader.h; sourceTree = ""; }; + 0000000050C0 /* STPCategoryLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCategoryLoader.m; path = Stripe/STPCategoryLoader.m; sourceTree = ""; }; + 0000000050D0 /* STPColorUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPColorUtils.h; path = Stripe/STPColorUtils.h; sourceTree = ""; }; + 0000000050E0 /* STPColorUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPColorUtils.m; path = Stripe/STPColorUtils.m; sourceTree = ""; }; + 0000000050F0 /* STPConnectAccountParams.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPConnectAccountParams.m; path = Stripe/STPConnectAccountParams.m; sourceTree = ""; }; + 000000005100 /* STPCoreScrollViewController+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPCoreScrollViewController+Private.h"; path = "Stripe/STPCoreScrollViewController+Private.h"; sourceTree = ""; }; + 000000005110 /* STPCoreScrollViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCoreScrollViewController.m; path = Stripe/STPCoreScrollViewController.m; sourceTree = ""; }; + 000000005120 /* STPCoreTableViewController+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPCoreTableViewController+Private.h"; path = "Stripe/STPCoreTableViewController+Private.h"; sourceTree = ""; }; + 000000005130 /* STPCoreTableViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCoreTableViewController.m; path = Stripe/STPCoreTableViewController.m; sourceTree = ""; }; + 000000005140 /* STPCoreViewController+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPCoreViewController+Private.h"; path = "Stripe/STPCoreViewController+Private.h"; sourceTree = ""; }; + 000000005150 /* STPCoreViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCoreViewController.m; path = Stripe/STPCoreViewController.m; sourceTree = ""; }; + 000000005160 /* STPCustomer+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPCustomer+Private.h"; path = "Stripe/STPCustomer+Private.h"; sourceTree = ""; }; + 000000005170 /* STPCustomer+SourceTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPCustomer+SourceTuple.h"; path = "Stripe/STPCustomer+SourceTuple.h"; sourceTree = ""; }; + 000000005180 /* STPCustomer+SourceTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "STPCustomer+SourceTuple.m"; path = "Stripe/STPCustomer+SourceTuple.m"; sourceTree = ""; }; + 000000005190 /* STPCustomer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCustomer.m; path = Stripe/STPCustomer.m; sourceTree = ""; }; + 0000000051A0 /* STPCustomerContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPCustomerContext.m; path = Stripe/STPCustomerContext.m; sourceTree = ""; }; + 0000000051B0 /* STPDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPDelegateProxy.h; path = Stripe/STPDelegateProxy.h; sourceTree = ""; }; + 0000000051C0 /* STPDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPDelegateProxy.m; path = Stripe/STPDelegateProxy.m; sourceTree = ""; }; + 0000000051D0 /* STPDispatchFunctions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPDispatchFunctions.h; path = Stripe/STPDispatchFunctions.h; sourceTree = ""; }; + 0000000051E0 /* STPDispatchFunctions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPDispatchFunctions.m; path = Stripe/STPDispatchFunctions.m; sourceTree = ""; }; + 0000000051F0 /* STPEmailAddressValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPEmailAddressValidator.h; path = Stripe/STPEmailAddressValidator.h; sourceTree = ""; }; + 000000005200 /* STPEmailAddressValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPEmailAddressValidator.m; path = Stripe/STPEmailAddressValidator.m; sourceTree = ""; }; + 000000005210 /* STPEphemeralKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPEphemeralKey.h; path = Stripe/STPEphemeralKey.h; sourceTree = ""; }; + 000000005220 /* STPEphemeralKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPEphemeralKey.m; path = Stripe/STPEphemeralKey.m; sourceTree = ""; }; + 000000005230 /* STPEphemeralKeyManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPEphemeralKeyManager.h; path = Stripe/STPEphemeralKeyManager.h; sourceTree = ""; }; + 000000005240 /* STPEphemeralKeyManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPEphemeralKeyManager.m; path = Stripe/STPEphemeralKeyManager.m; sourceTree = ""; }; + 000000005250 /* STPFile+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPFile+Private.h"; path = "Stripe/STPFile+Private.h"; sourceTree = ""; }; + 000000005260 /* STPFile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPFile.m; path = Stripe/STPFile.m; sourceTree = ""; }; + 000000005270 /* STPFormEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPFormEncoder.h; path = Stripe/STPFormEncoder.h; sourceTree = ""; }; + 000000005280 /* STPFormEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPFormEncoder.m; path = Stripe/STPFormEncoder.m; sourceTree = ""; }; + 000000005290 /* STPFormTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPFormTextField.h; path = Stripe/STPFormTextField.h; sourceTree = ""; }; + 0000000052A0 /* STPFormTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPFormTextField.m; path = Stripe/STPFormTextField.m; sourceTree = ""; }; + 0000000052B0 /* STPGenericStripeObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPGenericStripeObject.h; path = Stripe/STPGenericStripeObject.h; sourceTree = ""; }; + 0000000052C0 /* STPGenericStripeObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPGenericStripeObject.m; path = Stripe/STPGenericStripeObject.m; sourceTree = ""; }; + 0000000052D0 /* STPImageLibrary+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPImageLibrary+Private.h"; path = "Stripe/STPImageLibrary+Private.h"; sourceTree = ""; }; + 0000000052E0 /* STPImageLibrary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPImageLibrary.m; path = Stripe/STPImageLibrary.m; sourceTree = ""; }; + 0000000052F0 /* STPInternalAPIResponseDecodable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPInternalAPIResponseDecodable.h; path = Stripe/STPInternalAPIResponseDecodable.h; sourceTree = ""; }; + 000000005300 /* STPLegalEntityParams.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPLegalEntityParams.m; path = Stripe/STPLegalEntityParams.m; sourceTree = ""; }; + 000000005310 /* STPLocalizationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPLocalizationUtils.h; path = Stripe/STPLocalizationUtils.h; sourceTree = ""; }; + 000000005320 /* STPLocalizationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPLocalizationUtils.m; path = Stripe/STPLocalizationUtils.m; sourceTree = ""; }; + 000000005330 /* STPMultipartFormDataEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPMultipartFormDataEncoder.h; path = Stripe/STPMultipartFormDataEncoder.h; sourceTree = ""; }; + 000000005340 /* STPMultipartFormDataEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPMultipartFormDataEncoder.m; path = Stripe/STPMultipartFormDataEncoder.m; sourceTree = ""; }; + 000000005350 /* STPMultipartFormDataPart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPMultipartFormDataPart.h; path = Stripe/STPMultipartFormDataPart.h; sourceTree = ""; }; + 000000005360 /* STPMultipartFormDataPart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPMultipartFormDataPart.m; path = Stripe/STPMultipartFormDataPart.m; sourceTree = ""; }; + 000000005370 /* STPPaymentActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentActivityIndicatorView.m; path = Stripe/STPPaymentActivityIndicatorView.m; sourceTree = ""; }; + 000000005380 /* STPPaymentCardTextField+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPPaymentCardTextField+Private.h"; path = "Stripe/STPPaymentCardTextField+Private.h"; sourceTree = ""; }; + 000000005390 /* STPPaymentCardTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentCardTextField.m; path = Stripe/STPPaymentCardTextField.m; sourceTree = ""; }; + 0000000053A0 /* STPPaymentCardTextFieldCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentCardTextFieldCell.h; path = Stripe/STPPaymentCardTextFieldCell.h; sourceTree = ""; }; + 0000000053B0 /* STPPaymentCardTextFieldCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentCardTextFieldCell.m; path = Stripe/STPPaymentCardTextFieldCell.m; sourceTree = ""; }; + 0000000053C0 /* STPPaymentCardTextFieldViewModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentCardTextFieldViewModel.h; path = Stripe/STPPaymentCardTextFieldViewModel.h; sourceTree = ""; }; + 0000000053D0 /* STPPaymentCardTextFieldViewModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentCardTextFieldViewModel.m; path = Stripe/STPPaymentCardTextFieldViewModel.m; sourceTree = ""; }; + 0000000053E0 /* STPPaymentConfiguration+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPPaymentConfiguration+Private.h"; path = "Stripe/STPPaymentConfiguration+Private.h"; sourceTree = ""; }; + 0000000053F0 /* STPPaymentConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentConfiguration.m; path = Stripe/STPPaymentConfiguration.m; sourceTree = ""; }; + 000000005400 /* STPPaymentContext+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPPaymentContext+Private.h"; path = "Stripe/STPPaymentContext+Private.h"; sourceTree = ""; }; + 000000005410 /* STPPaymentContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentContext.m; path = Stripe/STPPaymentContext.m; sourceTree = ""; }; + 000000005420 /* STPPaymentContextAmountModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentContextAmountModel.h; path = Stripe/STPPaymentContextAmountModel.h; sourceTree = ""; }; + 000000005430 /* STPPaymentContextAmountModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentContextAmountModel.m; path = Stripe/STPPaymentContextAmountModel.m; sourceTree = ""; }; + 000000005440 /* STPPaymentIntent+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPPaymentIntent+Private.h"; path = "Stripe/STPPaymentIntent+Private.h"; sourceTree = ""; }; + 000000005450 /* STPPaymentIntent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentIntent.m; path = Stripe/STPPaymentIntent.m; sourceTree = ""; }; + 000000005460 /* STPPaymentIntentParams.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentIntentParams.m; path = Stripe/STPPaymentIntentParams.m; sourceTree = ""; }; + 000000005470 /* STPPaymentIntentSourceAction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentIntentSourceAction.m; path = Stripe/STPPaymentIntentSourceAction.m; sourceTree = ""; }; + 000000005480 /* STPPaymentIntentSourceActionAuthorizeWithURL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentIntentSourceActionAuthorizeWithURL.m; path = Stripe/STPPaymentIntentSourceActionAuthorizeWithURL.m; sourceTree = ""; }; + 000000005490 /* STPPaymentMethodsInternalViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentMethodsInternalViewController.h; path = Stripe/STPPaymentMethodsInternalViewController.h; sourceTree = ""; }; + 0000000054A0 /* STPPaymentMethodsInternalViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentMethodsInternalViewController.m; path = Stripe/STPPaymentMethodsInternalViewController.m; sourceTree = ""; }; + 0000000054B0 /* STPPaymentMethodsViewController+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPPaymentMethodsViewController+Private.h"; path = "Stripe/STPPaymentMethodsViewController+Private.h"; sourceTree = ""; }; + 0000000054C0 /* STPPaymentMethodsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentMethodsViewController.m; path = Stripe/STPPaymentMethodsViewController.m; sourceTree = ""; }; + 0000000054D0 /* STPPaymentMethodTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentMethodTableViewCell.h; path = Stripe/STPPaymentMethodTableViewCell.h; sourceTree = ""; }; + 0000000054E0 /* STPPaymentMethodTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentMethodTableViewCell.m; path = Stripe/STPPaymentMethodTableViewCell.m; sourceTree = ""; }; + 0000000054F0 /* STPPaymentMethodTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPaymentMethodTuple.h; path = Stripe/STPPaymentMethodTuple.h; sourceTree = ""; }; + 000000005500 /* STPPaymentMethodTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentMethodTuple.m; path = Stripe/STPPaymentMethodTuple.m; sourceTree = ""; }; + 000000005510 /* STPPaymentResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPaymentResult.m; path = Stripe/STPPaymentResult.m; sourceTree = ""; }; + 000000005520 /* STPPhoneNumberValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPhoneNumberValidator.h; path = Stripe/STPPhoneNumberValidator.h; sourceTree = ""; }; + 000000005530 /* STPPhoneNumberValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPhoneNumberValidator.m; path = Stripe/STPPhoneNumberValidator.m; sourceTree = ""; }; + 000000005540 /* STPPostalCodeValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPostalCodeValidator.h; path = Stripe/STPPostalCodeValidator.h; sourceTree = ""; }; + 000000005550 /* STPPostalCodeValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPostalCodeValidator.m; path = Stripe/STPPostalCodeValidator.m; sourceTree = ""; }; + 000000005560 /* STPPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPPromise.h; path = Stripe/STPPromise.h; sourceTree = ""; }; + 000000005570 /* STPPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPPromise.m; path = Stripe/STPPromise.m; sourceTree = ""; }; + 000000005580 /* STPRedirectContext+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPRedirectContext+Private.h"; path = "Stripe/STPRedirectContext+Private.h"; sourceTree = ""; }; + 000000005590 /* STPRedirectContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPRedirectContext.m; path = Stripe/STPRedirectContext.m; sourceTree = ""; }; + 0000000055A0 /* STPSectionHeaderView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSectionHeaderView.h; path = Stripe/STPSectionHeaderView.h; sourceTree = ""; }; + 0000000055B0 /* STPSectionHeaderView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSectionHeaderView.m; path = Stripe/STPSectionHeaderView.m; sourceTree = ""; }; + 0000000055C0 /* STPShippingAddressViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPShippingAddressViewController.m; path = Stripe/STPShippingAddressViewController.m; sourceTree = ""; }; + 0000000055D0 /* STPShippingMethodsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPShippingMethodsViewController.h; path = Stripe/STPShippingMethodsViewController.h; sourceTree = ""; }; + 0000000055E0 /* STPShippingMethodsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPShippingMethodsViewController.m; path = Stripe/STPShippingMethodsViewController.m; sourceTree = ""; }; + 0000000055F0 /* STPShippingMethodTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPShippingMethodTableViewCell.h; path = Stripe/STPShippingMethodTableViewCell.h; sourceTree = ""; }; + 000000005600 /* STPShippingMethodTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPShippingMethodTableViewCell.m; path = Stripe/STPShippingMethodTableViewCell.m; sourceTree = ""; }; + 000000005610 /* STPSource+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPSource+Private.h"; path = "Stripe/STPSource+Private.h"; sourceTree = ""; }; + 000000005620 /* STPSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSource.m; path = Stripe/STPSource.m; sourceTree = ""; }; + 000000005630 /* STPSourceCardDetails+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPSourceCardDetails+Private.h"; path = "Stripe/STPSourceCardDetails+Private.h"; sourceTree = ""; }; + 000000005640 /* STPSourceCardDetails.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceCardDetails.m; path = Stripe/STPSourceCardDetails.m; sourceTree = ""; }; + 000000005650 /* STPSourceOwner.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceOwner.m; path = Stripe/STPSourceOwner.m; sourceTree = ""; }; + 000000005660 /* STPSourceParams+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPSourceParams+Private.h"; path = "Stripe/STPSourceParams+Private.h"; sourceTree = ""; }; + 000000005670 /* STPSourceParams.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceParams.m; path = Stripe/STPSourceParams.m; sourceTree = ""; }; + 000000005680 /* STPSourcePoller.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSourcePoller.h; path = Stripe/STPSourcePoller.h; sourceTree = ""; }; + 000000005690 /* STPSourcePoller.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourcePoller.m; path = Stripe/STPSourcePoller.m; sourceTree = ""; }; + 0000000056A0 /* STPSourceReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceReceiver.m; path = Stripe/STPSourceReceiver.m; sourceTree = ""; }; + 0000000056B0 /* STPSourceRedirect+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPSourceRedirect+Private.h"; path = "Stripe/STPSourceRedirect+Private.h"; sourceTree = ""; }; + 0000000056C0 /* STPSourceRedirect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceRedirect.m; path = Stripe/STPSourceRedirect.m; sourceTree = ""; }; + 0000000056D0 /* STPSourceSEPADebitDetails.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceSEPADebitDetails.m; path = Stripe/STPSourceSEPADebitDetails.m; sourceTree = ""; }; + 0000000056E0 /* STPSourceVerification+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "STPSourceVerification+Private.h"; path = "Stripe/STPSourceVerification+Private.h"; sourceTree = ""; }; + 0000000056F0 /* STPSourceVerification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSourceVerification.m; path = Stripe/STPSourceVerification.m; sourceTree = ""; }; + 000000005700 /* STPStringUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPStringUtils.h; path = Stripe/STPStringUtils.h; sourceTree = ""; }; + 000000005710 /* STPStringUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPStringUtils.m; path = Stripe/STPStringUtils.m; sourceTree = ""; }; + 000000005720 /* STPSwitchTableViewCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPSwitchTableViewCell.h; path = Stripe/STPSwitchTableViewCell.h; sourceTree = ""; }; + 000000005730 /* STPSwitchTableViewCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPSwitchTableViewCell.m; path = Stripe/STPSwitchTableViewCell.m; sourceTree = ""; }; + 000000005740 /* STPTelemetryClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPTelemetryClient.h; path = Stripe/STPTelemetryClient.h; sourceTree = ""; }; + 000000005750 /* STPTelemetryClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPTelemetryClient.m; path = Stripe/STPTelemetryClient.m; sourceTree = ""; }; + 000000005760 /* STPTheme.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPTheme.m; path = Stripe/STPTheme.m; sourceTree = ""; }; + 000000005770 /* STPToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPToken.m; path = Stripe/STPToken.m; sourceTree = ""; }; + 000000005780 /* STPURLCallbackHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPURLCallbackHandler.h; path = Stripe/STPURLCallbackHandler.h; sourceTree = ""; }; + 000000005790 /* STPURLCallbackHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPURLCallbackHandler.m; path = Stripe/STPURLCallbackHandler.m; sourceTree = ""; }; + 0000000057A0 /* STPUserInformation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPUserInformation.m; path = Stripe/STPUserInformation.m; sourceTree = ""; }; + 0000000057B0 /* STPValidatedTextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPValidatedTextField.h; path = Stripe/STPValidatedTextField.h; sourceTree = ""; }; + 0000000057C0 /* STPValidatedTextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = STPValidatedTextField.m; path = Stripe/STPValidatedTextField.m; sourceTree = ""; }; + 0000000057D0 /* STPWeakStrongMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STPWeakStrongMacros.h; path = Stripe/STPWeakStrongMacros.h; sourceTree = ""; }; + 0000000057E0 /* StripeError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StripeError.m; path = Stripe/StripeError.m; sourceTree = ""; }; + 0000000057F0 /* UIBarButtonItem+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIBarButtonItem+Stripe.h"; path = "Stripe/UIBarButtonItem+Stripe.h"; sourceTree = ""; }; + 000000005800 /* UIBarButtonItem+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIBarButtonItem+Stripe.m"; path = "Stripe/UIBarButtonItem+Stripe.m"; sourceTree = ""; }; + 000000005810 /* UIImage+Stripe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Stripe.h"; path = "Stripe/UIImage+Stripe.h"; sourceTree = ""; }; + 000000005820 /* UIImage+Stripe.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Stripe.m"; path = "Stripe/UIImage+Stripe.m"; sourceTree = ""; }; + 000000005830 /* UINavigationBar+Stripe_Theme.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UINavigationBar+Stripe_Theme.m"; path = "Stripe/UINavigationBar+Stripe_Theme.m"; sourceTree = ""; }; + 000000005840 /* UINavigationController+Stripe_Completion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UINavigationController+Stripe_Completion.h"; path = "Stripe/UINavigationController+Stripe_Completion.h"; sourceTree = ""; }; + 000000005850 /* UINavigationController+Stripe_Completion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UINavigationController+Stripe_Completion.m"; path = "Stripe/UINavigationController+Stripe_Completion.m"; sourceTree = ""; }; + 000000005860 /* UITableViewCell+Stripe_Borders.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITableViewCell+Stripe_Borders.h"; path = "Stripe/UITableViewCell+Stripe_Borders.h"; sourceTree = ""; }; + 000000005870 /* UITableViewCell+Stripe_Borders.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITableViewCell+Stripe_Borders.m"; path = "Stripe/UITableViewCell+Stripe_Borders.m"; sourceTree = ""; }; + 000000005880 /* UIToolbar+Stripe_InputAccessory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIToolbar+Stripe_InputAccessory.h"; path = "Stripe/UIToolbar+Stripe_InputAccessory.h"; sourceTree = ""; }; + 000000005890 /* UIToolbar+Stripe_InputAccessory.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIToolbar+Stripe_InputAccessory.m"; path = "Stripe/UIToolbar+Stripe_InputAccessory.m"; sourceTree = ""; }; + 0000000058A0 /* UIView+Stripe_FirstResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+Stripe_FirstResponder.h"; path = "Stripe/UIView+Stripe_FirstResponder.h"; sourceTree = ""; }; + 0000000058B0 /* UIView+Stripe_FirstResponder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+Stripe_FirstResponder.m"; path = "Stripe/UIView+Stripe_FirstResponder.m"; sourceTree = ""; }; + 0000000058C0 /* UIView+Stripe_SafeAreaBounds.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+Stripe_SafeAreaBounds.h"; path = "Stripe/UIView+Stripe_SafeAreaBounds.h"; sourceTree = ""; }; + 0000000058D0 /* UIView+Stripe_SafeAreaBounds.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+Stripe_SafeAreaBounds.m"; path = "Stripe/UIView+Stripe_SafeAreaBounds.m"; sourceTree = ""; }; + 0000000058E0 /* UIViewController+Stripe_KeyboardAvoiding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+Stripe_KeyboardAvoiding.h"; path = "Stripe/UIViewController+Stripe_KeyboardAvoiding.h"; sourceTree = ""; }; + 0000000058F0 /* UIViewController+Stripe_KeyboardAvoiding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+Stripe_KeyboardAvoiding.m"; path = "Stripe/UIViewController+Stripe_KeyboardAvoiding.m"; sourceTree = ""; }; + 000000005900 /* UIViewController+Stripe_NavigationItemProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+Stripe_NavigationItemProxy.h"; path = "Stripe/UIViewController+Stripe_NavigationItemProxy.h"; sourceTree = ""; }; + 000000005910 /* UIViewController+Stripe_NavigationItemProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+Stripe_NavigationItemProxy.m"; path = "Stripe/UIViewController+Stripe_NavigationItemProxy.m"; sourceTree = ""; }; + 000000005920 /* UIViewController+Stripe_ParentViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+Stripe_ParentViewController.h"; path = "Stripe/UIViewController+Stripe_ParentViewController.h"; sourceTree = ""; }; + 000000005930 /* UIViewController+Stripe_ParentViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+Stripe_ParentViewController.m"; path = "Stripe/UIViewController+Stripe_ParentViewController.m"; sourceTree = ""; }; + 000000005940 /* UIViewController+Stripe_Promises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIViewController+Stripe_Promises.h"; path = "Stripe/UIViewController+Stripe_Promises.h"; sourceTree = ""; }; + 000000005950 /* UIViewController+Stripe_Promises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIViewController+Stripe_Promises.m"; path = "Stripe/UIViewController+Stripe_Promises.m"; sourceTree = ""; }; + 000000005960 /* UIView+BooleanAnimations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+BooleanAnimations.h"; sourceTree = ""; }; + 000000005970 /* UIView+BooleanAnimations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+BooleanAnimations.m"; sourceTree = ""; }; + 000000005980 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; + 000000005990 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; + 0000000059A0 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; + 0000000059B0 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; + 0000000059C0 /* 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 = ""; }; + 0000000059D0 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; + 0000000059E0 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; + 0000000059F0 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; + 000000005A00 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; + 000000005A10 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; + 000000005A20 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; + 000000005A30 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; + 000000005A40 /* CameraMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CameraMode.h; path = ios/RCTMGL/CameraMode.h; sourceTree = ""; }; + 000000005A50 /* CameraMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CameraMode.m; path = ios/RCTMGL/CameraMode.m; sourceTree = ""; }; + 000000005A60 /* CameraStop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CameraStop.h; path = ios/RCTMGL/CameraStop.h; sourceTree = ""; }; + 000000005A70 /* CameraStop.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CameraStop.m; path = ios/RCTMGL/CameraStop.m; sourceTree = ""; }; + 000000005A80 /* CameraUpdateItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CameraUpdateItem.h; path = ios/RCTMGL/CameraUpdateItem.h; sourceTree = ""; }; + 000000005A90 /* CameraUpdateItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CameraUpdateItem.m; path = ios/RCTMGL/CameraUpdateItem.m; sourceTree = ""; }; + 000000005AA0 /* CameraUpdateQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CameraUpdateQueue.h; path = ios/RCTMGL/CameraUpdateQueue.h; sourceTree = ""; }; + 000000005AB0 /* CameraUpdateQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CameraUpdateQueue.m; path = ios/RCTMGL/CameraUpdateQueue.m; sourceTree = ""; }; + 000000005AC0 /* FilterList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FilterList.h; path = ios/RCTMGL/FilterList.h; sourceTree = ""; }; + 000000005AD0 /* FilterList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FilterList.m; path = ios/RCTMGL/FilterList.m; sourceTree = ""; }; + 000000005AE0 /* FilterParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FilterParser.h; path = ios/RCTMGL/FilterParser.h; sourceTree = ""; }; + 000000005AF0 /* FilterParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FilterParser.m; path = ios/RCTMGL/FilterParser.m; sourceTree = ""; }; + 000000005B00 /* MGLFaux3DUserLocationAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLFaux3DUserLocationAnnotationView.h; path = ios/RCTMGL/MGLFaux3DUserLocationAnnotationView.h; sourceTree = ""; }; + 000000005B10 /* MGLFaux3DUserLocationAnnotationView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGLFaux3DUserLocationAnnotationView.m; path = ios/RCTMGL/MGLFaux3DUserLocationAnnotationView.m; sourceTree = ""; }; + 000000005B20 /* MGLModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLModule.h; path = ios/RCTMGL/MGLModule.h; sourceTree = ""; }; + 000000005B30 /* MGLModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGLModule.m; path = ios/RCTMGL/MGLModule.m; sourceTree = ""; }; + 000000005B40 /* MGLOfflineModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLOfflineModule.h; path = ios/RCTMGL/MGLOfflineModule.h; sourceTree = ""; }; + 000000005B50 /* MGLOfflineModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGLOfflineModule.m; path = ios/RCTMGL/MGLOfflineModule.m; sourceTree = ""; }; + 000000005B60 /* MGLSnapshotModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLSnapshotModule.h; path = ios/RCTMGL/MGLSnapshotModule.h; sourceTree = ""; }; + 000000005B70 /* MGLSnapshotModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGLSnapshotModule.m; path = ios/RCTMGL/MGLSnapshotModule.m; sourceTree = ""; }; + 000000005B80 /* MGLUserLocationHeadingArrowLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLUserLocationHeadingArrowLayer.h; path = ios/RCTMGL/MGLUserLocationHeadingArrowLayer.h; sourceTree = ""; }; + 000000005B90 /* MGLUserLocationHeadingArrowLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGLUserLocationHeadingArrowLayer.m; path = ios/RCTMGL/MGLUserLocationHeadingArrowLayer.m; sourceTree = ""; }; + 000000005BA0 /* MGLUserLocationHeadingBeamLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLUserLocationHeadingBeamLayer.h; path = ios/RCTMGL/MGLUserLocationHeadingBeamLayer.h; sourceTree = ""; }; + 000000005BB0 /* MGLUserLocationHeadingBeamLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MGLUserLocationHeadingBeamLayer.m; path = ios/RCTMGL/MGLUserLocationHeadingBeamLayer.m; sourceTree = ""; }; + 000000005BC0 /* MGLUserLocationHeadingIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MGLUserLocationHeadingIndicator.h; path = ios/RCTMGL/MGLUserLocationHeadingIndicator.h; sourceTree = ""; }; + 000000005BD0 /* RCTConvert+Mapbox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Mapbox.h"; path = "ios/RCTMGL/RCTConvert+Mapbox.h"; sourceTree = ""; }; + 000000005BE0 /* RCTConvert+Mapbox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+Mapbox.m"; path = "ios/RCTMGL/RCTConvert+Mapbox.m"; sourceTree = ""; }; + 000000005BF0 /* RCTMGL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGL.h; path = ios/RCTMGL/RCTMGL.h; sourceTree = ""; }; + 000000005C00 /* RCTMGL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGL.m; path = ios/RCTMGL/RCTMGL.m; sourceTree = ""; }; + 000000005C10 /* RCTMGLBackgroundLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLBackgroundLayer.h; path = ios/RCTMGL/RCTMGLBackgroundLayer.h; sourceTree = ""; }; + 000000005C20 /* RCTMGLBackgroundLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLBackgroundLayer.m; path = ios/RCTMGL/RCTMGLBackgroundLayer.m; sourceTree = ""; }; + 000000005C30 /* RCTMGLBackgroundLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLBackgroundLayerManager.h; path = ios/RCTMGL/RCTMGLBackgroundLayerManager.h; sourceTree = ""; }; + 000000005C40 /* RCTMGLBackgroundLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLBackgroundLayerManager.m; path = ios/RCTMGL/RCTMGLBackgroundLayerManager.m; sourceTree = ""; }; + 000000005C50 /* RCTMGLCallout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLCallout.h; path = ios/RCTMGL/RCTMGLCallout.h; sourceTree = ""; }; + 000000005C60 /* RCTMGLCallout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLCallout.m; path = ios/RCTMGL/RCTMGLCallout.m; sourceTree = ""; }; + 000000005C70 /* RCTMGLCalloutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLCalloutManager.h; path = ios/RCTMGL/RCTMGLCalloutManager.h; sourceTree = ""; }; + 000000005C80 /* RCTMGLCalloutManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLCalloutManager.m; path = ios/RCTMGL/RCTMGLCalloutManager.m; sourceTree = ""; }; + 000000005C90 /* RCTMGLCircleLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLCircleLayer.h; path = ios/RCTMGL/RCTMGLCircleLayer.h; sourceTree = ""; }; + 000000005CA0 /* RCTMGLCircleLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLCircleLayer.m; path = ios/RCTMGL/RCTMGLCircleLayer.m; sourceTree = ""; }; + 000000005CB0 /* RCTMGLCircleLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLCircleLayerManager.h; path = ios/RCTMGL/RCTMGLCircleLayerManager.h; sourceTree = ""; }; + 000000005CC0 /* RCTMGLCircleLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLCircleLayerManager.m; path = ios/RCTMGL/RCTMGLCircleLayerManager.m; sourceTree = ""; }; + 000000005CD0 /* RCTMGLEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLEvent.h; path = ios/RCTMGL/RCTMGLEvent.h; sourceTree = ""; }; + 000000005CE0 /* RCTMGLEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLEvent.m; path = ios/RCTMGL/RCTMGLEvent.m; sourceTree = ""; }; + 000000005CF0 /* RCTMGLEventProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLEventProtocol.h; path = ios/RCTMGL/RCTMGLEventProtocol.h; sourceTree = ""; }; + 000000005D00 /* RCTMGLEventTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLEventTypes.h; path = ios/RCTMGL/RCTMGLEventTypes.h; sourceTree = ""; }; + 000000005D10 /* RCTMGLEventTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLEventTypes.m; path = ios/RCTMGL/RCTMGLEventTypes.m; sourceTree = ""; }; + 000000005D20 /* RCTMGLFillExtrusionLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLFillExtrusionLayer.h; path = ios/RCTMGL/RCTMGLFillExtrusionLayer.h; sourceTree = ""; }; + 000000005D30 /* RCTMGLFillExtrusionLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLFillExtrusionLayer.m; path = ios/RCTMGL/RCTMGLFillExtrusionLayer.m; sourceTree = ""; }; + 000000005D40 /* RCTMGLFillExtrusionLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLFillExtrusionLayerManager.h; path = ios/RCTMGL/RCTMGLFillExtrusionLayerManager.h; sourceTree = ""; }; + 000000005D50 /* RCTMGLFillExtrusionLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLFillExtrusionLayerManager.m; path = ios/RCTMGL/RCTMGLFillExtrusionLayerManager.m; sourceTree = ""; }; + 000000005D60 /* RCTMGLFillLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLFillLayer.h; path = ios/RCTMGL/RCTMGLFillLayer.h; sourceTree = ""; }; + 000000005D70 /* RCTMGLFillLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLFillLayer.m; path = ios/RCTMGL/RCTMGLFillLayer.m; sourceTree = ""; }; + 000000005D80 /* RCTMGLFillLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLFillLayerManager.h; path = ios/RCTMGL/RCTMGLFillLayerManager.h; sourceTree = ""; }; + 000000005D90 /* RCTMGLFillLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLFillLayerManager.m; path = ios/RCTMGL/RCTMGLFillLayerManager.m; sourceTree = ""; }; + 000000005DA0 /* RCTMGLImageQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLImageQueue.h; path = ios/RCTMGL/RCTMGLImageQueue.h; sourceTree = ""; }; + 000000005DB0 /* RCTMGLImageQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLImageQueue.m; path = ios/RCTMGL/RCTMGLImageQueue.m; sourceTree = ""; }; + 000000005DC0 /* RCTMGLImageQueueOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLImageQueueOperation.h; path = ios/RCTMGL/RCTMGLImageQueueOperation.h; sourceTree = ""; }; + 000000005DD0 /* RCTMGLImageQueueOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLImageQueueOperation.m; path = ios/RCTMGL/RCTMGLImageQueueOperation.m; sourceTree = ""; }; + 000000005DE0 /* RCTMGLImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLImageSource.h; path = ios/RCTMGL/RCTMGLImageSource.h; sourceTree = ""; }; + 000000005DF0 /* RCTMGLImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLImageSource.m; path = ios/RCTMGL/RCTMGLImageSource.m; sourceTree = ""; }; + 000000005E00 /* RCTMGLImageSourceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLImageSourceManager.h; path = ios/RCTMGL/RCTMGLImageSourceManager.h; sourceTree = ""; }; + 000000005E10 /* RCTMGLImageSourceManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLImageSourceManager.m; path = ios/RCTMGL/RCTMGLImageSourceManager.m; sourceTree = ""; }; + 000000005E20 /* RCTMGLLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLLayer.h; path = ios/RCTMGL/RCTMGLLayer.h; sourceTree = ""; }; + 000000005E30 /* RCTMGLLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLLayer.m; path = ios/RCTMGL/RCTMGLLayer.m; sourceTree = ""; }; + 000000005E40 /* RCTMGLLight.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLLight.h; path = ios/RCTMGL/RCTMGLLight.h; sourceTree = ""; }; + 000000005E50 /* RCTMGLLight.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLLight.m; path = ios/RCTMGL/RCTMGLLight.m; sourceTree = ""; }; + 000000005E60 /* RCTMGLLightManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLLightManager.h; path = ios/RCTMGL/RCTMGLLightManager.h; sourceTree = ""; }; + 000000005E70 /* RCTMGLLightManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLLightManager.m; path = ios/RCTMGL/RCTMGLLightManager.m; sourceTree = ""; }; + 000000005E80 /* RCTMGLLineLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLLineLayer.h; path = ios/RCTMGL/RCTMGLLineLayer.h; sourceTree = ""; }; + 000000005E90 /* RCTMGLLineLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLLineLayer.m; path = ios/RCTMGL/RCTMGLLineLayer.m; sourceTree = ""; }; + 000000005EA0 /* RCTMGLLineLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLLineLayerManager.h; path = ios/RCTMGL/RCTMGLLineLayerManager.h; sourceTree = ""; }; + 000000005EB0 /* RCTMGLLineLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLLineLayerManager.m; path = ios/RCTMGL/RCTMGLLineLayerManager.m; sourceTree = ""; }; + 000000005EC0 /* RCTMGLMapTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLMapTouchEvent.h; path = ios/RCTMGL/RCTMGLMapTouchEvent.h; sourceTree = ""; }; + 000000005ED0 /* RCTMGLMapTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLMapTouchEvent.m; path = ios/RCTMGL/RCTMGLMapTouchEvent.m; sourceTree = ""; }; + 000000005EE0 /* RCTMGLMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLMapView.h; path = ios/RCTMGL/RCTMGLMapView.h; sourceTree = ""; }; + 000000005EF0 /* RCTMGLMapView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLMapView.m; path = ios/RCTMGL/RCTMGLMapView.m; sourceTree = ""; }; + 000000005F00 /* RCTMGLMapViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLMapViewManager.h; path = ios/RCTMGL/RCTMGLMapViewManager.h; sourceTree = ""; }; + 000000005F10 /* RCTMGLMapViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLMapViewManager.m; path = ios/RCTMGL/RCTMGLMapViewManager.m; sourceTree = ""; }; + 000000005F20 /* RCTMGLPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLPointAnnotation.h; path = ios/RCTMGL/RCTMGLPointAnnotation.h; sourceTree = ""; }; + 000000005F30 /* RCTMGLPointAnnotation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLPointAnnotation.m; path = ios/RCTMGL/RCTMGLPointAnnotation.m; sourceTree = ""; }; + 000000005F40 /* RCTMGLPointAnnotationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLPointAnnotationManager.h; path = ios/RCTMGL/RCTMGLPointAnnotationManager.h; sourceTree = ""; }; + 000000005F50 /* RCTMGLPointAnnotationManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLPointAnnotationManager.m; path = ios/RCTMGL/RCTMGLPointAnnotationManager.m; sourceTree = ""; }; + 000000005F60 /* RCTMGLRasterLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLRasterLayer.h; path = ios/RCTMGL/RCTMGLRasterLayer.h; sourceTree = ""; }; + 000000005F70 /* RCTMGLRasterLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLRasterLayer.m; path = ios/RCTMGL/RCTMGLRasterLayer.m; sourceTree = ""; }; + 000000005F80 /* RCTMGLRasterLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLRasterLayerManager.h; path = ios/RCTMGL/RCTMGLRasterLayerManager.h; sourceTree = ""; }; + 000000005F90 /* RCTMGLRasterLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLRasterLayerManager.m; path = ios/RCTMGL/RCTMGLRasterLayerManager.m; sourceTree = ""; }; + 000000005FA0 /* RCTMGLRasterSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLRasterSource.h; path = ios/RCTMGL/RCTMGLRasterSource.h; sourceTree = ""; }; + 000000005FB0 /* RCTMGLRasterSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLRasterSource.m; path = ios/RCTMGL/RCTMGLRasterSource.m; sourceTree = ""; }; + 000000005FC0 /* RCTMGLRasterSourceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLRasterSourceManager.h; path = ios/RCTMGL/RCTMGLRasterSourceManager.h; sourceTree = ""; }; + 000000005FD0 /* RCTMGLRasterSourceManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLRasterSourceManager.m; path = ios/RCTMGL/RCTMGLRasterSourceManager.m; sourceTree = ""; }; + 000000005FE0 /* RCTMGLShapeSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLShapeSource.h; path = ios/RCTMGL/RCTMGLShapeSource.h; sourceTree = ""; }; + 000000005FF0 /* RCTMGLShapeSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLShapeSource.m; path = ios/RCTMGL/RCTMGLShapeSource.m; sourceTree = ""; }; + 000000006000 /* RCTMGLShapeSourceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLShapeSourceManager.h; path = ios/RCTMGL/RCTMGLShapeSourceManager.h; sourceTree = ""; }; + 000000006010 /* RCTMGLShapeSourceManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLShapeSourceManager.m; path = ios/RCTMGL/RCTMGLShapeSourceManager.m; sourceTree = ""; }; + 000000006020 /* RCTMGLSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLSource.h; path = ios/RCTMGL/RCTMGLSource.h; sourceTree = ""; }; + 000000006030 /* RCTMGLSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLSource.m; path = ios/RCTMGL/RCTMGLSource.m; sourceTree = ""; }; + 000000006040 /* RCTMGLStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLStyle.h; path = ios/RCTMGL/RCTMGLStyle.h; sourceTree = ""; }; + 000000006050 /* RCTMGLStyle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLStyle.m; path = ios/RCTMGL/RCTMGLStyle.m; sourceTree = ""; }; + 000000006060 /* RCTMGLStyleValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLStyleValue.h; path = ios/RCTMGL/RCTMGLStyleValue.h; sourceTree = ""; }; + 000000006070 /* RCTMGLStyleValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLStyleValue.m; path = ios/RCTMGL/RCTMGLStyleValue.m; sourceTree = ""; }; + 000000006080 /* RCTMGLSymbolLayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLSymbolLayer.h; path = ios/RCTMGL/RCTMGLSymbolLayer.h; sourceTree = ""; }; + 000000006090 /* RCTMGLSymbolLayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLSymbolLayer.m; path = ios/RCTMGL/RCTMGLSymbolLayer.m; sourceTree = ""; }; + 0000000060A0 /* RCTMGLSymbolLayerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLSymbolLayerManager.h; path = ios/RCTMGL/RCTMGLSymbolLayerManager.h; sourceTree = ""; }; + 0000000060B0 /* RCTMGLSymbolLayerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLSymbolLayerManager.m; path = ios/RCTMGL/RCTMGLSymbolLayerManager.m; sourceTree = ""; }; + 0000000060C0 /* RCTMGLUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLUtils.h; path = ios/RCTMGL/RCTMGLUtils.h; sourceTree = ""; }; + 0000000060D0 /* RCTMGLUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLUtils.m; path = ios/RCTMGL/RCTMGLUtils.m; sourceTree = ""; }; + 0000000060E0 /* RCTMGLVectorSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLVectorSource.h; path = ios/RCTMGL/RCTMGLVectorSource.h; sourceTree = ""; }; + 0000000060F0 /* RCTMGLVectorSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLVectorSource.m; path = ios/RCTMGL/RCTMGLVectorSource.m; sourceTree = ""; }; + 000000006100 /* RCTMGLVectorSourceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTMGLVectorSourceManager.h; path = ios/RCTMGL/RCTMGLVectorSourceManager.h; sourceTree = ""; }; + 000000006110 /* RCTMGLVectorSourceManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTMGLVectorSourceManager.m; path = ios/RCTMGL/RCTMGLVectorSourceManager.m; sourceTree = ""; }; + 000000006120 /* RNMBImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNMBImageUtils.h; path = ios/RCTMGL/RNMBImageUtils.h; sourceTree = ""; }; + 000000006130 /* RNMBImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNMBImageUtils.m; path = ios/RCTMGL/RNMBImageUtils.m; sourceTree = ""; }; + 000000006140 /* ViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ViewManager.h; path = ios/RCTMGL/ViewManager.h; sourceTree = ""; }; + 000000006150 /* ViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ViewManager.m; path = ios/RCTMGL/ViewManager.m; sourceTree = ""; }; + 000000006160 /* RCTNavigator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNavigator.h; path = ios/RCTNavigator.h; sourceTree = ""; }; + 000000006170 /* RCTNavigator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNavigator.m; path = ios/RCTNavigator.m; sourceTree = ""; }; + 000000006180 /* RCTNavigatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNavigatorManager.h; path = ios/RCTNavigatorManager.h; sourceTree = ""; }; + 000000006190 /* RCTNavigatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNavigatorManager.m; path = ios/RCTNavigatorManager.m; sourceTree = ""; }; + 0000000061A0 /* RCTNavItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNavItem.h; path = ios/RCTNavItem.h; sourceTree = ""; }; + 0000000061B0 /* RCTNavItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNavItem.m; path = ios/RCTNavItem.m; sourceTree = ""; }; + 0000000061C0 /* RCTNavItemManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNavItemManager.h; path = ios/RCTNavItemManager.h; sourceTree = ""; }; + 0000000061D0 /* RCTNavItemManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTNavItemManager.m; path = ios/RCTNavItemManager.m; sourceTree = ""; }; + 0000000061E0 /* RCTWrapperViewControllerWithNavItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWrapperViewControllerWithNavItem.h; path = ios/RCTWrapperViewControllerWithNavItem.h; sourceTree = ""; }; + 0000000061F0 /* RCTWrapperViewControllerWithNavItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTWrapperViewControllerWithNavItem.m; path = ios/RCTWrapperViewControllerWithNavItem.m; sourceTree = ""; }; + 000000006200 /* TPSCardField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TPSCardField.h; path = ios/TPSStripe/TPSCardField.h; sourceTree = ""; }; + 000000006210 /* TPSCardField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TPSCardField.m; path = ios/TPSStripe/TPSCardField.m; sourceTree = ""; }; + 000000006220 /* TPSCardFieldManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TPSCardFieldManager.h; path = ios/TPSStripe/TPSCardFieldManager.h; sourceTree = ""; }; + 000000006230 /* TPSCardFieldManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TPSCardFieldManager.m; path = ios/TPSStripe/TPSCardFieldManager.m; sourceTree = ""; }; + 000000006240 /* TPSError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TPSError.h; path = ios/TPSStripe/TPSError.h; sourceTree = ""; }; + 000000006250 /* TPSError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TPSError.m; path = ios/TPSStripe/TPSError.m; sourceTree = ""; }; + 000000006260 /* TPSStripeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TPSStripeManager.h; path = ios/TPSStripe/TPSStripeManager.h; sourceTree = ""; }; + 000000006270 /* TPSStripeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TPSStripeManager.m; path = ios/TPSStripe/TPSStripeManager.m; sourceTree = ""; }; + 000000006280 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; + 000000006290 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = instrumentation.h; path = yoga/instrumentation.h; sourceTree = ""; }; + 0000000062A0 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + 0000000062B0 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + 0000000062C0 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + 0000000062D0 /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + 0000000062E0 /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + 0000000062F0 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + 000000006300 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + 000000006310 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + 000000006320 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + 000000006330 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 000000006340 /* YGMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGMarker.cpp; path = yoga/YGMarker.cpp; sourceTree = ""; }; + 000000006350 /* YGMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMarker.h; path = yoga/YGMarker.h; sourceTree = ""; }; + 000000006360 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + 000000006370 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + 000000006380 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + 000000006390 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; + 0000000063A0 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; + 0000000063B0 /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + 0000000063C0 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; + 0000000063D0 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 0000000063E0 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + 0000000063F0 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + 000000006400 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 000000006410 /* EXPBlockDefinedMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPBlockDefinedMatcher.h; path = Expecta/EXPBlockDefinedMatcher.h; sourceTree = ""; }; + 000000006420 /* EXPBlockDefinedMatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPBlockDefinedMatcher.m; path = Expecta/EXPBlockDefinedMatcher.m; sourceTree = ""; }; + 000000006430 /* EXPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDefines.h; path = Expecta/EXPDefines.h; sourceTree = ""; }; + 000000006440 /* EXPDoubleTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDoubleTuple.h; path = Expecta/EXPDoubleTuple.h; sourceTree = ""; }; + 000000006450 /* EXPDoubleTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPDoubleTuple.m; path = Expecta/EXPDoubleTuple.m; sourceTree = ""; }; + 000000006460 /* Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expecta.h; path = Expecta/Expecta.h; sourceTree = ""; }; + 000000006470 /* ExpectaObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaObject.h; path = Expecta/ExpectaObject.h; sourceTree = ""; }; + 000000006480 /* ExpectaObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaObject.m; path = Expecta/ExpectaObject.m; sourceTree = ""; }; + 000000006490 /* ExpectaSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaSupport.h; path = Expecta/ExpectaSupport.h; sourceTree = ""; }; + 0000000064A0 /* ExpectaSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaSupport.m; path = Expecta/ExpectaSupport.m; sourceTree = ""; }; + 0000000064B0 /* EXPExpect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPExpect.h; path = Expecta/EXPExpect.h; sourceTree = ""; }; + 0000000064C0 /* EXPExpect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPExpect.m; path = Expecta/EXPExpect.m; sourceTree = ""; }; + 0000000064D0 /* EXPFloatTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPFloatTuple.h; path = Expecta/EXPFloatTuple.h; sourceTree = ""; }; + 0000000064E0 /* EXPFloatTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPFloatTuple.m; path = Expecta/EXPFloatTuple.m; sourceTree = ""; }; + 0000000064F0 /* EXPMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcher.h; path = Expecta/EXPMatcher.h; sourceTree = ""; }; + 000000006500 /* EXPUnsupportedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPUnsupportedObject.h; path = Expecta/EXPUnsupportedObject.h; sourceTree = ""; }; + 000000006510 /* EXPUnsupportedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPUnsupportedObject.m; path = Expecta/EXPUnsupportedObject.m; sourceTree = ""; }; + 000000006520 /* EXPMatcherHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcherHelpers.h; path = Expecta/Matchers/EXPMatcherHelpers.h; sourceTree = ""; }; + 000000006530 /* EXPMatcherHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPMatcherHelpers.m; path = Expecta/Matchers/EXPMatcherHelpers.m; sourceTree = ""; }; + 000000006540 /* EXPMatchers+beCloseTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beCloseTo.h"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.h"; sourceTree = ""; }; + 000000006550 /* EXPMatchers+beCloseTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beCloseTo.m"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.m"; sourceTree = ""; }; + 000000006560 /* EXPMatchers+beFalsy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beFalsy.h"; path = "Expecta/Matchers/EXPMatchers+beFalsy.h"; sourceTree = ""; }; + 000000006570 /* EXPMatchers+beFalsy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beFalsy.m"; path = "Expecta/Matchers/EXPMatchers+beFalsy.m"; sourceTree = ""; }; + 000000006580 /* EXPMatchers+beginWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beginWith.h"; path = "Expecta/Matchers/EXPMatchers+beginWith.h"; sourceTree = ""; }; + 000000006590 /* EXPMatchers+beginWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beginWith.m"; path = "Expecta/Matchers/EXPMatchers+beginWith.m"; sourceTree = ""; }; + 0000000065A0 /* EXPMatchers+beGreaterThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThan.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.h"; sourceTree = ""; }; + 0000000065B0 /* EXPMatchers+beGreaterThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThan.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.m"; sourceTree = ""; }; + 0000000065C0 /* EXPMatchers+beGreaterThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h"; sourceTree = ""; }; + 0000000065D0 /* EXPMatchers+beGreaterThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m"; sourceTree = ""; }; + 0000000065E0 /* EXPMatchers+beIdenticalTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beIdenticalTo.h"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.h"; sourceTree = ""; }; + 0000000065F0 /* EXPMatchers+beIdenticalTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beIdenticalTo.m"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.m"; sourceTree = ""; }; + 000000006600 /* EXPMatchers+beInstanceOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInstanceOf.h"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.h"; sourceTree = ""; }; + 000000006610 /* EXPMatchers+beInstanceOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInstanceOf.m"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.m"; sourceTree = ""; }; + 000000006620 /* EXPMatchers+beInTheRangeOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInTheRangeOf.h"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.h"; sourceTree = ""; }; + 000000006630 /* EXPMatchers+beInTheRangeOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInTheRangeOf.m"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.m"; sourceTree = ""; }; + 000000006640 /* EXPMatchers+beKindOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beKindOf.h"; path = "Expecta/Matchers/EXPMatchers+beKindOf.h"; sourceTree = ""; }; + 000000006650 /* EXPMatchers+beKindOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beKindOf.m"; path = "Expecta/Matchers/EXPMatchers+beKindOf.m"; sourceTree = ""; }; + 000000006660 /* EXPMatchers+beLessThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThan.h"; path = "Expecta/Matchers/EXPMatchers+beLessThan.h"; sourceTree = ""; }; + 000000006670 /* EXPMatchers+beLessThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThan.m"; path = "Expecta/Matchers/EXPMatchers+beLessThan.m"; sourceTree = ""; }; + 000000006680 /* EXPMatchers+beLessThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h"; sourceTree = ""; }; + 000000006690 /* EXPMatchers+beLessThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m"; sourceTree = ""; }; + 0000000066A0 /* EXPMatchers+beNil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beNil.h"; path = "Expecta/Matchers/EXPMatchers+beNil.h"; sourceTree = ""; }; + 0000000066B0 /* EXPMatchers+beNil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beNil.m"; path = "Expecta/Matchers/EXPMatchers+beNil.m"; sourceTree = ""; }; + 0000000066C0 /* EXPMatchers+beSubclassOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSubclassOf.h"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.h"; sourceTree = ""; }; + 0000000066D0 /* EXPMatchers+beSubclassOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSubclassOf.m"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.m"; sourceTree = ""; }; + 0000000066E0 /* EXPMatchers+beSupersetOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSupersetOf.h"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.h"; sourceTree = ""; }; + 0000000066F0 /* EXPMatchers+beSupersetOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSupersetOf.m"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.m"; sourceTree = ""; }; + 000000006700 /* EXPMatchers+beTruthy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beTruthy.h"; path = "Expecta/Matchers/EXPMatchers+beTruthy.h"; sourceTree = ""; }; + 000000006710 /* EXPMatchers+beTruthy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beTruthy.m"; path = "Expecta/Matchers/EXPMatchers+beTruthy.m"; sourceTree = ""; }; + 000000006720 /* EXPMatchers+conformTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+conformTo.h"; path = "Expecta/Matchers/EXPMatchers+conformTo.h"; sourceTree = ""; }; + 000000006730 /* EXPMatchers+conformTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+conformTo.m"; path = "Expecta/Matchers/EXPMatchers+conformTo.m"; sourceTree = ""; }; + 000000006740 /* EXPMatchers+contain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+contain.h"; path = "Expecta/Matchers/EXPMatchers+contain.h"; sourceTree = ""; }; + 000000006750 /* EXPMatchers+contain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+contain.m"; path = "Expecta/Matchers/EXPMatchers+contain.m"; sourceTree = ""; }; + 000000006760 /* EXPMatchers+endWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+endWith.h"; path = "Expecta/Matchers/EXPMatchers+endWith.h"; sourceTree = ""; }; + 000000006770 /* EXPMatchers+endWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+endWith.m"; path = "Expecta/Matchers/EXPMatchers+endWith.m"; sourceTree = ""; }; + 000000006780 /* EXPMatchers+equal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+equal.h"; path = "Expecta/Matchers/EXPMatchers+equal.h"; sourceTree = ""; }; + 000000006790 /* EXPMatchers+equal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+equal.m"; path = "Expecta/Matchers/EXPMatchers+equal.m"; sourceTree = ""; }; + 0000000067A0 /* EXPMatchers+haveCountOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+haveCountOf.h"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.h"; sourceTree = ""; }; + 0000000067B0 /* EXPMatchers+haveCountOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+haveCountOf.m"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.m"; sourceTree = ""; }; + 0000000067C0 /* EXPMatchers+match.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+match.h"; path = "Expecta/Matchers/EXPMatchers+match.h"; sourceTree = ""; }; + 0000000067D0 /* EXPMatchers+match.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+match.m"; path = "Expecta/Matchers/EXPMatchers+match.m"; sourceTree = ""; }; + 0000000067E0 /* EXPMatchers+postNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+postNotification.h"; path = "Expecta/Matchers/EXPMatchers+postNotification.h"; sourceTree = ""; }; + 0000000067F0 /* EXPMatchers+postNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+postNotification.m"; path = "Expecta/Matchers/EXPMatchers+postNotification.m"; sourceTree = ""; }; + 000000006800 /* EXPMatchers+raise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raise.h"; path = "Expecta/Matchers/EXPMatchers+raise.h"; sourceTree = ""; }; + 000000006810 /* EXPMatchers+raise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raise.m"; path = "Expecta/Matchers/EXPMatchers+raise.m"; sourceTree = ""; }; + 000000006820 /* EXPMatchers+raiseWithReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raiseWithReason.h"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.h"; sourceTree = ""; }; + 000000006830 /* EXPMatchers+raiseWithReason.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raiseWithReason.m"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.m"; sourceTree = ""; }; + 000000006840 /* EXPMatchers+respondTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+respondTo.h"; path = "Expecta/Matchers/EXPMatchers+respondTo.h"; sourceTree = ""; }; + 000000006850 /* EXPMatchers+respondTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+respondTo.m"; path = "Expecta/Matchers/EXPMatchers+respondTo.m"; sourceTree = ""; }; + 000000006860 /* EXPMatchers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatchers.h; path = Expecta/Matchers/EXPMatchers.h; sourceTree = ""; }; + 000000006870 /* NSObject+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+Expecta.h"; path = "Expecta/NSObject+Expecta.h"; sourceTree = ""; }; + 000000006880 /* NSValue+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSValue+Expecta.h"; path = "Expecta/NSValue+Expecta.h"; sourceTree = ""; }; + 000000006890 /* NSValue+Expecta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSValue+Expecta.m"; path = "Expecta/NSValue+Expecta.m"; sourceTree = ""; }; + 0000000068B0 /* UIApplication+StrictKeyWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+StrictKeyWindow.h"; path = "FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h"; sourceTree = ""; }; + 0000000068C0 /* UIApplication+StrictKeyWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+StrictKeyWindow.m"; path = "FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m"; sourceTree = ""; }; + 0000000068D0 /* UIImage+Compare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Compare.h"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.h"; sourceTree = ""; }; + 0000000068E0 /* UIImage+Compare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Compare.m"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.m"; sourceTree = ""; }; + 0000000068F0 /* UIImage+Diff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Diff.h"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.h"; sourceTree = ""; }; + 000000006900 /* UIImage+Diff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Diff.m"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.m"; sourceTree = ""; }; + 000000006910 /* UIImage+Snapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Snapshot.h"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"; sourceTree = ""; }; + 000000006920 /* UIImage+Snapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Snapshot.m"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.m"; sourceTree = ""; }; + 000000006930 /* FBSnapshotTestCase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCase.h; path = FBSnapshotTestCase/FBSnapshotTestCase.h; sourceTree = ""; }; + 000000006940 /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = ""; }; + 000000006950 /* FBSnapshotTestCasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCasePlatform.h; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.h; sourceTree = ""; }; + 000000006960 /* FBSnapshotTestCasePlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCasePlatform.m; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.m; sourceTree = ""; }; + 000000006970 /* FBSnapshotTestController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestController.h; path = FBSnapshotTestCase/FBSnapshotTestController.h; sourceTree = ""; }; + 000000006980 /* FBSnapshotTestController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestController.m; path = FBSnapshotTestCase/FBSnapshotTestController.m; sourceTree = ""; }; + 0000000069A0 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = FBSnapshotTestCase/SwiftSupport.swift; sourceTree = ""; }; + 0000000069B0 /* Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Specta.h; path = Specta/Specta/Specta.h; sourceTree = ""; }; + 0000000069C0 /* SpectaDSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaDSL.h; path = Specta/Specta/SpectaDSL.h; sourceTree = ""; }; + 0000000069D0 /* SpectaDSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaDSL.m; path = Specta/Specta/SpectaDSL.m; sourceTree = ""; }; + 0000000069E0 /* SpectaTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaTypes.h; path = Specta/Specta/SpectaTypes.h; sourceTree = ""; }; + 0000000069F0 /* SpectaUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaUtility.h; path = Specta/Specta/SpectaUtility.h; sourceTree = ""; }; + 000000006A00 /* SpectaUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaUtility.m; path = Specta/Specta/SpectaUtility.m; sourceTree = ""; }; + 000000006A10 /* SPTCallSite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCallSite.h; path = Specta/Specta/SPTCallSite.h; sourceTree = ""; }; + 000000006A20 /* SPTCallSite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCallSite.m; path = Specta/Specta/SPTCallSite.m; sourceTree = ""; }; + 000000006A30 /* SPTCompiledExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCompiledExample.h; path = Specta/Specta/SPTCompiledExample.h; sourceTree = ""; }; + 000000006A40 /* SPTCompiledExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCompiledExample.m; path = Specta/Specta/SPTCompiledExample.m; sourceTree = ""; }; + 000000006A50 /* SPTExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExample.h; path = Specta/Specta/SPTExample.h; sourceTree = ""; }; + 000000006A60 /* SPTExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExample.m; path = Specta/Specta/SPTExample.m; sourceTree = ""; }; + 000000006A70 /* SPTExampleGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExampleGroup.h; path = Specta/Specta/SPTExampleGroup.h; sourceTree = ""; }; + 000000006A80 /* SPTExampleGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExampleGroup.m; path = Specta/Specta/SPTExampleGroup.m; sourceTree = ""; }; + 000000006A90 /* SPTExcludeGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExcludeGlobalBeforeAfterEach.h; path = Specta/Specta/SPTExcludeGlobalBeforeAfterEach.h; sourceTree = ""; }; + 000000006AA0 /* SPTGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTGlobalBeforeAfterEach.h; path = Specta/Specta/SPTGlobalBeforeAfterEach.h; sourceTree = ""; }; + 000000006AB0 /* SPTSharedExampleGroups.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSharedExampleGroups.h; path = Specta/Specta/SPTSharedExampleGroups.h; sourceTree = ""; }; + 000000006AC0 /* SPTSharedExampleGroups.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSharedExampleGroups.m; path = Specta/Specta/SPTSharedExampleGroups.m; sourceTree = ""; }; + 000000006AD0 /* SPTSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSpec.h; path = Specta/Specta/SPTSpec.h; sourceTree = ""; }; + 000000006AE0 /* SPTSpec.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSpec.m; path = Specta/Specta/SPTSpec.m; sourceTree = ""; }; + 000000006AF0 /* SPTTestSuite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTTestSuite.h; path = Specta/Specta/SPTTestSuite.h; sourceTree = ""; }; + 000000006B00 /* SPTTestSuite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTTestSuite.m; path = Specta/Specta/SPTTestSuite.m; sourceTree = ""; }; + 000000006B10 /* XCTest+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTest+Private.h"; path = "Specta/Specta/XCTest+Private.h"; sourceTree = ""; }; + 000000006B20 /* XCTestCase+Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTestCase+Specta.h"; path = "Specta/Specta/XCTestCase+Specta.h"; sourceTree = ""; }; + 000000006B30 /* XCTestCase+Specta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestCase+Specta.m"; path = "Specta/Specta/XCTestCase+Specta.m"; sourceTree = ""; }; + 000000006B50 /* Mapbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Mapbox.framework; path = ios/Mapbox.framework; sourceTree = ""; }; + 000000006B70 /* AGaramondPro-Bold.otf */ = {isa = PBXFileReference; includeInIndex = 1; name = "AGaramondPro-Bold.otf"; path = "Pod/Assets/AGaramondPro-Bold.otf"; sourceTree = ""; }; + 000000006B80 /* AGaramondPro-BoldItalic.otf */ = {isa = PBXFileReference; includeInIndex = 1; name = "AGaramondPro-BoldItalic.otf"; path = "Pod/Assets/AGaramondPro-BoldItalic.otf"; sourceTree = ""; }; + 000000006B90 /* AGaramondPro-Italic.otf */ = {isa = PBXFileReference; includeInIndex = 1; name = "AGaramondPro-Italic.otf"; path = "Pod/Assets/AGaramondPro-Italic.otf"; sourceTree = ""; }; + 000000006BA0 /* AGaramondPro-Regular.otf */ = {isa = PBXFileReference; includeInIndex = 1; name = "AGaramondPro-Regular.otf"; path = "Pod/Assets/AGaramondPro-Regular.otf"; sourceTree = ""; }; + 000000006BB0 /* AGaramondPro-Semibold.otf */ = {isa = PBXFileReference; includeInIndex = 1; name = "AGaramondPro-Semibold.otf"; path = "Pod/Assets/AGaramondPro-Semibold.otf"; sourceTree = ""; }; + 000000006BC0 /* AVG65lig.otf */ = {isa = PBXFileReference; includeInIndex = 1; name = AVG65lig.otf; path = Pod/Assets/AVG65lig.otf; sourceTree = ""; }; + 000000006BD0 /* Unica77LL-Italic.otf */ = {isa = PBXFileReference; includeInIndex = 1; name = "Unica77LL-Italic.otf"; path = "Pod/Assets/Unica77LL-Italic.otf"; sourceTree = ""; }; + 000000006BE0 /* Unica77LL-Medium.otf */ = {isa = PBXFileReference; includeInIndex = 1; name = "Unica77LL-Medium.otf"; path = "Pod/Assets/Unica77LL-Medium.otf"; sourceTree = ""; }; + 000000006BF0 /* Unica77LL-MediumItalic.otf */ = {isa = PBXFileReference; includeInIndex = 1; name = "Unica77LL-MediumItalic.otf"; path = "Pod/Assets/Unica77LL-MediumItalic.otf"; sourceTree = ""; }; + 000000006C00 /* Unica77LL-Regular.otf */ = {isa = PBXFileReference; includeInIndex = 1; name = "Unica77LL-Regular.otf"; path = "Pod/Assets/Unica77LL-Regular.otf"; sourceTree = ""; }; + 000000006C20 /* Emission.js */ = {isa = PBXFileReference; includeInIndex = 1; name = Emission.js; path = Pod/Assets/Emission.js; sourceTree = ""; }; + 000000006C30 /* assets */ = {isa = PBXFileReference; includeInIndex = 1; name = assets; path = Pod/Assets/assets; sourceTree = ""; }; + 000000006C50 /* ARLoadFailureRetryIcon@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "ARLoadFailureRetryIcon@2x.png"; path = "Extraction/Assets/ARLoadFailureRetryIcon@2x.png"; sourceTree = ""; }; + 000000006C70 /* SAMKeychain.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = SAMKeychain.bundle; path = Support/SAMKeychain.bundle; sourceTree = ""; }; + 000000006C90 /* stp_card_amex.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_amex.png; path = Stripe/Resources/Images/stp_card_amex.png; sourceTree = ""; }; + 000000006CA0 /* stp_card_amex@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_amex@2x.png"; path = "Stripe/Resources/Images/stp_card_amex@2x.png"; sourceTree = ""; }; + 000000006CB0 /* stp_card_amex@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_amex@3x.png"; path = "Stripe/Resources/Images/stp_card_amex@3x.png"; sourceTree = ""; }; + 000000006CC0 /* stp_card_amex_template.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_amex_template.png; path = Stripe/Resources/Images/stp_card_amex_template.png; sourceTree = ""; }; + 000000006CD0 /* stp_card_amex_template@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_amex_template@2x.png"; path = "Stripe/Resources/Images/stp_card_amex_template@2x.png"; sourceTree = ""; }; + 000000006CE0 /* stp_card_amex_template@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_amex_template@3x.png"; path = "Stripe/Resources/Images/stp_card_amex_template@3x.png"; sourceTree = ""; }; + 000000006CF0 /* stp_card_applepay.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_applepay.png; path = Stripe/Resources/Images/stp_card_applepay.png; sourceTree = ""; }; + 000000006D00 /* stp_card_applepay@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_applepay@2x.png"; path = "Stripe/Resources/Images/stp_card_applepay@2x.png"; sourceTree = ""; }; + 000000006D10 /* stp_card_applepay@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_applepay@3x.png"; path = "Stripe/Resources/Images/stp_card_applepay@3x.png"; sourceTree = ""; }; + 000000006D20 /* stp_card_cvc.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_cvc.png; path = Stripe/Resources/Images/stp_card_cvc.png; sourceTree = ""; }; + 000000006D30 /* stp_card_cvc@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_cvc@2x.png"; path = "Stripe/Resources/Images/stp_card_cvc@2x.png"; sourceTree = ""; }; + 000000006D40 /* stp_card_cvc@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_cvc@3x.png"; path = "Stripe/Resources/Images/stp_card_cvc@3x.png"; sourceTree = ""; }; + 000000006D50 /* stp_card_cvc_amex.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_cvc_amex.png; path = Stripe/Resources/Images/stp_card_cvc_amex.png; sourceTree = ""; }; + 000000006D60 /* stp_card_cvc_amex@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_cvc_amex@2x.png"; path = "Stripe/Resources/Images/stp_card_cvc_amex@2x.png"; sourceTree = ""; }; + 000000006D70 /* stp_card_cvc_amex@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_cvc_amex@3x.png"; path = "Stripe/Resources/Images/stp_card_cvc_amex@3x.png"; sourceTree = ""; }; + 000000006D80 /* stp_card_diners.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_diners.png; path = Stripe/Resources/Images/stp_card_diners.png; sourceTree = ""; }; + 000000006D90 /* stp_card_diners@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_diners@2x.png"; path = "Stripe/Resources/Images/stp_card_diners@2x.png"; sourceTree = ""; }; + 000000006DA0 /* stp_card_diners@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_diners@3x.png"; path = "Stripe/Resources/Images/stp_card_diners@3x.png"; sourceTree = ""; }; + 000000006DB0 /* stp_card_diners_template.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_diners_template.png; path = Stripe/Resources/Images/stp_card_diners_template.png; sourceTree = ""; }; + 000000006DC0 /* stp_card_diners_template@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_diners_template@2x.png"; path = "Stripe/Resources/Images/stp_card_diners_template@2x.png"; sourceTree = ""; }; + 000000006DD0 /* stp_card_diners_template@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_diners_template@3x.png"; path = "Stripe/Resources/Images/stp_card_diners_template@3x.png"; sourceTree = ""; }; + 000000006DE0 /* stp_card_discover.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_discover.png; path = Stripe/Resources/Images/stp_card_discover.png; sourceTree = ""; }; + 000000006DF0 /* stp_card_discover@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_discover@2x.png"; path = "Stripe/Resources/Images/stp_card_discover@2x.png"; sourceTree = ""; }; + 000000006E00 /* stp_card_discover@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_discover@3x.png"; path = "Stripe/Resources/Images/stp_card_discover@3x.png"; sourceTree = ""; }; + 000000006E10 /* stp_card_discover_template.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_discover_template.png; path = Stripe/Resources/Images/stp_card_discover_template.png; sourceTree = ""; }; + 000000006E20 /* stp_card_discover_template@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_discover_template@2x.png"; path = "Stripe/Resources/Images/stp_card_discover_template@2x.png"; sourceTree = ""; }; + 000000006E30 /* stp_card_discover_template@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_discover_template@3x.png"; path = "Stripe/Resources/Images/stp_card_discover_template@3x.png"; sourceTree = ""; }; + 000000006E40 /* stp_card_error.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_error.png; path = Stripe/Resources/Images/stp_card_error.png; sourceTree = ""; }; + 000000006E50 /* stp_card_error@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_error@2x.png"; path = "Stripe/Resources/Images/stp_card_error@2x.png"; sourceTree = ""; }; + 000000006E60 /* stp_card_error@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_error@3x.png"; path = "Stripe/Resources/Images/stp_card_error@3x.png"; sourceTree = ""; }; + 000000006E70 /* stp_card_error_amex.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_error_amex.png; path = Stripe/Resources/Images/stp_card_error_amex.png; sourceTree = ""; }; + 000000006E80 /* stp_card_error_amex@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_error_amex@2x.png"; path = "Stripe/Resources/Images/stp_card_error_amex@2x.png"; sourceTree = ""; }; + 000000006E90 /* stp_card_error_amex@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_error_amex@3x.png"; path = "Stripe/Resources/Images/stp_card_error_amex@3x.png"; sourceTree = ""; }; + 000000006EA0 /* stp_card_form_back.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_form_back.png; path = Stripe/Resources/Images/stp_card_form_back.png; sourceTree = ""; }; + 000000006EB0 /* stp_card_form_back@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_form_back@2x.png"; path = "Stripe/Resources/Images/stp_card_form_back@2x.png"; sourceTree = ""; }; + 000000006EC0 /* stp_card_form_back@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_form_back@3x.png"; path = "Stripe/Resources/Images/stp_card_form_back@3x.png"; sourceTree = ""; }; + 000000006ED0 /* stp_card_form_front.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_form_front.png; path = Stripe/Resources/Images/stp_card_form_front.png; sourceTree = ""; }; + 000000006EE0 /* stp_card_form_front@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_form_front@2x.png"; path = "Stripe/Resources/Images/stp_card_form_front@2x.png"; sourceTree = ""; }; + 000000006EF0 /* stp_card_form_front@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_form_front@3x.png"; path = "Stripe/Resources/Images/stp_card_form_front@3x.png"; sourceTree = ""; }; + 000000006F00 /* stp_card_jcb.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_jcb.png; path = Stripe/Resources/Images/stp_card_jcb.png; sourceTree = ""; }; + 000000006F10 /* stp_card_jcb@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_jcb@2x.png"; path = "Stripe/Resources/Images/stp_card_jcb@2x.png"; sourceTree = ""; }; + 000000006F20 /* stp_card_jcb@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_jcb@3x.png"; path = "Stripe/Resources/Images/stp_card_jcb@3x.png"; sourceTree = ""; }; + 000000006F30 /* stp_card_jcb_template.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_jcb_template.png; path = Stripe/Resources/Images/stp_card_jcb_template.png; sourceTree = ""; }; + 000000006F40 /* stp_card_jcb_template@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_jcb_template@2x.png"; path = "Stripe/Resources/Images/stp_card_jcb_template@2x.png"; sourceTree = ""; }; + 000000006F50 /* stp_card_jcb_template@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_jcb_template@3x.png"; path = "Stripe/Resources/Images/stp_card_jcb_template@3x.png"; sourceTree = ""; }; + 000000006F60 /* stp_card_mastercard.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_mastercard.png; path = Stripe/Resources/Images/stp_card_mastercard.png; sourceTree = ""; }; + 000000006F70 /* stp_card_mastercard@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_mastercard@2x.png"; path = "Stripe/Resources/Images/stp_card_mastercard@2x.png"; sourceTree = ""; }; + 000000006F80 /* stp_card_mastercard@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_mastercard@3x.png"; path = "Stripe/Resources/Images/stp_card_mastercard@3x.png"; sourceTree = ""; }; + 000000006F90 /* stp_card_mastercard_template.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_mastercard_template.png; path = Stripe/Resources/Images/stp_card_mastercard_template.png; sourceTree = ""; }; + 000000006FA0 /* stp_card_mastercard_template@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_mastercard_template@2x.png"; path = "Stripe/Resources/Images/stp_card_mastercard_template@2x.png"; sourceTree = ""; }; + 000000006FB0 /* stp_card_mastercard_template@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_mastercard_template@3x.png"; path = "Stripe/Resources/Images/stp_card_mastercard_template@3x.png"; sourceTree = ""; }; + 000000006FC0 /* stp_card_unionpay_en.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_unionpay_en.png; path = Stripe/Resources/Images/stp_card_unionpay_en.png; sourceTree = ""; }; + 000000006FD0 /* stp_card_unionpay_en@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_unionpay_en@2x.png"; path = "Stripe/Resources/Images/stp_card_unionpay_en@2x.png"; sourceTree = ""; }; + 000000006FE0 /* stp_card_unionpay_en@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_unionpay_en@3x.png"; path = "Stripe/Resources/Images/stp_card_unionpay_en@3x.png"; sourceTree = ""; }; + 000000006FF0 /* stp_card_unionpay_template_en.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_unionpay_template_en.png; path = Stripe/Resources/Images/stp_card_unionpay_template_en.png; sourceTree = ""; }; + 000000007000 /* stp_card_unionpay_template_en@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_unionpay_template_en@2x.png"; path = "Stripe/Resources/Images/stp_card_unionpay_template_en@2x.png"; sourceTree = ""; }; + 000000007010 /* stp_card_unionpay_template_en@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_unionpay_template_en@3x.png"; path = "Stripe/Resources/Images/stp_card_unionpay_template_en@3x.png"; sourceTree = ""; }; + 000000007020 /* stp_card_unionpay_template_zh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_unionpay_template_zh.png; path = Stripe/Resources/Images/stp_card_unionpay_template_zh.png; sourceTree = ""; }; + 000000007030 /* stp_card_unionpay_template_zh@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_unionpay_template_zh@2x.png"; path = "Stripe/Resources/Images/stp_card_unionpay_template_zh@2x.png"; sourceTree = ""; }; + 000000007040 /* stp_card_unionpay_template_zh@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_unionpay_template_zh@3x.png"; path = "Stripe/Resources/Images/stp_card_unionpay_template_zh@3x.png"; sourceTree = ""; }; + 000000007050 /* stp_card_unionpay_zh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_unionpay_zh.png; path = Stripe/Resources/Images/stp_card_unionpay_zh.png; sourceTree = ""; }; + 000000007060 /* stp_card_unionpay_zh@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_unionpay_zh@2x.png"; path = "Stripe/Resources/Images/stp_card_unionpay_zh@2x.png"; sourceTree = ""; }; + 000000007070 /* stp_card_unionpay_zh@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_unionpay_zh@3x.png"; path = "Stripe/Resources/Images/stp_card_unionpay_zh@3x.png"; sourceTree = ""; }; + 000000007080 /* stp_card_unknown.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_unknown.png; path = Stripe/Resources/Images/stp_card_unknown.png; sourceTree = ""; }; + 000000007090 /* stp_card_unknown@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_unknown@2x.png"; path = "Stripe/Resources/Images/stp_card_unknown@2x.png"; sourceTree = ""; }; + 0000000070A0 /* stp_card_unknown@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_unknown@3x.png"; path = "Stripe/Resources/Images/stp_card_unknown@3x.png"; sourceTree = ""; }; + 0000000070B0 /* stp_card_visa.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_visa.png; path = Stripe/Resources/Images/stp_card_visa.png; sourceTree = ""; }; + 0000000070C0 /* stp_card_visa@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_visa@2x.png"; path = "Stripe/Resources/Images/stp_card_visa@2x.png"; sourceTree = ""; }; + 0000000070D0 /* stp_card_visa@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_visa@3x.png"; path = "Stripe/Resources/Images/stp_card_visa@3x.png"; sourceTree = ""; }; + 0000000070E0 /* stp_card_visa_template.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_card_visa_template.png; path = Stripe/Resources/Images/stp_card_visa_template.png; sourceTree = ""; }; + 0000000070F0 /* stp_card_visa_template@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_visa_template@2x.png"; path = "Stripe/Resources/Images/stp_card_visa_template@2x.png"; sourceTree = ""; }; + 000000007100 /* stp_card_visa_template@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_card_visa_template@3x.png"; path = "Stripe/Resources/Images/stp_card_visa_template@3x.png"; sourceTree = ""; }; + 000000007110 /* stp_icon_add.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_icon_add.png; path = Stripe/Resources/Images/stp_icon_add.png; sourceTree = ""; }; + 000000007120 /* stp_icon_add@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_icon_add@2x.png"; path = "Stripe/Resources/Images/stp_icon_add@2x.png"; sourceTree = ""; }; + 000000007130 /* stp_icon_add@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_icon_add@3x.png"; path = "Stripe/Resources/Images/stp_icon_add@3x.png"; sourceTree = ""; }; + 000000007140 /* stp_icon_checkmark.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_icon_checkmark.png; path = Stripe/Resources/Images/stp_icon_checkmark.png; sourceTree = ""; }; + 000000007150 /* stp_icon_checkmark@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_icon_checkmark@2x.png"; path = "Stripe/Resources/Images/stp_icon_checkmark@2x.png"; sourceTree = ""; }; + 000000007160 /* stp_icon_checkmark@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_icon_checkmark@3x.png"; path = "Stripe/Resources/Images/stp_icon_checkmark@3x.png"; sourceTree = ""; }; + 000000007170 /* stp_shipping_form.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = stp_shipping_form.png; path = Stripe/Resources/Images/stp_shipping_form.png; sourceTree = ""; }; + 000000007180 /* stp_shipping_form@2x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_shipping_form@2x.png"; path = "Stripe/Resources/Images/stp_shipping_form@2x.png"; sourceTree = ""; }; + 000000007190 /* stp_shipping_form@3x.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "stp_shipping_form@3x.png"; path = "Stripe/Resources/Images/stp_shipping_form@3x.png"; sourceTree = ""; }; + 0000000071A0 /* stp_test_upload_image.jpeg */ = {isa = PBXFileReference; includeInIndex = 1; name = stp_test_upload_image.jpeg; path = Stripe/Resources/Images/stp_test_upload_image.jpeg; sourceTree = ""; }; + 0000000071C0 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = de.lproj/Localizable.strings; sourceTree = ""; }; + 0000000071D0 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = en.lproj/Localizable.strings; sourceTree = ""; }; + 0000000071E0 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = es.lproj/Localizable.strings; sourceTree = ""; }; + 0000000071F0 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = fi.lproj/Localizable.strings; sourceTree = ""; }; + 000000007200 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = fr.lproj/Localizable.strings; sourceTree = ""; }; + 000000007210 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = it.lproj/Localizable.strings; sourceTree = ""; }; + 000000007220 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = ja.lproj/Localizable.strings; sourceTree = ""; }; + 000000007230 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = nb.lproj/Localizable.strings; sourceTree = ""; }; + 000000007240 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = nl.lproj/Localizable.strings; sourceTree = ""; }; + 000000007250 /* Localizable.strings */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.strings; name = Localizable.strings; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = ""; }; + 000000007260 /* Images */ = {isa = PBXFileReference; includeInIndex = 1; name = Images; path = Stripe/Resources/Images; sourceTree = ""; }; + 000000007270 /* Localizations */ = {isa = PBXFileReference; includeInIndex = 1; name = Localizations; path = Stripe/Resources/Localizations; sourceTree = ""; }; + 000000007290 /* Emission.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Emission.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0000000072A0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0000000072B0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0000000072C0 /* adding_a_lab_option.md */ = {isa = PBXFileReference; includeInIndex = 1; name = adding_a_lab_option.md; path = docs/adding_a_lab_option.md; sourceTree = ""; }; + 0000000072D0 /* adding_new_components.md */ = {isa = PBXFileReference; includeInIndex = 1; name = adding_new_components.md; path = docs/adding_new_components.md; sourceTree = ""; }; + 0000000072E0 /* adding_new_keys.md */ = {isa = PBXFileReference; includeInIndex = 1; name = adding_new_keys.md; path = docs/adding_new_keys.md; sourceTree = ""; }; + 0000000072F0 /* choose-theme.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "choose-theme.png"; path = "docs/choose-theme.png"; sourceTree = ""; }; + 000000007300 /* debugging.md */ = {isa = PBXFileReference; includeInIndex = 1; name = debugging.md; path = docs/debugging.md; sourceTree = ""; }; + 000000007310 /* map_to_emission.md */ = {isa = PBXFileReference; includeInIndex = 1; name = map_to_emission.md; path = docs/map_to_emission.md; sourceTree = ""; }; + 000000007320 /* running-emission-in-eigen.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "running-emission-in-eigen.md"; path = "docs/running-emission-in-eigen.md"; sourceTree = ""; }; + 000000007330 /* running_on_device.md */ = {isa = PBXFileReference; includeInIndex = 1; name = running_on_device.md; path = docs/running_on_device.md; sourceTree = ""; }; + 000000007340 /* troubleshooting.md */ = {isa = PBXFileReference; includeInIndex = 1; name = troubleshooting.md; path = docs/troubleshooting.md; sourceTree = ""; }; + 000000007350 /* using_the_beta.md */ = {isa = PBXFileReference; includeInIndex = 1; name = using_the_beta.md; path = docs/using_the_beta.md; sourceTree = ""; }; + 000000007360 /* vscode.md */ = {isa = PBXFileReference; includeInIndex = 1; name = vscode.md; path = docs/vscode.md; sourceTree = ""; }; + 000000007370 /* welcome-to-beta.md */ = {isa = PBXFileReference; includeInIndex = 1; name = "welcome-to-beta.md"; path = "docs/welcome-to-beta.md"; sourceTree = ""; }; + 000000007390 /* Keys.podspec.json */ = {isa = PBXFileReference; includeInIndex = 1; path = Keys.podspec.json; sourceTree = ""; }; + 0000000073B0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0000000073C0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0000000073D0 /* RNSVG.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNSVG.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0000000073F0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 000000007400 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 000000007410 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 000000007430 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + 000000007440 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 000000007450 /* SentryReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = SentryReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 000000007470 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + 000000007480 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 000000007490 /* BackgroundLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; name = BackgroundLayer.md; path = docs/BackgroundLayer.md; sourceTree = ""; }; + 0000000074A0 /* Callout.md */ = {isa = PBXFileReference; includeInIndex = 1; name = Callout.md; path = docs/Callout.md; sourceTree = ""; }; + 0000000074B0 /* CircleLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; name = CircleLayer.md; path = docs/CircleLayer.md; sourceTree = ""; }; + 0000000074C0 /* FillExtrusionLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; name = FillExtrusionLayer.md; path = docs/FillExtrusionLayer.md; sourceTree = ""; }; + 0000000074D0 /* FillLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; name = FillLayer.md; path = docs/FillLayer.md; sourceTree = ""; }; + 0000000074E0 /* ImageSource.md */ = {isa = PBXFileReference; includeInIndex = 1; name = ImageSource.md; path = docs/ImageSource.md; sourceTree = ""; }; + 0000000074F0 /* Light.md */ = {isa = PBXFileReference; includeInIndex = 1; name = Light.md; path = docs/Light.md; sourceTree = ""; }; + 000000007500 /* LineLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; name = LineLayer.md; path = docs/LineLayer.md; sourceTree = ""; }; + 000000007510 /* MapView.md */ = {isa = PBXFileReference; includeInIndex = 1; name = MapView.md; path = docs/MapView.md; sourceTree = ""; }; + 000000007520 /* OfflineManager.md */ = {isa = PBXFileReference; includeInIndex = 1; name = OfflineManager.md; path = docs/OfflineManager.md; sourceTree = ""; }; + 000000007530 /* PointAnnotation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = PointAnnotation.md; path = docs/PointAnnotation.md; sourceTree = ""; }; + 000000007540 /* RasterLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; name = RasterLayer.md; path = docs/RasterLayer.md; sourceTree = ""; }; + 000000007550 /* RasterSource.md */ = {isa = PBXFileReference; includeInIndex = 1; name = RasterSource.md; path = docs/RasterSource.md; sourceTree = ""; }; + 000000007560 /* ShapeSource.md */ = {isa = PBXFileReference; includeInIndex = 1; name = ShapeSource.md; path = docs/ShapeSource.md; sourceTree = ""; }; + 000000007570 /* StyleSheet.md */ = {isa = PBXFileReference; includeInIndex = 1; name = StyleSheet.md; path = docs/StyleSheet.md; sourceTree = ""; }; + 000000007580 /* SymbolLayer.md */ = {isa = PBXFileReference; includeInIndex = 1; name = SymbolLayer.md; path = docs/SymbolLayer.md; sourceTree = ""; }; + 000000007590 /* VectorSource.md */ = {isa = PBXFileReference; includeInIndex = 1; name = VectorSource.md; path = docs/VectorSource.md; sourceTree = ""; }; + 0000000075A0 /* docs.json */ = {isa = PBXFileReference; includeInIndex = 1; name = docs.json; path = docs/docs.json; sourceTree = ""; }; + 0000000075B0 /* snapshotManager.md */ = {isa = PBXFileReference; includeInIndex = 1; name = snapshotManager.md; path = docs/snapshotManager.md; sourceTree = ""; }; + 0000000075C0 /* react-native-mapbox-gl.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-mapbox-gl.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0000000075E0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0000000075F0 /* react-native-navigator-ios.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-navigator-ios.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 000000007610 /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 000000007670 /* libARGenericTableViewController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libARGenericTableViewController.a; path = libARGenericTableViewController.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000007740 /* ARGenericTableViewController.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ARGenericTableViewController.xcconfig; sourceTree = ""; }; + 000000007750 /* ARGenericTableViewController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ARGenericTableViewController-prefix.pch"; sourceTree = ""; }; + 000000007760 /* ARGenericTableViewController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ARGenericTableViewController-dummy.m"; sourceTree = ""; }; + 0000000077D0 /* libArtsy+Authentication.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libArtsy+Authentication.a"; path = "libArtsy+Authentication.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 0000000078F0 /* Artsy+Authentication.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Artsy+Authentication.xcconfig"; sourceTree = ""; }; + 000000007900 /* Artsy+Authentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Artsy+Authentication-prefix.pch"; sourceTree = ""; }; + 000000007910 /* Artsy+Authentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Artsy+Authentication-dummy.m"; sourceTree = ""; }; + 000000007980 /* libArtsy+UIColors.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libArtsy+UIColors.a"; path = "libArtsy+UIColors.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000007A10 /* Artsy+UIColors.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Artsy+UIColors.xcconfig"; sourceTree = ""; }; + 000000007A20 /* Artsy+UIColors-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Artsy+UIColors-prefix.pch"; sourceTree = ""; }; + 000000007A30 /* Artsy+UIColors-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Artsy+UIColors-dummy.m"; sourceTree = ""; }; + 000000007AA0 /* libArtsy+UIFonts.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libArtsy+UIFonts.a"; path = "libArtsy+UIFonts.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000007B10 /* Artsy+UIFonts.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Artsy+UIFonts.xcconfig"; sourceTree = ""; }; + 000000007B20 /* Artsy+UIFonts-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Artsy+UIFonts-prefix.pch"; sourceTree = ""; }; + 000000007B30 /* Artsy+UIFonts-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Artsy+UIFonts-dummy.m"; sourceTree = ""; }; + 000000007BA0 /* libArtsy-UIButtons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libArtsy-UIButtons.a"; path = "libArtsy-UIButtons.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000007C10 /* Artsy-UIButtons.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Artsy-UIButtons.xcconfig"; sourceTree = ""; }; + 000000007C20 /* Artsy-UIButtons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Artsy-UIButtons-prefix.pch"; sourceTree = ""; }; + 000000007C30 /* Artsy-UIButtons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Artsy-UIButtons-dummy.m"; sourceTree = ""; }; + 000000007CA0 /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000007E10 /* DoubleConversion.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.xcconfig; sourceTree = ""; }; + 000000007E20 /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; + 000000007E30 /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; + 000000007EA0 /* libEmission.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEmission.a; path = libEmission.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 0000000085D0 /* Emission.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Emission.xcconfig; sourceTree = ""; }; + 0000000085E0 /* Emission-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Emission-prefix.pch"; sourceTree = ""; }; + 0000000085F0 /* Emission-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Emission-dummy.m"; sourceTree = ""; }; + 000000008660 /* libExpecta.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libExpecta.a; path = libExpecta.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000008B40 /* Expecta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Expecta.xcconfig; sourceTree = ""; }; + 000000008B50 /* Expecta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-prefix.pch"; sourceTree = ""; }; + 000000008B60 /* Expecta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta-dummy.m"; sourceTree = ""; }; + 000000008BD0 /* libExtraction.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libExtraction.a; path = libExtraction.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000008CE0 /* Extraction.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Extraction.xcconfig; sourceTree = ""; }; + 000000008CF0 /* Extraction-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Extraction-prefix.pch"; sourceTree = ""; }; + 000000008D00 /* Extraction-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Extraction-dummy.m"; sourceTree = ""; }; + 000000008D70 /* libFBSnapshotTestCase.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFBSnapshotTestCase.a; path = libFBSnapshotTestCase.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000008EB0 /* FBSnapshotTestCase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSnapshotTestCase.xcconfig; sourceTree = ""; }; + 000000008EC0 /* FBSnapshotTestCase.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FBSnapshotTestCase.modulemap; sourceTree = ""; }; + 000000008ED0 /* FBSnapshotTestCase-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-umbrella.h"; sourceTree = ""; }; + 000000008F00 /* FBSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-prefix.pch"; sourceTree = ""; }; + 000000008F10 /* FBSnapshotTestCase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSnapshotTestCase-dummy.m"; sourceTree = ""; }; + 000000008F80 /* libFLKAutoLayout.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFLKAutoLayout.a; path = libFLKAutoLayout.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 0000000090C0 /* FLKAutoLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FLKAutoLayout.xcconfig; sourceTree = ""; }; + 0000000090D0 /* FLKAutoLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FLKAutoLayout-prefix.pch"; sourceTree = ""; }; + 0000000090E0 /* FLKAutoLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FLKAutoLayout-dummy.m"; sourceTree = ""; }; + 000000009150 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000009290 /* Folly.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.xcconfig; sourceTree = ""; }; + 0000000092A0 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; + 0000000092B0 /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; + 000000009320 /* libISO8601DateFormatter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libISO8601DateFormatter.a; path = libISO8601DateFormatter.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000009390 /* ISO8601DateFormatter.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ISO8601DateFormatter.xcconfig; sourceTree = ""; }; + 0000000093A0 /* ISO8601DateFormatter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ISO8601DateFormatter-prefix.pch"; sourceTree = ""; }; + 0000000093B0 /* ISO8601DateFormatter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ISO8601DateFormatter-dummy.m"; sourceTree = ""; }; + 000000009420 /* libKSCrash.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libKSCrash.a; path = libKSCrash.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000009C70 /* KSCrash.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KSCrash.xcconfig; sourceTree = ""; }; + 000000009C80 /* KSCrash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KSCrash-prefix.pch"; sourceTree = ""; }; + 000000009C90 /* KSCrash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KSCrash-dummy.m"; sourceTree = ""; }; + 000000009D00 /* libKeys.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libKeys.a; path = libKeys.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000009D70 /* Keys.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Keys.xcconfig; sourceTree = ""; }; + 000000009D80 /* Keys-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Keys-prefix.pch"; sourceTree = ""; }; + 000000009D90 /* Keys-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Keys-dummy.m"; sourceTree = ""; }; + 000000009E00 /* libNSURL+QueryDictionary.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libNSURL+QueryDictionary.a"; path = "libNSURL+QueryDictionary.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000009E70 /* NSURL+QueryDictionary.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "NSURL+QueryDictionary.xcconfig"; sourceTree = ""; }; + 000000009E80 /* NSURL+QueryDictionary-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSURL+QueryDictionary-prefix.pch"; sourceTree = ""; }; + 000000009E90 /* NSURL+QueryDictionary-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSURL+QueryDictionary-dummy.m"; sourceTree = ""; }; + 000000009F00 /* libORStackView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libORStackView.a; path = libORStackView.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 000000009FF0 /* ORStackView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ORStackView.xcconfig; sourceTree = ""; }; + 00000000A000 /* ORStackView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ORStackView-prefix.pch"; sourceTree = ""; }; + 00000000A010 /* ORStackView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ORStackView-dummy.m"; sourceTree = ""; }; + 00000000A080 /* libPulley.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libPulley.a; path = libPulley.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000A110 /* Pulley.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Pulley.xcconfig; sourceTree = ""; }; + 00000000A120 /* Pulley.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Pulley.modulemap; sourceTree = ""; }; + 00000000A130 /* Pulley-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pulley-umbrella.h"; sourceTree = ""; }; + 00000000A160 /* Pulley-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pulley-prefix.pch"; sourceTree = ""; }; + 00000000A170 /* Pulley-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pulley-dummy.m"; sourceTree = ""; }; + 00000000A1E0 /* libRNSVG.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNSVG.a; path = libRNSVG.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000A980 /* RNSVG.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNSVG.xcconfig; sourceTree = ""; }; + 00000000A990 /* RNSVG-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNSVG-prefix.pch"; sourceTree = ""; }; + 00000000A9A0 /* RNSVG-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNSVG-dummy.m"; sourceTree = ""; }; + 00000000AA10 /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReact.a; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000C940 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; + 00000000C950 /* React-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-prefix.pch"; sourceTree = ""; }; + 00000000C960 /* React-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-dummy.m"; sourceTree = ""; }; + 00000000C9D0 /* libSAMKeychain.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSAMKeychain.a; path = libSAMKeychain.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000CA60 /* SAMKeychain.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SAMKeychain.xcconfig; sourceTree = ""; }; + 00000000CA70 /* SAMKeychain-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SAMKeychain-prefix.pch"; sourceTree = ""; }; + 00000000CA80 /* SAMKeychain-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SAMKeychain-dummy.m"; sourceTree = ""; }; + 00000000CAF0 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000CD10 /* SDWebImage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.xcconfig; sourceTree = ""; }; + 00000000CD20 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; + 00000000CD30 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; + 00000000CDA0 /* libSentry.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSentry.a; path = libSentry.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000D1D0 /* Sentry.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Sentry.xcconfig; sourceTree = ""; }; + 00000000D1E0 /* Sentry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Sentry-prefix.pch"; sourceTree = ""; }; + 00000000D1F0 /* Sentry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Sentry-dummy.m"; sourceTree = ""; }; + 00000000D260 /* libSentryReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSentryReactNative.a; path = libSentryReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000D2F0 /* SentryReactNative.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SentryReactNative.xcconfig; sourceTree = ""; }; + 00000000D300 /* SentryReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SentryReactNative-prefix.pch"; sourceTree = ""; }; + 00000000D310 /* SentryReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SentryReactNative-dummy.m"; sourceTree = ""; }; + 00000000D380 /* libSpecta.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSpecta.a; path = libSpecta.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000D560 /* Specta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Specta.xcconfig; sourceTree = ""; }; + 00000000D570 /* Specta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-prefix.pch"; sourceTree = ""; }; + 00000000D580 /* Specta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Specta-dummy.m"; sourceTree = ""; }; + 00000000D5F0 /* libStripe.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libStripe.a; path = libStripe.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000D670 /* Stripe.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = Stripe.bundle; path = "Stripe-Stripe.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000DC20 /* ResourceBundle-Stripe-Stripe-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-Stripe-Stripe-Info.plist"; sourceTree = ""; }; + 00000000EC00 /* Stripe.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Stripe.xcconfig; sourceTree = ""; }; + 00000000EC10 /* Stripe-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Stripe-prefix.pch"; sourceTree = ""; }; + 00000000EC20 /* Stripe-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Stripe-dummy.m"; sourceTree = ""; }; + 00000000EC90 /* libUIView+BooleanAnimations.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libUIView+BooleanAnimations.a"; path = "libUIView+BooleanAnimations.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000ED00 /* UIView+BooleanAnimations.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "UIView+BooleanAnimations.xcconfig"; sourceTree = ""; }; + 00000000ED10 /* UIView+BooleanAnimations-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+BooleanAnimations-prefix.pch"; sourceTree = ""; }; + 00000000ED20 /* UIView+BooleanAnimations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+BooleanAnimations-dummy.m"; sourceTree = ""; }; + 00000000EDA0 /* boost-for-react-native.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.xcconfig"; sourceTree = ""; }; + 00000000EE00 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000EF10 /* glog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.xcconfig; sourceTree = ""; }; + 00000000EF20 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; + 00000000EF30 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; + 00000000EFA0 /* libreact-native-mapbox-gl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-mapbox-gl.a"; path = "libreact-native-mapbox-gl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000F710 /* react-native-mapbox-gl.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mapbox-gl.xcconfig"; sourceTree = ""; }; + 00000000F720 /* react-native-mapbox-gl-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-mapbox-gl-prefix.pch"; sourceTree = ""; }; + 00000000F730 /* react-native-mapbox-gl-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-mapbox-gl-dummy.m"; sourceTree = ""; }; + 00000000F7A0 /* libreact-native-navigator-ios.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-navigator-ios.a"; path = "libreact-native-navigator-ios.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000F890 /* react-native-navigator-ios.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-navigator-ios.xcconfig"; sourceTree = ""; }; + 00000000F8A0 /* react-native-navigator-ios-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-navigator-ios-prefix.pch"; sourceTree = ""; }; + 00000000F8B0 /* react-native-navigator-ios-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-navigator-ios-dummy.m"; sourceTree = ""; }; + 00000000F920 /* libtipsi-stripe.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libtipsi-stripe.a"; path = "libtipsi-stripe.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000F9F0 /* tipsi-stripe.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "tipsi-stripe.xcconfig"; sourceTree = ""; }; + 00000000FA00 /* tipsi-stripe-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "tipsi-stripe-prefix.pch"; sourceTree = ""; }; + 00000000FA10 /* tipsi-stripe-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "tipsi-stripe-dummy.m"; sourceTree = ""; }; + 00000000FA80 /* libyoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libyoga.a; path = libyoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000FC60 /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; + 00000000FC70 /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; + 00000000FC80 /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; + 00000000FCF0 /* libPods-Emission.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-Emission.a"; path = "libPods-Emission.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000FD40 /* Pods-Emission.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Emission.release.xcconfig"; sourceTree = ""; }; + 00000000FD50 /* Pods-Emission.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Emission.debug.xcconfig"; sourceTree = ""; }; + 00000000FD60 /* Pods-Emission.deploy.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Emission.deploy.xcconfig"; sourceTree = ""; }; + 00000000FD70 /* Pods-Emission.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Emission.modulemap"; sourceTree = ""; }; + 00000000FD80 /* Pods-Emission-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Emission-umbrella.h"; sourceTree = ""; }; + 00000000FDA0 /* Pods-Emission-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Emission-frameworks.sh"; sourceTree = ""; }; + 00000000FDB0 /* Pods-Emission-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Emission-resources.sh"; sourceTree = ""; }; + 00000000FDC0 /* Pods-Emission-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Emission-acknowledgements.plist"; sourceTree = ""; }; + 00000000FDD0 /* Pods-Emission-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Emission-acknowledgements.markdown"; sourceTree = ""; }; + 00000000FDE0 /* Pods-Emission-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Emission-dummy.m"; sourceTree = ""; }; + 00000000FE50 /* libPods-EmissionTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-EmissionTests.a"; path = "libPods-EmissionTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 00000000FEA0 /* Pods-EmissionTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EmissionTests.release.xcconfig"; sourceTree = ""; }; + 00000000FEB0 /* Pods-EmissionTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EmissionTests.debug.xcconfig"; sourceTree = ""; }; + 00000000FEC0 /* Pods-EmissionTests.deploy.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EmissionTests.deploy.xcconfig"; sourceTree = ""; }; + 00000000FED0 /* Pods-EmissionTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-EmissionTests.modulemap"; sourceTree = ""; }; + 00000000FEE0 /* Pods-EmissionTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EmissionTests-umbrella.h"; sourceTree = ""; }; + 00000000FF00 /* Pods-EmissionTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EmissionTests-acknowledgements.plist"; sourceTree = ""; }; + 00000000FF10 /* Pods-EmissionTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-EmissionTests-acknowledgements.markdown"; sourceTree = ""; }; + 00000000FF20 /* Pods-EmissionTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-EmissionTests-dummy.m"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 000000007540 /* Frameworks */ = { + 0000000076A0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 0000000076A0 /* Frameworks */ = { + 000000007800 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007850 /* Frameworks */ = { + 0000000079B0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007970 /* Frameworks */ = { + 000000007AD0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007A70 /* Frameworks */ = { + 000000007BD0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007B70 /* Frameworks */ = { + 000000007CD0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007D70 /* Frameworks */ = { + 000000007ED0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000008530 /* Frameworks */ = { + 000000008690 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000008AA0 /* Frameworks */ = { + 000000008C00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000008C40 /* Frameworks */ = { + 000000008DA0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000008E50 /* Frameworks */ = { + 000000008FB0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009020 /* Frameworks */ = { + 000000009180 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009190 /* Frameworks */ = { + 000000009350 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009290 /* Frameworks */ = { + 000000009450 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009B70 /* Frameworks */ = { + 000000009D30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009C70 /* Frameworks */ = { + 000000009E30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009D70 /* Frameworks */ = { + 000000009F30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009EF0 /* Frameworks */ = { + 00000000A0B0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000A050 /* Frameworks */ = { + 00000000A210 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000A880 /* Frameworks */ = { + 00000000AA40 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000CAB0 /* Frameworks */ = { + 00000000CA00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000CBD0 /* Frameworks */ = { + 00000000CB20 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000CE80 /* Frameworks */ = { + 00000000CDD0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000D340 /* Frameworks */ = { + 00000000D290 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000D460 /* Frameworks */ = { + 00000000D3B0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000D6D0 /* Frameworks */ = { + 00000000D620 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000D740 /* Frameworks */ = { + 00000000D690 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000EB50 /* Frameworks */ = { + 00000000ECC0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000ECC0 /* Frameworks */ = { + 00000000EE30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000EE60 /* Frameworks */ = { + 00000000EFD0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000F660 /* Frameworks */ = { + 00000000F7D0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000F7C0 /* Frameworks */ = { + 00000000F950 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000F9E0 /* Frameworks */ = { + 00000000FAB0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000FB40 /* Frameworks */ = { + 00000000FD20 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 00000000FE80 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -4376,7 +4451,7 @@ 000000000010 = { isa = PBXGroup; children = ( - 0000000002B0 /* Podfile */, + 0000000002C0 /* Podfile */, 000000000090 /* Development Pods */, 000000000060 /* Frameworks */, 000000000080 /* Pods */, @@ -4388,40 +4463,41 @@ 000000000020 /* Products */ = { isa = PBXGroup; children = ( - 000000007510 /* libARGenericTableViewController.a */, - 000000007670 /* libArtsy+Authentication.a */, - 000000007820 /* libArtsy+UIColors.a */, - 000000007940 /* libArtsy+UIFonts.a */, - 000000007A40 /* libArtsy-UIButtons.a */, - 000000007B40 /* libDoubleConversion.a */, - 000000007D40 /* libEmission.a */, - 000000008500 /* libExpecta.a */, - 000000008A70 /* libExtraction.a */, - 000000008C10 /* libFBSnapshotTestCase.a */, - 000000008E20 /* libFLKAutoLayout.a */, - 000000008FF0 /* libFolly.a */, - 00000000EC90 /* libglog.a */, - 000000009160 /* libISO8601DateFormatter.a */, - 000000009B40 /* libKeys.a */, - 000000009260 /* libKSCrash.a */, - 000000009C40 /* libNSURL+QueryDictionary.a */, - 000000009D40 /* libORStackView.a */, - 00000000F9B0 /* libPods-Emission.a */, - 00000000FB10 /* libPods-EmissionTests.a */, - 000000009EC0 /* libPulley.a */, - 00000000A850 /* libReact.a */, - 00000000EE30 /* libreact-native-mapbox-gl.a */, - 00000000A020 /* libRNSVG.a */, - 00000000CA80 /* libSAMKeychain.a */, - 00000000CBA0 /* libSDWebImage.a */, - 00000000CE50 /* libSentry.a */, - 00000000D310 /* libSentryReactNative.a */, - 00000000D430 /* libSpecta.a */, - 00000000D6A0 /* libStripe.a */, - 00000000F630 /* libtipsi-stripe.a */, - 00000000EB20 /* libUIView+BooleanAnimations.a */, - 00000000F790 /* libyoga.a */, - 00000000D720 /* Stripe.bundle */, + 000000007670 /* libARGenericTableViewController.a */, + 0000000077D0 /* libArtsy+Authentication.a */, + 000000007980 /* libArtsy+UIColors.a */, + 000000007AA0 /* libArtsy+UIFonts.a */, + 000000007BA0 /* libArtsy-UIButtons.a */, + 000000007CA0 /* libDoubleConversion.a */, + 000000007EA0 /* libEmission.a */, + 000000008660 /* libExpecta.a */, + 000000008BD0 /* libExtraction.a */, + 000000008D70 /* libFBSnapshotTestCase.a */, + 000000008F80 /* libFLKAutoLayout.a */, + 000000009150 /* libFolly.a */, + 00000000EE00 /* libglog.a */, + 000000009320 /* libISO8601DateFormatter.a */, + 000000009D00 /* libKeys.a */, + 000000009420 /* libKSCrash.a */, + 000000009E00 /* libNSURL+QueryDictionary.a */, + 000000009F00 /* libORStackView.a */, + 00000000FCF0 /* libPods-Emission.a */, + 00000000FE50 /* libPods-EmissionTests.a */, + 00000000A080 /* libPulley.a */, + 00000000AA10 /* libReact.a */, + 00000000EFA0 /* libreact-native-mapbox-gl.a */, + 00000000F7A0 /* libreact-native-navigator-ios.a */, + 00000000A1E0 /* libRNSVG.a */, + 00000000C9D0 /* libSAMKeychain.a */, + 00000000CAF0 /* libSDWebImage.a */, + 00000000CDA0 /* libSentry.a */, + 00000000D260 /* libSentryReactNative.a */, + 00000000D380 /* libSpecta.a */, + 00000000D5F0 /* libStripe.a */, + 00000000F920 /* libtipsi-stripe.a */, + 00000000EC90 /* libUIView+BooleanAnimations.a */, + 00000000FA80 /* libyoga.a */, + 00000000D670 /* Stripe.bundle */, ); name = Products; sourceTree = ""; @@ -4436,8 +4512,8 @@ 000000000070 /* Targets Support Files */ = { isa = PBXGroup; children = ( - 00000000F9F0 /* Pods-Emission */, - 00000000FB50 /* Pods-EmissionTests */, + 00000000FD30 /* Pods-Emission */, + 00000000FE90 /* Pods-EmissionTests */, ); name = "Targets Support Files"; sourceTree = ""; @@ -4452,9 +4528,9 @@ 0000000000F0 /* Artsy-UIButtons */, 000000000230 /* boost-for-react-native */, 000000000100 /* DoubleConversion */, - 000000000280 /* Expecta */, + 000000000290 /* Expecta */, 000000000120 /* Extraction */, - 000000000290 /* FBSnapshotTestCase */, + 0000000002A0 /* FBSnapshotTestCase */, 000000000130 /* FLKAutoLayout */, 000000000140 /* Folly */, 000000000240 /* glog */, @@ -4466,9 +4542,9 @@ 0000000001D0 /* SAMKeychain */, 0000000001E0 /* SDWebImage */, 0000000001F0 /* Sentry */, - 0000000002A0 /* Specta */, + 0000000002B0 /* Specta */, 000000000210 /* Stripe */, - 000000000260 /* tipsi-stripe */, + 000000000270 /* tipsi-stripe */, 000000000220 /* UIView+BooleanAnimations */, ); name = Pods; @@ -4481,9 +4557,10 @@ 000000000170 /* Keys */, 0000000001C0 /* React */, 000000000250 /* react-native-mapbox-gl */, + 000000000260 /* react-native-navigator-ios */, 0000000001B0 /* RNSVG */, 000000000200 /* SentryReactNative */, - 000000000270 /* yoga */, + 000000000280 /* yoga */, ); name = "Development Pods"; sourceTree = ""; @@ -4491,105 +4568,111 @@ 0000000000B0 /* ARGenericTableViewController */ = { isa = PBXGroup; children = ( - 0000000002C0 /* ARCellData.h */, - 0000000002D0 /* ARCellData.m */, - 0000000002E0 /* ARGenericTableViewController.h */, - 0000000002F0 /* ARGenericTableViewController.m */, - 000000000300 /* ARSectionData.h */, - 000000000310 /* ARSectionData.m */, - 000000000320 /* ARTableViewData.h */, - 000000000330 /* ARTableViewData.m */, - 0000000075D0 /* Support Files */, + 0000000002D0 /* ARCellData.h */, + 0000000002E0 /* ARCellData.m */, + 0000000002F0 /* ARGenericTableViewController.h */, + 000000000300 /* ARGenericTableViewController.m */, + 000000000310 /* ARSectionData.h */, + 000000000320 /* ARSectionData.m */, + 000000000330 /* ARTableViewData.h */, + 000000000340 /* ARTableViewData.m */, + 000000007730 /* Support Files */, ); + name = ARGenericTableViewController; path = ARGenericTableViewController; sourceTree = ""; }; 0000000000C0 /* Artsy+Authentication */ = { isa = PBXGroup; children = ( - 000000000340 /* email */, - 000000007780 /* Support Files */, + 000000000350 /* email */, + 0000000078E0 /* Support Files */, ); + name = "Artsy+Authentication"; path = "Artsy+Authentication"; sourceTree = ""; }; 0000000000D0 /* Artsy+UIColors */ = { isa = PBXGroup; children = ( - 000000000420 /* UIColor+ArtsyColors.h */, - 000000000430 /* UIColor+ArtsyColors.m */, - 000000000440 /* UIColor+DebugColours.h */, - 000000000450 /* UIColor+DebugColours.m */, - 0000000078A0 /* Support Files */, + 000000000430 /* UIColor+ArtsyColors.h */, + 000000000440 /* UIColor+ArtsyColors.m */, + 000000000450 /* UIColor+DebugColours.h */, + 000000000460 /* UIColor+DebugColours.m */, + 000000007A00 /* Support Files */, ); + name = "Artsy+UIColors"; path = "Artsy+UIColors"; sourceTree = ""; }; 0000000000E0 /* Artsy+UIFonts */ = { isa = PBXGroup; children = ( - 000000000460 /* UIFont+ArtsyFonts.h */, - 000000000470 /* UIFont+ArtsyFonts.m */, - 000000006AE0 /* Resources */, - 0000000079A0 /* Support Files */, + 000000000470 /* UIFont+ArtsyFonts.h */, + 000000000480 /* UIFont+ArtsyFonts.m */, + 000000006B60 /* Resources */, + 000000007B00 /* Support Files */, ); + name = "Artsy+UIFonts"; path = "Artsy+UIFonts"; sourceTree = ""; }; 0000000000F0 /* Artsy-UIButtons */ = { isa = PBXGroup; children = ( - 000000000480 /* ARButtonSubclasses.h */, - 000000000490 /* ARButtonSubclasses.m */, - 000000007AA0 /* Support Files */, + 000000000490 /* ARButtonSubclasses.h */, + 0000000004A0 /* ARButtonSubclasses.m */, + 000000007C00 /* Support Files */, ); + name = "Artsy-UIButtons"; path = "Artsy-UIButtons"; sourceTree = ""; }; 000000000100 /* DoubleConversion */ = { isa = PBXGroup; children = ( - 0000000004C0 /* bignum.cc */, - 0000000004D0 /* bignum.h */, - 0000000004A0 /* bignum-dtoa.cc */, - 0000000004B0 /* bignum-dtoa.h */, - 0000000004E0 /* cached-powers.cc */, - 0000000004F0 /* cached-powers.h */, - 000000000500 /* diy-fp.cc */, - 000000000510 /* diy-fp.h */, - 000000000520 /* double-conversion.cc */, - 000000000530 /* double-conversion.h */, - 000000000540 /* fast-dtoa.cc */, - 000000000550 /* fast-dtoa.h */, - 000000000560 /* fixed-dtoa.cc */, - 000000000570 /* fixed-dtoa.h */, - 000000000580 /* ieee.h */, - 000000000590 /* strtod.cc */, - 0000000005A0 /* strtod.h */, - 0000000005B0 /* utils.h */, - 000000007CA0 /* Support Files */, + 0000000004D0 /* bignum.cc */, + 0000000004E0 /* bignum.h */, + 0000000004B0 /* bignum-dtoa.cc */, + 0000000004C0 /* bignum-dtoa.h */, + 0000000004F0 /* cached-powers.cc */, + 000000000500 /* cached-powers.h */, + 000000000510 /* diy-fp.cc */, + 000000000520 /* diy-fp.h */, + 000000000530 /* double-conversion.cc */, + 000000000540 /* double-conversion.h */, + 000000000550 /* fast-dtoa.cc */, + 000000000560 /* fast-dtoa.h */, + 000000000570 /* fixed-dtoa.cc */, + 000000000580 /* fixed-dtoa.h */, + 000000000590 /* ieee.h */, + 0000000005A0 /* strtod.cc */, + 0000000005B0 /* strtod.h */, + 0000000005C0 /* utils.h */, + 000000007E00 /* Support Files */, ); + name = DoubleConversion; path = DoubleConversion; sourceTree = ""; }; 000000000110 /* Emission */ = { isa = PBXGroup; children = ( - 0000000005C0 /* Core */, - 000000000670 /* Data */, - 0000000006C0 /* DottedLineComponent */, - 0000000006F0 /* EigenCommunications */, - 000000000780 /* GraphQL */, - 0000000007D0 /* LoadFailureComponent */, - 000000000800 /* OpaqueImageViewComponent */, - 000000007150 /* Pod */, - 000000006B90 /* Resources */, - 000000000850 /* SpinnerComponent */, - 000000008460 /* Support Files */, - 000000000880 /* SwitchViewComponent */, - 0000000008B0 /* TemporaryAPI */, - 0000000008E0 /* VideoComponent */, - 000000000910 /* ViewControllers */, + 0000000005D0 /* Core */, + 000000000680 /* Data */, + 0000000006D0 /* DottedLineComponent */, + 000000000700 /* EigenCommunications */, + 000000000790 /* GraphQL */, + 0000000007E0 /* LoadFailureComponent */, + 000000000810 /* OpaqueImageViewComponent */, + 000000007280 /* Pod */, + 000000006C10 /* Resources */, + 000000000860 /* SpinnerComponent */, + 0000000085C0 /* Support Files */, + 000000000890 /* SwitchViewComponent */, + 0000000008C0 /* TemporaryAPI */, + 0000000008F0 /* VideoComponent */, + 000000000920 /* ViewControllers */, ); name = Emission; path = ../..; @@ -4598,85 +4681,96 @@ 000000000120 /* Extraction */ = { isa = PBXGroup; children = ( - 000000000D60 /* ARAnimationContinuation */, - 000000000D90 /* ARLoadFailureView */, - 000000000DC0 /* ARSpinner */, - 000000000DF0 /* ARSwitchView */, - 000000008B70 /* Support Files */, - 000000000E20 /* UILabel+Typography */, - 000000000E50 /* UIView+ARSpinner */, + 000000000D70 /* ARAnimationContinuation */, + 000000000DA0 /* ARLoadFailureView */, + 000000000DD0 /* ARSpinner */, + 000000000E00 /* ARSwitchView */, + 000000008CD0 /* Support Files */, + 000000000E30 /* UILabel+Typography */, + 000000000E60 /* UIView+ARSpinner */, ); + name = Extraction; path = Extraction; sourceTree = ""; }; 000000000130 /* FLKAutoLayout */ = { isa = PBXGroup; children = ( - 000000000E80 /* FLKAutoLayout.h */, - 000000000EB0 /* FLKAutoLayoutPredicateList.h */, - 000000000EC0 /* FLKAutoLayoutPredicateList.m */, - 000000000ED0 /* NSLayoutConstraint+FLKAutoLayoutDebug.h */, - 000000000EE0 /* NSLayoutConstraint+FLKAutoLayoutDebug.m */, - 000000000E90 /* NSObject+FLKAutoLayoutDebug.h */, - 000000000EA0 /* NSObject+FLKAutoLayoutDebug.m */, - 000000000F10 /* UIView+FLKAutoLayout.h */, - 000000000F20 /* UIView+FLKAutoLayout.m */, - 000000000F30 /* UIView+FLKAutoLayoutDebug.h */, - 000000000F40 /* UIView+FLKAutoLayoutDebug.m */, - 000000000EF0 /* UIView+FLKAutoLayoutPredicate.h */, - 000000000F00 /* UIView+FLKAutoLayoutPredicate.m */, - 000000000F50 /* UIViewController+FLKAutoLayout.h */, - 000000000F60 /* UIViewController+FLKAutoLayout.m */, - 000000008F50 /* Support Files */, + 000000000E90 /* FLKAutoLayout.h */, + 000000000EC0 /* FLKAutoLayoutPredicateList.h */, + 000000000ED0 /* FLKAutoLayoutPredicateList.m */, + 000000000EE0 /* NSLayoutConstraint+FLKAutoLayoutDebug.h */, + 000000000EF0 /* NSLayoutConstraint+FLKAutoLayoutDebug.m */, + 000000000EA0 /* NSObject+FLKAutoLayoutDebug.h */, + 000000000EB0 /* NSObject+FLKAutoLayoutDebug.m */, + 000000000F20 /* UIView+FLKAutoLayout.h */, + 000000000F30 /* UIView+FLKAutoLayout.m */, + 000000000F40 /* UIView+FLKAutoLayoutDebug.h */, + 000000000F50 /* UIView+FLKAutoLayoutDebug.m */, + 000000000F00 /* UIView+FLKAutoLayoutPredicate.h */, + 000000000F10 /* UIView+FLKAutoLayoutPredicate.m */, + 000000000F60 /* UIViewController+FLKAutoLayout.h */, + 000000000F70 /* UIViewController+FLKAutoLayout.m */, + 0000000090B0 /* Support Files */, ); + name = FLKAutoLayout; path = FLKAutoLayout; sourceTree = ""; }; 000000000140 /* Folly */ = { isa = PBXGroup; children = ( - 000000000F70 /* Bits.cpp */, - 000000000FE0 /* BitsFunctexcept.cpp */, - 000000000F80 /* Conv.cpp */, - 000000000F90 /* Demangle.cpp */, - 000000000FC0 /* dynamic.cpp */, - 000000000FD0 /* json.cpp */, - 000000000FF0 /* MallocImpl.cpp */, - 000000000FA0 /* StringBase.cpp */, - 000000000FB0 /* Unicode.cpp */, - 0000000090C0 /* Support Files */, + 000000001040 /* Assume.cpp */, + 000000001050 /* ColdClass.cpp */, + 000000000F90 /* Conv.cpp */, + 000000000FA0 /* Demangle.cpp */, + 000000001020 /* Demangle.cpp */, + 000000000FE0 /* dynamic.cpp */, + 000000001010 /* F14Table.cpp */, + 000000000FB0 /* Format.cpp */, + 000000000FF0 /* json.cpp */, + 000000001000 /* json_pointer.cpp */, + 000000001060 /* MallocImpl.cpp */, + 000000000FC0 /* ScopeGuard.cpp */, + 000000001030 /* SpookyHashV2.cpp */, + 000000000F80 /* String.cpp */, + 000000000FD0 /* Unicode.cpp */, + 000000009280 /* Support Files */, ); + name = Folly; path = Folly; sourceTree = ""; }; 000000000150 /* ISO8601DateFormatter */ = { isa = PBXGroup; children = ( - 000000001000 /* ISO8601DateFormatter.h */, - 000000001010 /* ISO8601DateFormatter.m */, - 0000000091C0 /* Support Files */, + 000000001070 /* ISO8601DateFormatter.h */, + 000000001080 /* ISO8601DateFormatter.m */, + 000000009380 /* Support Files */, ); + name = ISO8601DateFormatter; path = ISO8601DateFormatter; sourceTree = ""; }; 000000000160 /* KSCrash */ = { isa = PBXGroup; children = ( - 000000001020 /* Core */, - 000000001080 /* Recording */, - 0000000017E0 /* Reporting */, - 000000009AA0 /* Support Files */, + 000000001090 /* Core */, + 0000000010F0 /* Recording */, + 000000001850 /* Reporting */, + 000000009C60 /* Support Files */, ); + name = KSCrash; path = KSCrash; sourceTree = ""; }; 000000000170 /* Keys */ = { isa = PBXGroup; children = ( - 000000001890 /* EmissionKeys.h */, - 0000000018A0 /* EmissionKeys.m */, - 000000007250 /* Pod */, - 000000009BA0 /* Support Files */, + 000000001900 /* EmissionKeys.h */, + 000000001910 /* EmissionKeys.m */, + 000000007380 /* Pod */, + 000000009D60 /* Support Files */, ); name = Keys; path = CocoaPodsKeys; @@ -4685,60 +4779,63 @@ 000000000180 /* NSURL+QueryDictionary */ = { isa = PBXGroup; children = ( - 0000000018B0 /* NSURL+QueryDictionary.h */, - 0000000018C0 /* NSURL+QueryDictionary.m */, - 000000009CA0 /* Support Files */, + 000000001920 /* NSURL+QueryDictionary.h */, + 000000001930 /* NSURL+QueryDictionary.m */, + 000000009E60 /* Support Files */, ); + name = "NSURL+QueryDictionary"; path = "NSURL+QueryDictionary"; sourceTree = ""; }; 000000000190 /* ORStackView */ = { isa = PBXGroup; children = ( - 0000000018D0 /* ORSplitStackView.h */, - 0000000018E0 /* ORSplitStackView.m */, - 0000000018F0 /* ORStackScrollView.h */, - 000000001900 /* ORStackScrollView.m */, - 000000001910 /* ORStackView.h */, - 000000001920 /* ORStackView.m */, - 000000001950 /* ORStackView+Private.h */, - 000000001960 /* ORStackView+Private.m */, - 000000001930 /* ORTagBasedAutoStackView.h */, - 000000001940 /* ORTagBasedAutoStackView.m */, - 000000009E20 /* Support Files */, + 000000001940 /* ORSplitStackView.h */, + 000000001950 /* ORSplitStackView.m */, + 000000001960 /* ORStackScrollView.h */, + 000000001970 /* ORStackScrollView.m */, + 000000001980 /* ORStackView.h */, + 000000001990 /* ORStackView.m */, + 0000000019C0 /* ORStackView+Private.h */, + 0000000019D0 /* ORStackView+Private.m */, + 0000000019A0 /* ORTagBasedAutoStackView.h */, + 0000000019B0 /* ORTagBasedAutoStackView.m */, + 000000009FE0 /* Support Files */, ); + name = ORStackView; path = ORStackView; sourceTree = ""; }; 0000000001A0 /* Pulley */ = { isa = PBXGroup; children = ( - 000000001970 /* PulleyPassthroughScrollView.swift */, - 000000001980 /* PulleyViewController.swift */, - 000000001990 /* UIView+constrainToParent.swift */, - 0000000019A0 /* UIViewController+PulleyViewController.swift */, - 000000009F40 /* Support Files */, + 0000000019E0 /* PulleyPassthroughScrollView.swift */, + 0000000019F0 /* PulleyViewController.swift */, + 000000001A00 /* UIView+constrainToParent.swift */, + 000000001A10 /* UIViewController+PulleyViewController.swift */, + 00000000A100 /* Support Files */, ); + name = Pulley; path = Pulley; sourceTree = ""; }; 0000000001B0 /* RNSVG */ = { isa = PBXGroup; children = ( - 000000001BD0 /* RNSVGContainer.h */, - 000000001BE0 /* RNSVGNode.h */, - 000000001BF0 /* RNSVGNode.m */, - 000000001C00 /* RNSVGPattern.h */, - 000000001C10 /* RNSVGRenderable.h */, - 000000001C20 /* RNSVGRenderable.m */, - 0000000019B0 /* Brushes */, - 000000001A50 /* Elements */, - 000000007270 /* Pod */, - 000000001C30 /* Shapes */, - 00000000A7B0 /* Support Files */, - 000000001CC0 /* Text */, - 000000001DB0 /* Utils */, - 000000001EB0 /* ViewManagers */, + 000000001C40 /* RNSVGContainer.h */, + 000000001C50 /* RNSVGNode.h */, + 000000001C60 /* RNSVGNode.m */, + 000000001C70 /* RNSVGPattern.h */, + 000000001C80 /* RNSVGRenderable.h */, + 000000001C90 /* RNSVGRenderable.m */, + 000000001A20 /* Brushes */, + 000000001AC0 /* Elements */, + 0000000073A0 /* Pod */, + 000000001CA0 /* Shapes */, + 00000000A970 /* Support Files */, + 000000001D30 /* Text */, + 000000001E20 /* Utils */, + 000000001F20 /* ViewManagers */, ); name = RNSVG; path = "../../node_modules/react-native-svg"; @@ -4747,26 +4844,26 @@ 0000000001C0 /* React */ = { isa = PBXGroup; children = ( - 000000002160 /* Core */, - 0000000032E0 /* CxxBridge */, - 0000000040E0 /* cxxreact */, - 000000003470 /* DevSupport */, - 000000004420 /* fishhook */, - 000000004450 /* jschelpers */, - 000000004510 /* jsinspector */, - 0000000072B0 /* Pod */, - 000000003580 /* PrivateDatabase */, - 0000000035B0 /* RCTActionSheet */, - 0000000035E0 /* RCTAnimation */, - 0000000038A0 /* RCTBlob */, - 0000000038F0 /* RCTCameraRoll */, - 000000003980 /* RCTGeolocation */, - 0000000039B0 /* RCTImage */, - 000000003B40 /* RCTLinkingIOS */, - 000000003B70 /* RCTNetwork */, - 000000003C40 /* RCTText */, - 000000004050 /* RCTWebSocket */, - 00000000C9E0 /* Support Files */, + 0000000021D0 /* Core */, + 000000003210 /* CxxBridge */, + 000000003FE0 /* cxxreact */, + 0000000033A0 /* DevSupport */, + 000000004200 /* fishhook */, + 000000004230 /* jsi */, + 0000000042C0 /* jsiexecutor */, + 000000004310 /* jsinspector */, + 0000000073E0 /* Pod */, + 0000000034B0 /* RCTActionSheet */, + 0000000034E0 /* RCTAnimation */, + 0000000037A0 /* RCTBlob */, + 0000000037F0 /* RCTCameraRoll */, + 000000003880 /* RCTGeolocation */, + 0000000038B0 /* RCTImage */, + 000000003A40 /* RCTLinkingIOS */, + 000000003A70 /* RCTNetwork */, + 000000003B40 /* RCTText */, + 000000003F50 /* RCTWebSocket */, + 00000000C930 /* Support Files */, ); name = React; path = "../../node_modules/react-native"; @@ -4775,43 +4872,46 @@ 0000000001D0 /* SAMKeychain */ = { isa = PBXGroup; children = ( - 000000004540 /* SAMKeychain.h */, - 000000004550 /* SAMKeychain.m */, - 000000004560 /* SAMKeychainQuery.h */, - 000000004570 /* SAMKeychainQuery.m */, - 000000006BE0 /* Resources */, - 00000000CB00 /* Support Files */, + 000000004340 /* SAMKeychain.h */, + 000000004350 /* SAMKeychain.m */, + 000000004360 /* SAMKeychainQuery.h */, + 000000004370 /* SAMKeychainQuery.m */, + 000000006C60 /* Resources */, + 00000000CA50 /* Support Files */, ); + name = SAMKeychain; path = SAMKeychain; sourceTree = ""; }; 0000000001E0 /* SDWebImage */ = { isa = PBXGroup; children = ( - 000000004580 /* Core */, - 00000000CDB0 /* Support Files */, + 000000004380 /* Core */, + 00000000CD00 /* Support Files */, ); + name = SDWebImage; path = SDWebImage; sourceTree = ""; }; 0000000001F0 /* Sentry */ = { isa = PBXGroup; children = ( - 000000004760 /* Core */, - 00000000D270 /* Support Files */, + 000000004560 /* Core */, + 00000000D1C0 /* Support Files */, ); + name = Sentry; path = Sentry; sourceTree = ""; }; 000000000200 /* SentryReactNative */ = { isa = PBXGroup; children = ( - 000000004B50 /* RNSentry.h */, - 000000004B60 /* RNSentry.m */, - 000000004B70 /* RNSentryEventEmitter.h */, - 000000004B80 /* RNSentryEventEmitter.m */, - 0000000072F0 /* Pod */, - 00000000D390 /* Support Files */, + 000000004950 /* RNSentry.h */, + 000000004960 /* RNSentry.m */, + 000000004970 /* RNSentryEventEmitter.h */, + 000000004980 /* RNSentryEventEmitter.m */, + 000000007420 /* Pod */, + 00000000D2E0 /* Support Files */, ); name = SentryReactNative; path = "../../node_modules/react-native-sentry"; @@ -4820,2802 +4920,2856 @@ 000000000210 /* Stripe */ = { isa = PBXGroup; children = ( - 000000004E90 /* FABKitProtocol.h */, - 000000004EB0 /* Fabric.h */, - 000000004EA0 /* Fabric+FABKits.h */, - 000000004EC0 /* NSArray+Stripe_BoundSafe.h */, - 000000004ED0 /* NSArray+Stripe_BoundSafe.m */, - 000000004EE0 /* NSBundle+Stripe_AppName.h */, - 000000004EF0 /* NSBundle+Stripe_AppName.m */, - 000000004F00 /* NSCharacterSet+Stripe.h */, - 000000004F10 /* NSCharacterSet+Stripe.m */, - 000000004F20 /* NSDecimalNumber+Stripe_Currency.h */, - 000000004F30 /* NSDecimalNumber+Stripe_Currency.m */, - 000000004F40 /* NSDictionary+Stripe.h */, - 000000004F50 /* NSDictionary+Stripe.m */, - 000000004F60 /* NSMutableURLRequest+Stripe.h */, - 000000004F70 /* NSMutableURLRequest+Stripe.m */, - 000000004F80 /* NSString+Stripe.h */, - 000000004F90 /* NSString+Stripe.m */, - 000000004FA0 /* NSURLComponents+Stripe.h */, - 000000004FB0 /* NSURLComponents+Stripe.m */, - 000000004FC0 /* PKPayment+Stripe.h */, - 000000004FD0 /* PKPayment+Stripe.m */, - 000000004FE0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.h */, - 000000004FF0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.m */, - 000000004B90 /* STPAddCardViewController.h */, - 000000005010 /* STPAddCardViewController.m */, - 000000005000 /* STPAddCardViewController+Private.h */, - 000000004BA0 /* STPAddress.h */, - 000000005020 /* STPAddress.m */, - 000000005030 /* STPAddressFieldTableViewCell.h */, - 000000005040 /* STPAddressFieldTableViewCell.m */, - 000000005050 /* STPAddressViewModel.h */, - 000000005060 /* STPAddressViewModel.m */, - 000000005070 /* STPAnalyticsClient.h */, - 000000005080 /* STPAnalyticsClient.m */, - 000000004BC0 /* STPAPIClient.h */, - 0000000050B0 /* STPAPIClient.m */, - 000000004BB0 /* STPAPIClient+ApplePay.h */, - 000000005090 /* STPAPIClient+ApplePay.m */, - 0000000050A0 /* STPAPIClient+Private.h */, - 0000000050C0 /* STPAPIRequest.h */, - 0000000050D0 /* STPAPIRequest.m */, - 000000004BD0 /* STPAPIResponseDecodable.h */, - 000000004BE0 /* STPApplePayPaymentMethod.h */, - 0000000050E0 /* STPApplePayPaymentMethod.m */, - 0000000050F0 /* STPAspects.h */, - 000000005100 /* STPAspects.m */, - 000000004BF0 /* STPBackendAPIAdapter.h */, - 000000004C00 /* STPBankAccount.h */, - 000000005120 /* STPBankAccount.m */, - 000000005110 /* STPBankAccount+Private.h */, - 000000004C10 /* STPBankAccountParams.h */, - 000000005140 /* STPBankAccountParams.m */, - 000000005130 /* STPBankAccountParams+Private.h */, - 000000005150 /* STPBINRange.h */, - 000000005160 /* STPBINRange.m */, - 000000004C20 /* STPBlocks.h */, - 000000005170 /* STPBundleLocator.h */, - 000000005180 /* STPBundleLocator.m */, - 000000004C30 /* STPCard.h */, - 0000000051A0 /* STPCard.m */, - 000000005190 /* STPCard+Private.h */, - 000000004C40 /* STPCardBrand.h */, - 0000000051B0 /* STPCardIOProxy.h */, - 0000000051C0 /* STPCardIOProxy.m */, - 000000004C50 /* STPCardParams.h */, - 0000000051D0 /* STPCardParams.m */, - 0000000051E0 /* STPCardTuple.h */, - 0000000051F0 /* STPCardTuple.m */, - 000000004C60 /* STPCardValidationState.h */, - 000000004C70 /* STPCardValidator.h */, - 000000005200 /* STPCardValidator.m */, - 000000005210 /* STPCategoryLoader.h */, - 000000005220 /* STPCategoryLoader.m */, - 000000005230 /* STPColorUtils.h */, - 000000005240 /* STPColorUtils.m */, - 000000004C80 /* STPCoreScrollViewController.h */, - 000000005260 /* STPCoreScrollViewController.m */, - 000000005250 /* STPCoreScrollViewController+Private.h */, - 000000004C90 /* STPCoreTableViewController.h */, - 000000005280 /* STPCoreTableViewController.m */, - 000000005270 /* STPCoreTableViewController+Private.h */, - 000000004CA0 /* STPCoreViewController.h */, - 0000000052A0 /* STPCoreViewController.m */, - 000000005290 /* STPCoreViewController+Private.h */, - 000000004CB0 /* STPCustomer.h */, - 0000000052B0 /* STPCustomer.m */, - 000000004CC0 /* STPCustomerContext.h */, - 0000000052D0 /* STPCustomerContext.m */, - 0000000052C0 /* STPCustomerContext+Private.h */, - 0000000052E0 /* STPDelegateProxy.h */, - 0000000052F0 /* STPDelegateProxy.m */, - 000000005300 /* STPDispatchFunctions.h */, - 000000005310 /* STPDispatchFunctions.m */, - 000000005320 /* STPEmailAddressValidator.h */, - 000000005330 /* STPEmailAddressValidator.m */, - 000000005340 /* STPEphemeralKey.h */, - 000000005350 /* STPEphemeralKey.m */, - 000000005360 /* STPEphemeralKeyManager.h */, - 000000005370 /* STPEphemeralKeyManager.m */, - 000000004CD0 /* STPEphemeralKeyProvider.h */, - 000000004CE0 /* STPFile.h */, - 000000005390 /* STPFile.m */, - 000000005380 /* STPFile+Private.h */, - 000000004CF0 /* STPFormEncodable.h */, - 0000000053A0 /* STPFormEncoder.h */, - 0000000053B0 /* STPFormEncoder.m */, - 0000000053C0 /* STPFormTextField.h */, - 0000000053D0 /* STPFormTextField.m */, - 000000004D00 /* STPImageLibrary.h */, - 0000000053F0 /* STPImageLibrary.m */, - 0000000053E0 /* STPImageLibrary+Private.h */, - 000000005400 /* STPInternalAPIResponseDecodable.h */, - 000000005410 /* STPLocalizationUtils.h */, - 000000005420 /* STPLocalizationUtils.m */, - 000000005430 /* STPMultipartFormDataEncoder.h */, - 000000005440 /* STPMultipartFormDataEncoder.m */, - 000000005450 /* STPMultipartFormDataPart.h */, - 000000005460 /* STPMultipartFormDataPart.m */, - 000000004D10 /* STPPaymentActivityIndicatorView.h */, - 000000005470 /* STPPaymentActivityIndicatorView.m */, - 000000004D20 /* STPPaymentCardTextField.h */, - 000000005490 /* STPPaymentCardTextField.m */, - 000000005480 /* STPPaymentCardTextField+Private.h */, - 0000000054A0 /* STPPaymentCardTextFieldCell.h */, - 0000000054B0 /* STPPaymentCardTextFieldCell.m */, - 0000000054C0 /* STPPaymentCardTextFieldViewModel.h */, - 0000000054D0 /* STPPaymentCardTextFieldViewModel.m */, - 000000004D30 /* STPPaymentConfiguration.h */, - 0000000054F0 /* STPPaymentConfiguration.m */, - 0000000054E0 /* STPPaymentConfiguration+Private.h */, - 000000004D40 /* STPPaymentContext.h */, - 000000005510 /* STPPaymentContext.m */, - 000000005500 /* STPPaymentContext+Private.h */, - 000000005520 /* STPPaymentContextAmountModel.h */, - 000000005530 /* STPPaymentContextAmountModel.m */, - 000000004D50 /* STPPaymentMethod.h */, - 000000005540 /* STPPaymentMethodsInternalViewController.h */, - 000000005550 /* STPPaymentMethodsInternalViewController.m */, - 000000004D60 /* STPPaymentMethodsViewController.h */, - 000000005570 /* STPPaymentMethodsViewController.m */, - 000000005560 /* STPPaymentMethodsViewController+Private.h */, - 000000005580 /* STPPaymentMethodTableViewCell.h */, - 000000005590 /* STPPaymentMethodTableViewCell.m */, - 0000000055A0 /* STPPaymentMethodTuple.h */, - 0000000055B0 /* STPPaymentMethodTuple.m */, - 000000004D70 /* STPPaymentResult.h */, - 0000000055C0 /* STPPaymentResult.m */, - 0000000055D0 /* STPPhoneNumberValidator.h */, - 0000000055E0 /* STPPhoneNumberValidator.m */, - 0000000055F0 /* STPPostalCodeValidator.h */, - 000000005600 /* STPPostalCodeValidator.m */, - 000000005610 /* STPPromise.h */, - 000000005620 /* STPPromise.m */, - 000000004D80 /* STPRedirectContext.h */, - 000000005630 /* STPRedirectContext.m */, - 000000005640 /* STPSectionHeaderView.h */, - 000000005650 /* STPSectionHeaderView.m */, - 000000004D90 /* STPShippingAddressViewController.h */, - 000000005660 /* STPShippingAddressViewController.m */, - 000000005670 /* STPShippingMethodsViewController.h */, - 000000005680 /* STPShippingMethodsViewController.m */, - 000000005690 /* STPShippingMethodTableViewCell.h */, - 0000000056A0 /* STPShippingMethodTableViewCell.m */, - 000000004DA0 /* STPSource.h */, - 0000000056C0 /* STPSource.m */, - 0000000056B0 /* STPSource+Private.h */, - 000000004DB0 /* STPSourceCardDetails.h */, - 0000000056E0 /* STPSourceCardDetails.m */, - 0000000056D0 /* STPSourceCardDetails+Private.h */, - 000000004DC0 /* STPSourceOwner.h */, - 0000000056F0 /* STPSourceOwner.m */, - 000000004DD0 /* STPSourceParams.h */, - 000000005710 /* STPSourceParams.m */, - 000000005700 /* STPSourceParams+Private.h */, - 000000005720 /* STPSourcePoller.h */, - 000000005730 /* STPSourcePoller.m */, - 000000004DE0 /* STPSourceProtocol.h */, - 000000004DF0 /* STPSourceReceiver.h */, - 000000005740 /* STPSourceReceiver.m */, - 000000004E00 /* STPSourceRedirect.h */, - 000000005760 /* STPSourceRedirect.m */, - 000000005750 /* STPSourceRedirect+Private.h */, - 000000004E10 /* STPSourceSEPADebitDetails.h */, - 000000005770 /* STPSourceSEPADebitDetails.m */, - 000000004E20 /* STPSourceVerification.h */, - 000000005790 /* STPSourceVerification.m */, - 000000005780 /* STPSourceVerification+Private.h */, - 0000000057A0 /* STPStringUtils.h */, - 0000000057B0 /* STPStringUtils.m */, - 0000000057C0 /* STPSwitchTableViewCell.h */, - 0000000057D0 /* STPSwitchTableViewCell.m */, - 0000000057E0 /* STPTelemetryClient.h */, - 0000000057F0 /* STPTelemetryClient.m */, - 000000004E30 /* STPTheme.h */, - 000000005800 /* STPTheme.m */, - 000000004E40 /* STPToken.h */, - 000000005810 /* STPToken.m */, - 000000005820 /* STPURLCallbackHandler.h */, - 000000005830 /* STPURLCallbackHandler.m */, - 000000004E50 /* STPUserInformation.h */, - 000000005840 /* STPUserInformation.m */, - 000000005850 /* STPWeakStrongMacros.h */, - 000000004E60 /* Stripe.h */, - 000000004E70 /* StripeError.h */, - 000000005870 /* StripeError.m */, - 000000005860 /* StripeError+Private.h */, - 000000005880 /* UIBarButtonItem+Stripe.h */, - 000000005890 /* UIBarButtonItem+Stripe.m */, - 0000000058A0 /* UIImage+Stripe.h */, - 0000000058B0 /* UIImage+Stripe.m */, - 000000004E80 /* UINavigationBar+Stripe_Theme.h */, - 0000000058C0 /* UINavigationBar+Stripe_Theme.m */, - 0000000058D0 /* UINavigationController+Stripe_Completion.h */, - 0000000058E0 /* UINavigationController+Stripe_Completion.m */, - 0000000058F0 /* UITableViewCell+Stripe_Borders.h */, - 000000005900 /* UITableViewCell+Stripe_Borders.m */, - 000000005910 /* UIToolbar+Stripe_InputAccessory.h */, - 000000005920 /* UIToolbar+Stripe_InputAccessory.m */, - 000000005930 /* UIView+Stripe_FirstResponder.h */, - 000000005940 /* UIView+Stripe_FirstResponder.m */, - 000000005950 /* UIViewController+Stripe_KeyboardAvoiding.h */, - 000000005960 /* UIViewController+Stripe_KeyboardAvoiding.m */, - 000000005970 /* UIViewController+Stripe_NavigationItemProxy.h */, - 000000005980 /* UIViewController+Stripe_NavigationItemProxy.m */, - 000000005990 /* UIViewController+Stripe_ParentViewController.h */, - 0000000059A0 /* UIViewController+Stripe_ParentViewController.m */, - 0000000059B0 /* UIViewController+Stripe_Promises.h */, - 0000000059C0 /* UIViewController+Stripe_Promises.m */, - 000000006C00 /* Resources */, - 00000000DC30 /* Support Files */, + 000000004D20 /* FABKitProtocol.h */, + 000000004D40 /* Fabric.h */, + 000000004D30 /* Fabric+FABKits.h */, + 000000004990 /* FauxPasAnnotations.h */, + 000000004D50 /* NSArray+Stripe.h */, + 000000004D60 /* NSArray+Stripe.m */, + 000000004D70 /* NSBundle+Stripe_AppName.h */, + 000000004D80 /* NSBundle+Stripe_AppName.m */, + 000000004D90 /* NSCharacterSet+Stripe.h */, + 000000004DA0 /* NSCharacterSet+Stripe.m */, + 000000004DB0 /* NSDecimalNumber+Stripe_Currency.h */, + 000000004DC0 /* NSDecimalNumber+Stripe_Currency.m */, + 000000004DD0 /* NSDictionary+Stripe.h */, + 000000004DE0 /* NSDictionary+Stripe.m */, + 000000004DF0 /* NSError+Stripe.h */, + 000000004E00 /* NSError+Stripe.m */, + 000000004E10 /* NSMutableURLRequest+Stripe.h */, + 000000004E20 /* NSMutableURLRequest+Stripe.m */, + 000000004E30 /* NSString+Stripe.h */, + 000000004E40 /* NSString+Stripe.m */, + 000000004E50 /* NSURLComponents+Stripe.h */, + 000000004E60 /* NSURLComponents+Stripe.m */, + 000000004E70 /* PKPayment+Stripe.h */, + 000000004E80 /* PKPayment+Stripe.m */, + 000000004E90 /* PKPaymentAuthorizationViewController+Stripe_Blocks.h */, + 000000004EA0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.m */, + 0000000049A0 /* STPAddCardViewController.h */, + 000000004EC0 /* STPAddCardViewController.m */, + 000000004EB0 /* STPAddCardViewController+Private.h */, + 0000000049B0 /* STPAddress.h */, + 000000004ED0 /* STPAddress.m */, + 000000004EE0 /* STPAddressFieldTableViewCell.h */, + 000000004EF0 /* STPAddressFieldTableViewCell.m */, + 000000004F00 /* STPAddressViewModel.h */, + 000000004F10 /* STPAddressViewModel.m */, + 000000004F20 /* STPAnalyticsClient.h */, + 000000004F30 /* STPAnalyticsClient.m */, + 0000000049D0 /* STPAPIClient.h */, + 000000004F60 /* STPAPIClient.m */, + 0000000049C0 /* STPAPIClient+ApplePay.h */, + 000000004F40 /* STPAPIClient+ApplePay.m */, + 000000004F50 /* STPAPIClient+Private.h */, + 000000004F70 /* STPAPIRequest.h */, + 000000004F80 /* STPAPIRequest.m */, + 0000000049E0 /* STPAPIResponseDecodable.h */, + 0000000049F0 /* STPApplePayPaymentMethod.h */, + 000000004F90 /* STPApplePayPaymentMethod.m */, + 000000004FA0 /* STPAspects.h */, + 000000004FB0 /* STPAspects.m */, + 000000004A00 /* STPBackendAPIAdapter.h */, + 000000004A10 /* STPBankAccount.h */, + 000000004FC0 /* STPBankAccount.m */, + 000000004A20 /* STPBankAccountParams.h */, + 000000004FE0 /* STPBankAccountParams.m */, + 000000004FD0 /* STPBankAccountParams+Private.h */, + 000000004FF0 /* STPBINRange.h */, + 000000005000 /* STPBINRange.m */, + 000000004A30 /* STPBlocks.h */, + 000000005010 /* STPBundleLocator.h */, + 000000005020 /* STPBundleLocator.m */, + 000000004A40 /* STPCard.h */, + 000000005040 /* STPCard.m */, + 000000005030 /* STPCard+Private.h */, + 000000004A50 /* STPCardBrand.h */, + 000000005050 /* STPCardIOProxy.h */, + 000000005060 /* STPCardIOProxy.m */, + 000000004A60 /* STPCardParams.h */, + 000000005070 /* STPCardParams.m */, + 000000004A70 /* STPCardValidationState.h */, + 000000004A80 /* STPCardValidator.h */, + 0000000050A0 /* STPCardValidator.m */, + 000000005080 /* STPCardValidator+Private.h */, + 000000005090 /* STPCardValidator+Private.m */, + 0000000050B0 /* STPCategoryLoader.h */, + 0000000050C0 /* STPCategoryLoader.m */, + 0000000050D0 /* STPColorUtils.h */, + 0000000050E0 /* STPColorUtils.m */, + 000000004A90 /* STPConnectAccountParams.h */, + 0000000050F0 /* STPConnectAccountParams.m */, + 000000004AA0 /* STPCoreScrollViewController.h */, + 000000005110 /* STPCoreScrollViewController.m */, + 000000005100 /* STPCoreScrollViewController+Private.h */, + 000000004AB0 /* STPCoreTableViewController.h */, + 000000005130 /* STPCoreTableViewController.m */, + 000000005120 /* STPCoreTableViewController+Private.h */, + 000000004AC0 /* STPCoreViewController.h */, + 000000005150 /* STPCoreViewController.m */, + 000000005140 /* STPCoreViewController+Private.h */, + 000000004AD0 /* STPCustomer.h */, + 000000005190 /* STPCustomer.m */, + 000000005160 /* STPCustomer+Private.h */, + 000000005170 /* STPCustomer+SourceTuple.h */, + 000000005180 /* STPCustomer+SourceTuple.m */, + 000000004AE0 /* STPCustomerContext.h */, + 0000000051A0 /* STPCustomerContext.m */, + 0000000051B0 /* STPDelegateProxy.h */, + 0000000051C0 /* STPDelegateProxy.m */, + 0000000051D0 /* STPDispatchFunctions.h */, + 0000000051E0 /* STPDispatchFunctions.m */, + 0000000051F0 /* STPEmailAddressValidator.h */, + 000000005200 /* STPEmailAddressValidator.m */, + 000000005210 /* STPEphemeralKey.h */, + 000000005220 /* STPEphemeralKey.m */, + 000000005230 /* STPEphemeralKeyManager.h */, + 000000005240 /* STPEphemeralKeyManager.m */, + 000000004AF0 /* STPEphemeralKeyProvider.h */, + 000000004B00 /* STPFile.h */, + 000000005260 /* STPFile.m */, + 000000005250 /* STPFile+Private.h */, + 000000004B10 /* STPFormEncodable.h */, + 000000005270 /* STPFormEncoder.h */, + 000000005280 /* STPFormEncoder.m */, + 000000005290 /* STPFormTextField.h */, + 0000000052A0 /* STPFormTextField.m */, + 0000000052B0 /* STPGenericStripeObject.h */, + 0000000052C0 /* STPGenericStripeObject.m */, + 000000004B20 /* STPImageLibrary.h */, + 0000000052E0 /* STPImageLibrary.m */, + 0000000052D0 /* STPImageLibrary+Private.h */, + 0000000052F0 /* STPInternalAPIResponseDecodable.h */, + 000000004B30 /* STPLegalEntityParams.h */, + 000000005300 /* STPLegalEntityParams.m */, + 000000005310 /* STPLocalizationUtils.h */, + 000000005320 /* STPLocalizationUtils.m */, + 000000005330 /* STPMultipartFormDataEncoder.h */, + 000000005340 /* STPMultipartFormDataEncoder.m */, + 000000005350 /* STPMultipartFormDataPart.h */, + 000000005360 /* STPMultipartFormDataPart.m */, + 000000004B40 /* STPPaymentActivityIndicatorView.h */, + 000000005370 /* STPPaymentActivityIndicatorView.m */, + 000000004B50 /* STPPaymentCardTextField.h */, + 000000005390 /* STPPaymentCardTextField.m */, + 000000005380 /* STPPaymentCardTextField+Private.h */, + 0000000053A0 /* STPPaymentCardTextFieldCell.h */, + 0000000053B0 /* STPPaymentCardTextFieldCell.m */, + 0000000053C0 /* STPPaymentCardTextFieldViewModel.h */, + 0000000053D0 /* STPPaymentCardTextFieldViewModel.m */, + 000000004B60 /* STPPaymentConfiguration.h */, + 0000000053F0 /* STPPaymentConfiguration.m */, + 0000000053E0 /* STPPaymentConfiguration+Private.h */, + 000000004B70 /* STPPaymentContext.h */, + 000000005410 /* STPPaymentContext.m */, + 000000005400 /* STPPaymentContext+Private.h */, + 000000005420 /* STPPaymentContextAmountModel.h */, + 000000005430 /* STPPaymentContextAmountModel.m */, + 000000004B80 /* STPPaymentIntent.h */, + 000000005450 /* STPPaymentIntent.m */, + 000000005440 /* STPPaymentIntent+Private.h */, + 000000004B90 /* STPPaymentIntentEnums.h */, + 000000004BA0 /* STPPaymentIntentParams.h */, + 000000005460 /* STPPaymentIntentParams.m */, + 000000004BB0 /* STPPaymentIntentSourceAction.h */, + 000000005470 /* STPPaymentIntentSourceAction.m */, + 000000004BC0 /* STPPaymentIntentSourceActionAuthorizeWithURL.h */, + 000000005480 /* STPPaymentIntentSourceActionAuthorizeWithURL.m */, + 000000004BD0 /* STPPaymentMethod.h */, + 000000005490 /* STPPaymentMethodsInternalViewController.h */, + 0000000054A0 /* STPPaymentMethodsInternalViewController.m */, + 000000004BE0 /* STPPaymentMethodsViewController.h */, + 0000000054C0 /* STPPaymentMethodsViewController.m */, + 0000000054B0 /* STPPaymentMethodsViewController+Private.h */, + 0000000054D0 /* STPPaymentMethodTableViewCell.h */, + 0000000054E0 /* STPPaymentMethodTableViewCell.m */, + 0000000054F0 /* STPPaymentMethodTuple.h */, + 000000005500 /* STPPaymentMethodTuple.m */, + 000000004BF0 /* STPPaymentResult.h */, + 000000005510 /* STPPaymentResult.m */, + 000000005520 /* STPPhoneNumberValidator.h */, + 000000005530 /* STPPhoneNumberValidator.m */, + 000000005540 /* STPPostalCodeValidator.h */, + 000000005550 /* STPPostalCodeValidator.m */, + 000000005560 /* STPPromise.h */, + 000000005570 /* STPPromise.m */, + 000000004C00 /* STPRedirectContext.h */, + 000000005590 /* STPRedirectContext.m */, + 000000005580 /* STPRedirectContext+Private.h */, + 0000000055A0 /* STPSectionHeaderView.h */, + 0000000055B0 /* STPSectionHeaderView.m */, + 000000004C10 /* STPShippingAddressViewController.h */, + 0000000055C0 /* STPShippingAddressViewController.m */, + 0000000055D0 /* STPShippingMethodsViewController.h */, + 0000000055E0 /* STPShippingMethodsViewController.m */, + 0000000055F0 /* STPShippingMethodTableViewCell.h */, + 000000005600 /* STPShippingMethodTableViewCell.m */, + 000000004C20 /* STPSource.h */, + 000000005620 /* STPSource.m */, + 000000005610 /* STPSource+Private.h */, + 000000004C30 /* STPSourceCardDetails.h */, + 000000005640 /* STPSourceCardDetails.m */, + 000000005630 /* STPSourceCardDetails+Private.h */, + 000000004C40 /* STPSourceEnums.h */, + 000000004C50 /* STPSourceOwner.h */, + 000000005650 /* STPSourceOwner.m */, + 000000004C60 /* STPSourceParams.h */, + 000000005670 /* STPSourceParams.m */, + 000000005660 /* STPSourceParams+Private.h */, + 000000005680 /* STPSourcePoller.h */, + 000000005690 /* STPSourcePoller.m */, + 000000004C70 /* STPSourceProtocol.h */, + 000000004C80 /* STPSourceReceiver.h */, + 0000000056A0 /* STPSourceReceiver.m */, + 000000004C90 /* STPSourceRedirect.h */, + 0000000056C0 /* STPSourceRedirect.m */, + 0000000056B0 /* STPSourceRedirect+Private.h */, + 000000004CA0 /* STPSourceSEPADebitDetails.h */, + 0000000056D0 /* STPSourceSEPADebitDetails.m */, + 000000004CB0 /* STPSourceVerification.h */, + 0000000056F0 /* STPSourceVerification.m */, + 0000000056E0 /* STPSourceVerification+Private.h */, + 000000005700 /* STPStringUtils.h */, + 000000005710 /* STPStringUtils.m */, + 000000005720 /* STPSwitchTableViewCell.h */, + 000000005730 /* STPSwitchTableViewCell.m */, + 000000005740 /* STPTelemetryClient.h */, + 000000005750 /* STPTelemetryClient.m */, + 000000004CC0 /* STPTheme.h */, + 000000005760 /* STPTheme.m */, + 000000004CD0 /* STPToken.h */, + 000000005770 /* STPToken.m */, + 000000005780 /* STPURLCallbackHandler.h */, + 000000005790 /* STPURLCallbackHandler.m */, + 000000004CE0 /* STPUserInformation.h */, + 0000000057A0 /* STPUserInformation.m */, + 0000000057B0 /* STPValidatedTextField.h */, + 0000000057C0 /* STPValidatedTextField.m */, + 0000000057D0 /* STPWeakStrongMacros.h */, + 000000004CF0 /* Stripe.h */, + 000000004D00 /* StripeError.h */, + 0000000057E0 /* StripeError.m */, + 0000000057F0 /* UIBarButtonItem+Stripe.h */, + 000000005800 /* UIBarButtonItem+Stripe.m */, + 000000005810 /* UIImage+Stripe.h */, + 000000005820 /* UIImage+Stripe.m */, + 000000004D10 /* UINavigationBar+Stripe_Theme.h */, + 000000005830 /* UINavigationBar+Stripe_Theme.m */, + 000000005840 /* UINavigationController+Stripe_Completion.h */, + 000000005850 /* UINavigationController+Stripe_Completion.m */, + 000000005860 /* UITableViewCell+Stripe_Borders.h */, + 000000005870 /* UITableViewCell+Stripe_Borders.m */, + 000000005880 /* UIToolbar+Stripe_InputAccessory.h */, + 000000005890 /* UIToolbar+Stripe_InputAccessory.m */, + 0000000058A0 /* UIView+Stripe_FirstResponder.h */, + 0000000058B0 /* UIView+Stripe_FirstResponder.m */, + 0000000058C0 /* UIView+Stripe_SafeAreaBounds.h */, + 0000000058D0 /* UIView+Stripe_SafeAreaBounds.m */, + 0000000058E0 /* UIViewController+Stripe_KeyboardAvoiding.h */, + 0000000058F0 /* UIViewController+Stripe_KeyboardAvoiding.m */, + 000000005900 /* UIViewController+Stripe_NavigationItemProxy.h */, + 000000005910 /* UIViewController+Stripe_NavigationItemProxy.m */, + 000000005920 /* UIViewController+Stripe_ParentViewController.h */, + 000000005930 /* UIViewController+Stripe_ParentViewController.m */, + 000000005940 /* UIViewController+Stripe_Promises.h */, + 000000005950 /* UIViewController+Stripe_Promises.m */, + 000000006C80 /* Resources */, + 00000000DC10 /* Support Files */, ); + name = Stripe; path = Stripe; sourceTree = ""; }; 000000000220 /* UIView+BooleanAnimations */ = { isa = PBXGroup; children = ( - 0000000059D0 /* UIView+BooleanAnimations.h */, - 0000000059E0 /* UIView+BooleanAnimations.m */, - 00000000EB80 /* Support Files */, + 000000005960 /* UIView+BooleanAnimations.h */, + 000000005970 /* UIView+BooleanAnimations.m */, + 00000000ECF0 /* Support Files */, ); + name = "UIView+BooleanAnimations"; path = "UIView+BooleanAnimations"; sourceTree = ""; }; 000000000230 /* boost-for-react-native */ = { isa = PBXGroup; children = ( - 00000000EC20 /* Support Files */, + 00000000ED90 /* Support Files */, ); + name = "boost-for-react-native"; path = "boost-for-react-native"; sourceTree = ""; }; 000000000240 /* glog */ = { isa = PBXGroup; children = ( - 000000005A40 /* demangle.cc */, - 000000005A00 /* log_severity.h */, - 000000005A50 /* logging.cc */, - 0000000059F0 /* logging.h */, - 000000005A60 /* raw_logging.cc */, - 000000005A10 /* raw_logging.h */, - 000000005A70 /* signalhandler.cc */, - 000000005A20 /* stl_logging.h */, - 000000005A80 /* symbolize.cc */, - 000000005A90 /* utilities.cc */, - 000000005AA0 /* vlog_is_on.cc */, - 000000005A30 /* vlog_is_on.h */, - 00000000ED90 /* Support Files */, + 0000000059D0 /* demangle.cc */, + 000000005990 /* log_severity.h */, + 0000000059E0 /* logging.cc */, + 000000005980 /* logging.h */, + 0000000059F0 /* raw_logging.cc */, + 0000000059A0 /* raw_logging.h */, + 000000005A00 /* signalhandler.cc */, + 0000000059B0 /* stl_logging.h */, + 000000005A10 /* symbolize.cc */, + 000000005A20 /* utilities.cc */, + 000000005A30 /* vlog_is_on.cc */, + 0000000059C0 /* vlog_is_on.h */, + 00000000EF00 /* Support Files */, ); + name = glog; path = glog; sourceTree = ""; }; 000000000250 /* react-native-mapbox-gl */ = { isa = PBXGroup; children = ( - 000000005AB0 /* CameraMode.h */, - 000000005AC0 /* CameraMode.m */, - 000000005AD0 /* CameraStop.h */, - 000000005AE0 /* CameraStop.m */, - 000000005AF0 /* CameraUpdateItem.h */, - 000000005B00 /* CameraUpdateItem.m */, - 000000005B10 /* CameraUpdateQueue.h */, - 000000005B20 /* CameraUpdateQueue.m */, - 000000005B30 /* FilterList.h */, - 000000005B40 /* FilterList.m */, - 000000005B50 /* FilterParser.h */, - 000000005B60 /* FilterParser.m */, - 000000005B70 /* MGLFaux3DUserLocationAnnotationView.h */, - 000000005B80 /* MGLFaux3DUserLocationAnnotationView.m */, - 000000005B90 /* MGLModule.h */, - 000000005BA0 /* MGLModule.m */, - 000000005BB0 /* MGLOfflineModule.h */, - 000000005BC0 /* MGLOfflineModule.m */, - 000000005BD0 /* MGLSnapshotModule.h */, - 000000005BE0 /* MGLSnapshotModule.m */, - 000000005BF0 /* MGLUserLocationHeadingArrowLayer.h */, - 000000005C00 /* MGLUserLocationHeadingArrowLayer.m */, - 000000005C10 /* MGLUserLocationHeadingBeamLayer.h */, - 000000005C20 /* MGLUserLocationHeadingBeamLayer.m */, - 000000005C30 /* MGLUserLocationHeadingIndicator.h */, - 000000005C40 /* RCTConvert+Mapbox.h */, - 000000005C50 /* RCTConvert+Mapbox.m */, - 000000005C60 /* RCTMGL.h */, - 000000005C70 /* RCTMGL.m */, - 000000005C80 /* RCTMGLBackgroundLayer.h */, - 000000005C90 /* RCTMGLBackgroundLayer.m */, - 000000005CA0 /* RCTMGLBackgroundLayerManager.h */, - 000000005CB0 /* RCTMGLBackgroundLayerManager.m */, - 000000005CC0 /* RCTMGLCallout.h */, - 000000005CD0 /* RCTMGLCallout.m */, - 000000005CE0 /* RCTMGLCalloutManager.h */, - 000000005CF0 /* RCTMGLCalloutManager.m */, - 000000005D00 /* RCTMGLCircleLayer.h */, - 000000005D10 /* RCTMGLCircleLayer.m */, - 000000005D20 /* RCTMGLCircleLayerManager.h */, - 000000005D30 /* RCTMGLCircleLayerManager.m */, - 000000005D40 /* RCTMGLEvent.h */, - 000000005D50 /* RCTMGLEvent.m */, - 000000005D60 /* RCTMGLEventProtocol.h */, - 000000005D70 /* RCTMGLEventTypes.h */, - 000000005D80 /* RCTMGLEventTypes.m */, - 000000005D90 /* RCTMGLFillExtrusionLayer.h */, - 000000005DA0 /* RCTMGLFillExtrusionLayer.m */, - 000000005DB0 /* RCTMGLFillExtrusionLayerManager.h */, - 000000005DC0 /* RCTMGLFillExtrusionLayerManager.m */, - 000000005DD0 /* RCTMGLFillLayer.h */, - 000000005DE0 /* RCTMGLFillLayer.m */, - 000000005DF0 /* RCTMGLFillLayerManager.h */, - 000000005E00 /* RCTMGLFillLayerManager.m */, - 000000005E10 /* RCTMGLImageQueue.h */, - 000000005E20 /* RCTMGLImageQueue.m */, - 000000005E30 /* RCTMGLImageQueueOperation.h */, - 000000005E40 /* RCTMGLImageQueueOperation.m */, - 000000005E50 /* RCTMGLImageSource.h */, - 000000005E60 /* RCTMGLImageSource.m */, - 000000005E70 /* RCTMGLImageSourceManager.h */, - 000000005E80 /* RCTMGLImageSourceManager.m */, - 000000005E90 /* RCTMGLLayer.h */, - 000000005EA0 /* RCTMGLLayer.m */, - 000000005EB0 /* RCTMGLLight.h */, - 000000005EC0 /* RCTMGLLight.m */, - 000000005ED0 /* RCTMGLLightManager.h */, - 000000005EE0 /* RCTMGLLightManager.m */, - 000000005EF0 /* RCTMGLLineLayer.h */, - 000000005F00 /* RCTMGLLineLayer.m */, - 000000005F10 /* RCTMGLLineLayerManager.h */, - 000000005F20 /* RCTMGLLineLayerManager.m */, - 000000005F30 /* RCTMGLMapTouchEvent.h */, - 000000005F40 /* RCTMGLMapTouchEvent.m */, - 000000005F50 /* RCTMGLMapView.h */, - 000000005F60 /* RCTMGLMapView.m */, - 000000005F70 /* RCTMGLMapViewManager.h */, - 000000005F80 /* RCTMGLMapViewManager.m */, - 000000005F90 /* RCTMGLPointAnnotation.h */, - 000000005FA0 /* RCTMGLPointAnnotation.m */, - 000000005FB0 /* RCTMGLPointAnnotationManager.h */, - 000000005FC0 /* RCTMGLPointAnnotationManager.m */, - 000000005FD0 /* RCTMGLRasterLayer.h */, - 000000005FE0 /* RCTMGLRasterLayer.m */, - 000000005FF0 /* RCTMGLRasterLayerManager.h */, - 000000006000 /* RCTMGLRasterLayerManager.m */, - 000000006010 /* RCTMGLRasterSource.h */, - 000000006020 /* RCTMGLRasterSource.m */, - 000000006030 /* RCTMGLRasterSourceManager.h */, - 000000006040 /* RCTMGLRasterSourceManager.m */, - 000000006050 /* RCTMGLShapeSource.h */, - 000000006060 /* RCTMGLShapeSource.m */, - 000000006070 /* RCTMGLShapeSourceManager.h */, - 000000006080 /* RCTMGLShapeSourceManager.m */, - 000000006090 /* RCTMGLSource.h */, - 0000000060A0 /* RCTMGLSource.m */, - 0000000060B0 /* RCTMGLStyle.h */, - 0000000060C0 /* RCTMGLStyle.m */, - 0000000060D0 /* RCTMGLStyleValue.h */, - 0000000060E0 /* RCTMGLStyleValue.m */, - 0000000060F0 /* RCTMGLSymbolLayer.h */, - 000000006100 /* RCTMGLSymbolLayer.m */, - 000000006110 /* RCTMGLSymbolLayerManager.h */, - 000000006120 /* RCTMGLSymbolLayerManager.m */, - 000000006130 /* RCTMGLUtils.h */, - 000000006140 /* RCTMGLUtils.m */, - 000000006150 /* RCTMGLVectorSource.h */, - 000000006160 /* RCTMGLVectorSource.m */, - 000000006170 /* RCTMGLVectorSourceManager.h */, - 000000006180 /* RCTMGLVectorSourceManager.m */, - 000000006190 /* RNMBImageUtils.h */, - 0000000061A0 /* RNMBImageUtils.m */, - 0000000061B0 /* ViewManager.h */, - 0000000061C0 /* ViewManager.m */, - 000000006AC0 /* Frameworks */, - 000000007330 /* Pod */, - 00000000F590 /* Support Files */, + 000000005A40 /* CameraMode.h */, + 000000005A50 /* CameraMode.m */, + 000000005A60 /* CameraStop.h */, + 000000005A70 /* CameraStop.m */, + 000000005A80 /* CameraUpdateItem.h */, + 000000005A90 /* CameraUpdateItem.m */, + 000000005AA0 /* CameraUpdateQueue.h */, + 000000005AB0 /* CameraUpdateQueue.m */, + 000000005AC0 /* FilterList.h */, + 000000005AD0 /* FilterList.m */, + 000000005AE0 /* FilterParser.h */, + 000000005AF0 /* FilterParser.m */, + 000000005B00 /* MGLFaux3DUserLocationAnnotationView.h */, + 000000005B10 /* MGLFaux3DUserLocationAnnotationView.m */, + 000000005B20 /* MGLModule.h */, + 000000005B30 /* MGLModule.m */, + 000000005B40 /* MGLOfflineModule.h */, + 000000005B50 /* MGLOfflineModule.m */, + 000000005B60 /* MGLSnapshotModule.h */, + 000000005B70 /* MGLSnapshotModule.m */, + 000000005B80 /* MGLUserLocationHeadingArrowLayer.h */, + 000000005B90 /* MGLUserLocationHeadingArrowLayer.m */, + 000000005BA0 /* MGLUserLocationHeadingBeamLayer.h */, + 000000005BB0 /* MGLUserLocationHeadingBeamLayer.m */, + 000000005BC0 /* MGLUserLocationHeadingIndicator.h */, + 000000005BD0 /* RCTConvert+Mapbox.h */, + 000000005BE0 /* RCTConvert+Mapbox.m */, + 000000005BF0 /* RCTMGL.h */, + 000000005C00 /* RCTMGL.m */, + 000000005C10 /* RCTMGLBackgroundLayer.h */, + 000000005C20 /* RCTMGLBackgroundLayer.m */, + 000000005C30 /* RCTMGLBackgroundLayerManager.h */, + 000000005C40 /* RCTMGLBackgroundLayerManager.m */, + 000000005C50 /* RCTMGLCallout.h */, + 000000005C60 /* RCTMGLCallout.m */, + 000000005C70 /* RCTMGLCalloutManager.h */, + 000000005C80 /* RCTMGLCalloutManager.m */, + 000000005C90 /* RCTMGLCircleLayer.h */, + 000000005CA0 /* RCTMGLCircleLayer.m */, + 000000005CB0 /* RCTMGLCircleLayerManager.h */, + 000000005CC0 /* RCTMGLCircleLayerManager.m */, + 000000005CD0 /* RCTMGLEvent.h */, + 000000005CE0 /* RCTMGLEvent.m */, + 000000005CF0 /* RCTMGLEventProtocol.h */, + 000000005D00 /* RCTMGLEventTypes.h */, + 000000005D10 /* RCTMGLEventTypes.m */, + 000000005D20 /* RCTMGLFillExtrusionLayer.h */, + 000000005D30 /* RCTMGLFillExtrusionLayer.m */, + 000000005D40 /* RCTMGLFillExtrusionLayerManager.h */, + 000000005D50 /* RCTMGLFillExtrusionLayerManager.m */, + 000000005D60 /* RCTMGLFillLayer.h */, + 000000005D70 /* RCTMGLFillLayer.m */, + 000000005D80 /* RCTMGLFillLayerManager.h */, + 000000005D90 /* RCTMGLFillLayerManager.m */, + 000000005DA0 /* RCTMGLImageQueue.h */, + 000000005DB0 /* RCTMGLImageQueue.m */, + 000000005DC0 /* RCTMGLImageQueueOperation.h */, + 000000005DD0 /* RCTMGLImageQueueOperation.m */, + 000000005DE0 /* RCTMGLImageSource.h */, + 000000005DF0 /* RCTMGLImageSource.m */, + 000000005E00 /* RCTMGLImageSourceManager.h */, + 000000005E10 /* RCTMGLImageSourceManager.m */, + 000000005E20 /* RCTMGLLayer.h */, + 000000005E30 /* RCTMGLLayer.m */, + 000000005E40 /* RCTMGLLight.h */, + 000000005E50 /* RCTMGLLight.m */, + 000000005E60 /* RCTMGLLightManager.h */, + 000000005E70 /* RCTMGLLightManager.m */, + 000000005E80 /* RCTMGLLineLayer.h */, + 000000005E90 /* RCTMGLLineLayer.m */, + 000000005EA0 /* RCTMGLLineLayerManager.h */, + 000000005EB0 /* RCTMGLLineLayerManager.m */, + 000000005EC0 /* RCTMGLMapTouchEvent.h */, + 000000005ED0 /* RCTMGLMapTouchEvent.m */, + 000000005EE0 /* RCTMGLMapView.h */, + 000000005EF0 /* RCTMGLMapView.m */, + 000000005F00 /* RCTMGLMapViewManager.h */, + 000000005F10 /* RCTMGLMapViewManager.m */, + 000000005F20 /* RCTMGLPointAnnotation.h */, + 000000005F30 /* RCTMGLPointAnnotation.m */, + 000000005F40 /* RCTMGLPointAnnotationManager.h */, + 000000005F50 /* RCTMGLPointAnnotationManager.m */, + 000000005F60 /* RCTMGLRasterLayer.h */, + 000000005F70 /* RCTMGLRasterLayer.m */, + 000000005F80 /* RCTMGLRasterLayerManager.h */, + 000000005F90 /* RCTMGLRasterLayerManager.m */, + 000000005FA0 /* RCTMGLRasterSource.h */, + 000000005FB0 /* RCTMGLRasterSource.m */, + 000000005FC0 /* RCTMGLRasterSourceManager.h */, + 000000005FD0 /* RCTMGLRasterSourceManager.m */, + 000000005FE0 /* RCTMGLShapeSource.h */, + 000000005FF0 /* RCTMGLShapeSource.m */, + 000000006000 /* RCTMGLShapeSourceManager.h */, + 000000006010 /* RCTMGLShapeSourceManager.m */, + 000000006020 /* RCTMGLSource.h */, + 000000006030 /* RCTMGLSource.m */, + 000000006040 /* RCTMGLStyle.h */, + 000000006050 /* RCTMGLStyle.m */, + 000000006060 /* RCTMGLStyleValue.h */, + 000000006070 /* RCTMGLStyleValue.m */, + 000000006080 /* RCTMGLSymbolLayer.h */, + 000000006090 /* RCTMGLSymbolLayer.m */, + 0000000060A0 /* RCTMGLSymbolLayerManager.h */, + 0000000060B0 /* RCTMGLSymbolLayerManager.m */, + 0000000060C0 /* RCTMGLUtils.h */, + 0000000060D0 /* RCTMGLUtils.m */, + 0000000060E0 /* RCTMGLVectorSource.h */, + 0000000060F0 /* RCTMGLVectorSource.m */, + 000000006100 /* RCTMGLVectorSourceManager.h */, + 000000006110 /* RCTMGLVectorSourceManager.m */, + 000000006120 /* RNMBImageUtils.h */, + 000000006130 /* RNMBImageUtils.m */, + 000000006140 /* ViewManager.h */, + 000000006150 /* ViewManager.m */, + 000000006B40 /* Frameworks */, + 000000007460 /* Pod */, + 00000000F700 /* Support Files */, ); name = "react-native-mapbox-gl"; path = "../../node_modules/@mapbox/react-native-mapbox-gl"; sourceTree = ""; }; - 000000000260 /* tipsi-stripe */ = { + 000000000260 /* react-native-navigator-ios */ = { isa = PBXGroup; children = ( - 0000000061D0 /* TPSCardField.h */, - 0000000061E0 /* TPSCardField.m */, - 0000000061F0 /* TPSCardFieldManager.h */, - 000000006200 /* TPSCardFieldManager.m */, - 000000006210 /* TPSError.h */, - 000000006220 /* TPSError.m */, - 000000006230 /* TPSStripeManager.h */, - 000000006240 /* TPSStripeManager.m */, - 00000000F6F0 /* Support Files */, + 000000006160 /* RCTNavigator.h */, + 000000006170 /* RCTNavigator.m */, + 000000006180 /* RCTNavigatorManager.h */, + 000000006190 /* RCTNavigatorManager.m */, + 0000000061A0 /* RCTNavItem.h */, + 0000000061B0 /* RCTNavItem.m */, + 0000000061C0 /* RCTNavItemManager.h */, + 0000000061D0 /* RCTNavItemManager.m */, + 0000000061E0 /* RCTWrapperViewControllerWithNavItem.h */, + 0000000061F0 /* RCTWrapperViewControllerWithNavItem.m */, + 0000000075D0 /* Pod */, + 00000000F880 /* Support Files */, ); + name = "react-native-navigator-ios"; + path = "../../node_modules/react-native-navigator-ios"; + sourceTree = ""; + }; + 000000000270 /* tipsi-stripe */ = { + isa = PBXGroup; + children = ( + 000000006200 /* TPSCardField.h */, + 000000006210 /* TPSCardField.m */, + 000000006220 /* TPSCardFieldManager.h */, + 000000006230 /* TPSCardFieldManager.m */, + 000000006240 /* TPSError.h */, + 000000006250 /* TPSError.m */, + 000000006260 /* TPSStripeManager.h */, + 000000006270 /* TPSStripeManager.m */, + 00000000F9E0 /* Support Files */, + ); + name = "tipsi-stripe"; path = "tipsi-stripe"; sourceTree = ""; }; - 000000000270 /* yoga */ = { - isa = PBXGroup; - children = ( - 000000006250 /* Utils.cpp */, - 000000006260 /* Utils.h */, - 000000006270 /* YGConfig.cpp */, - 000000006280 /* YGConfig.h */, - 000000006290 /* YGEnums.cpp */, - 0000000062A0 /* YGEnums.h */, - 0000000062B0 /* YGFloatOptional.cpp */, - 0000000062C0 /* YGFloatOptional.h */, - 0000000062D0 /* YGLayout.cpp */, - 0000000062E0 /* YGLayout.h */, - 0000000062F0 /* YGMacros.h */, - 000000006300 /* YGNode.cpp */, - 000000006310 /* YGNode.h */, - 000000006320 /* YGNodePrint.cpp */, - 000000006330 /* YGNodePrint.h */, - 000000006340 /* YGStyle.cpp */, - 000000006350 /* YGStyle.h */, - 000000006370 /* Yoga.cpp */, - 000000006380 /* Yoga.h */, - 000000006360 /* Yoga-internal.h */, - 0000000074A0 /* Pod */, - 00000000F910 /* Support Files */, + 000000000280 /* yoga */ = { + isa = PBXGroup; + children = ( + 000000006280 /* CompactValue.h */, + 000000006290 /* instrumentation.h */, + 0000000062A0 /* Utils.cpp */, + 0000000062B0 /* Utils.h */, + 0000000062C0 /* YGConfig.cpp */, + 0000000062D0 /* YGConfig.h */, + 0000000062E0 /* YGEnums.cpp */, + 0000000062F0 /* YGEnums.h */, + 000000006300 /* YGFloatOptional.h */, + 000000006310 /* YGLayout.cpp */, + 000000006320 /* YGLayout.h */, + 000000006330 /* YGMacros.h */, + 000000006340 /* YGMarker.cpp */, + 000000006350 /* YGMarker.h */, + 000000006360 /* YGNode.cpp */, + 000000006370 /* YGNode.h */, + 000000006380 /* YGNodePrint.cpp */, + 000000006390 /* YGNodePrint.h */, + 0000000063A0 /* YGStyle.cpp */, + 0000000063B0 /* YGStyle.h */, + 0000000063C0 /* YGValue.cpp */, + 0000000063D0 /* YGValue.h */, + 0000000063F0 /* Yoga.cpp */, + 000000006400 /* Yoga.h */, + 0000000063E0 /* Yoga-internal.h */, + 000000007600 /* Pod */, + 00000000FC50 /* Support Files */, ); name = yoga; path = "../../node_modules/react-native/ReactCommon/yoga"; sourceTree = ""; }; - 000000000280 /* Expecta */ = { - isa = PBXGroup; - children = ( - 000000006390 /* EXPBlockDefinedMatcher.h */, - 0000000063A0 /* EXPBlockDefinedMatcher.m */, - 0000000063B0 /* EXPDefines.h */, - 0000000063C0 /* EXPDoubleTuple.h */, - 0000000063D0 /* EXPDoubleTuple.m */, - 0000000063E0 /* Expecta.h */, - 0000000063F0 /* ExpectaObject.h */, - 000000006400 /* ExpectaObject.m */, - 000000006410 /* ExpectaSupport.h */, - 000000006420 /* ExpectaSupport.m */, - 000000006430 /* EXPExpect.h */, - 000000006440 /* EXPExpect.m */, - 000000006450 /* EXPFloatTuple.h */, - 000000006460 /* EXPFloatTuple.m */, - 000000006470 /* EXPMatcher.h */, - 0000000064A0 /* EXPMatcherHelpers.h */, - 0000000064B0 /* EXPMatcherHelpers.m */, - 0000000067E0 /* EXPMatchers.h */, - 0000000064C0 /* EXPMatchers+beCloseTo.h */, - 0000000064D0 /* EXPMatchers+beCloseTo.m */, - 0000000064E0 /* EXPMatchers+beFalsy.h */, - 0000000064F0 /* EXPMatchers+beFalsy.m */, - 000000006500 /* EXPMatchers+beginWith.h */, - 000000006510 /* EXPMatchers+beginWith.m */, - 000000006520 /* EXPMatchers+beGreaterThan.h */, - 000000006530 /* EXPMatchers+beGreaterThan.m */, - 000000006540 /* EXPMatchers+beGreaterThanOrEqualTo.h */, - 000000006550 /* EXPMatchers+beGreaterThanOrEqualTo.m */, - 000000006560 /* EXPMatchers+beIdenticalTo.h */, - 000000006570 /* EXPMatchers+beIdenticalTo.m */, - 000000006580 /* EXPMatchers+beInstanceOf.h */, - 000000006590 /* EXPMatchers+beInstanceOf.m */, - 0000000065A0 /* EXPMatchers+beInTheRangeOf.h */, - 0000000065B0 /* EXPMatchers+beInTheRangeOf.m */, - 0000000065C0 /* EXPMatchers+beKindOf.h */, - 0000000065D0 /* EXPMatchers+beKindOf.m */, - 0000000065E0 /* EXPMatchers+beLessThan.h */, - 0000000065F0 /* EXPMatchers+beLessThan.m */, - 000000006600 /* EXPMatchers+beLessThanOrEqualTo.h */, - 000000006610 /* EXPMatchers+beLessThanOrEqualTo.m */, - 000000006620 /* EXPMatchers+beNil.h */, - 000000006630 /* EXPMatchers+beNil.m */, - 000000006640 /* EXPMatchers+beSubclassOf.h */, - 000000006650 /* EXPMatchers+beSubclassOf.m */, - 000000006660 /* EXPMatchers+beSupersetOf.h */, - 000000006670 /* EXPMatchers+beSupersetOf.m */, - 000000006680 /* EXPMatchers+beTruthy.h */, - 000000006690 /* EXPMatchers+beTruthy.m */, - 0000000066A0 /* EXPMatchers+conformTo.h */, - 0000000066B0 /* EXPMatchers+conformTo.m */, - 0000000066C0 /* EXPMatchers+contain.h */, - 0000000066D0 /* EXPMatchers+contain.m */, - 0000000066E0 /* EXPMatchers+endWith.h */, - 0000000066F0 /* EXPMatchers+endWith.m */, - 000000006700 /* EXPMatchers+equal.h */, - 000000006710 /* EXPMatchers+equal.m */, - 000000006720 /* EXPMatchers+haveCountOf.h */, - 000000006730 /* EXPMatchers+haveCountOf.m */, - 000000006740 /* EXPMatchers+match.h */, - 000000006750 /* EXPMatchers+match.m */, - 000000006760 /* EXPMatchers+postNotification.h */, - 000000006770 /* EXPMatchers+postNotification.m */, - 000000006780 /* EXPMatchers+raise.h */, - 000000006790 /* EXPMatchers+raise.m */, - 0000000067A0 /* EXPMatchers+raiseWithReason.h */, - 0000000067B0 /* EXPMatchers+raiseWithReason.m */, - 0000000067C0 /* EXPMatchers+respondTo.h */, - 0000000067D0 /* EXPMatchers+respondTo.m */, - 000000006480 /* EXPUnsupportedObject.h */, - 000000006490 /* EXPUnsupportedObject.m */, - 0000000067F0 /* NSObject+Expecta.h */, - 000000006800 /* NSValue+Expecta.h */, - 000000006810 /* NSValue+Expecta.m */, - 0000000089D0 /* Support Files */, + 000000000290 /* Expecta */ = { + isa = PBXGroup; + children = ( + 000000006410 /* EXPBlockDefinedMatcher.h */, + 000000006420 /* EXPBlockDefinedMatcher.m */, + 000000006430 /* EXPDefines.h */, + 000000006440 /* EXPDoubleTuple.h */, + 000000006450 /* EXPDoubleTuple.m */, + 000000006460 /* Expecta.h */, + 000000006470 /* ExpectaObject.h */, + 000000006480 /* ExpectaObject.m */, + 000000006490 /* ExpectaSupport.h */, + 0000000064A0 /* ExpectaSupport.m */, + 0000000064B0 /* EXPExpect.h */, + 0000000064C0 /* EXPExpect.m */, + 0000000064D0 /* EXPFloatTuple.h */, + 0000000064E0 /* EXPFloatTuple.m */, + 0000000064F0 /* EXPMatcher.h */, + 000000006520 /* EXPMatcherHelpers.h */, + 000000006530 /* EXPMatcherHelpers.m */, + 000000006860 /* EXPMatchers.h */, + 000000006540 /* EXPMatchers+beCloseTo.h */, + 000000006550 /* EXPMatchers+beCloseTo.m */, + 000000006560 /* EXPMatchers+beFalsy.h */, + 000000006570 /* EXPMatchers+beFalsy.m */, + 000000006580 /* EXPMatchers+beginWith.h */, + 000000006590 /* EXPMatchers+beginWith.m */, + 0000000065A0 /* EXPMatchers+beGreaterThan.h */, + 0000000065B0 /* EXPMatchers+beGreaterThan.m */, + 0000000065C0 /* EXPMatchers+beGreaterThanOrEqualTo.h */, + 0000000065D0 /* EXPMatchers+beGreaterThanOrEqualTo.m */, + 0000000065E0 /* EXPMatchers+beIdenticalTo.h */, + 0000000065F0 /* EXPMatchers+beIdenticalTo.m */, + 000000006600 /* EXPMatchers+beInstanceOf.h */, + 000000006610 /* EXPMatchers+beInstanceOf.m */, + 000000006620 /* EXPMatchers+beInTheRangeOf.h */, + 000000006630 /* EXPMatchers+beInTheRangeOf.m */, + 000000006640 /* EXPMatchers+beKindOf.h */, + 000000006650 /* EXPMatchers+beKindOf.m */, + 000000006660 /* EXPMatchers+beLessThan.h */, + 000000006670 /* EXPMatchers+beLessThan.m */, + 000000006680 /* EXPMatchers+beLessThanOrEqualTo.h */, + 000000006690 /* EXPMatchers+beLessThanOrEqualTo.m */, + 0000000066A0 /* EXPMatchers+beNil.h */, + 0000000066B0 /* EXPMatchers+beNil.m */, + 0000000066C0 /* EXPMatchers+beSubclassOf.h */, + 0000000066D0 /* EXPMatchers+beSubclassOf.m */, + 0000000066E0 /* EXPMatchers+beSupersetOf.h */, + 0000000066F0 /* EXPMatchers+beSupersetOf.m */, + 000000006700 /* EXPMatchers+beTruthy.h */, + 000000006710 /* EXPMatchers+beTruthy.m */, + 000000006720 /* EXPMatchers+conformTo.h */, + 000000006730 /* EXPMatchers+conformTo.m */, + 000000006740 /* EXPMatchers+contain.h */, + 000000006750 /* EXPMatchers+contain.m */, + 000000006760 /* EXPMatchers+endWith.h */, + 000000006770 /* EXPMatchers+endWith.m */, + 000000006780 /* EXPMatchers+equal.h */, + 000000006790 /* EXPMatchers+equal.m */, + 0000000067A0 /* EXPMatchers+haveCountOf.h */, + 0000000067B0 /* EXPMatchers+haveCountOf.m */, + 0000000067C0 /* EXPMatchers+match.h */, + 0000000067D0 /* EXPMatchers+match.m */, + 0000000067E0 /* EXPMatchers+postNotification.h */, + 0000000067F0 /* EXPMatchers+postNotification.m */, + 000000006800 /* EXPMatchers+raise.h */, + 000000006810 /* EXPMatchers+raise.m */, + 000000006820 /* EXPMatchers+raiseWithReason.h */, + 000000006830 /* EXPMatchers+raiseWithReason.m */, + 000000006840 /* EXPMatchers+respondTo.h */, + 000000006850 /* EXPMatchers+respondTo.m */, + 000000006500 /* EXPUnsupportedObject.h */, + 000000006510 /* EXPUnsupportedObject.m */, + 000000006870 /* NSObject+Expecta.h */, + 000000006880 /* NSValue+Expecta.h */, + 000000006890 /* NSValue+Expecta.m */, + 000000008B30 /* Support Files */, ); + name = Expecta; path = Expecta; sourceTree = ""; }; - 000000000290 /* FBSnapshotTestCase */ = { + 0000000002A0 /* FBSnapshotTestCase */ = { isa = PBXGroup; children = ( - 000000006820 /* Core */, - 000000008D40 /* Support Files */, - 000000006910 /* SwiftSupport */, + 0000000068A0 /* Core */, + 000000008EA0 /* Support Files */, + 000000006990 /* SwiftSupport */, ); + name = FBSnapshotTestCase; path = FBSnapshotTestCase; sourceTree = ""; }; - 0000000002A0 /* Specta */ = { - isa = PBXGroup; - children = ( - 000000006930 /* Specta.h */, - 000000006940 /* SpectaDSL.h */, - 000000006950 /* SpectaDSL.m */, - 000000006960 /* SpectaTypes.h */, - 000000006970 /* SpectaUtility.h */, - 000000006980 /* SpectaUtility.m */, - 000000006990 /* SPTCallSite.h */, - 0000000069A0 /* SPTCallSite.m */, - 0000000069B0 /* SPTCompiledExample.h */, - 0000000069C0 /* SPTCompiledExample.m */, - 0000000069D0 /* SPTExample.h */, - 0000000069E0 /* SPTExample.m */, - 0000000069F0 /* SPTExampleGroup.h */, - 000000006A00 /* SPTExampleGroup.m */, - 000000006A10 /* SPTExcludeGlobalBeforeAfterEach.h */, - 000000006A20 /* SPTGlobalBeforeAfterEach.h */, - 000000006A30 /* SPTSharedExampleGroups.h */, - 000000006A40 /* SPTSharedExampleGroups.m */, - 000000006A50 /* SPTSpec.h */, - 000000006A60 /* SPTSpec.m */, - 000000006A70 /* SPTTestSuite.h */, - 000000006A80 /* SPTTestSuite.m */, - 000000006A90 /* XCTest+Private.h */, - 000000006AA0 /* XCTestCase+Specta.h */, - 000000006AB0 /* XCTestCase+Specta.m */, - 00000000D600 /* Support Files */, + 0000000002B0 /* Specta */ = { + isa = PBXGroup; + children = ( + 0000000069B0 /* Specta.h */, + 0000000069C0 /* SpectaDSL.h */, + 0000000069D0 /* SpectaDSL.m */, + 0000000069E0 /* SpectaTypes.h */, + 0000000069F0 /* SpectaUtility.h */, + 000000006A00 /* SpectaUtility.m */, + 000000006A10 /* SPTCallSite.h */, + 000000006A20 /* SPTCallSite.m */, + 000000006A30 /* SPTCompiledExample.h */, + 000000006A40 /* SPTCompiledExample.m */, + 000000006A50 /* SPTExample.h */, + 000000006A60 /* SPTExample.m */, + 000000006A70 /* SPTExampleGroup.h */, + 000000006A80 /* SPTExampleGroup.m */, + 000000006A90 /* SPTExcludeGlobalBeforeAfterEach.h */, + 000000006AA0 /* SPTGlobalBeforeAfterEach.h */, + 000000006AB0 /* SPTSharedExampleGroups.h */, + 000000006AC0 /* SPTSharedExampleGroups.m */, + 000000006AD0 /* SPTSpec.h */, + 000000006AE0 /* SPTSpec.m */, + 000000006AF0 /* SPTTestSuite.h */, + 000000006B00 /* SPTTestSuite.m */, + 000000006B10 /* XCTest+Private.h */, + 000000006B20 /* XCTestCase+Specta.h */, + 000000006B30 /* XCTestCase+Specta.m */, + 00000000D550 /* Support Files */, ); + name = Specta; path = Specta; sourceTree = ""; }; - 000000000340 /* email */ = { + 000000000350 /* email */ = { isa = PBXGroup; children = ( - 000000000350 /* Artsy+Authentication.h */, - 0000000003A0 /* ArtsyAuthentication.h */, - 0000000003B0 /* ArtsyAuthentication.m */, - 000000000360 /* ArtsyAuthentication+Accounts.h */, - 000000000370 /* ArtsyAuthentication+Accounts.m */, - 000000000380 /* ArtsyAuthentication+Private.h */, - 000000000390 /* ArtsyAuthentication+Private.m */, - 0000000003C0 /* ArtsyAuthenticationRouter.h */, - 0000000003D0 /* ArtsyAuthenticationRouter.m */, - 0000000003E0 /* ArtsyNetworkOperator.h */, - 0000000003F0 /* ArtsyNetworkOperator.m */, - 000000000400 /* ArtsyToken.h */, - 000000000410 /* ArtsyToken.m */, + 000000000360 /* Artsy+Authentication.h */, + 0000000003B0 /* ArtsyAuthentication.h */, + 0000000003C0 /* ArtsyAuthentication.m */, + 000000000370 /* ArtsyAuthentication+Accounts.h */, + 000000000380 /* ArtsyAuthentication+Accounts.m */, + 000000000390 /* ArtsyAuthentication+Private.h */, + 0000000003A0 /* ArtsyAuthentication+Private.m */, + 0000000003D0 /* ArtsyAuthenticationRouter.h */, + 0000000003E0 /* ArtsyAuthenticationRouter.m */, + 0000000003F0 /* ArtsyNetworkOperator.h */, + 000000000400 /* ArtsyNetworkOperator.m */, + 000000000410 /* ArtsyToken.h */, + 000000000420 /* ArtsyToken.m */, ); name = email; sourceTree = ""; }; - 0000000005C0 /* Core */ = { + 0000000005D0 /* Core */ = { isa = PBXGroup; children = ( - 0000000005D0 /* ARCocoaConstantsModule.h */, - 0000000005E0 /* ARCocoaConstantsModule.m */, - 0000000005F0 /* AREmission.h */, - 000000000600 /* AREmission.m */, - 000000000610 /* AREmissionFontsLoader.m */, - 000000000620 /* AREventsModule.h */, - 000000000630 /* AREventsModule.m */, - 000000000640 /* ARSwitchBoardModule.h */, - 000000000650 /* ARSwitchBoardModule.m */, - 000000000660 /* RCTScrollView+EnclosingScrollView.m */, + 0000000005E0 /* ARCocoaConstantsModule.h */, + 0000000005F0 /* ARCocoaConstantsModule.m */, + 000000000600 /* AREmission.h */, + 000000000610 /* AREmission.m */, + 000000000620 /* AREmissionFontsLoader.m */, + 000000000630 /* AREventsModule.h */, + 000000000640 /* AREventsModule.m */, + 000000000650 /* ARSwitchBoardModule.h */, + 000000000660 /* ARSwitchBoardModule.m */, + 000000000670 /* RCTScrollView+EnclosingScrollView.m */, ); name = Core; path = Pod/Classes/Core; sourceTree = ""; }; - 000000000670 /* Data */ = { + 000000000680 /* Data */ = { isa = PBXGroup; children = ( - 0000000006A0 /* ARCity.h */, - 0000000006B0 /* ARCity.m */, - 000000000680 /* ARCity+GeospatialAdditions.h */, - 000000000690 /* ARCity+GeospatialAdditions.m */, + 0000000006B0 /* ARCity.h */, + 0000000006C0 /* ARCity.m */, + 000000000690 /* ARCity+GeospatialAdditions.h */, + 0000000006A0 /* ARCity+GeospatialAdditions.m */, ); name = Data; path = Pod/Classes/Data; sourceTree = ""; }; - 0000000006C0 /* DottedLineComponent */ = { + 0000000006D0 /* DottedLineComponent */ = { isa = PBXGroup; children = ( - 0000000006D0 /* ARDottedLineManager.h */, - 0000000006E0 /* ARDottedLineManager.m */, + 0000000006E0 /* ARDottedLineManager.h */, + 0000000006F0 /* ARDottedLineManager.m */, ); name = DottedLineComponent; path = Pod/Classes/DottedLineComponent; sourceTree = ""; }; - 0000000006F0 /* EigenCommunications */ = { + 000000000700 /* EigenCommunications */ = { isa = PBXGroup; children = ( - 000000000700 /* ARNotificationsManager.h */, - 000000000710 /* ARNotificationsManager.m */, - 000000000720 /* ARRefineOptionsModule.h */, - 000000000730 /* ARRefineOptionsModule.m */, - 000000000740 /* ARTakeCameraPhotoModule.h */, - 000000000750 /* ARTakeCameraPhotoModule.m */, - 000000000760 /* ARWorksForYouModule.h */, - 000000000770 /* ARWorksForYouModule.m */, + 000000000710 /* ARNotificationsManager.h */, + 000000000720 /* ARNotificationsManager.m */, + 000000000730 /* ARRefineOptionsModule.h */, + 000000000740 /* ARRefineOptionsModule.m */, + 000000000750 /* ARTakeCameraPhotoModule.h */, + 000000000760 /* ARTakeCameraPhotoModule.m */, + 000000000770 /* ARWorksForYouModule.h */, + 000000000780 /* ARWorksForYouModule.m */, ); name = EigenCommunications; path = Pod/Classes/EigenCommunications; sourceTree = ""; }; - 000000000780 /* GraphQL */ = { + 000000000790 /* GraphQL */ = { isa = PBXGroup; children = ( - 000000000790 /* ARGraphQLQueryCache.h */, - 0000000007A0 /* ARGraphQLQueryCache.m */, - 0000000007B0 /* ARGraphQLQueryPreloader.h */, - 0000000007C0 /* ARGraphQLQueryPreloader.m */, + 0000000007A0 /* ARGraphQLQueryCache.h */, + 0000000007B0 /* ARGraphQLQueryCache.m */, + 0000000007C0 /* ARGraphQLQueryPreloader.h */, + 0000000007D0 /* ARGraphQLQueryPreloader.m */, ); name = GraphQL; path = Pod/Classes/GraphQL; sourceTree = ""; }; - 0000000007D0 /* LoadFailureComponent */ = { + 0000000007E0 /* LoadFailureComponent */ = { isa = PBXGroup; children = ( - 0000000007E0 /* ARLoadFailureViewManager.h */, - 0000000007F0 /* ARLoadFailureViewManager.m */, + 0000000007F0 /* ARLoadFailureViewManager.h */, + 000000000800 /* ARLoadFailureViewManager.m */, ); name = LoadFailureComponent; path = Pod/Classes/LoadFailureComponent; sourceTree = ""; }; - 000000000800 /* OpaqueImageViewComponent */ = { + 000000000810 /* OpaqueImageViewComponent */ = { isa = PBXGroup; children = ( - 000000000810 /* AROpaqueImageView.h */, - 000000000820 /* AROpaqueImageView.m */, - 000000000830 /* AROpaqueImageViewManager.h */, - 000000000840 /* AROpaqueImageViewManager.m */, + 000000000820 /* AROpaqueImageView.h */, + 000000000830 /* AROpaqueImageView.m */, + 000000000840 /* AROpaqueImageViewManager.h */, + 000000000850 /* AROpaqueImageViewManager.m */, ); name = OpaqueImageViewComponent; path = Pod/Classes/OpaqueImageViewComponent; sourceTree = ""; }; - 000000000850 /* SpinnerComponent */ = { + 000000000860 /* SpinnerComponent */ = { isa = PBXGroup; children = ( - 000000000860 /* ARSpinnerManager.h */, - 000000000870 /* ARSpinnerManager.m */, + 000000000870 /* ARSpinnerManager.h */, + 000000000880 /* ARSpinnerManager.m */, ); name = SpinnerComponent; path = Pod/Classes/SpinnerComponent; sourceTree = ""; }; - 000000000880 /* SwitchViewComponent */ = { + 000000000890 /* SwitchViewComponent */ = { isa = PBXGroup; children = ( - 000000000890 /* ARSwitchViewManager.h */, - 0000000008A0 /* ARSwitchViewManager.m */, + 0000000008A0 /* ARSwitchViewManager.h */, + 0000000008B0 /* ARSwitchViewManager.m */, ); name = SwitchViewComponent; path = Pod/Classes/SwitchViewComponent; sourceTree = ""; }; - 0000000008B0 /* TemporaryAPI */ = { + 0000000008C0 /* TemporaryAPI */ = { isa = PBXGroup; children = ( - 0000000008C0 /* ARTemporaryAPIModule.h */, - 0000000008D0 /* ARTemporaryAPIModule.m */, + 0000000008D0 /* ARTemporaryAPIModule.h */, + 0000000008E0 /* ARTemporaryAPIModule.m */, ); name = TemporaryAPI; path = Pod/Classes/TemporaryAPI; sourceTree = ""; }; - 0000000008E0 /* VideoComponent */ = { + 0000000008F0 /* VideoComponent */ = { isa = PBXGroup; children = ( - 0000000008F0 /* ARVideoManager.h */, - 000000000900 /* ARVideoManager.m */, + 000000000900 /* ARVideoManager.h */, + 000000000910 /* ARVideoManager.m */, ); name = VideoComponent; path = Pod/Classes/VideoComponent; sourceTree = ""; }; - 000000000910 /* ViewControllers */ = { - isa = PBXGroup; - children = ( - 000000000920 /* ARArtistComponentViewController.h */, - 000000000930 /* ARArtistComponentViewController.m */, - 000000000940 /* ARBidFlowViewController.h */, - 000000000950 /* ARBidFlowViewController.m */, - 000000000960 /* ARCityBMWListComponentViewController.h */, - 000000000970 /* ARCityBMWListComponentViewController.m */, - 000000000980 /* ARCityComponentViewController.h */, - 000000000990 /* ARCityComponentViewController.m */, - 0000000009A0 /* ARCityFairListComponentViewController.h */, - 0000000009B0 /* ARCityFairListComponentViewController.m */, - 0000000009C0 /* ARCityPickerComponentViewController.h */, - 0000000009D0 /* ARCityPickerComponentViewController.m */, - 0000000009E0 /* ARCitySavedListComponentViewController.h */, - 0000000009F0 /* ARCitySavedListComponentViewController.m */, - 000000000A00 /* ARCitySectionListComponentViewController.h */, - 000000000A10 /* ARCitySectionListComponentViewController.m */, - 000000000A20 /* ARComponentViewController.h */, - 000000000A30 /* ARComponentViewController.m */, - 000000000A40 /* ARConversationComponentViewController.h */, - 000000000A50 /* ARConversationComponentViewController.m */, - 000000000A60 /* ARFairArtistsComponentViewController.h */, - 000000000A70 /* ARFairArtistsComponentViewController.m */, - 000000000A80 /* ARFairArtworksComponentViewController.h */, - 000000000A90 /* ARFairArtworksComponentViewController.m */, - 000000000AA0 /* ARFairBMWArtActivationComponentViewController.h */, - 000000000AB0 /* ARFairBMWArtActivationComponentViewController.m */, - 000000000AC0 /* ARFairBoothComponentViewController.h */, - 000000000AD0 /* ARFairBoothComponentViewController.m */, - 000000000AE0 /* ARFairComponentViewController.h */, - 000000000AF0 /* ARFairComponentViewController.m */, - 000000000B00 /* ARFairExhibitorsComponentViewController.h */, - 000000000B10 /* ARFairExhibitorsComponentViewController.m */, - 000000000B20 /* ARFairMoreInfoComponentViewController.h */, - 000000000B30 /* ARFairMoreInfoComponentViewController.m */, - 000000000B40 /* ARFavoritesComponentViewController.h */, - 000000000B50 /* ARFavoritesComponentViewController.m */, - 000000000B60 /* ARGeneComponentViewController.h */, - 000000000B70 /* ARGeneComponentViewController.m */, - 000000000B80 /* ARHomeComponentViewController.h */, - 000000000B90 /* ARHomeComponentViewController.m */, - 000000000BA0 /* ARInboxComponentViewController.h */, - 000000000BB0 /* ARInboxComponentViewController.m */, - 000000000BC0 /* ARInquiryComponentViewController.h */, - 000000000BD0 /* ARInquiryComponentViewController.m */, - 000000000BE0 /* ARMapComponentViewController.h */, - 000000000BF0 /* ARMapComponentViewController.m */, - 000000000C00 /* ARMapContainerViewController.h */, - 000000000C10 /* ARMapContainerViewController.m */, - 000000000C20 /* ARMediaPreviewController.h */, - 000000000C30 /* ARMediaPreviewController.m */, - 000000000C40 /* ARMyProfileEditViewController.h */, - 000000000C50 /* ARMyProfileEditViewController.m */, - 000000000C60 /* ARMyProfileViewController.h */, - 000000000C70 /* ARMyProfileViewController.m */, - 000000000C80 /* ARMySellingProfileViewController.h */, - 000000000C90 /* ARMySellingProfileViewController.m */, - 000000000CA0 /* ARShowArtistsComponentViewController.h */, - 000000000CB0 /* ARShowArtistsComponentViewController.m */, - 000000000CC0 /* ARShowArtworksComponentViewController.h */, - 000000000CD0 /* ARShowArtworksComponentViewController.m */, - 000000000CE0 /* ARShowComponentViewController.h */, - 000000000CF0 /* ARShowComponentViewController.m */, - 000000000D00 /* ARShowConsignmentsFlowViewController.h */, - 000000000D10 /* ARShowConsignmentsFlowViewController.m */, - 000000000D20 /* ARShowMoreInfoComponentViewController.h */, - 000000000D30 /* ARShowMoreInfoComponentViewController.m */, - 000000000D40 /* ARWorksForYouComponentViewController.h */, - 000000000D50 /* ARWorksForYouComponentViewController.m */, + 000000000920 /* ViewControllers */ = { + isa = PBXGroup; + children = ( + 000000000930 /* ARArtistComponentViewController.h */, + 000000000940 /* ARArtistComponentViewController.m */, + 000000000950 /* ARBidFlowViewController.h */, + 000000000960 /* ARBidFlowViewController.m */, + 000000000970 /* ARCityBMWListComponentViewController.h */, + 000000000980 /* ARCityBMWListComponentViewController.m */, + 000000000990 /* ARCityComponentViewController.h */, + 0000000009A0 /* ARCityComponentViewController.m */, + 0000000009B0 /* ARCityFairListComponentViewController.h */, + 0000000009C0 /* ARCityFairListComponentViewController.m */, + 0000000009D0 /* ARCityPickerComponentViewController.h */, + 0000000009E0 /* ARCityPickerComponentViewController.m */, + 0000000009F0 /* ARCitySavedListComponentViewController.h */, + 000000000A00 /* ARCitySavedListComponentViewController.m */, + 000000000A10 /* ARCitySectionListComponentViewController.h */, + 000000000A20 /* ARCitySectionListComponentViewController.m */, + 000000000A30 /* ARComponentViewController.h */, + 000000000A40 /* ARComponentViewController.m */, + 000000000A50 /* ARConversationComponentViewController.h */, + 000000000A60 /* ARConversationComponentViewController.m */, + 000000000A70 /* ARFairArtistsComponentViewController.h */, + 000000000A80 /* ARFairArtistsComponentViewController.m */, + 000000000A90 /* ARFairArtworksComponentViewController.h */, + 000000000AA0 /* ARFairArtworksComponentViewController.m */, + 000000000AB0 /* ARFairBMWArtActivationComponentViewController.h */, + 000000000AC0 /* ARFairBMWArtActivationComponentViewController.m */, + 000000000AD0 /* ARFairBoothComponentViewController.h */, + 000000000AE0 /* ARFairBoothComponentViewController.m */, + 000000000AF0 /* ARFairComponentViewController.h */, + 000000000B00 /* ARFairComponentViewController.m */, + 000000000B10 /* ARFairExhibitorsComponentViewController.h */, + 000000000B20 /* ARFairExhibitorsComponentViewController.m */, + 000000000B30 /* ARFairMoreInfoComponentViewController.h */, + 000000000B40 /* ARFairMoreInfoComponentViewController.m */, + 000000000B50 /* ARFavoritesComponentViewController.h */, + 000000000B60 /* ARFavoritesComponentViewController.m */, + 000000000B70 /* ARGeneComponentViewController.h */, + 000000000B80 /* ARGeneComponentViewController.m */, + 000000000B90 /* ARHomeComponentViewController.h */, + 000000000BA0 /* ARHomeComponentViewController.m */, + 000000000BB0 /* ARInboxComponentViewController.h */, + 000000000BC0 /* ARInboxComponentViewController.m */, + 000000000BD0 /* ARInquiryComponentViewController.h */, + 000000000BE0 /* ARInquiryComponentViewController.m */, + 000000000BF0 /* ARMapComponentViewController.h */, + 000000000C00 /* ARMapComponentViewController.m */, + 000000000C10 /* ARMapContainerViewController.h */, + 000000000C20 /* ARMapContainerViewController.m */, + 000000000C30 /* ARMediaPreviewController.h */, + 000000000C40 /* ARMediaPreviewController.m */, + 000000000C50 /* ARMyProfileEditViewController.h */, + 000000000C60 /* ARMyProfileEditViewController.m */, + 000000000C70 /* ARMyProfileViewController.h */, + 000000000C80 /* ARMyProfileViewController.m */, + 000000000C90 /* ARMySellingProfileViewController.h */, + 000000000CA0 /* ARMySellingProfileViewController.m */, + 000000000CB0 /* ARShowArtistsComponentViewController.h */, + 000000000CC0 /* ARShowArtistsComponentViewController.m */, + 000000000CD0 /* ARShowArtworksComponentViewController.h */, + 000000000CE0 /* ARShowArtworksComponentViewController.m */, + 000000000CF0 /* ARShowComponentViewController.h */, + 000000000D00 /* ARShowComponentViewController.m */, + 000000000D10 /* ARShowConsignmentsFlowViewController.h */, + 000000000D20 /* ARShowConsignmentsFlowViewController.m */, + 000000000D30 /* ARShowMoreInfoComponentViewController.h */, + 000000000D40 /* ARShowMoreInfoComponentViewController.m */, + 000000000D50 /* ARWorksForYouComponentViewController.h */, + 000000000D60 /* ARWorksForYouComponentViewController.m */, ); name = ViewControllers; path = Pod/Classes/ViewControllers; sourceTree = ""; }; - 000000000D60 /* ARAnimationContinuation */ = { + 000000000D70 /* ARAnimationContinuation */ = { isa = PBXGroup; children = ( - 000000000D70 /* ARAnimationContinuation.h */, - 000000000D80 /* ARAnimationContinuation.m */, + 000000000D80 /* ARAnimationContinuation.h */, + 000000000D90 /* ARAnimationContinuation.m */, ); name = ARAnimationContinuation; sourceTree = ""; }; - 000000000D90 /* ARLoadFailureView */ = { + 000000000DA0 /* ARLoadFailureView */ = { isa = PBXGroup; children = ( - 000000000DA0 /* ARLoadFailureView.h */, - 000000000DB0 /* ARLoadFailureView.m */, - 000000006BC0 /* Resources */, + 000000000DB0 /* ARLoadFailureView.h */, + 000000000DC0 /* ARLoadFailureView.m */, + 000000006C40 /* Resources */, ); name = ARLoadFailureView; sourceTree = ""; }; - 000000000DC0 /* ARSpinner */ = { + 000000000DD0 /* ARSpinner */ = { isa = PBXGroup; children = ( - 000000000DD0 /* ARSpinner.h */, - 000000000DE0 /* ARSpinner.m */, + 000000000DE0 /* ARSpinner.h */, + 000000000DF0 /* ARSpinner.m */, ); name = ARSpinner; sourceTree = ""; }; - 000000000DF0 /* ARSwitchView */ = { + 000000000E00 /* ARSwitchView */ = { isa = PBXGroup; children = ( - 000000000E00 /* ARSwitchView.h */, - 000000000E10 /* ARSwitchView.m */, + 000000000E10 /* ARSwitchView.h */, + 000000000E20 /* ARSwitchView.m */, ); name = ARSwitchView; sourceTree = ""; }; - 000000000E20 /* UILabel+Typography */ = { + 000000000E30 /* UILabel+Typography */ = { isa = PBXGroup; children = ( - 000000000E30 /* UILabel+Typography.h */, - 000000000E40 /* UILabel+Typography.m */, + 000000000E40 /* UILabel+Typography.h */, + 000000000E50 /* UILabel+Typography.m */, ); name = "UILabel+Typography"; sourceTree = ""; }; - 000000000E50 /* UIView+ARSpinner */ = { + 000000000E60 /* UIView+ARSpinner */ = { isa = PBXGroup; children = ( - 000000000E60 /* UIView+ARSpinner.h */, - 000000000E70 /* UIView+ARSpinner.m */, + 000000000E70 /* UIView+ARSpinner.h */, + 000000000E80 /* UIView+ARSpinner.m */, ); name = "UIView+ARSpinner"; sourceTree = ""; }; - 000000001020 /* Core */ = { + 000000001090 /* Core */ = { isa = PBXGroup; children = ( - 000000001030 /* KSCrashInstallation.h */, - 000000001040 /* KSCrashInstallation.m */, - 000000001050 /* KSCrashInstallation+Private.h */, - 000000001060 /* KSCString.h */, - 000000001070 /* KSCString.m */, + 0000000010A0 /* KSCrashInstallation.h */, + 0000000010B0 /* KSCrashInstallation.m */, + 0000000010C0 /* KSCrashInstallation+Private.h */, + 0000000010D0 /* KSCString.h */, + 0000000010E0 /* KSCString.m */, ); name = Core; sourceTree = ""; }; - 000000001080 /* Recording */ = { - isa = PBXGroup; - children = ( - 0000000016F0 /* AlignOf.h */, - 000000001700 /* Casting.h */, - 000000001710 /* Compiler.h */, - 000000001730 /* Demangle.cpp */, - 000000001740 /* Demangle.h */, - 000000001750 /* DemangleNodes.h */, - 000000001760 /* Fallthrough.h */, - 000000001320 /* KSCPU.c */, - 000000001330 /* KSCPU.h */, - 000000001340 /* KSCPU_Apple.h */, - 000000001350 /* KSCPU_arm.c */, - 000000001360 /* KSCPU_arm64.c */, - 000000001370 /* KSCPU_x86_32.c */, - 000000001380 /* KSCPU_x86_64.c */, - 000000001090 /* KSCrash.h */, - 0000000010A0 /* KSCrash.m */, - 0000000010B0 /* KSCrashC.c */, - 0000000010C0 /* KSCrashC.h */, - 0000000010D0 /* KSCrashCachedData.c */, - 0000000010E0 /* KSCrashCachedData.h */, - 0000000010F0 /* KSCrashDoctor.h */, - 000000001100 /* KSCrashDoctor.m */, - 0000000011B0 /* KSCrashMonitor.c */, - 0000000011C0 /* KSCrashMonitor.h */, - 000000001200 /* KSCrashMonitor_AppState.c */, - 000000001210 /* KSCrashMonitor_AppState.h */, - 000000001220 /* KSCrashMonitor_CPPException.cpp */, - 000000001230 /* KSCrashMonitor_CPPException.h */, - 000000001240 /* KSCrashMonitor_Deadlock.h */, - 000000001250 /* KSCrashMonitor_Deadlock.m */, - 000000001260 /* KSCrashMonitor_MachException.c */, - 000000001270 /* KSCrashMonitor_MachException.h */, - 000000001280 /* KSCrashMonitor_NSException.h */, - 000000001290 /* KSCrashMonitor_NSException.m */, - 0000000012A0 /* KSCrashMonitor_Signal.c */, - 0000000012B0 /* KSCrashMonitor_Signal.h */, - 0000000012C0 /* KSCrashMonitor_System.h */, - 0000000012D0 /* KSCrashMonitor_System.m */, - 0000000012E0 /* KSCrashMonitor_User.c */, - 0000000012F0 /* KSCrashMonitor_User.h */, - 000000001300 /* KSCrashMonitor_Zombie.c */, - 000000001310 /* KSCrashMonitor_Zombie.h */, - 0000000011D0 /* KSCrashMonitorContext.h */, - 0000000011E0 /* KSCrashMonitorType.c */, - 0000000011F0 /* KSCrashMonitorType.h */, - 000000001110 /* KSCrashReport.c */, - 000000001120 /* KSCrashReport.h */, - 000000001130 /* KSCrashReportFields.h */, - 0000000017C0 /* KSCrashReportFilter.h */, - 000000001140 /* KSCrashReportFixer.c */, - 000000001150 /* KSCrashReportFixer.h */, - 000000001160 /* KSCrashReportStore.c */, - 000000001170 /* KSCrashReportStore.h */, - 000000001180 /* KSCrashReportVersion.h */, - 000000001190 /* KSCrashReportWriter.h */, - 000000001390 /* KSDate.c */, - 0000000013A0 /* KSDate.h */, - 0000000013B0 /* KSDebug.c */, - 0000000013C0 /* KSDebug.h */, - 0000000013D0 /* KSDemangle_CPP.cpp */, - 0000000013E0 /* KSDemangle_CPP.h */, - 0000000013F0 /* KSDemangle_Swift.cpp */, - 000000001400 /* KSDemangle_Swift.h */, - 000000001410 /* KSDynamicLinker.c */, - 000000001420 /* KSDynamicLinker.h */, - 000000001430 /* KSFileUtils.c */, - 000000001440 /* KSFileUtils.h */, - 000000001450 /* KSID.c */, - 000000001460 /* KSID.h */, - 000000001470 /* KSJSONCodec.c */, - 000000001480 /* KSJSONCodec.h */, - 000000001490 /* KSJSONCodecObjC.h */, - 0000000014A0 /* KSJSONCodecObjC.m */, - 0000000014B0 /* KSLogger.c */, - 0000000014C0 /* KSLogger.h */, - 0000000014D0 /* KSMach.c */, - 0000000014E0 /* KSMach.h */, - 0000000014F0 /* KSMachineContext.c */, - 000000001500 /* KSMachineContext.h */, - 000000001510 /* KSMachineContext_Apple.h */, - 000000001520 /* KSMemory.c */, - 000000001530 /* KSMemory.h */, - 000000001540 /* KSObjC.c */, - 000000001550 /* KSObjC.h */, - 000000001560 /* KSObjCApple.h */, - 000000001570 /* KSSignalInfo.c */, - 000000001580 /* KSSignalInfo.h */, - 000000001590 /* KSStackCursor.c */, - 0000000015A0 /* KSStackCursor.h */, - 0000000015B0 /* KSStackCursor_Backtrace.c */, - 0000000015C0 /* KSStackCursor_Backtrace.h */, - 0000000015D0 /* KSStackCursor_MachineContext.c */, - 0000000015E0 /* KSStackCursor_MachineContext.h */, - 0000000015F0 /* KSStackCursor_SelfThread.c */, - 000000001600 /* KSStackCursor_SelfThread.h */, - 000000001610 /* KSString.c */, - 000000001620 /* KSString.h */, - 000000001630 /* KSSymbolicator.c */, - 000000001640 /* KSSymbolicator.h */, - 000000001650 /* KSSysCtl.c */, - 000000001660 /* KSSysCtl.h */, - 0000000011A0 /* KSSystemCapabilities.h */, - 000000001670 /* KSThread.c */, - 000000001680 /* KSThread.h */, - 000000001770 /* LLVM.h */, - 0000000016E0 /* llvm-config.h */, - 000000001780 /* Malloc.h */, - 0000000016B0 /* None.h */, - 000000001690 /* NSError+SimpleConstructor.h */, - 0000000016A0 /* NSError+SimpleConstructor.m */, - 0000000016C0 /* Optional.h */, - 000000001790 /* Punycode.cpp */, - 0000000017A0 /* Punycode.h */, - 0000000016D0 /* StringRef.h */, - 0000000017B0 /* SwiftStrings.h */, - 000000001720 /* type_traits.h */, - 0000000017D0 /* Tools */, + 0000000010F0 /* Recording */ = { + isa = PBXGroup; + children = ( + 000000001760 /* AlignOf.h */, + 000000001770 /* Casting.h */, + 000000001780 /* Compiler.h */, + 0000000017A0 /* Demangle.cpp */, + 0000000017B0 /* Demangle.h */, + 0000000017C0 /* DemangleNodes.h */, + 0000000017D0 /* Fallthrough.h */, + 000000001390 /* KSCPU.c */, + 0000000013A0 /* KSCPU.h */, + 0000000013B0 /* KSCPU_Apple.h */, + 0000000013C0 /* KSCPU_arm.c */, + 0000000013D0 /* KSCPU_arm64.c */, + 0000000013E0 /* KSCPU_x86_32.c */, + 0000000013F0 /* KSCPU_x86_64.c */, + 000000001100 /* KSCrash.h */, + 000000001110 /* KSCrash.m */, + 000000001120 /* KSCrashC.c */, + 000000001130 /* KSCrashC.h */, + 000000001140 /* KSCrashCachedData.c */, + 000000001150 /* KSCrashCachedData.h */, + 000000001160 /* KSCrashDoctor.h */, + 000000001170 /* KSCrashDoctor.m */, + 000000001220 /* KSCrashMonitor.c */, + 000000001230 /* KSCrashMonitor.h */, + 000000001270 /* KSCrashMonitor_AppState.c */, + 000000001280 /* KSCrashMonitor_AppState.h */, + 000000001290 /* KSCrashMonitor_CPPException.cpp */, + 0000000012A0 /* KSCrashMonitor_CPPException.h */, + 0000000012B0 /* KSCrashMonitor_Deadlock.h */, + 0000000012C0 /* KSCrashMonitor_Deadlock.m */, + 0000000012D0 /* KSCrashMonitor_MachException.c */, + 0000000012E0 /* KSCrashMonitor_MachException.h */, + 0000000012F0 /* KSCrashMonitor_NSException.h */, + 000000001300 /* KSCrashMonitor_NSException.m */, + 000000001310 /* KSCrashMonitor_Signal.c */, + 000000001320 /* KSCrashMonitor_Signal.h */, + 000000001330 /* KSCrashMonitor_System.h */, + 000000001340 /* KSCrashMonitor_System.m */, + 000000001350 /* KSCrashMonitor_User.c */, + 000000001360 /* KSCrashMonitor_User.h */, + 000000001370 /* KSCrashMonitor_Zombie.c */, + 000000001380 /* KSCrashMonitor_Zombie.h */, + 000000001240 /* KSCrashMonitorContext.h */, + 000000001250 /* KSCrashMonitorType.c */, + 000000001260 /* KSCrashMonitorType.h */, + 000000001180 /* KSCrashReport.c */, + 000000001190 /* KSCrashReport.h */, + 0000000011A0 /* KSCrashReportFields.h */, + 000000001830 /* KSCrashReportFilter.h */, + 0000000011B0 /* KSCrashReportFixer.c */, + 0000000011C0 /* KSCrashReportFixer.h */, + 0000000011D0 /* KSCrashReportStore.c */, + 0000000011E0 /* KSCrashReportStore.h */, + 0000000011F0 /* KSCrashReportVersion.h */, + 000000001200 /* KSCrashReportWriter.h */, + 000000001400 /* KSDate.c */, + 000000001410 /* KSDate.h */, + 000000001420 /* KSDebug.c */, + 000000001430 /* KSDebug.h */, + 000000001440 /* KSDemangle_CPP.cpp */, + 000000001450 /* KSDemangle_CPP.h */, + 000000001460 /* KSDemangle_Swift.cpp */, + 000000001470 /* KSDemangle_Swift.h */, + 000000001480 /* KSDynamicLinker.c */, + 000000001490 /* KSDynamicLinker.h */, + 0000000014A0 /* KSFileUtils.c */, + 0000000014B0 /* KSFileUtils.h */, + 0000000014C0 /* KSID.c */, + 0000000014D0 /* KSID.h */, + 0000000014E0 /* KSJSONCodec.c */, + 0000000014F0 /* KSJSONCodec.h */, + 000000001500 /* KSJSONCodecObjC.h */, + 000000001510 /* KSJSONCodecObjC.m */, + 000000001520 /* KSLogger.c */, + 000000001530 /* KSLogger.h */, + 000000001540 /* KSMach.c */, + 000000001550 /* KSMach.h */, + 000000001560 /* KSMachineContext.c */, + 000000001570 /* KSMachineContext.h */, + 000000001580 /* KSMachineContext_Apple.h */, + 000000001590 /* KSMemory.c */, + 0000000015A0 /* KSMemory.h */, + 0000000015B0 /* KSObjC.c */, + 0000000015C0 /* KSObjC.h */, + 0000000015D0 /* KSObjCApple.h */, + 0000000015E0 /* KSSignalInfo.c */, + 0000000015F0 /* KSSignalInfo.h */, + 000000001600 /* KSStackCursor.c */, + 000000001610 /* KSStackCursor.h */, + 000000001620 /* KSStackCursor_Backtrace.c */, + 000000001630 /* KSStackCursor_Backtrace.h */, + 000000001640 /* KSStackCursor_MachineContext.c */, + 000000001650 /* KSStackCursor_MachineContext.h */, + 000000001660 /* KSStackCursor_SelfThread.c */, + 000000001670 /* KSStackCursor_SelfThread.h */, + 000000001680 /* KSString.c */, + 000000001690 /* KSString.h */, + 0000000016A0 /* KSSymbolicator.c */, + 0000000016B0 /* KSSymbolicator.h */, + 0000000016C0 /* KSSysCtl.c */, + 0000000016D0 /* KSSysCtl.h */, + 000000001210 /* KSSystemCapabilities.h */, + 0000000016E0 /* KSThread.c */, + 0000000016F0 /* KSThread.h */, + 0000000017E0 /* LLVM.h */, + 000000001750 /* llvm-config.h */, + 0000000017F0 /* Malloc.h */, + 000000001720 /* None.h */, + 000000001700 /* NSError+SimpleConstructor.h */, + 000000001710 /* NSError+SimpleConstructor.m */, + 000000001730 /* Optional.h */, + 000000001800 /* Punycode.cpp */, + 000000001810 /* Punycode.h */, + 000000001740 /* StringRef.h */, + 000000001820 /* SwiftStrings.h */, + 000000001790 /* type_traits.h */, + 000000001840 /* Tools */, ); name = Recording; sourceTree = ""; }; - 0000000017D0 /* Tools */ = { + 000000001840 /* Tools */ = { isa = PBXGroup; children = ( ); name = Tools; sourceTree = ""; }; - 0000000017E0 /* Reporting */ = { + 000000001850 /* Reporting */ = { isa = PBXGroup; children = ( - 0000000017F0 /* Filters */, + 000000001860 /* Filters */, ); name = Reporting; sourceTree = ""; }; - 0000000017F0 /* Filters */ = { + 000000001860 /* Filters */ = { isa = PBXGroup; children = ( - 000000001800 /* Base */, - 000000001860 /* Basic */, + 000000001870 /* Base */, + 0000000018D0 /* Basic */, ); name = Filters; sourceTree = ""; }; - 000000001800 /* Base */ = { + 000000001870 /* Base */ = { isa = PBXGroup; children = ( - 000000001810 /* Container+DeepSearch.h */, - 000000001820 /* Container+DeepSearch.m */, - 000000001830 /* KSVarArgs.h */, - 000000001840 /* NSData+GZip.h */, - 000000001850 /* NSData+GZip.m */, + 000000001880 /* Container+DeepSearch.h */, + 000000001890 /* Container+DeepSearch.m */, + 0000000018A0 /* KSVarArgs.h */, + 0000000018B0 /* NSData+GZip.h */, + 0000000018C0 /* NSData+GZip.m */, ); name = Base; sourceTree = ""; }; - 000000001860 /* Basic */ = { + 0000000018D0 /* Basic */ = { isa = PBXGroup; children = ( - 000000001870 /* KSCrashReportFilterBasic.h */, - 000000001880 /* KSCrashReportFilterBasic.m */, + 0000000018E0 /* KSCrashReportFilterBasic.h */, + 0000000018F0 /* KSCrashReportFilterBasic.m */, ); name = Basic; sourceTree = ""; }; - 0000000019B0 /* Brushes */ = { + 000000001A20 /* Brushes */ = { isa = PBXGroup; children = ( - 0000000019C0 /* RNSVGBrush.h */, - 0000000019D0 /* RNSVGBrush.m */, - 0000000019E0 /* RNSVGBrushType.h */, - 0000000019F0 /* RNSVGPainter.h */, - 000000001A00 /* RNSVGPainter.m */, - 000000001A10 /* RNSVGPainterBrush.h */, - 000000001A20 /* RNSVGPainterBrush.m */, - 000000001A30 /* RNSVGSolidColorBrush.h */, - 000000001A40 /* RNSVGSolidColorBrush.m */, + 000000001A30 /* RNSVGBrush.h */, + 000000001A40 /* RNSVGBrush.m */, + 000000001A50 /* RNSVGBrushType.h */, + 000000001A60 /* RNSVGPainter.h */, + 000000001A70 /* RNSVGPainter.m */, + 000000001A80 /* RNSVGPainterBrush.h */, + 000000001A90 /* RNSVGPainterBrush.m */, + 000000001AA0 /* RNSVGSolidColorBrush.h */, + 000000001AB0 /* RNSVGSolidColorBrush.m */, ); name = Brushes; path = ios/Brushes; sourceTree = ""; }; - 000000001A50 /* Elements */ = { - isa = PBXGroup; - children = ( - 000000001A60 /* RNSVGClipPath.h */, - 000000001A70 /* RNSVGClipPath.m */, - 000000001A80 /* RNSVGDefs.h */, - 000000001A90 /* RNSVGDefs.m */, - 000000001AA0 /* RNSVGGroup.h */, - 000000001AB0 /* RNSVGGroup.m */, - 000000001AC0 /* RNSVGImage.h */, - 000000001AD0 /* RNSVGImage.m */, - 000000001AE0 /* RNSVGLinearGradient.h */, - 000000001AF0 /* RNSVGLinearGradient.m */, - 000000001B00 /* RNSVGMask.h */, - 000000001B10 /* RNSVGMask.m */, - 000000001B20 /* RNSVGPath.h */, - 000000001B30 /* RNSVGPath.m */, - 000000001B40 /* RNSVGPattern.m */, - 000000001B50 /* RNSVGRadialGradient.h */, - 000000001B60 /* RNSVGRadialGradient.m */, - 000000001B70 /* RNSVGSvgView.h */, - 000000001B80 /* RNSVGSvgView.m */, - 000000001B90 /* RNSVGSymbol.h */, - 000000001BA0 /* RNSVGSymbol.m */, - 000000001BB0 /* RNSVGUse.h */, - 000000001BC0 /* RNSVGUse.m */, + 000000001AC0 /* Elements */ = { + isa = PBXGroup; + children = ( + 000000001AD0 /* RNSVGClipPath.h */, + 000000001AE0 /* RNSVGClipPath.m */, + 000000001AF0 /* RNSVGDefs.h */, + 000000001B00 /* RNSVGDefs.m */, + 000000001B10 /* RNSVGGroup.h */, + 000000001B20 /* RNSVGGroup.m */, + 000000001B30 /* RNSVGImage.h */, + 000000001B40 /* RNSVGImage.m */, + 000000001B50 /* RNSVGLinearGradient.h */, + 000000001B60 /* RNSVGLinearGradient.m */, + 000000001B70 /* RNSVGMask.h */, + 000000001B80 /* RNSVGMask.m */, + 000000001B90 /* RNSVGPath.h */, + 000000001BA0 /* RNSVGPath.m */, + 000000001BB0 /* RNSVGPattern.m */, + 000000001BC0 /* RNSVGRadialGradient.h */, + 000000001BD0 /* RNSVGRadialGradient.m */, + 000000001BE0 /* RNSVGSvgView.h */, + 000000001BF0 /* RNSVGSvgView.m */, + 000000001C00 /* RNSVGSymbol.h */, + 000000001C10 /* RNSVGSymbol.m */, + 000000001C20 /* RNSVGUse.h */, + 000000001C30 /* RNSVGUse.m */, ); name = Elements; path = ios/Elements; sourceTree = ""; }; - 000000001C30 /* Shapes */ = { + 000000001CA0 /* Shapes */ = { isa = PBXGroup; children = ( - 000000001C40 /* RNSVGCircle.h */, - 000000001C50 /* RNSVGCircle.m */, - 000000001C60 /* RNSVGEllipse.h */, - 000000001C70 /* RNSVGEllipse.m */, - 000000001C80 /* RNSVGLine.h */, - 000000001C90 /* RNSVGLine.m */, - 000000001CA0 /* RNSVGRect.h */, - 000000001CB0 /* RNSVGRect.m */, + 000000001CB0 /* RNSVGCircle.h */, + 000000001CC0 /* RNSVGCircle.m */, + 000000001CD0 /* RNSVGEllipse.h */, + 000000001CE0 /* RNSVGEllipse.m */, + 000000001CF0 /* RNSVGLine.h */, + 000000001D00 /* RNSVGLine.m */, + 000000001D10 /* RNSVGRect.h */, + 000000001D20 /* RNSVGRect.m */, ); name = Shapes; path = ios/Shapes; sourceTree = ""; }; - 000000001CC0 /* Text */ = { + 000000001D30 /* Text */ = { isa = PBXGroup; children = ( - 000000001CD0 /* RNSVGFontData.h */, - 000000001CE0 /* RNSVGFontData.m */, - 000000001CF0 /* RNSVGGlyphContext.h */, - 000000001D00 /* RNSVGGlyphContext.m */, - 000000001D10 /* RNSVGPropHelper.h */, - 000000001D20 /* RNSVGPropHelper.m */, - 000000001D30 /* RNSVGText.h */, - 000000001D40 /* RNSVGText.m */, - 000000001D50 /* RNSVGTextPath.h */, - 000000001D60 /* RNSVGTextPath.m */, - 000000001D70 /* RNSVGTextProperties.h */, - 000000001D80 /* RNSVGTextProperties.m */, - 000000001D90 /* RNSVGTSpan.h */, - 000000001DA0 /* RNSVGTSpan.m */, + 000000001D40 /* RNSVGFontData.h */, + 000000001D50 /* RNSVGFontData.m */, + 000000001D60 /* RNSVGGlyphContext.h */, + 000000001D70 /* RNSVGGlyphContext.m */, + 000000001D80 /* RNSVGPropHelper.h */, + 000000001D90 /* RNSVGPropHelper.m */, + 000000001DA0 /* RNSVGText.h */, + 000000001DB0 /* RNSVGText.m */, + 000000001DC0 /* RNSVGTextPath.h */, + 000000001DD0 /* RNSVGTextPath.m */, + 000000001DE0 /* RNSVGTextProperties.h */, + 000000001DF0 /* RNSVGTextProperties.m */, + 000000001E00 /* RNSVGTSpan.h */, + 000000001E10 /* RNSVGTSpan.m */, ); name = Text; path = ios/Text; sourceTree = ""; }; - 000000001DB0 /* Utils */ = { + 000000001E20 /* Utils */ = { isa = PBXGroup; children = ( - 000000001DC0 /* RCTConvert+RNSVG.h */, - 000000001DD0 /* RCTConvert+RNSVG.m */, - 000000001DE0 /* RNSVGBezierElement.h */, - 000000001DF0 /* RNSVGBezierElement.m */, - 000000001E00 /* RNSVGCGFCRule.h */, - 000000001E10 /* RNSVGLength.h */, - 000000001E20 /* RNSVGLength.m */, - 000000001E30 /* RNSVGPathParser.h */, - 000000001E40 /* RNSVGPathParser.m */, - 000000001E50 /* RNSVGPercentageConverter.h */, - 000000001E60 /* RNSVGPercentageConverter.m */, - 000000001E70 /* RNSVGUnits.h */, - 000000001E80 /* RNSVGVBMOS.h */, - 000000001E90 /* RNSVGViewBox.h */, - 000000001EA0 /* RNSVGViewBox.m */, + 000000001E30 /* RCTConvert+RNSVG.h */, + 000000001E40 /* RCTConvert+RNSVG.m */, + 000000001E50 /* RNSVGBezierElement.h */, + 000000001E60 /* RNSVGBezierElement.m */, + 000000001E70 /* RNSVGCGFCRule.h */, + 000000001E80 /* RNSVGLength.h */, + 000000001E90 /* RNSVGLength.m */, + 000000001EA0 /* RNSVGPathParser.h */, + 000000001EB0 /* RNSVGPathParser.m */, + 000000001EC0 /* RNSVGPercentageConverter.h */, + 000000001ED0 /* RNSVGPercentageConverter.m */, + 000000001EE0 /* RNSVGUnits.h */, + 000000001EF0 /* RNSVGVBMOS.h */, + 000000001F00 /* RNSVGViewBox.h */, + 000000001F10 /* RNSVGViewBox.m */, ); name = Utils; path = ios/Utils; sourceTree = ""; }; - 000000001EB0 /* ViewManagers */ = { - isa = PBXGroup; - children = ( - 000000001EC0 /* RNSVGCircleManager.h */, - 000000001ED0 /* RNSVGCircleManager.m */, - 000000001EE0 /* RNSVGClipPathManager.h */, - 000000001EF0 /* RNSVGClipPathManager.m */, - 000000001F00 /* RNSVGDefsManager.h */, - 000000001F10 /* RNSVGDefsManager.m */, - 000000001F20 /* RNSVGEllipseManager.h */, - 000000001F30 /* RNSVGEllipseManager.m */, - 000000001F40 /* RNSVGGroupManager.h */, - 000000001F50 /* RNSVGGroupManager.m */, - 000000001F60 /* RNSVGImageManager.h */, - 000000001F70 /* RNSVGImageManager.m */, - 000000001F80 /* RNSVGLinearGradientManager.h */, - 000000001F90 /* RNSVGLinearGradientManager.m */, - 000000001FA0 /* RNSVGLineManager.h */, - 000000001FB0 /* RNSVGLineManager.m */, - 000000001FC0 /* RNSVGMaskManager.h */, - 000000001FD0 /* RNSVGMaskManager.m */, - 000000001FE0 /* RNSVGNodeManager.h */, - 000000001FF0 /* RNSVGNodeManager.m */, - 000000002000 /* RNSVGPathManager.h */, - 000000002010 /* RNSVGPathManager.m */, - 000000002020 /* RNSVGPatternManager.h */, - 000000002030 /* RNSVGPatternManager.m */, - 000000002040 /* RNSVGRadialGradientManager.h */, - 000000002050 /* RNSVGRadialGradientManager.m */, - 000000002060 /* RNSVGRectManager.h */, - 000000002070 /* RNSVGRectManager.m */, - 000000002080 /* RNSVGRenderableManager.h */, - 000000002090 /* RNSVGRenderableManager.m */, - 0000000020A0 /* RNSVGSvgViewManager.h */, - 0000000020B0 /* RNSVGSvgViewManager.m */, - 0000000020C0 /* RNSVGSymbolManager.h */, - 0000000020D0 /* RNSVGSymbolManager.m */, - 0000000020E0 /* RNSVGTextManager.h */, - 0000000020F0 /* RNSVGTextManager.m */, - 000000002100 /* RNSVGTextPathManager.h */, - 000000002110 /* RNSVGTextPathManager.m */, - 000000002120 /* RNSVGTSpanManager.h */, - 000000002130 /* RNSVGTSpanManager.m */, - 000000002140 /* RNSVGUseManager.h */, - 000000002150 /* RNSVGUseManager.m */, + 000000001F20 /* ViewManagers */ = { + isa = PBXGroup; + children = ( + 000000001F30 /* RNSVGCircleManager.h */, + 000000001F40 /* RNSVGCircleManager.m */, + 000000001F50 /* RNSVGClipPathManager.h */, + 000000001F60 /* RNSVGClipPathManager.m */, + 000000001F70 /* RNSVGDefsManager.h */, + 000000001F80 /* RNSVGDefsManager.m */, + 000000001F90 /* RNSVGEllipseManager.h */, + 000000001FA0 /* RNSVGEllipseManager.m */, + 000000001FB0 /* RNSVGGroupManager.h */, + 000000001FC0 /* RNSVGGroupManager.m */, + 000000001FD0 /* RNSVGImageManager.h */, + 000000001FE0 /* RNSVGImageManager.m */, + 000000001FF0 /* RNSVGLinearGradientManager.h */, + 000000002000 /* RNSVGLinearGradientManager.m */, + 000000002010 /* RNSVGLineManager.h */, + 000000002020 /* RNSVGLineManager.m */, + 000000002030 /* RNSVGMaskManager.h */, + 000000002040 /* RNSVGMaskManager.m */, + 000000002050 /* RNSVGNodeManager.h */, + 000000002060 /* RNSVGNodeManager.m */, + 000000002070 /* RNSVGPathManager.h */, + 000000002080 /* RNSVGPathManager.m */, + 000000002090 /* RNSVGPatternManager.h */, + 0000000020A0 /* RNSVGPatternManager.m */, + 0000000020B0 /* RNSVGRadialGradientManager.h */, + 0000000020C0 /* RNSVGRadialGradientManager.m */, + 0000000020D0 /* RNSVGRectManager.h */, + 0000000020E0 /* RNSVGRectManager.m */, + 0000000020F0 /* RNSVGRenderableManager.h */, + 000000002100 /* RNSVGRenderableManager.m */, + 000000002110 /* RNSVGSvgViewManager.h */, + 000000002120 /* RNSVGSvgViewManager.m */, + 000000002130 /* RNSVGSymbolManager.h */, + 000000002140 /* RNSVGSymbolManager.m */, + 000000002150 /* RNSVGTextManager.h */, + 000000002160 /* RNSVGTextManager.m */, + 000000002170 /* RNSVGTextPathManager.h */, + 000000002180 /* RNSVGTextPathManager.m */, + 000000002190 /* RNSVGTSpanManager.h */, + 0000000021A0 /* RNSVGTSpanManager.m */, + 0000000021B0 /* RNSVGUseManager.h */, + 0000000021C0 /* RNSVGUseManager.m */, ); name = ViewManagers; path = ios/ViewManagers; sourceTree = ""; }; - 000000002160 /* Core */ = { + 0000000021D0 /* Core */ = { isa = PBXGroup; children = ( - 000000002170 /* Base */, - 000000002760 /* Modules */, - 000000002A50 /* Profiler */, - 000000002B00 /* UIUtils */, - 000000002B30 /* Views */, + 0000000021E0 /* Base */, + 0000000027B0 /* Modules */, + 000000002A80 /* Profiler */, + 000000002B30 /* UIUtils */, + 000000002B60 /* Views */, ); name = Core; sourceTree = ""; }; - 000000002170 /* Base */ = { - isa = PBXGroup; - children = ( - 000000002180 /* RCTAssert.h */, - 000000002190 /* RCTAssert.m */, - 0000000021B0 /* RCTBridge.h */, - 0000000021C0 /* RCTBridge.m */, - 0000000021A0 /* RCTBridge+Private.h */, - 0000000021D0 /* RCTBridgeDelegate.h */, - 0000000021E0 /* RCTBridgeMethod.h */, - 0000000021F0 /* RCTBridgeModule.h */, - 000000002200 /* RCTBundleURLProvider.h */, - 000000002210 /* RCTBundleURLProvider.m */, - 000000002220 /* RCTConvert.h */, - 000000002230 /* RCTConvert.m */, - 000000002240 /* RCTCxxConvert.h */, - 000000002250 /* RCTCxxConvert.m */, - 000000002260 /* RCTDefines.h */, - 000000002270 /* RCTDisplayLink.h */, - 000000002280 /* RCTDisplayLink.m */, - 000000002290 /* RCTErrorCustomizer.h */, - 0000000022A0 /* RCTErrorInfo.h */, - 0000000022B0 /* RCTErrorInfo.m */, - 0000000022C0 /* RCTEventDispatcher.h */, - 0000000022D0 /* RCTEventDispatcher.m */, - 0000000022E0 /* RCTFrameUpdate.h */, - 0000000022F0 /* RCTFrameUpdate.m */, - 000000002300 /* RCTImageSource.h */, - 000000002310 /* RCTImageSource.m */, - 000000002320 /* RCTInvalidating.h */, - 000000002330 /* RCTJavaScriptExecutor.h */, - 000000002340 /* RCTJavaScriptLoader.h */, - 000000002350 /* RCTJavaScriptLoader.mm */, - 000000002360 /* RCTJSCErrorHandling.h */, - 000000002370 /* RCTJSCErrorHandling.mm */, - 000000002380 /* RCTJSStackFrame.h */, - 000000002390 /* RCTJSStackFrame.m */, - 0000000023A0 /* RCTKeyCommands.h */, - 0000000023B0 /* RCTKeyCommands.m */, - 0000000023C0 /* RCTLog.h */, - 0000000023D0 /* RCTLog.mm */, - 0000000023E0 /* RCTManagedPointer.h */, - 0000000023F0 /* RCTManagedPointer.mm */, - 000000002400 /* RCTModuleData.h */, - 000000002410 /* RCTModuleData.mm */, - 000000002420 /* RCTModuleMethod.h */, - 000000002430 /* RCTModuleMethod.mm */, - 000000002440 /* RCTMultipartDataTask.h */, - 000000002450 /* RCTMultipartDataTask.m */, - 000000002460 /* RCTMultipartStreamReader.h */, - 000000002470 /* RCTMultipartStreamReader.m */, - 000000002480 /* RCTNullability.h */, - 000000002490 /* RCTParserUtils.h */, - 0000000024A0 /* RCTParserUtils.m */, - 0000000024B0 /* RCTPerformanceLogger.h */, - 0000000024C0 /* RCTPerformanceLogger.m */, - 0000000024D0 /* RCTPlatform.h */, - 0000000024E0 /* RCTPlatform.m */, - 0000000024F0 /* RCTReloadCommand.h */, - 000000002500 /* RCTReloadCommand.m */, - 000000002510 /* RCTRootContentView.h */, - 000000002520 /* RCTRootContentView.m */, - 000000002530 /* RCTRootView.h */, - 000000002540 /* RCTRootView.m */, - 000000002550 /* RCTRootViewDelegate.h */, - 000000002560 /* RCTRootViewInternal.h */, - 000000002570 /* RCTTouchEvent.h */, - 000000002580 /* RCTTouchEvent.m */, - 000000002590 /* RCTTouchHandler.h */, - 0000000025A0 /* RCTTouchHandler.m */, - 0000000025B0 /* RCTURLRequestDelegate.h */, - 0000000025C0 /* RCTURLRequestHandler.h */, - 0000000025D0 /* RCTUtils.h */, - 0000000025E0 /* RCTUtils.m */, - 0000000025F0 /* RCTVersion.h */, - 000000002600 /* RCTVersion.m */, - 000000002610 /* Surface */, + 0000000021E0 /* Base */ = { + isa = PBXGroup; + children = ( + 0000000021F0 /* RCTAssert.h */, + 000000002200 /* RCTAssert.m */, + 000000002220 /* RCTBridge.h */, + 000000002230 /* RCTBridge.m */, + 000000002210 /* RCTBridge+Private.h */, + 000000002240 /* RCTBridgeDelegate.h */, + 000000002250 /* RCTBridgeMethod.h */, + 000000002260 /* RCTBridgeModule.h */, + 000000002270 /* RCTBundleURLProvider.h */, + 000000002280 /* RCTBundleURLProvider.m */, + 000000002290 /* RCTConvert.h */, + 0000000022A0 /* RCTConvert.m */, + 0000000022B0 /* RCTCxxConvert.h */, + 0000000022C0 /* RCTCxxConvert.m */, + 0000000022D0 /* RCTDefines.h */, + 0000000022E0 /* RCTDisplayLink.h */, + 0000000022F0 /* RCTDisplayLink.m */, + 000000002300 /* RCTErrorCustomizer.h */, + 000000002310 /* RCTErrorInfo.h */, + 000000002320 /* RCTErrorInfo.m */, + 000000002330 /* RCTEventDispatcher.h */, + 000000002340 /* RCTEventDispatcher.m */, + 000000002350 /* RCTFrameUpdate.h */, + 000000002360 /* RCTFrameUpdate.m */, + 000000002370 /* RCTImageSource.h */, + 000000002380 /* RCTImageSource.m */, + 000000002390 /* RCTInvalidating.h */, + 0000000023A0 /* RCTJavaScriptExecutor.h */, + 0000000023B0 /* RCTJavaScriptLoader.h */, + 0000000023C0 /* RCTJavaScriptLoader.mm */, + 0000000023D0 /* RCTJSStackFrame.h */, + 0000000023E0 /* RCTJSStackFrame.m */, + 0000000023F0 /* RCTKeyCommands.h */, + 000000002400 /* RCTKeyCommands.m */, + 000000002410 /* RCTLog.h */, + 000000002420 /* RCTLog.mm */, + 000000002430 /* RCTManagedPointer.h */, + 000000002440 /* RCTManagedPointer.mm */, + 000000002450 /* RCTModuleData.h */, + 000000002460 /* RCTModuleData.mm */, + 000000002470 /* RCTModuleMethod.h */, + 000000002480 /* RCTModuleMethod.mm */, + 000000002490 /* RCTMultipartDataTask.h */, + 0000000024A0 /* RCTMultipartDataTask.m */, + 0000000024B0 /* RCTMultipartStreamReader.h */, + 0000000024C0 /* RCTMultipartStreamReader.m */, + 0000000024D0 /* RCTNullability.h */, + 0000000024E0 /* RCTParserUtils.h */, + 0000000024F0 /* RCTParserUtils.m */, + 000000002500 /* RCTPerformanceLogger.h */, + 000000002510 /* RCTPerformanceLogger.m */, + 000000002520 /* RCTPlatform.h */, + 000000002530 /* RCTPlatform.m */, + 000000002540 /* RCTReloadCommand.h */, + 000000002550 /* RCTReloadCommand.m */, + 000000002560 /* RCTRootContentView.h */, + 000000002570 /* RCTRootContentView.m */, + 000000002580 /* RCTRootView.h */, + 000000002590 /* RCTRootView.m */, + 0000000025A0 /* RCTRootViewDelegate.h */, + 0000000025B0 /* RCTRootViewInternal.h */, + 0000000025C0 /* RCTTouchEvent.h */, + 0000000025D0 /* RCTTouchEvent.m */, + 0000000025E0 /* RCTTouchHandler.h */, + 0000000025F0 /* RCTTouchHandler.m */, + 000000002600 /* RCTURLRequestDelegate.h */, + 000000002610 /* RCTURLRequestHandler.h */, + 000000002620 /* RCTUtils.h */, + 000000002630 /* RCTUtils.m */, + 000000002640 /* RCTVersion.h */, + 000000002650 /* RCTVersion.m */, + 000000002660 /* Surface */, ); name = Base; path = React/Base; sourceTree = ""; }; - 000000002610 /* Surface */ = { + 000000002660 /* Surface */ = { isa = PBXGroup; children = ( - 000000002620 /* RCTSurface.h */, - 000000002630 /* RCTSurface.mm */, - 000000002640 /* RCTSurfaceDelegate.h */, - 000000002650 /* RCTSurfaceRootShadowView.h */, - 000000002660 /* RCTSurfaceRootShadowView.m */, - 000000002670 /* RCTSurfaceRootShadowViewDelegate.h */, - 000000002680 /* RCTSurfaceRootView.h */, - 000000002690 /* RCTSurfaceRootView.mm */, - 0000000026A0 /* RCTSurfaceStage.h */, - 0000000026B0 /* RCTSurfaceStage.m */, - 0000000026D0 /* RCTSurfaceView.h */, - 0000000026E0 /* RCTSurfaceView.mm */, - 0000000026C0 /* RCTSurfaceView+Internal.h */, - 0000000026F0 /* SurfaceHostingView */, + 000000002670 /* RCTSurface.h */, + 000000002680 /* RCTSurface.mm */, + 000000002690 /* RCTSurfaceDelegate.h */, + 0000000026A0 /* RCTSurfaceRootShadowView.h */, + 0000000026B0 /* RCTSurfaceRootShadowView.m */, + 0000000026C0 /* RCTSurfaceRootShadowViewDelegate.h */, + 0000000026D0 /* RCTSurfaceRootView.h */, + 0000000026E0 /* RCTSurfaceRootView.mm */, + 0000000026F0 /* RCTSurfaceStage.h */, + 000000002700 /* RCTSurfaceStage.m */, + 000000002720 /* RCTSurfaceView.h */, + 000000002730 /* RCTSurfaceView.mm */, + 000000002710 /* RCTSurfaceView+Internal.h */, + 000000002740 /* SurfaceHostingView */, ); + name = Surface; path = Surface; sourceTree = ""; }; - 0000000026F0 /* SurfaceHostingView */ = { + 000000002740 /* SurfaceHostingView */ = { isa = PBXGroup; children = ( - 000000002700 /* RCTSurfaceHostingProxyRootView.h */, - 000000002710 /* RCTSurfaceHostingProxyRootView.mm */, - 000000002720 /* RCTSurfaceHostingView.h */, - 000000002730 /* RCTSurfaceHostingView.mm */, - 000000002740 /* RCTSurfaceSizeMeasureMode.h */, - 000000002750 /* RCTSurfaceSizeMeasureMode.mm */, + 000000002750 /* RCTSurfaceHostingProxyRootView.h */, + 000000002760 /* RCTSurfaceHostingProxyRootView.mm */, + 000000002770 /* RCTSurfaceHostingView.h */, + 000000002780 /* RCTSurfaceHostingView.mm */, + 000000002790 /* RCTSurfaceSizeMeasureMode.h */, + 0000000027A0 /* RCTSurfaceSizeMeasureMode.mm */, ); + name = SurfaceHostingView; path = SurfaceHostingView; sourceTree = ""; }; - 000000002760 /* Modules */ = { - isa = PBXGroup; - children = ( - 000000002770 /* RCTAccessibilityManager.h */, - 000000002780 /* RCTAccessibilityManager.m */, - 000000002790 /* RCTAlertManager.h */, - 0000000027A0 /* RCTAlertManager.m */, - 0000000027B0 /* RCTAppState.h */, - 0000000027C0 /* RCTAppState.m */, - 0000000027D0 /* RCTAsyncLocalStorage.h */, - 0000000027E0 /* RCTAsyncLocalStorage.m */, - 0000000027F0 /* RCTClipboard.h */, - 000000002800 /* RCTClipboard.m */, - 000000002810 /* RCTDeviceInfo.h */, - 000000002820 /* RCTDeviceInfo.m */, - 000000002830 /* RCTDevSettings.h */, - 000000002840 /* RCTDevSettings.mm */, - 000000002850 /* RCTEventEmitter.h */, - 000000002860 /* RCTEventEmitter.m */, - 000000002870 /* RCTExceptionsManager.h */, - 000000002880 /* RCTExceptionsManager.m */, - 000000002890 /* RCTI18nManager.h */, - 0000000028A0 /* RCTI18nManager.m */, - 0000000028B0 /* RCTI18nUtil.h */, - 0000000028C0 /* RCTI18nUtil.m */, - 0000000028D0 /* RCTJSCSamplingProfiler.h */, - 0000000028E0 /* RCTJSCSamplingProfiler.m */, - 0000000028F0 /* RCTKeyboardObserver.h */, - 000000002900 /* RCTKeyboardObserver.m */, - 000000002910 /* RCTLayoutAnimation.h */, - 000000002920 /* RCTLayoutAnimation.m */, - 000000002930 /* RCTLayoutAnimationGroup.h */, - 000000002940 /* RCTLayoutAnimationGroup.m */, - 000000002950 /* RCTRedBox.h */, - 000000002960 /* RCTRedBox.m */, - 000000002970 /* RCTRedBoxExtraDataViewController.h */, - 000000002980 /* RCTRedBoxExtraDataViewController.m */, - 000000002990 /* RCTSourceCode.h */, - 0000000029A0 /* RCTSourceCode.m */, - 0000000029B0 /* RCTStatusBarManager.h */, - 0000000029C0 /* RCTStatusBarManager.m */, - 0000000029D0 /* RCTTiming.h */, - 0000000029E0 /* RCTTiming.m */, - 0000000029F0 /* RCTUIManager.h */, - 000000002A00 /* RCTUIManager.m */, - 000000002A10 /* RCTUIManagerObserverCoordinator.h */, - 000000002A20 /* RCTUIManagerObserverCoordinator.mm */, - 000000002A30 /* RCTUIManagerUtils.h */, - 000000002A40 /* RCTUIManagerUtils.m */, + 0000000027B0 /* Modules */ = { + isa = PBXGroup; + children = ( + 0000000027C0 /* RCTAccessibilityManager.h */, + 0000000027D0 /* RCTAccessibilityManager.m */, + 0000000027E0 /* RCTAlertManager.h */, + 0000000027F0 /* RCTAlertManager.m */, + 000000002800 /* RCTAppState.h */, + 000000002810 /* RCTAppState.m */, + 000000002820 /* RCTAsyncLocalStorage.h */, + 000000002830 /* RCTAsyncLocalStorage.m */, + 000000002840 /* RCTClipboard.h */, + 000000002850 /* RCTClipboard.m */, + 000000002860 /* RCTDeviceInfo.h */, + 000000002870 /* RCTDeviceInfo.m */, + 000000002880 /* RCTDevSettings.h */, + 000000002890 /* RCTDevSettings.mm */, + 0000000028A0 /* RCTEventEmitter.h */, + 0000000028B0 /* RCTEventEmitter.m */, + 0000000028C0 /* RCTExceptionsManager.h */, + 0000000028D0 /* RCTExceptionsManager.m */, + 0000000028E0 /* RCTI18nManager.h */, + 0000000028F0 /* RCTI18nManager.m */, + 000000002900 /* RCTI18nUtil.h */, + 000000002910 /* RCTI18nUtil.m */, + 000000002920 /* RCTKeyboardObserver.h */, + 000000002930 /* RCTKeyboardObserver.m */, + 000000002940 /* RCTLayoutAnimation.h */, + 000000002950 /* RCTLayoutAnimation.m */, + 000000002960 /* RCTLayoutAnimationGroup.h */, + 000000002970 /* RCTLayoutAnimationGroup.m */, + 000000002980 /* RCTRedBox.h */, + 000000002990 /* RCTRedBox.m */, + 0000000029A0 /* RCTRedBoxExtraDataViewController.h */, + 0000000029B0 /* RCTRedBoxExtraDataViewController.m */, + 0000000029C0 /* RCTSourceCode.h */, + 0000000029D0 /* RCTSourceCode.m */, + 0000000029E0 /* RCTStatusBarManager.h */, + 0000000029F0 /* RCTStatusBarManager.m */, + 000000002A00 /* RCTTiming.h */, + 000000002A10 /* RCTTiming.m */, + 000000002A20 /* RCTUIManager.h */, + 000000002A30 /* RCTUIManager.m */, + 000000002A40 /* RCTUIManagerObserverCoordinator.h */, + 000000002A50 /* RCTUIManagerObserverCoordinator.mm */, + 000000002A60 /* RCTUIManagerUtils.h */, + 000000002A70 /* RCTUIManagerUtils.m */, ); name = Modules; path = React/Modules; sourceTree = ""; }; - 000000002A50 /* Profiler */ = { + 000000002A80 /* Profiler */ = { isa = PBXGroup; children = ( - 000000002A60 /* RCTFPSGraph.h */, - 000000002A70 /* RCTFPSGraph.m */, - 000000002A80 /* RCTMacros.h */, - 000000002A90 /* RCTPerfMonitor.m */, - 000000002AA0 /* RCTProfile.h */, - 000000002AB0 /* RCTProfile.m */, - 000000002AC0 /* RCTProfileTrampoline-arm.S */, - 000000002AD0 /* RCTProfileTrampoline-arm64.S */, - 000000002AE0 /* RCTProfileTrampoline-i386.S */, - 000000002AF0 /* RCTProfileTrampoline-x86_64.S */, + 000000002A90 /* RCTFPSGraph.h */, + 000000002AA0 /* RCTFPSGraph.m */, + 000000002AB0 /* RCTMacros.h */, + 000000002AC0 /* RCTPerfMonitor.m */, + 000000002AD0 /* RCTProfile.h */, + 000000002AE0 /* RCTProfile.m */, + 000000002AF0 /* RCTProfileTrampoline-arm.S */, + 000000002B00 /* RCTProfileTrampoline-arm64.S */, + 000000002B10 /* RCTProfileTrampoline-i386.S */, + 000000002B20 /* RCTProfileTrampoline-x86_64.S */, ); name = Profiler; path = React/Profiler; sourceTree = ""; }; - 000000002B00 /* UIUtils */ = { + 000000002B30 /* UIUtils */ = { isa = PBXGroup; children = ( - 000000002B10 /* RCTUIUtils.h */, - 000000002B20 /* RCTUIUtils.m */, + 000000002B40 /* RCTUIUtils.h */, + 000000002B50 /* RCTUIUtils.m */, ); name = UIUtils; path = React/UIUtils; sourceTree = ""; }; - 000000002B30 /* Views */ = { - isa = PBXGroup; - children = ( - 000000002B40 /* RCTActivityIndicatorView.h */, - 000000002B50 /* RCTActivityIndicatorView.m */, - 000000002B60 /* RCTActivityIndicatorViewManager.h */, - 000000002B70 /* RCTActivityIndicatorViewManager.m */, - 000000002B80 /* RCTAnimationType.h */, - 000000002B90 /* RCTAutoInsetsProtocol.h */, - 000000002BA0 /* RCTBorderDrawing.h */, - 000000002BB0 /* RCTBorderDrawing.m */, - 000000002BC0 /* RCTBorderStyle.h */, - 000000002BD0 /* RCTComponent.h */, - 000000002BE0 /* RCTComponentData.h */, - 000000002BF0 /* RCTComponentData.m */, - 000000002C00 /* RCTConvert+CoreLocation.h */, - 000000002C10 /* RCTConvert+CoreLocation.m */, - 000000002C20 /* RCTConvert+Transform.h */, - 000000002C30 /* RCTConvert+Transform.m */, - 000000002C40 /* RCTDatePicker.h */, - 000000002C50 /* RCTDatePicker.m */, - 000000002C60 /* RCTDatePickerManager.h */, - 000000002C70 /* RCTDatePickerManager.m */, - 000000002C80 /* RCTFont.h */, - 000000002C90 /* RCTFont.mm */, - 000000002CA0 /* RCTLayout.h */, - 000000002CB0 /* RCTLayout.m */, - 000000002CC0 /* RCTMaskedView.h */, - 000000002CD0 /* RCTMaskedView.m */, - 000000002CE0 /* RCTMaskedViewManager.h */, - 000000002CF0 /* RCTMaskedViewManager.m */, - 000000002D00 /* RCTModalHostView.h */, - 000000002D10 /* RCTModalHostView.m */, - 000000002D20 /* RCTModalHostViewController.h */, - 000000002D30 /* RCTModalHostViewController.m */, - 000000002D40 /* RCTModalHostViewManager.h */, - 000000002D50 /* RCTModalHostViewManager.m */, - 000000002D60 /* RCTModalManager.h */, - 000000002D70 /* RCTModalManager.m */, - 000000002D80 /* RCTNavigator.h */, - 000000002D90 /* RCTNavigator.m */, - 000000002DA0 /* RCTNavigatorManager.h */, - 000000002DB0 /* RCTNavigatorManager.m */, - 000000002DC0 /* RCTNavItem.h */, - 000000002DD0 /* RCTNavItem.m */, - 000000002DE0 /* RCTNavItemManager.h */, - 000000002DF0 /* RCTNavItemManager.m */, - 000000002E00 /* RCTPicker.h */, - 000000002E10 /* RCTPicker.m */, - 000000002E20 /* RCTPickerManager.h */, - 000000002E30 /* RCTPickerManager.m */, - 000000002E40 /* RCTPointerEvents.h */, - 000000002E50 /* RCTProgressViewManager.h */, - 000000002E60 /* RCTProgressViewManager.m */, - 000000002E70 /* RCTRefreshControl.h */, - 000000002E80 /* RCTRefreshControl.m */, - 000000002E90 /* RCTRefreshControlManager.h */, - 000000002EA0 /* RCTRefreshControlManager.m */, - 000000002EB0 /* RCTRootShadowView.h */, - 000000002EC0 /* RCTRootShadowView.m */, - 000000002ED0 /* RCTSegmentedControl.h */, - 000000002EE0 /* RCTSegmentedControl.m */, - 000000002EF0 /* RCTSegmentedControlManager.h */, - 000000002F00 /* RCTSegmentedControlManager.m */, - 000000002F50 /* RCTShadowView.h */, - 000000002F60 /* RCTShadowView.m */, - 000000002F10 /* RCTShadowView+Internal.h */, - 000000002F20 /* RCTShadowView+Internal.m */, - 000000002F30 /* RCTShadowView+Layout.h */, - 000000002F40 /* RCTShadowView+Layout.m */, - 000000002F70 /* RCTSlider.h */, - 000000002F80 /* RCTSlider.m */, - 000000002F90 /* RCTSliderManager.h */, - 000000002FA0 /* RCTSliderManager.m */, - 000000002FB0 /* RCTSwitch.h */, - 000000002FC0 /* RCTSwitch.m */, - 000000002FD0 /* RCTSwitchManager.h */, - 000000002FE0 /* RCTSwitchManager.m */, - 000000002FF0 /* RCTTabBar.h */, - 000000003000 /* RCTTabBar.m */, - 000000003010 /* RCTTabBarItem.h */, - 000000003020 /* RCTTabBarItem.m */, - 000000003030 /* RCTTabBarItemManager.h */, - 000000003040 /* RCTTabBarItemManager.m */, - 000000003050 /* RCTTabBarManager.h */, - 000000003060 /* RCTTabBarManager.m */, - 000000003070 /* RCTTextDecorationLineType.h */, - 000000003080 /* RCTView.h */, - 000000003090 /* RCTView.m */, - 0000000030A0 /* RCTViewManager.h */, - 0000000030B0 /* RCTViewManager.m */, - 0000000030C0 /* RCTWebView.h */, - 0000000030D0 /* RCTWebView.m */, - 0000000030E0 /* RCTWebViewManager.h */, - 0000000030F0 /* RCTWebViewManager.m */, - 000000003100 /* RCTWKWebView.h */, - 000000003110 /* RCTWKWebView.m */, - 000000003120 /* RCTWKWebViewManager.h */, - 000000003130 /* RCTWKWebViewManager.m */, - 000000003140 /* RCTWrapperViewController.h */, - 000000003150 /* RCTWrapperViewController.m */, - 0000000032B0 /* UIView+Private.h */, - 0000000032C0 /* UIView+React.h */, - 0000000032D0 /* UIView+React.m */, - 000000003160 /* SafeAreaView */, - 0000000031F0 /* ScrollView */, + 000000002B60 /* Views */ = { + isa = PBXGroup; + children = ( + 000000002B70 /* RCTActivityIndicatorView.h */, + 000000002B80 /* RCTActivityIndicatorView.m */, + 000000002B90 /* RCTActivityIndicatorViewManager.h */, + 000000002BA0 /* RCTActivityIndicatorViewManager.m */, + 000000002BB0 /* RCTAnimationType.h */, + 000000002BC0 /* RCTAutoInsetsProtocol.h */, + 000000002BD0 /* RCTBorderDrawing.h */, + 000000002BE0 /* RCTBorderDrawing.m */, + 000000002BF0 /* RCTBorderStyle.h */, + 000000002C00 /* RCTComponent.h */, + 000000002C10 /* RCTComponentData.h */, + 000000002C20 /* RCTComponentData.m */, + 000000002C30 /* RCTConvert+CoreLocation.h */, + 000000002C40 /* RCTConvert+CoreLocation.m */, + 000000002C50 /* RCTConvert+Transform.h */, + 000000002C60 /* RCTConvert+Transform.m */, + 000000002C70 /* RCTDatePicker.h */, + 000000002C80 /* RCTDatePicker.m */, + 000000002C90 /* RCTDatePickerManager.h */, + 000000002CA0 /* RCTDatePickerManager.m */, + 000000002CB0 /* RCTFont.h */, + 000000002CC0 /* RCTFont.mm */, + 000000002CD0 /* RCTLayout.h */, + 000000002CE0 /* RCTLayout.m */, + 000000002CF0 /* RCTMaskedView.h */, + 000000002D00 /* RCTMaskedView.m */, + 000000002D10 /* RCTMaskedViewManager.h */, + 000000002D20 /* RCTMaskedViewManager.m */, + 000000002D30 /* RCTModalHostView.h */, + 000000002D40 /* RCTModalHostView.m */, + 000000002D50 /* RCTModalHostViewController.h */, + 000000002D60 /* RCTModalHostViewController.m */, + 000000002D70 /* RCTModalHostViewManager.h */, + 000000002D80 /* RCTModalHostViewManager.m */, + 000000002D90 /* RCTModalManager.h */, + 000000002DA0 /* RCTModalManager.m */, + 000000002DB0 /* RCTPicker.h */, + 000000002DC0 /* RCTPicker.m */, + 000000002DD0 /* RCTPickerManager.h */, + 000000002DE0 /* RCTPickerManager.m */, + 000000002DF0 /* RCTPointerEvents.h */, + 000000002E00 /* RCTProgressViewManager.h */, + 000000002E10 /* RCTProgressViewManager.m */, + 000000002E20 /* RCTRefreshControl.h */, + 000000002E30 /* RCTRefreshControl.m */, + 000000002E40 /* RCTRefreshControlManager.h */, + 000000002E50 /* RCTRefreshControlManager.m */, + 000000002E60 /* RCTRootShadowView.h */, + 000000002E70 /* RCTRootShadowView.m */, + 000000002E80 /* RCTSegmentedControl.h */, + 000000002E90 /* RCTSegmentedControl.m */, + 000000002EA0 /* RCTSegmentedControlManager.h */, + 000000002EB0 /* RCTSegmentedControlManager.m */, + 000000002F00 /* RCTShadowView.h */, + 000000002F10 /* RCTShadowView.m */, + 000000002EC0 /* RCTShadowView+Internal.h */, + 000000002ED0 /* RCTShadowView+Internal.m */, + 000000002EE0 /* RCTShadowView+Layout.h */, + 000000002EF0 /* RCTShadowView+Layout.m */, + 000000002F20 /* RCTSlider.h */, + 000000002F30 /* RCTSlider.m */, + 000000002F40 /* RCTSliderManager.h */, + 000000002F50 /* RCTSliderManager.m */, + 000000002F60 /* RCTSwitch.h */, + 000000002F70 /* RCTSwitch.m */, + 000000002F80 /* RCTSwitchManager.h */, + 000000002F90 /* RCTSwitchManager.m */, + 000000002FA0 /* RCTTextDecorationLineType.h */, + 000000002FB0 /* RCTView.h */, + 000000002FC0 /* RCTView.m */, + 000000002FD0 /* RCTViewManager.h */, + 000000002FE0 /* RCTViewManager.m */, + 000000002FF0 /* RCTWebView.h */, + 000000003000 /* RCTWebView.m */, + 000000003010 /* RCTWebViewManager.h */, + 000000003020 /* RCTWebViewManager.m */, + 000000003030 /* RCTWKWebView.h */, + 000000003040 /* RCTWKWebView.m */, + 000000003050 /* RCTWKWebViewManager.h */, + 000000003060 /* RCTWKWebViewManager.m */, + 000000003070 /* RCTWrapperViewController.h */, + 000000003080 /* RCTWrapperViewController.m */, + 0000000031E0 /* UIView+Private.h */, + 0000000031F0 /* UIView+React.h */, + 000000003200 /* UIView+React.m */, + 000000003090 /* SafeAreaView */, + 000000003120 /* ScrollView */, ); name = Views; path = React/Views; sourceTree = ""; }; - 000000003160 /* SafeAreaView */ = { + 000000003090 /* SafeAreaView */ = { isa = PBXGroup; children = ( - 000000003170 /* RCTSafeAreaShadowView.h */, - 000000003180 /* RCTSafeAreaShadowView.m */, - 000000003190 /* RCTSafeAreaView.h */, - 0000000031A0 /* RCTSafeAreaView.m */, - 0000000031B0 /* RCTSafeAreaViewLocalData.h */, - 0000000031C0 /* RCTSafeAreaViewLocalData.m */, - 0000000031D0 /* RCTSafeAreaViewManager.h */, - 0000000031E0 /* RCTSafeAreaViewManager.m */, + 0000000030A0 /* RCTSafeAreaShadowView.h */, + 0000000030B0 /* RCTSafeAreaShadowView.m */, + 0000000030C0 /* RCTSafeAreaView.h */, + 0000000030D0 /* RCTSafeAreaView.m */, + 0000000030E0 /* RCTSafeAreaViewLocalData.h */, + 0000000030F0 /* RCTSafeAreaViewLocalData.m */, + 000000003100 /* RCTSafeAreaViewManager.h */, + 000000003110 /* RCTSafeAreaViewManager.m */, ); + name = SafeAreaView; path = SafeAreaView; sourceTree = ""; }; - 0000000031F0 /* ScrollView */ = { + 000000003120 /* ScrollView */ = { isa = PBXGroup; children = ( - 000000003200 /* RCTScrollableProtocol.h */, - 000000003210 /* RCTScrollContentShadowView.h */, - 000000003220 /* RCTScrollContentShadowView.m */, - 000000003230 /* RCTScrollContentView.h */, - 000000003240 /* RCTScrollContentView.m */, - 000000003250 /* RCTScrollContentViewManager.h */, - 000000003260 /* RCTScrollContentViewManager.m */, - 000000003270 /* RCTScrollView.h */, - 000000003280 /* RCTScrollView.m */, - 000000003290 /* RCTScrollViewManager.h */, - 0000000032A0 /* RCTScrollViewManager.m */, + 000000003130 /* RCTScrollableProtocol.h */, + 000000003140 /* RCTScrollContentShadowView.h */, + 000000003150 /* RCTScrollContentShadowView.m */, + 000000003160 /* RCTScrollContentView.h */, + 000000003170 /* RCTScrollContentView.m */, + 000000003180 /* RCTScrollContentViewManager.h */, + 000000003190 /* RCTScrollContentViewManager.m */, + 0000000031A0 /* RCTScrollView.h */, + 0000000031B0 /* RCTScrollView.m */, + 0000000031C0 /* RCTScrollViewManager.h */, + 0000000031D0 /* RCTScrollViewManager.m */, ); + name = ScrollView; path = ScrollView; sourceTree = ""; }; - 0000000032E0 /* CxxBridge */ = { + 000000003210 /* CxxBridge */ = { isa = PBXGroup; children = ( - 0000000032F0 /* CxxBridge */, - 0000000033A0 /* CxxModule */, - 000000003440 /* CxxUtils */, + 000000003220 /* CxxBridge */, + 0000000032D0 /* CxxModule */, + 000000003370 /* CxxUtils */, ); name = CxxBridge; sourceTree = ""; }; - 0000000032F0 /* CxxBridge */ = { + 000000003220 /* CxxBridge */ = { isa = PBXGroup; children = ( - 000000003300 /* NSDataBigString.h */, - 000000003310 /* NSDataBigString.mm */, - 000000003320 /* RCTCxxBridge.mm */, - 000000003330 /* RCTCxxBridgeDelegate.h */, - 000000003340 /* RCTJSCHelpers.h */, - 000000003350 /* RCTJSCHelpers.mm */, - 000000003360 /* RCTMessageThread.h */, - 000000003370 /* RCTMessageThread.mm */, - 000000003380 /* RCTObjcExecutor.h */, - 000000003390 /* RCTObjcExecutor.mm */, + 000000003230 /* JSCExecutorFactory.h */, + 000000003240 /* JSCExecutorFactory.mm */, + 000000003250 /* NSDataBigString.h */, + 000000003260 /* NSDataBigString.mm */, + 000000003270 /* RCTCxxBridge.mm */, + 000000003280 /* RCTCxxBridgeDelegate.h */, + 000000003290 /* RCTMessageThread.h */, + 0000000032A0 /* RCTMessageThread.mm */, + 0000000032B0 /* RCTObjcExecutor.h */, + 0000000032C0 /* RCTObjcExecutor.mm */, ); name = CxxBridge; path = React/CxxBridge; sourceTree = ""; }; - 0000000033A0 /* CxxModule */ = { + 0000000032D0 /* CxxModule */ = { isa = PBXGroup; children = ( - 0000000033B0 /* DispatchMessageQueueThread.h */, - 0000000033C0 /* RCTCxxMethod.h */, - 0000000033D0 /* RCTCxxMethod.mm */, - 0000000033E0 /* RCTCxxModule.h */, - 0000000033F0 /* RCTCxxModule.mm */, - 000000003400 /* RCTCxxUtils.h */, - 000000003410 /* RCTCxxUtils.mm */, - 000000003420 /* RCTNativeModule.h */, - 000000003430 /* RCTNativeModule.mm */, + 0000000032E0 /* DispatchMessageQueueThread.h */, + 0000000032F0 /* RCTCxxMethod.h */, + 000000003300 /* RCTCxxMethod.mm */, + 000000003310 /* RCTCxxModule.h */, + 000000003320 /* RCTCxxModule.mm */, + 000000003330 /* RCTCxxUtils.h */, + 000000003340 /* RCTCxxUtils.mm */, + 000000003350 /* RCTNativeModule.h */, + 000000003360 /* RCTNativeModule.mm */, ); name = CxxModule; path = React/CxxModule; sourceTree = ""; }; - 000000003440 /* CxxUtils */ = { + 000000003370 /* CxxUtils */ = { isa = PBXGroup; children = ( - 000000003450 /* RCTFollyConvert.h */, - 000000003460 /* RCTFollyConvert.mm */, + 000000003380 /* RCTFollyConvert.h */, + 000000003390 /* RCTFollyConvert.mm */, ); name = CxxUtils; path = React/CxxUtils; sourceTree = ""; }; - 000000003470 /* DevSupport */ = { + 0000000033A0 /* DevSupport */ = { isa = PBXGroup; children = ( - 000000003480 /* DevSupport */, - 000000003530 /* Inspector */, + 0000000033B0 /* DevSupport */, + 000000003460 /* Inspector */, ); name = DevSupport; sourceTree = ""; }; - 000000003480 /* DevSupport */ = { + 0000000033B0 /* DevSupport */ = { isa = PBXGroup; children = ( - 000000003490 /* RCTDevLoadingView.h */, - 0000000034A0 /* RCTDevLoadingView.m */, - 0000000034B0 /* RCTDevMenu.h */, - 0000000034C0 /* RCTDevMenu.m */, - 0000000034D0 /* RCTInspectorDevServerHelper.h */, - 0000000034E0 /* RCTInspectorDevServerHelper.mm */, - 0000000034F0 /* RCTPackagerClient.h */, - 000000003500 /* RCTPackagerClient.m */, - 000000003510 /* RCTPackagerConnection.h */, - 000000003520 /* RCTPackagerConnection.mm */, + 0000000033C0 /* RCTDevLoadingView.h */, + 0000000033D0 /* RCTDevLoadingView.m */, + 0000000033E0 /* RCTDevMenu.h */, + 0000000033F0 /* RCTDevMenu.m */, + 000000003400 /* RCTInspectorDevServerHelper.h */, + 000000003410 /* RCTInspectorDevServerHelper.mm */, + 000000003420 /* RCTPackagerClient.h */, + 000000003430 /* RCTPackagerClient.m */, + 000000003440 /* RCTPackagerConnection.h */, + 000000003450 /* RCTPackagerConnection.mm */, ); name = DevSupport; path = React/DevSupport; sourceTree = ""; }; - 000000003530 /* Inspector */ = { + 000000003460 /* Inspector */ = { isa = PBXGroup; children = ( - 000000003540 /* RCTInspector.h */, - 000000003550 /* RCTInspector.mm */, - 000000003560 /* RCTInspectorPackagerConnection.h */, - 000000003570 /* RCTInspectorPackagerConnection.m */, + 000000003470 /* RCTInspector.h */, + 000000003480 /* RCTInspector.mm */, + 000000003490 /* RCTInspectorPackagerConnection.h */, + 0000000034A0 /* RCTInspectorPackagerConnection.m */, ); name = Inspector; path = React/Inspector; sourceTree = ""; }; - 000000003580 /* PrivateDatabase */ = { - isa = PBXGroup; - children = ( - 000000003590 /* PrivateDataBase.cpp */, - 0000000035A0 /* PrivateDataBase.h */, - ); - name = PrivateDatabase; - sourceTree = ""; - }; - 0000000035B0 /* RCTActionSheet */ = { + 0000000034B0 /* RCTActionSheet */ = { isa = PBXGroup; children = ( - 0000000035C0 /* RCTActionSheetManager.h */, - 0000000035D0 /* RCTActionSheetManager.m */, + 0000000034C0 /* RCTActionSheetManager.h */, + 0000000034D0 /* RCTActionSheetManager.m */, ); name = RCTActionSheet; sourceTree = ""; }; - 0000000035E0 /* RCTAnimation */ = { + 0000000034E0 /* RCTAnimation */ = { isa = PBXGroup; children = ( - 000000003840 /* RCTAnimationUtils.h */, - 000000003850 /* RCTAnimationUtils.m */, - 000000003860 /* RCTNativeAnimatedModule.h */, - 000000003870 /* RCTNativeAnimatedModule.m */, - 000000003880 /* RCTNativeAnimatedNodesManager.h */, - 000000003890 /* RCTNativeAnimatedNodesManager.m */, - 0000000035F0 /* Drivers */, - 000000003690 /* Nodes */, + 000000003740 /* RCTAnimationUtils.h */, + 000000003750 /* RCTAnimationUtils.m */, + 000000003760 /* RCTNativeAnimatedModule.h */, + 000000003770 /* RCTNativeAnimatedModule.m */, + 000000003780 /* RCTNativeAnimatedNodesManager.h */, + 000000003790 /* RCTNativeAnimatedNodesManager.m */, + 0000000034F0 /* Drivers */, + 000000003590 /* Nodes */, ); name = RCTAnimation; sourceTree = ""; }; - 0000000035F0 /* Drivers */ = { + 0000000034F0 /* Drivers */ = { isa = PBXGroup; children = ( - 000000003600 /* RCTAnimationDriver.h */, - 000000003610 /* RCTDecayAnimation.h */, - 000000003620 /* RCTDecayAnimation.m */, - 000000003630 /* RCTEventAnimation.h */, - 000000003640 /* RCTEventAnimation.m */, - 000000003650 /* RCTFrameAnimation.h */, - 000000003660 /* RCTFrameAnimation.m */, - 000000003670 /* RCTSpringAnimation.h */, - 000000003680 /* RCTSpringAnimation.m */, + 000000003500 /* RCTAnimationDriver.h */, + 000000003510 /* RCTDecayAnimation.h */, + 000000003520 /* RCTDecayAnimation.m */, + 000000003530 /* RCTEventAnimation.h */, + 000000003540 /* RCTEventAnimation.m */, + 000000003550 /* RCTFrameAnimation.h */, + 000000003560 /* RCTFrameAnimation.m */, + 000000003570 /* RCTSpringAnimation.h */, + 000000003580 /* RCTSpringAnimation.m */, ); name = Drivers; path = Libraries/NativeAnimation/Drivers; sourceTree = ""; }; - 000000003690 /* Nodes */ = { - isa = PBXGroup; - children = ( - 0000000036A0 /* RCTAdditionAnimatedNode.h */, - 0000000036B0 /* RCTAdditionAnimatedNode.m */, - 0000000036C0 /* RCTAnimatedNode.h */, - 0000000036D0 /* RCTAnimatedNode.m */, - 0000000036E0 /* RCTDiffClampAnimatedNode.h */, - 0000000036F0 /* RCTDiffClampAnimatedNode.m */, - 000000003700 /* RCTDivisionAnimatedNode.h */, - 000000003710 /* RCTDivisionAnimatedNode.m */, - 000000003720 /* RCTInterpolationAnimatedNode.h */, - 000000003730 /* RCTInterpolationAnimatedNode.m */, - 000000003740 /* RCTModuloAnimatedNode.h */, - 000000003750 /* RCTModuloAnimatedNode.m */, - 000000003760 /* RCTMultiplicationAnimatedNode.h */, - 000000003770 /* RCTMultiplicationAnimatedNode.m */, - 000000003780 /* RCTPropsAnimatedNode.h */, - 000000003790 /* RCTPropsAnimatedNode.m */, - 0000000037A0 /* RCTStyleAnimatedNode.h */, - 0000000037B0 /* RCTStyleAnimatedNode.m */, - 0000000037C0 /* RCTSubtractionAnimatedNode.h */, - 0000000037D0 /* RCTSubtractionAnimatedNode.m */, - 0000000037E0 /* RCTTrackingAnimatedNode.h */, - 0000000037F0 /* RCTTrackingAnimatedNode.m */, - 000000003800 /* RCTTransformAnimatedNode.h */, - 000000003810 /* RCTTransformAnimatedNode.m */, - 000000003820 /* RCTValueAnimatedNode.h */, - 000000003830 /* RCTValueAnimatedNode.m */, + 000000003590 /* Nodes */ = { + isa = PBXGroup; + children = ( + 0000000035A0 /* RCTAdditionAnimatedNode.h */, + 0000000035B0 /* RCTAdditionAnimatedNode.m */, + 0000000035C0 /* RCTAnimatedNode.h */, + 0000000035D0 /* RCTAnimatedNode.m */, + 0000000035E0 /* RCTDiffClampAnimatedNode.h */, + 0000000035F0 /* RCTDiffClampAnimatedNode.m */, + 000000003600 /* RCTDivisionAnimatedNode.h */, + 000000003610 /* RCTDivisionAnimatedNode.m */, + 000000003620 /* RCTInterpolationAnimatedNode.h */, + 000000003630 /* RCTInterpolationAnimatedNode.m */, + 000000003640 /* RCTModuloAnimatedNode.h */, + 000000003650 /* RCTModuloAnimatedNode.m */, + 000000003660 /* RCTMultiplicationAnimatedNode.h */, + 000000003670 /* RCTMultiplicationAnimatedNode.m */, + 000000003680 /* RCTPropsAnimatedNode.h */, + 000000003690 /* RCTPropsAnimatedNode.m */, + 0000000036A0 /* RCTStyleAnimatedNode.h */, + 0000000036B0 /* RCTStyleAnimatedNode.m */, + 0000000036C0 /* RCTSubtractionAnimatedNode.h */, + 0000000036D0 /* RCTSubtractionAnimatedNode.m */, + 0000000036E0 /* RCTTrackingAnimatedNode.h */, + 0000000036F0 /* RCTTrackingAnimatedNode.m */, + 000000003700 /* RCTTransformAnimatedNode.h */, + 000000003710 /* RCTTransformAnimatedNode.m */, + 000000003720 /* RCTValueAnimatedNode.h */, + 000000003730 /* RCTValueAnimatedNode.m */, ); name = Nodes; path = Libraries/NativeAnimation/Nodes; sourceTree = ""; }; - 0000000038A0 /* RCTBlob */ = { + 0000000037A0 /* RCTBlob */ = { isa = PBXGroup; children = ( - 0000000038B0 /* RCTBlobManager.h */, - 0000000038C0 /* RCTBlobManager.mm */, - 0000000038D0 /* RCTFileReaderModule.h */, - 0000000038E0 /* RCTFileReaderModule.m */, + 0000000037B0 /* RCTBlobManager.h */, + 0000000037C0 /* RCTBlobManager.mm */, + 0000000037D0 /* RCTFileReaderModule.h */, + 0000000037E0 /* RCTFileReaderModule.m */, ); name = RCTBlob; sourceTree = ""; }; - 0000000038F0 /* RCTCameraRoll */ = { + 0000000037F0 /* RCTCameraRoll */ = { isa = PBXGroup; children = ( - 000000003900 /* RCTAssetsLibraryRequestHandler.h */, - 000000003910 /* RCTAssetsLibraryRequestHandler.m */, - 000000003920 /* RCTCameraRollManager.h */, - 000000003930 /* RCTCameraRollManager.m */, - 000000003940 /* RCTImagePickerManager.h */, - 000000003950 /* RCTImagePickerManager.m */, - 000000003960 /* RCTPhotoLibraryImageLoader.h */, - 000000003970 /* RCTPhotoLibraryImageLoader.m */, + 000000003800 /* RCTAssetsLibraryRequestHandler.h */, + 000000003810 /* RCTAssetsLibraryRequestHandler.m */, + 000000003820 /* RCTCameraRollManager.h */, + 000000003830 /* RCTCameraRollManager.m */, + 000000003840 /* RCTImagePickerManager.h */, + 000000003850 /* RCTImagePickerManager.m */, + 000000003860 /* RCTPhotoLibraryImageLoader.h */, + 000000003870 /* RCTPhotoLibraryImageLoader.m */, ); name = RCTCameraRoll; sourceTree = ""; }; - 000000003980 /* RCTGeolocation */ = { + 000000003880 /* RCTGeolocation */ = { isa = PBXGroup; children = ( - 000000003990 /* RCTLocationObserver.h */, - 0000000039A0 /* RCTLocationObserver.m */, + 000000003890 /* RCTLocationObserver.h */, + 0000000038A0 /* RCTLocationObserver.m */, ); name = RCTGeolocation; sourceTree = ""; }; - 0000000039B0 /* RCTImage */ = { - isa = PBXGroup; - children = ( - 0000000039C0 /* RCTGIFImageDecoder.h */, - 0000000039D0 /* RCTGIFImageDecoder.m */, - 0000000039E0 /* RCTImageBlurUtils.h */, - 0000000039F0 /* RCTImageBlurUtils.m */, - 000000003A00 /* RCTImageCache.h */, - 000000003A10 /* RCTImageCache.m */, - 000000003A20 /* RCTImageEditingManager.h */, - 000000003A30 /* RCTImageEditingManager.m */, - 000000003A40 /* RCTImageLoader.h */, - 000000003A50 /* RCTImageLoader.m */, - 000000003A60 /* RCTImageShadowView.h */, - 000000003A70 /* RCTImageShadowView.m */, - 000000003A80 /* RCTImageStoreManager.h */, - 000000003A90 /* RCTImageStoreManager.m */, - 000000003AA0 /* RCTImageUtils.h */, - 000000003AB0 /* RCTImageUtils.m */, - 000000003AC0 /* RCTImageView.h */, - 000000003AD0 /* RCTImageView.m */, - 000000003AE0 /* RCTImageViewManager.h */, - 000000003AF0 /* RCTImageViewManager.m */, - 000000003B00 /* RCTLocalAssetImageLoader.h */, - 000000003B10 /* RCTLocalAssetImageLoader.m */, - 000000003B20 /* RCTResizeMode.h */, - 000000003B30 /* RCTResizeMode.m */, + 0000000038B0 /* RCTImage */ = { + isa = PBXGroup; + children = ( + 0000000038C0 /* RCTGIFImageDecoder.h */, + 0000000038D0 /* RCTGIFImageDecoder.m */, + 0000000038E0 /* RCTImageBlurUtils.h */, + 0000000038F0 /* RCTImageBlurUtils.m */, + 000000003900 /* RCTImageCache.h */, + 000000003910 /* RCTImageCache.m */, + 000000003920 /* RCTImageEditingManager.h */, + 000000003930 /* RCTImageEditingManager.m */, + 000000003940 /* RCTImageLoader.h */, + 000000003950 /* RCTImageLoader.m */, + 000000003960 /* RCTImageShadowView.h */, + 000000003970 /* RCTImageShadowView.m */, + 000000003980 /* RCTImageStoreManager.h */, + 000000003990 /* RCTImageStoreManager.m */, + 0000000039A0 /* RCTImageUtils.h */, + 0000000039B0 /* RCTImageUtils.m */, + 0000000039C0 /* RCTImageView.h */, + 0000000039D0 /* RCTImageView.m */, + 0000000039E0 /* RCTImageViewManager.h */, + 0000000039F0 /* RCTImageViewManager.m */, + 000000003A00 /* RCTLocalAssetImageLoader.h */, + 000000003A10 /* RCTLocalAssetImageLoader.m */, + 000000003A20 /* RCTResizeMode.h */, + 000000003A30 /* RCTResizeMode.m */, ); name = RCTImage; sourceTree = ""; }; - 000000003B40 /* RCTLinkingIOS */ = { + 000000003A40 /* RCTLinkingIOS */ = { isa = PBXGroup; children = ( - 000000003B50 /* RCTLinkingManager.h */, - 000000003B60 /* RCTLinkingManager.m */, + 000000003A50 /* RCTLinkingManager.h */, + 000000003A60 /* RCTLinkingManager.m */, ); name = RCTLinkingIOS; sourceTree = ""; }; - 000000003B70 /* RCTNetwork */ = { + 000000003A70 /* RCTNetwork */ = { isa = PBXGroup; children = ( - 000000003B80 /* RCTDataRequestHandler.h */, - 000000003B90 /* RCTDataRequestHandler.m */, - 000000003BA0 /* RCTFileRequestHandler.h */, - 000000003BB0 /* RCTFileRequestHandler.m */, - 000000003BC0 /* RCTHTTPRequestHandler.h */, - 000000003BD0 /* RCTHTTPRequestHandler.mm */, - 000000003BE0 /* RCTNetInfo.h */, - 000000003BF0 /* RCTNetInfo.m */, - 000000003C00 /* RCTNetworking.h */, - 000000003C10 /* RCTNetworking.mm */, - 000000003C20 /* RCTNetworkTask.h */, - 000000003C30 /* RCTNetworkTask.m */, + 000000003A80 /* RCTDataRequestHandler.h */, + 000000003A90 /* RCTDataRequestHandler.m */, + 000000003AA0 /* RCTFileRequestHandler.h */, + 000000003AB0 /* RCTFileRequestHandler.m */, + 000000003AC0 /* RCTHTTPRequestHandler.h */, + 000000003AD0 /* RCTHTTPRequestHandler.mm */, + 000000003AE0 /* RCTNetInfo.h */, + 000000003AF0 /* RCTNetInfo.m */, + 000000003B00 /* RCTNetworking.h */, + 000000003B10 /* RCTNetworking.mm */, + 000000003B20 /* RCTNetworkTask.h */, + 000000003B30 /* RCTNetworkTask.m */, ); name = RCTNetwork; sourceTree = ""; }; - 000000003C40 /* RCTText */ = { + 000000003B40 /* RCTText */ = { isa = PBXGroup; children = ( - 000000003CF0 /* RCTConvert+Text.h */, - 000000003D00 /* RCTConvert+Text.m */, - 000000003D10 /* RCTTextAttributes.h */, - 000000003D20 /* RCTTextAttributes.m */, - 000000003D30 /* RCTTextTransform.h */, - 000000003C50 /* BaseText */, - 000000003CA0 /* RawText */, - 000000003D40 /* Text */, - 000000003DD0 /* TextInput */, - 000000004000 /* VirtualText */, + 000000003BF0 /* RCTConvert+Text.h */, + 000000003C00 /* RCTConvert+Text.m */, + 000000003C10 /* RCTTextAttributes.h */, + 000000003C20 /* RCTTextAttributes.m */, + 000000003C30 /* RCTTextTransform.h */, + 000000003B50 /* BaseText */, + 000000003BA0 /* RawText */, + 000000003C40 /* Text */, + 000000003CD0 /* TextInput */, + 000000003F00 /* VirtualText */, ); name = RCTText; sourceTree = ""; }; - 000000003C50 /* BaseText */ = { + 000000003B50 /* BaseText */ = { isa = PBXGroup; children = ( - 000000003C60 /* RCTBaseTextShadowView.h */, - 000000003C70 /* RCTBaseTextShadowView.m */, - 000000003C80 /* RCTBaseTextViewManager.h */, - 000000003C90 /* RCTBaseTextViewManager.m */, + 000000003B60 /* RCTBaseTextShadowView.h */, + 000000003B70 /* RCTBaseTextShadowView.m */, + 000000003B80 /* RCTBaseTextViewManager.h */, + 000000003B90 /* RCTBaseTextViewManager.m */, ); name = BaseText; path = Libraries/Text/BaseText; sourceTree = ""; }; - 000000003CA0 /* RawText */ = { + 000000003BA0 /* RawText */ = { isa = PBXGroup; children = ( - 000000003CB0 /* RCTRawTextShadowView.h */, - 000000003CC0 /* RCTRawTextShadowView.m */, - 000000003CD0 /* RCTRawTextViewManager.h */, - 000000003CE0 /* RCTRawTextViewManager.m */, + 000000003BB0 /* RCTRawTextShadowView.h */, + 000000003BC0 /* RCTRawTextShadowView.m */, + 000000003BD0 /* RCTRawTextViewManager.h */, + 000000003BE0 /* RCTRawTextViewManager.m */, ); name = RawText; path = Libraries/Text/RawText; sourceTree = ""; }; - 000000003D40 /* Text */ = { + 000000003C40 /* Text */ = { isa = PBXGroup; children = ( - 000000003D50 /* NSTextStorage+FontScaling.h */, - 000000003D60 /* NSTextStorage+FontScaling.m */, - 000000003D70 /* RCTTextShadowView.h */, - 000000003D80 /* RCTTextShadowView.m */, - 000000003D90 /* RCTTextView.h */, - 000000003DA0 /* RCTTextView.m */, - 000000003DB0 /* RCTTextViewManager.h */, - 000000003DC0 /* RCTTextViewManager.m */, + 000000003C50 /* NSTextStorage+FontScaling.h */, + 000000003C60 /* NSTextStorage+FontScaling.m */, + 000000003C70 /* RCTTextShadowView.h */, + 000000003C80 /* RCTTextShadowView.m */, + 000000003C90 /* RCTTextView.h */, + 000000003CA0 /* RCTTextView.m */, + 000000003CB0 /* RCTTextViewManager.h */, + 000000003CC0 /* RCTTextViewManager.m */, ); name = Text; path = Libraries/Text/Text; sourceTree = ""; }; - 000000003DD0 /* TextInput */ = { - isa = PBXGroup; - children = ( - 000000003E50 /* RCTBackedTextInputDelegate.h */, - 000000003E60 /* RCTBackedTextInputDelegateAdapter.h */, - 000000003E70 /* RCTBackedTextInputDelegateAdapter.m */, - 000000003E80 /* RCTBackedTextInputViewProtocol.h */, - 000000003E90 /* RCTBaseTextInputShadowView.h */, - 000000003EA0 /* RCTBaseTextInputShadowView.m */, - 000000003EB0 /* RCTBaseTextInputView.h */, - 000000003EC0 /* RCTBaseTextInputView.m */, - 000000003ED0 /* RCTBaseTextInputViewManager.h */, - 000000003EE0 /* RCTBaseTextInputViewManager.m */, - 000000003EF0 /* RCTInputAccessoryShadowView.h */, - 000000003F00 /* RCTInputAccessoryShadowView.m */, - 000000003F10 /* RCTInputAccessoryView.h */, - 000000003F20 /* RCTInputAccessoryView.m */, - 000000003F30 /* RCTInputAccessoryViewContent.h */, - 000000003F40 /* RCTInputAccessoryViewContent.m */, - 000000003F50 /* RCTInputAccessoryViewManager.h */, - 000000003F60 /* RCTInputAccessoryViewManager.m */, - 000000003F70 /* RCTTextSelection.h */, - 000000003F80 /* RCTTextSelection.m */, - 000000003DE0 /* Multiline */, - 000000003F90 /* Singleline */, + 000000003CD0 /* TextInput */ = { + isa = PBXGroup; + children = ( + 000000003D50 /* RCTBackedTextInputDelegate.h */, + 000000003D60 /* RCTBackedTextInputDelegateAdapter.h */, + 000000003D70 /* RCTBackedTextInputDelegateAdapter.m */, + 000000003D80 /* RCTBackedTextInputViewProtocol.h */, + 000000003D90 /* RCTBaseTextInputShadowView.h */, + 000000003DA0 /* RCTBaseTextInputShadowView.m */, + 000000003DB0 /* RCTBaseTextInputView.h */, + 000000003DC0 /* RCTBaseTextInputView.m */, + 000000003DD0 /* RCTBaseTextInputViewManager.h */, + 000000003DE0 /* RCTBaseTextInputViewManager.m */, + 000000003DF0 /* RCTInputAccessoryShadowView.h */, + 000000003E00 /* RCTInputAccessoryShadowView.m */, + 000000003E10 /* RCTInputAccessoryView.h */, + 000000003E20 /* RCTInputAccessoryView.m */, + 000000003E30 /* RCTInputAccessoryViewContent.h */, + 000000003E40 /* RCTInputAccessoryViewContent.m */, + 000000003E50 /* RCTInputAccessoryViewManager.h */, + 000000003E60 /* RCTInputAccessoryViewManager.m */, + 000000003E70 /* RCTTextSelection.h */, + 000000003E80 /* RCTTextSelection.m */, + 000000003CE0 /* Multiline */, + 000000003E90 /* Singleline */, ); name = TextInput; path = Libraries/Text/TextInput; sourceTree = ""; }; - 000000003DE0 /* Multiline */ = { + 000000003CE0 /* Multiline */ = { isa = PBXGroup; children = ( - 000000003DF0 /* RCTMultilineTextInputView.h */, - 000000003E00 /* RCTMultilineTextInputView.m */, - 000000003E10 /* RCTMultilineTextInputViewManager.h */, - 000000003E20 /* RCTMultilineTextInputViewManager.m */, - 000000003E30 /* RCTUITextView.h */, - 000000003E40 /* RCTUITextView.m */, + 000000003CF0 /* RCTMultilineTextInputView.h */, + 000000003D00 /* RCTMultilineTextInputView.m */, + 000000003D10 /* RCTMultilineTextInputViewManager.h */, + 000000003D20 /* RCTMultilineTextInputViewManager.m */, + 000000003D30 /* RCTUITextView.h */, + 000000003D40 /* RCTUITextView.m */, ); + name = Multiline; path = Multiline; sourceTree = ""; }; - 000000003F90 /* Singleline */ = { + 000000003E90 /* Singleline */ = { isa = PBXGroup; children = ( - 000000003FA0 /* RCTSinglelineTextInputView.h */, - 000000003FB0 /* RCTSinglelineTextInputView.m */, - 000000003FC0 /* RCTSinglelineTextInputViewManager.h */, - 000000003FD0 /* RCTSinglelineTextInputViewManager.m */, - 000000003FE0 /* RCTUITextField.h */, - 000000003FF0 /* RCTUITextField.m */, + 000000003EA0 /* RCTSinglelineTextInputView.h */, + 000000003EB0 /* RCTSinglelineTextInputView.m */, + 000000003EC0 /* RCTSinglelineTextInputViewManager.h */, + 000000003ED0 /* RCTSinglelineTextInputViewManager.m */, + 000000003EE0 /* RCTUITextField.h */, + 000000003EF0 /* RCTUITextField.m */, ); + name = Singleline; path = Singleline; sourceTree = ""; }; - 000000004000 /* VirtualText */ = { + 000000003F00 /* VirtualText */ = { isa = PBXGroup; children = ( - 000000004010 /* RCTVirtualTextShadowView.h */, - 000000004020 /* RCTVirtualTextShadowView.m */, - 000000004030 /* RCTVirtualTextViewManager.h */, - 000000004040 /* RCTVirtualTextViewManager.m */, + 000000003F10 /* RCTVirtualTextShadowView.h */, + 000000003F20 /* RCTVirtualTextShadowView.m */, + 000000003F30 /* RCTVirtualTextViewManager.h */, + 000000003F40 /* RCTVirtualTextViewManager.m */, ); name = VirtualText; path = Libraries/Text/VirtualText; sourceTree = ""; }; - 000000004050 /* RCTWebSocket */ = { + 000000003F50 /* RCTWebSocket */ = { isa = PBXGroup; children = ( - 000000004060 /* RCTReconnectingWebSocket.h */, - 000000004070 /* RCTReconnectingWebSocket.m */, - 000000004080 /* RCTSRWebSocket.h */, - 000000004090 /* RCTSRWebSocket.m */, - 0000000040A0 /* RCTWebSocketExecutor.h */, - 0000000040B0 /* RCTWebSocketExecutor.m */, - 0000000040C0 /* RCTWebSocketModule.h */, - 0000000040D0 /* RCTWebSocketModule.m */, + 000000003F60 /* RCTReconnectingWebSocket.h */, + 000000003F70 /* RCTReconnectingWebSocket.m */, + 000000003F80 /* RCTSRWebSocket.h */, + 000000003F90 /* RCTSRWebSocket.m */, + 000000003FA0 /* RCTWebSocketExecutor.h */, + 000000003FB0 /* RCTWebSocketExecutor.m */, + 000000003FC0 /* RCTWebSocketModule.h */, + 000000003FD0 /* RCTWebSocketModule.m */, ); name = RCTWebSocket; sourceTree = ""; }; - 0000000040E0 /* cxxreact */ = { - isa = PBXGroup; - children = ( - 0000000040F0 /* CxxModule.h */, - 000000004100 /* CxxNativeModule.cpp */, - 000000004110 /* CxxNativeModule.h */, - 000000004120 /* Instance.cpp */, - 000000004130 /* Instance.h */, - 000000004150 /* JsArgumentHelpers.h */, - 000000004140 /* JsArgumentHelpers-inl.h */, - 000000004160 /* JSBigString.cpp */, - 000000004170 /* JSBigString.h */, - 000000004180 /* JSBundleType.cpp */, - 000000004190 /* JSBundleType.h */, - 0000000041A0 /* JSCExecutor.cpp */, - 0000000041B0 /* JSCExecutor.h */, - 0000000041C0 /* JSCLegacyTracing.cpp */, - 0000000041D0 /* JSCLegacyTracing.h */, - 0000000041E0 /* JSCMemory.cpp */, - 0000000041F0 /* JSCMemory.h */, - 000000004200 /* JSCNativeModules.cpp */, - 000000004210 /* JSCNativeModules.h */, - 000000004220 /* JSCPerfStats.cpp */, - 000000004230 /* JSCPerfStats.h */, - 000000004240 /* JSCSamplingProfiler.cpp */, - 000000004250 /* JSCSamplingProfiler.h */, - 000000004260 /* JSCTracing.cpp */, - 000000004270 /* JSCTracing.h */, - 000000004280 /* JSCUtils.cpp */, - 000000004290 /* JSCUtils.h */, - 0000000042A0 /* JSDeltaBundleClient.cpp */, - 0000000042B0 /* JSDeltaBundleClient.h */, - 0000000042C0 /* JSExecutor.cpp */, - 0000000042D0 /* JSExecutor.h */, - 0000000042E0 /* JSIndexedRAMBundle.cpp */, - 0000000042F0 /* JSIndexedRAMBundle.h */, - 000000004300 /* JSModulesUnbundle.h */, - 000000004310 /* MessageQueueThread.h */, - 000000004320 /* MethodCall.cpp */, - 000000004330 /* MethodCall.h */, - 000000004340 /* ModuleRegistry.cpp */, - 000000004350 /* ModuleRegistry.h */, - 000000004360 /* NativeModule.h */, - 000000004370 /* NativeToJsBridge.cpp */, - 000000004380 /* NativeToJsBridge.h */, - 000000004390 /* Platform.cpp */, - 0000000043A0 /* Platform.h */, - 0000000043B0 /* RAMBundleRegistry.cpp */, - 0000000043C0 /* RAMBundleRegistry.h */, - 0000000043D0 /* ReactMarker.cpp */, - 0000000043E0 /* ReactMarker.h */, - 0000000043F0 /* RecoverableError.h */, - 000000004400 /* SharedProxyCxxModule.h */, - 000000004410 /* SystraceSection.h */, + 000000003FE0 /* cxxreact */ = { + isa = PBXGroup; + children = ( + 000000003FF0 /* CxxModule.h */, + 000000004000 /* CxxNativeModule.cpp */, + 000000004010 /* CxxNativeModule.h */, + 000000004020 /* Instance.cpp */, + 000000004030 /* Instance.h */, + 000000004050 /* JsArgumentHelpers.h */, + 000000004040 /* JsArgumentHelpers-inl.h */, + 000000004060 /* JSBigString.cpp */, + 000000004070 /* JSBigString.h */, + 000000004080 /* JSBundleType.cpp */, + 000000004090 /* JSBundleType.h */, + 0000000040A0 /* JSDeltaBundleClient.cpp */, + 0000000040B0 /* JSDeltaBundleClient.h */, + 0000000040C0 /* JSExecutor.cpp */, + 0000000040D0 /* JSExecutor.h */, + 0000000040E0 /* JSIndexedRAMBundle.cpp */, + 0000000040F0 /* JSIndexedRAMBundle.h */, + 000000004100 /* JSModulesUnbundle.h */, + 000000004110 /* MessageQueueThread.h */, + 000000004120 /* MethodCall.cpp */, + 000000004130 /* MethodCall.h */, + 000000004140 /* ModuleRegistry.cpp */, + 000000004150 /* ModuleRegistry.h */, + 000000004160 /* NativeModule.h */, + 000000004170 /* NativeToJsBridge.cpp */, + 000000004180 /* NativeToJsBridge.h */, + 000000004190 /* RAMBundleRegistry.cpp */, + 0000000041A0 /* RAMBundleRegistry.h */, + 0000000041B0 /* ReactMarker.cpp */, + 0000000041C0 /* ReactMarker.h */, + 0000000041D0 /* RecoverableError.h */, + 0000000041E0 /* SharedProxyCxxModule.h */, + 0000000041F0 /* SystraceSection.h */, ); name = cxxreact; sourceTree = ""; }; - 000000004420 /* fishhook */ = { + 000000004200 /* fishhook */ = { isa = PBXGroup; children = ( - 000000004430 /* fishhook.c */, - 000000004440 /* fishhook.h */, + 000000004210 /* fishhook.c */, + 000000004220 /* fishhook.h */, ); name = fishhook; sourceTree = ""; }; - 000000004450 /* jschelpers */ = { + 000000004230 /* jsi */ = { isa = PBXGroup; children = ( - 000000004460 /* JavaScriptCore.h */, - 000000004470 /* JSCHelpers.cpp */, - 000000004480 /* JSCHelpers.h */, - 000000004490 /* JSCWrapper.cpp */, - 0000000044A0 /* JSCWrapper.h */, - 0000000044B0 /* noncopyable.h */, - 0000000044C0 /* systemJSCWrapper.cpp */, - 0000000044D0 /* Unicode.cpp */, - 0000000044E0 /* Unicode.h */, - 0000000044F0 /* Value.cpp */, - 000000004500 /* Value.h */, + 000000004240 /* instrumentation.h */, + 000000004250 /* JSCRuntime.cpp */, + 000000004260 /* JSCRuntime.h */, + 000000004280 /* jsi.cpp */, + 000000004290 /* jsi.h */, + 000000004270 /* jsi-inl.h */, + 0000000042A0 /* JSIDynamic.cpp */, + 0000000042B0 /* JSIDynamic.h */, ); - name = jschelpers; + name = jsi; sourceTree = ""; }; - 000000004510 /* jsinspector */ = { + 0000000042C0 /* jsiexecutor */ = { isa = PBXGroup; children = ( - 000000004520 /* InspectorInterfaces.cpp */, - 000000004530 /* InspectorInterfaces.h */, + 0000000042D0 /* JSIExecutor.cpp */, + 0000000042E0 /* JSIExecutor.h */, + 0000000042F0 /* JSINativeModules.cpp */, + 000000004300 /* JSINativeModules.h */, + ); + name = jsiexecutor; + sourceTree = ""; + }; + 000000004310 /* jsinspector */ = { + isa = PBXGroup; + children = ( + 000000004320 /* InspectorInterfaces.cpp */, + 000000004330 /* InspectorInterfaces.h */, ); name = jsinspector; sourceTree = ""; }; - 000000004580 /* Core */ = { - isa = PBXGroup; - children = ( - 000000004590 /* NSData+ImageContentType.h */, - 0000000045A0 /* NSData+ImageContentType.m */, - 0000000045B0 /* SDImageCache.h */, - 0000000045C0 /* SDImageCache.m */, - 0000000045D0 /* SDWebImageCompat.h */, - 0000000045E0 /* SDWebImageCompat.m */, - 0000000045F0 /* SDWebImageDecoder.h */, - 000000004600 /* SDWebImageDecoder.m */, - 000000004610 /* SDWebImageDownloader.h */, - 000000004620 /* SDWebImageDownloader.m */, - 000000004630 /* SDWebImageDownloaderOperation.h */, - 000000004640 /* SDWebImageDownloaderOperation.m */, - 000000004650 /* SDWebImageManager.h */, - 000000004660 /* SDWebImageManager.m */, - 000000004670 /* SDWebImageOperation.h */, - 000000004680 /* SDWebImagePrefetcher.h */, - 000000004690 /* SDWebImagePrefetcher.m */, - 0000000046A0 /* UIButton+WebCache.h */, - 0000000046B0 /* UIButton+WebCache.m */, - 0000000046C0 /* UIImage+GIF.h */, - 0000000046D0 /* UIImage+GIF.m */, - 0000000046E0 /* UIImage+MultiFormat.h */, - 0000000046F0 /* UIImage+MultiFormat.m */, - 000000004700 /* UIImageView+HighlightedWebCache.h */, - 000000004710 /* UIImageView+HighlightedWebCache.m */, - 000000004720 /* UIImageView+WebCache.h */, - 000000004730 /* UIImageView+WebCache.m */, - 000000004740 /* UIView+WebCacheOperation.h */, - 000000004750 /* UIView+WebCacheOperation.m */, + 000000004380 /* Core */ = { + isa = PBXGroup; + children = ( + 000000004390 /* NSData+ImageContentType.h */, + 0000000043A0 /* NSData+ImageContentType.m */, + 0000000043B0 /* SDImageCache.h */, + 0000000043C0 /* SDImageCache.m */, + 0000000043D0 /* SDWebImageCompat.h */, + 0000000043E0 /* SDWebImageCompat.m */, + 0000000043F0 /* SDWebImageDecoder.h */, + 000000004400 /* SDWebImageDecoder.m */, + 000000004410 /* SDWebImageDownloader.h */, + 000000004420 /* SDWebImageDownloader.m */, + 000000004430 /* SDWebImageDownloaderOperation.h */, + 000000004440 /* SDWebImageDownloaderOperation.m */, + 000000004450 /* SDWebImageManager.h */, + 000000004460 /* SDWebImageManager.m */, + 000000004470 /* SDWebImageOperation.h */, + 000000004480 /* SDWebImagePrefetcher.h */, + 000000004490 /* SDWebImagePrefetcher.m */, + 0000000044A0 /* UIButton+WebCache.h */, + 0000000044B0 /* UIButton+WebCache.m */, + 0000000044C0 /* UIImage+GIF.h */, + 0000000044D0 /* UIImage+GIF.m */, + 0000000044E0 /* UIImage+MultiFormat.h */, + 0000000044F0 /* UIImage+MultiFormat.m */, + 000000004500 /* UIImageView+HighlightedWebCache.h */, + 000000004510 /* UIImageView+HighlightedWebCache.m */, + 000000004520 /* UIImageView+WebCache.h */, + 000000004530 /* UIImageView+WebCache.m */, + 000000004540 /* UIView+WebCacheOperation.h */, + 000000004550 /* UIView+WebCacheOperation.m */, ); name = Core; sourceTree = ""; }; - 000000004760 /* Core */ = { - isa = PBXGroup; - children = ( - 000000004770 /* NSData+Compression.h */, - 000000004980 /* NSData+Compression.m */, - 000000004780 /* NSDate+Extras.h */, - 000000004990 /* NSDate+Extras.m */, - 000000004790 /* NSDictionary+Sanitize.h */, - 0000000049A0 /* NSDictionary+Sanitize.m */, - 0000000047A0 /* Sentry.h */, - 0000000047B0 /* SentryAsynchronousOperation.h */, - 0000000049B0 /* SentryAsynchronousOperation.m */, - 0000000047C0 /* SentryBreadcrumb.h */, - 0000000049C0 /* SentryBreadcrumb.m */, - 0000000047D0 /* SentryBreadcrumbStore.h */, - 0000000049D0 /* SentryBreadcrumbStore.m */, - 0000000047E0 /* SentryBreadcrumbTracker.h */, - 0000000049E0 /* SentryBreadcrumbTracker.m */, - 000000004800 /* SentryClient.h */, - 0000000049F0 /* SentryClient.m */, - 0000000047F0 /* SentryClient+Internal.h */, - 000000004810 /* SentryContext.h */, - 000000004A00 /* SentryContext.m */, - 000000004820 /* SentryCrashExceptionApplication.h */, - 000000004A10 /* SentryCrashExceptionApplication.m */, - 000000004830 /* SentryDebugMeta.h */, - 000000004A20 /* SentryDebugMeta.m */, - 000000004840 /* SentryDefines.h */, - 000000004850 /* SentryDsn.h */, - 000000004A30 /* SentryDsn.m */, - 000000004860 /* SentryError.h */, - 000000004A40 /* SentryError.m */, - 000000004870 /* SentryEvent.h */, - 000000004A50 /* SentryEvent.m */, - 000000004880 /* SentryException.h */, - 000000004A60 /* SentryException.m */, - 000000004890 /* SentryFileManager.h */, - 000000004A70 /* SentryFileManager.m */, - 0000000048A0 /* SentryFrame.h */, - 000000004A80 /* SentryFrame.m */, - 0000000048B0 /* SentryJavaScriptBridgeHelper.h */, - 000000004A90 /* SentryJavaScriptBridgeHelper.m */, - 0000000048C0 /* SentryKSCrashInstallation.h */, - 000000004AA0 /* SentryKSCrashInstallation.m */, - 0000000048D0 /* SentryKSCrashReportConverter.h */, - 000000004AB0 /* SentryKSCrashReportConverter.m */, - 0000000048E0 /* SentryKSCrashReportSink.h */, - 000000004AC0 /* SentryKSCrashReportSink.m */, - 0000000048F0 /* SentryLog.h */, - 000000004AD0 /* SentryLog.m */, - 000000004900 /* SentryNSURLRequest.h */, - 000000004AE0 /* SentryNSURLRequest.m */, - 000000004910 /* SentryQueueableRequestManager.h */, - 000000004AF0 /* SentryQueueableRequestManager.m */, - 000000004920 /* SentryRequestOperation.h */, - 000000004B00 /* SentryRequestOperation.m */, - 000000004930 /* SentrySerializable.h */, - 000000004940 /* SentryStacktrace.h */, - 000000004B10 /* SentryStacktrace.m */, - 000000004950 /* SentrySwizzle.h */, - 000000004B20 /* SentrySwizzle.m */, - 000000004960 /* SentryThread.h */, - 000000004B30 /* SentryThread.m */, - 000000004970 /* SentryUser.h */, - 000000004B40 /* SentryUser.m */, + 000000004560 /* Core */ = { + isa = PBXGroup; + children = ( + 000000004570 /* NSData+Compression.h */, + 000000004780 /* NSData+Compression.m */, + 000000004580 /* NSDate+Extras.h */, + 000000004790 /* NSDate+Extras.m */, + 000000004590 /* NSDictionary+Sanitize.h */, + 0000000047A0 /* NSDictionary+Sanitize.m */, + 0000000045A0 /* Sentry.h */, + 0000000045B0 /* SentryAsynchronousOperation.h */, + 0000000047B0 /* SentryAsynchronousOperation.m */, + 0000000045C0 /* SentryBreadcrumb.h */, + 0000000047C0 /* SentryBreadcrumb.m */, + 0000000045D0 /* SentryBreadcrumbStore.h */, + 0000000047D0 /* SentryBreadcrumbStore.m */, + 0000000045E0 /* SentryBreadcrumbTracker.h */, + 0000000047E0 /* SentryBreadcrumbTracker.m */, + 000000004600 /* SentryClient.h */, + 0000000047F0 /* SentryClient.m */, + 0000000045F0 /* SentryClient+Internal.h */, + 000000004610 /* SentryContext.h */, + 000000004800 /* SentryContext.m */, + 000000004620 /* SentryCrashExceptionApplication.h */, + 000000004810 /* SentryCrashExceptionApplication.m */, + 000000004630 /* SentryDebugMeta.h */, + 000000004820 /* SentryDebugMeta.m */, + 000000004640 /* SentryDefines.h */, + 000000004650 /* SentryDsn.h */, + 000000004830 /* SentryDsn.m */, + 000000004660 /* SentryError.h */, + 000000004840 /* SentryError.m */, + 000000004670 /* SentryEvent.h */, + 000000004850 /* SentryEvent.m */, + 000000004680 /* SentryException.h */, + 000000004860 /* SentryException.m */, + 000000004690 /* SentryFileManager.h */, + 000000004870 /* SentryFileManager.m */, + 0000000046A0 /* SentryFrame.h */, + 000000004880 /* SentryFrame.m */, + 0000000046B0 /* SentryJavaScriptBridgeHelper.h */, + 000000004890 /* SentryJavaScriptBridgeHelper.m */, + 0000000046C0 /* SentryKSCrashInstallation.h */, + 0000000048A0 /* SentryKSCrashInstallation.m */, + 0000000046D0 /* SentryKSCrashReportConverter.h */, + 0000000048B0 /* SentryKSCrashReportConverter.m */, + 0000000046E0 /* SentryKSCrashReportSink.h */, + 0000000048C0 /* SentryKSCrashReportSink.m */, + 0000000046F0 /* SentryLog.h */, + 0000000048D0 /* SentryLog.m */, + 000000004700 /* SentryNSURLRequest.h */, + 0000000048E0 /* SentryNSURLRequest.m */, + 000000004710 /* SentryQueueableRequestManager.h */, + 0000000048F0 /* SentryQueueableRequestManager.m */, + 000000004720 /* SentryRequestOperation.h */, + 000000004900 /* SentryRequestOperation.m */, + 000000004730 /* SentrySerializable.h */, + 000000004740 /* SentryStacktrace.h */, + 000000004910 /* SentryStacktrace.m */, + 000000004750 /* SentrySwizzle.h */, + 000000004920 /* SentrySwizzle.m */, + 000000004760 /* SentryThread.h */, + 000000004930 /* SentryThread.m */, + 000000004770 /* SentryUser.h */, + 000000004940 /* SentryUser.m */, ); name = Core; sourceTree = ""; }; - 000000006820 /* Core */ = { + 0000000068A0 /* Core */ = { isa = PBXGroup; children = ( - 0000000068B0 /* FBSnapshotTestCase.h */, - 0000000068C0 /* FBSnapshotTestCase.m */, - 0000000068D0 /* FBSnapshotTestCasePlatform.h */, - 0000000068E0 /* FBSnapshotTestCasePlatform.m */, - 0000000068F0 /* FBSnapshotTestController.h */, - 000000006900 /* FBSnapshotTestController.m */, - 000000006830 /* UIApplication+StrictKeyWindow.h */, - 000000006840 /* UIApplication+StrictKeyWindow.m */, - 000000006850 /* UIImage+Compare.h */, - 000000006860 /* UIImage+Compare.m */, - 000000006870 /* UIImage+Diff.h */, - 000000006880 /* UIImage+Diff.m */, - 000000006890 /* UIImage+Snapshot.h */, - 0000000068A0 /* UIImage+Snapshot.m */, + 000000006930 /* FBSnapshotTestCase.h */, + 000000006940 /* FBSnapshotTestCase.m */, + 000000006950 /* FBSnapshotTestCasePlatform.h */, + 000000006960 /* FBSnapshotTestCasePlatform.m */, + 000000006970 /* FBSnapshotTestController.h */, + 000000006980 /* FBSnapshotTestController.m */, + 0000000068B0 /* UIApplication+StrictKeyWindow.h */, + 0000000068C0 /* UIApplication+StrictKeyWindow.m */, + 0000000068D0 /* UIImage+Compare.h */, + 0000000068E0 /* UIImage+Compare.m */, + 0000000068F0 /* UIImage+Diff.h */, + 000000006900 /* UIImage+Diff.m */, + 000000006910 /* UIImage+Snapshot.h */, + 000000006920 /* UIImage+Snapshot.m */, ); name = Core; sourceTree = ""; }; - 000000006910 /* SwiftSupport */ = { + 000000006990 /* SwiftSupport */ = { isa = PBXGroup; children = ( - 000000006920 /* SwiftSupport.swift */, + 0000000069A0 /* SwiftSupport.swift */, ); name = SwiftSupport; sourceTree = ""; }; - 000000006AC0 /* Frameworks */ = { + 000000006B40 /* Frameworks */ = { isa = PBXGroup; children = ( - 000000006AD0 /* Mapbox.framework */, + 000000006B50 /* Mapbox.framework */, ); name = Frameworks; sourceTree = ""; }; - 000000006AE0 /* Resources */ = { + 000000006B60 /* Resources */ = { isa = PBXGroup; children = ( - 000000006AF0 /* AGaramondPro-Bold.otf */, - 000000006B00 /* AGaramondPro-BoldItalic.otf */, - 000000006B10 /* AGaramondPro-Italic.otf */, - 000000006B20 /* AGaramondPro-Regular.otf */, - 000000006B30 /* AGaramondPro-Semibold.otf */, - 000000006B40 /* AVG65lig.otf */, - 000000006B50 /* Unica77LL-Italic.otf */, - 000000006B60 /* Unica77LL-Medium.otf */, - 000000006B70 /* Unica77LL-MediumItalic.otf */, - 000000006B80 /* Unica77LL-Regular.otf */, + 000000006B70 /* AGaramondPro-Bold.otf */, + 000000006B80 /* AGaramondPro-BoldItalic.otf */, + 000000006B90 /* AGaramondPro-Italic.otf */, + 000000006BA0 /* AGaramondPro-Regular.otf */, + 000000006BB0 /* AGaramondPro-Semibold.otf */, + 000000006BC0 /* AVG65lig.otf */, + 000000006BD0 /* Unica77LL-Italic.otf */, + 000000006BE0 /* Unica77LL-Medium.otf */, + 000000006BF0 /* Unica77LL-MediumItalic.otf */, + 000000006C00 /* Unica77LL-Regular.otf */, ); name = Resources; sourceTree = ""; }; - 000000006B90 /* Resources */ = { + 000000006C10 /* Resources */ = { isa = PBXGroup; children = ( - 000000006BB0 /* assets */, - 000000006BA0 /* Emission.js */, + 000000006C30 /* assets */, + 000000006C20 /* Emission.js */, ); name = Resources; sourceTree = ""; }; - 000000006BC0 /* Resources */ = { + 000000006C40 /* Resources */ = { isa = PBXGroup; children = ( - 000000006BD0 /* ARLoadFailureRetryIcon@2x.png */, + 000000006C50 /* ARLoadFailureRetryIcon@2x.png */, ); name = Resources; sourceTree = ""; }; - 000000006BE0 /* Resources */ = { + 000000006C60 /* Resources */ = { isa = PBXGroup; children = ( - 000000006BF0 /* SAMKeychain.bundle */, + 000000006C70 /* SAMKeychain.bundle */, ); name = Resources; sourceTree = ""; }; - 000000006C00 /* Resources */ = { - isa = PBXGroup; - children = ( - 000000007130 /* Images */, - 0000000070A0 /* Localizable.strings */, - 000000007140 /* Localizations */, - 000000006C10 /* stp_card_amex.png */, - 000000006C20 /* stp_card_amex@2x.png */, - 000000006C30 /* stp_card_amex@3x.png */, - 000000006C40 /* stp_card_amex_template.png */, - 000000006C50 /* stp_card_amex_template@2x.png */, - 000000006C60 /* stp_card_amex_template@3x.png */, - 000000006C70 /* stp_card_applepay.png */, - 000000006C80 /* stp_card_applepay@2x.png */, - 000000006C90 /* stp_card_applepay@3x.png */, - 000000006CA0 /* stp_card_cvc.png */, - 000000006CB0 /* stp_card_cvc@2x.png */, - 000000006CC0 /* stp_card_cvc@3x.png */, - 000000006CD0 /* stp_card_cvc_amex.png */, - 000000006CE0 /* stp_card_cvc_amex@2x.png */, - 000000006CF0 /* stp_card_cvc_amex@3x.png */, - 000000006D00 /* stp_card_diners.png */, - 000000006D10 /* stp_card_diners@2x.png */, - 000000006D20 /* stp_card_diners@3x.png */, - 000000006D30 /* stp_card_diners_template.png */, - 000000006D40 /* stp_card_diners_template@2x.png */, - 000000006D50 /* stp_card_diners_template@3x.png */, - 000000006D60 /* stp_card_discover.png */, - 000000006D70 /* stp_card_discover@2x.png */, - 000000006D80 /* stp_card_discover@3x.png */, - 000000006D90 /* stp_card_discover_template.png */, - 000000006DA0 /* stp_card_discover_template@2x.png */, - 000000006DB0 /* stp_card_discover_template@3x.png */, - 000000006DC0 /* stp_card_error.png */, - 000000006DD0 /* stp_card_error@2x.png */, - 000000006DE0 /* stp_card_error@3x.png */, - 000000006DF0 /* stp_card_error_amex.png */, - 000000006E00 /* stp_card_error_amex@2x.png */, - 000000006E10 /* stp_card_error_amex@3x.png */, - 000000006E20 /* stp_card_form_back.png */, - 000000006E30 /* stp_card_form_back@2x.png */, - 000000006E40 /* stp_card_form_back@3x.png */, - 000000006E50 /* stp_card_form_front.png */, - 000000006E60 /* stp_card_form_front@2x.png */, - 000000006E70 /* stp_card_form_front@3x.png */, - 000000006E80 /* stp_card_jcb.png */, - 000000006E90 /* stp_card_jcb@2x.png */, - 000000006EA0 /* stp_card_jcb@3x.png */, - 000000006EB0 /* stp_card_jcb_template.png */, - 000000006EC0 /* stp_card_jcb_template@2x.png */, - 000000006ED0 /* stp_card_jcb_template@3x.png */, - 000000006EE0 /* stp_card_mastercard.png */, - 000000006EF0 /* stp_card_mastercard@2x.png */, - 000000006F00 /* stp_card_mastercard@3x.png */, - 000000006F10 /* stp_card_mastercard_template.png */, - 000000006F20 /* stp_card_mastercard_template@2x.png */, - 000000006F30 /* stp_card_mastercard_template@3x.png */, - 000000006F40 /* stp_card_unknown.png */, - 000000006F50 /* stp_card_unknown@2x.png */, - 000000006F60 /* stp_card_unknown@3x.png */, - 000000006F70 /* stp_card_visa.png */, - 000000006F80 /* stp_card_visa@2x.png */, - 000000006F90 /* stp_card_visa@3x.png */, - 000000006FA0 /* stp_card_visa_template.png */, - 000000006FB0 /* stp_card_visa_template@2x.png */, - 000000006FC0 /* stp_card_visa_template@3x.png */, - 000000006FD0 /* stp_icon_add.png */, - 000000006FE0 /* stp_icon_add@2x.png */, - 000000006FF0 /* stp_icon_add@3x.png */, - 000000007000 /* stp_icon_checkmark.png */, - 000000007010 /* stp_icon_checkmark@2x.png */, - 000000007020 /* stp_icon_checkmark@3x.png */, - 000000007030 /* stp_icon_chevron_left.png */, - 000000007040 /* stp_icon_chevron_left@2x.png */, - 000000007050 /* stp_icon_chevron_left@3x.png */, - 000000007060 /* stp_shipping_form.png */, - 000000007070 /* stp_shipping_form@2x.png */, - 000000007080 /* stp_shipping_form@3x.png */, - 000000007090 /* stp_test_upload_image.jpeg */, + 000000006C80 /* Resources */ = { + isa = PBXGroup; + children = ( + 000000007260 /* Images */, + 0000000071B0 /* Localizable.strings */, + 000000007270 /* Localizations */, + 000000006C90 /* stp_card_amex.png */, + 000000006CA0 /* stp_card_amex@2x.png */, + 000000006CB0 /* stp_card_amex@3x.png */, + 000000006CC0 /* stp_card_amex_template.png */, + 000000006CD0 /* stp_card_amex_template@2x.png */, + 000000006CE0 /* stp_card_amex_template@3x.png */, + 000000006CF0 /* stp_card_applepay.png */, + 000000006D00 /* stp_card_applepay@2x.png */, + 000000006D10 /* stp_card_applepay@3x.png */, + 000000006D20 /* stp_card_cvc.png */, + 000000006D30 /* stp_card_cvc@2x.png */, + 000000006D40 /* stp_card_cvc@3x.png */, + 000000006D50 /* stp_card_cvc_amex.png */, + 000000006D60 /* stp_card_cvc_amex@2x.png */, + 000000006D70 /* stp_card_cvc_amex@3x.png */, + 000000006D80 /* stp_card_diners.png */, + 000000006D90 /* stp_card_diners@2x.png */, + 000000006DA0 /* stp_card_diners@3x.png */, + 000000006DB0 /* stp_card_diners_template.png */, + 000000006DC0 /* stp_card_diners_template@2x.png */, + 000000006DD0 /* stp_card_diners_template@3x.png */, + 000000006DE0 /* stp_card_discover.png */, + 000000006DF0 /* stp_card_discover@2x.png */, + 000000006E00 /* stp_card_discover@3x.png */, + 000000006E10 /* stp_card_discover_template.png */, + 000000006E20 /* stp_card_discover_template@2x.png */, + 000000006E30 /* stp_card_discover_template@3x.png */, + 000000006E40 /* stp_card_error.png */, + 000000006E50 /* stp_card_error@2x.png */, + 000000006E60 /* stp_card_error@3x.png */, + 000000006E70 /* stp_card_error_amex.png */, + 000000006E80 /* stp_card_error_amex@2x.png */, + 000000006E90 /* stp_card_error_amex@3x.png */, + 000000006EA0 /* stp_card_form_back.png */, + 000000006EB0 /* stp_card_form_back@2x.png */, + 000000006EC0 /* stp_card_form_back@3x.png */, + 000000006ED0 /* stp_card_form_front.png */, + 000000006EE0 /* stp_card_form_front@2x.png */, + 000000006EF0 /* stp_card_form_front@3x.png */, + 000000006F00 /* stp_card_jcb.png */, + 000000006F10 /* stp_card_jcb@2x.png */, + 000000006F20 /* stp_card_jcb@3x.png */, + 000000006F30 /* stp_card_jcb_template.png */, + 000000006F40 /* stp_card_jcb_template@2x.png */, + 000000006F50 /* stp_card_jcb_template@3x.png */, + 000000006F60 /* stp_card_mastercard.png */, + 000000006F70 /* stp_card_mastercard@2x.png */, + 000000006F80 /* stp_card_mastercard@3x.png */, + 000000006F90 /* stp_card_mastercard_template.png */, + 000000006FA0 /* stp_card_mastercard_template@2x.png */, + 000000006FB0 /* stp_card_mastercard_template@3x.png */, + 000000006FC0 /* stp_card_unionpay_en.png */, + 000000006FD0 /* stp_card_unionpay_en@2x.png */, + 000000006FE0 /* stp_card_unionpay_en@3x.png */, + 000000006FF0 /* stp_card_unionpay_template_en.png */, + 000000007000 /* stp_card_unionpay_template_en@2x.png */, + 000000007010 /* stp_card_unionpay_template_en@3x.png */, + 000000007020 /* stp_card_unionpay_template_zh.png */, + 000000007030 /* stp_card_unionpay_template_zh@2x.png */, + 000000007040 /* stp_card_unionpay_template_zh@3x.png */, + 000000007050 /* stp_card_unionpay_zh.png */, + 000000007060 /* stp_card_unionpay_zh@2x.png */, + 000000007070 /* stp_card_unionpay_zh@3x.png */, + 000000007080 /* stp_card_unknown.png */, + 000000007090 /* stp_card_unknown@2x.png */, + 0000000070A0 /* stp_card_unknown@3x.png */, + 0000000070B0 /* stp_card_visa.png */, + 0000000070C0 /* stp_card_visa@2x.png */, + 0000000070D0 /* stp_card_visa@3x.png */, + 0000000070E0 /* stp_card_visa_template.png */, + 0000000070F0 /* stp_card_visa_template@2x.png */, + 000000007100 /* stp_card_visa_template@3x.png */, + 000000007110 /* stp_icon_add.png */, + 000000007120 /* stp_icon_add@2x.png */, + 000000007130 /* stp_icon_add@3x.png */, + 000000007140 /* stp_icon_checkmark.png */, + 000000007150 /* stp_icon_checkmark@2x.png */, + 000000007160 /* stp_icon_checkmark@3x.png */, + 000000007170 /* stp_shipping_form.png */, + 000000007180 /* stp_shipping_form@2x.png */, + 000000007190 /* stp_shipping_form@3x.png */, + 0000000071A0 /* stp_test_upload_image.jpeg */, ); name = Resources; sourceTree = ""; }; - 000000007150 /* Pod */ = { + 000000007280 /* Pod */ = { isa = PBXGroup; children = ( - 000000007190 /* adding_a_lab_option.md */, - 0000000071A0 /* adding_new_components.md */, - 0000000071B0 /* adding_new_keys.md */, - 0000000071C0 /* choose-theme.png */, - 0000000071D0 /* debugging.md */, - 000000007160 /* Emission.podspec */, - 000000007170 /* LICENSE */, - 0000000071E0 /* map_to_emission.md */, - 000000007180 /* README.md */, - 0000000071F0 /* running-emission-in-eigen.md */, - 000000007200 /* running_on_device.md */, - 000000007210 /* troubleshooting.md */, - 000000007220 /* using_the_beta.md */, - 000000007230 /* vscode.md */, - 000000007240 /* welcome-to-beta.md */, + 0000000072C0 /* adding_a_lab_option.md */, + 0000000072D0 /* adding_new_components.md */, + 0000000072E0 /* adding_new_keys.md */, + 0000000072F0 /* choose-theme.png */, + 000000007300 /* debugging.md */, + 000000007290 /* Emission.podspec */, + 0000000072A0 /* LICENSE */, + 000000007310 /* map_to_emission.md */, + 0000000072B0 /* README.md */, + 000000007320 /* running-emission-in-eigen.md */, + 000000007330 /* running_on_device.md */, + 000000007340 /* troubleshooting.md */, + 000000007350 /* using_the_beta.md */, + 000000007360 /* vscode.md */, + 000000007370 /* welcome-to-beta.md */, ); name = Pod; sourceTree = ""; }; - 000000007250 /* Pod */ = { + 000000007380 /* Pod */ = { isa = PBXGroup; children = ( - 000000007260 /* Keys.podspec.json */, + 000000007390 /* Keys.podspec.json */, ); name = Pod; sourceTree = ""; }; - 000000007270 /* Pod */ = { + 0000000073A0 /* Pod */ = { isa = PBXGroup; children = ( - 000000007280 /* LICENSE */, - 000000007290 /* README.md */, - 0000000072A0 /* RNSVG.podspec */, + 0000000073B0 /* LICENSE */, + 0000000073C0 /* README.md */, + 0000000073D0 /* RNSVG.podspec */, ); name = Pod; sourceTree = ""; }; - 0000000072B0 /* Pod */ = { + 0000000073E0 /* Pod */ = { isa = PBXGroup; children = ( - 0000000072C0 /* LICENSE */, - 0000000072E0 /* React.podspec */, - 0000000072D0 /* README.md */, + 0000000073F0 /* LICENSE */, + 000000007410 /* React.podspec */, + 000000007400 /* README.md */, ); name = Pod; sourceTree = ""; }; - 0000000072F0 /* Pod */ = { + 000000007420 /* Pod */ = { isa = PBXGroup; children = ( - 000000007300 /* LICENSE.md */, - 000000007310 /* README.md */, - 000000007320 /* SentryReactNative.podspec */, + 000000007430 /* LICENSE.md */, + 000000007440 /* README.md */, + 000000007450 /* SentryReactNative.podspec */, ); name = Pod; sourceTree = ""; }; - 000000007330 /* Pod */ = { - isa = PBXGroup; - children = ( - 000000007360 /* BackgroundLayer.md */, - 000000007370 /* Callout.md */, - 000000007380 /* CircleLayer.md */, - 000000007470 /* docs.json */, - 000000007390 /* FillExtrusionLayer.md */, - 0000000073A0 /* FillLayer.md */, - 0000000073B0 /* ImageSource.md */, - 000000007340 /* LICENSE.md */, - 0000000073C0 /* Light.md */, - 0000000073D0 /* LineLayer.md */, - 0000000073E0 /* MapView.md */, - 0000000073F0 /* OfflineManager.md */, - 000000007400 /* PointAnnotation.md */, - 000000007410 /* RasterLayer.md */, - 000000007420 /* RasterSource.md */, - 000000007490 /* react-native-mapbox-gl.podspec */, - 000000007350 /* README.md */, - 000000007430 /* ShapeSource.md */, - 000000007480 /* snapshotManager.md */, - 000000007440 /* StyleSheet.md */, - 000000007450 /* SymbolLayer.md */, - 000000007460 /* VectorSource.md */, + 000000007460 /* Pod */ = { + isa = PBXGroup; + children = ( + 000000007490 /* BackgroundLayer.md */, + 0000000074A0 /* Callout.md */, + 0000000074B0 /* CircleLayer.md */, + 0000000075A0 /* docs.json */, + 0000000074C0 /* FillExtrusionLayer.md */, + 0000000074D0 /* FillLayer.md */, + 0000000074E0 /* ImageSource.md */, + 000000007470 /* LICENSE.md */, + 0000000074F0 /* Light.md */, + 000000007500 /* LineLayer.md */, + 000000007510 /* MapView.md */, + 000000007520 /* OfflineManager.md */, + 000000007530 /* PointAnnotation.md */, + 000000007540 /* RasterLayer.md */, + 000000007550 /* RasterSource.md */, + 0000000075C0 /* react-native-mapbox-gl.podspec */, + 000000007480 /* README.md */, + 000000007560 /* ShapeSource.md */, + 0000000075B0 /* snapshotManager.md */, + 000000007570 /* StyleSheet.md */, + 000000007580 /* SymbolLayer.md */, + 000000007590 /* VectorSource.md */, ); name = Pod; sourceTree = ""; }; - 0000000074A0 /* Pod */ = { + 0000000075D0 /* Pod */ = { isa = PBXGroup; children = ( - 0000000074B0 /* yoga.podspec */, + 0000000075E0 /* LICENSE */, + 0000000075F0 /* react-native-navigator-ios.podspec */, ); name = Pod; sourceTree = ""; }; - 0000000075D0 /* Support Files */ = { + 000000007600 /* Pod */ = { isa = PBXGroup; children = ( - 0000000075E0 /* ARGenericTableViewController.xcconfig */, - 000000007600 /* ARGenericTableViewController-dummy.m */, - 0000000075F0 /* ARGenericTableViewController-prefix.pch */, + 000000007610 /* yoga.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 000000007730 /* Support Files */ = { + isa = PBXGroup; + children = ( + 000000007740 /* ARGenericTableViewController.xcconfig */, + 000000007760 /* ARGenericTableViewController-dummy.m */, + 000000007750 /* ARGenericTableViewController-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/ARGenericTableViewController"; sourceTree = ""; }; - 000000007780 /* Support Files */ = { + 0000000078E0 /* Support Files */ = { isa = PBXGroup; children = ( - 000000007790 /* Artsy+Authentication.xcconfig */, - 0000000077B0 /* Artsy+Authentication-dummy.m */, - 0000000077A0 /* Artsy+Authentication-prefix.pch */, + 0000000078F0 /* Artsy+Authentication.xcconfig */, + 000000007910 /* Artsy+Authentication-dummy.m */, + 000000007900 /* Artsy+Authentication-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/Artsy+Authentication"; sourceTree = ""; }; - 0000000078A0 /* Support Files */ = { + 000000007A00 /* Support Files */ = { isa = PBXGroup; children = ( - 0000000078B0 /* Artsy+UIColors.xcconfig */, - 0000000078D0 /* Artsy+UIColors-dummy.m */, - 0000000078C0 /* Artsy+UIColors-prefix.pch */, + 000000007A10 /* Artsy+UIColors.xcconfig */, + 000000007A30 /* Artsy+UIColors-dummy.m */, + 000000007A20 /* Artsy+UIColors-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/Artsy+UIColors"; sourceTree = ""; }; - 0000000079A0 /* Support Files */ = { + 000000007B00 /* Support Files */ = { isa = PBXGroup; children = ( - 0000000079B0 /* Artsy+UIFonts.xcconfig */, - 0000000079D0 /* Artsy+UIFonts-dummy.m */, - 0000000079C0 /* Artsy+UIFonts-prefix.pch */, + 000000007B10 /* Artsy+UIFonts.xcconfig */, + 000000007B30 /* Artsy+UIFonts-dummy.m */, + 000000007B20 /* Artsy+UIFonts-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/Artsy+UIFonts"; sourceTree = ""; }; - 000000007AA0 /* Support Files */ = { + 000000007C00 /* Support Files */ = { isa = PBXGroup; children = ( - 000000007AB0 /* Artsy-UIButtons.xcconfig */, - 000000007AD0 /* Artsy-UIButtons-dummy.m */, - 000000007AC0 /* Artsy-UIButtons-prefix.pch */, + 000000007C10 /* Artsy-UIButtons.xcconfig */, + 000000007C30 /* Artsy-UIButtons-dummy.m */, + 000000007C20 /* Artsy-UIButtons-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/Artsy-UIButtons"; sourceTree = ""; }; - 000000007CA0 /* Support Files */ = { + 000000007E00 /* Support Files */ = { isa = PBXGroup; children = ( - 000000007CB0 /* DoubleConversion.xcconfig */, - 000000007CD0 /* DoubleConversion-dummy.m */, - 000000007CC0 /* DoubleConversion-prefix.pch */, + 000000007E10 /* DoubleConversion.xcconfig */, + 000000007E30 /* DoubleConversion-dummy.m */, + 000000007E20 /* DoubleConversion-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/DoubleConversion"; sourceTree = ""; }; - 000000008460 /* Support Files */ = { + 0000000085C0 /* Support Files */ = { isa = PBXGroup; children = ( - 000000008470 /* Emission.xcconfig */, - 000000008490 /* Emission-dummy.m */, - 000000008480 /* Emission-prefix.pch */, + 0000000085D0 /* Emission.xcconfig */, + 0000000085F0 /* Emission-dummy.m */, + 0000000085E0 /* Emission-prefix.pch */, ); name = "Support Files"; path = "Example/Pods/Target Support Files/Emission"; sourceTree = ""; }; - 0000000089D0 /* Support Files */ = { + 000000008B30 /* Support Files */ = { isa = PBXGroup; children = ( - 0000000089E0 /* Expecta.xcconfig */, - 000000008A00 /* Expecta-dummy.m */, - 0000000089F0 /* Expecta-prefix.pch */, + 000000008B40 /* Expecta.xcconfig */, + 000000008B60 /* Expecta-dummy.m */, + 000000008B50 /* Expecta-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/Expecta"; sourceTree = ""; }; - 000000008B70 /* Support Files */ = { + 000000008CD0 /* Support Files */ = { isa = PBXGroup; children = ( - 000000008B80 /* Extraction.xcconfig */, - 000000008BA0 /* Extraction-dummy.m */, - 000000008B90 /* Extraction-prefix.pch */, + 000000008CE0 /* Extraction.xcconfig */, + 000000008D00 /* Extraction-dummy.m */, + 000000008CF0 /* Extraction-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/Extraction"; sourceTree = ""; }; - 000000008D40 /* Support Files */ = { + 000000008EA0 /* Support Files */ = { isa = PBXGroup; children = ( - 000000008D60 /* FBSnapshotTestCase.modulemap */, - 000000008D50 /* FBSnapshotTestCase.xcconfig */, - 000000008DB0 /* FBSnapshotTestCase-dummy.m */, - 000000008DA0 /* FBSnapshotTestCase-prefix.pch */, - 000000008D70 /* FBSnapshotTestCase-umbrella.h */, + 000000008EC0 /* FBSnapshotTestCase.modulemap */, + 000000008EB0 /* FBSnapshotTestCase.xcconfig */, + 000000008F10 /* FBSnapshotTestCase-dummy.m */, + 000000008F00 /* FBSnapshotTestCase-prefix.pch */, + 000000008ED0 /* FBSnapshotTestCase-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/FBSnapshotTestCase"; sourceTree = ""; }; - 000000008F50 /* Support Files */ = { + 0000000090B0 /* Support Files */ = { isa = PBXGroup; children = ( - 000000008F60 /* FLKAutoLayout.xcconfig */, - 000000008F80 /* FLKAutoLayout-dummy.m */, - 000000008F70 /* FLKAutoLayout-prefix.pch */, + 0000000090C0 /* FLKAutoLayout.xcconfig */, + 0000000090E0 /* FLKAutoLayout-dummy.m */, + 0000000090D0 /* FLKAutoLayout-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/FLKAutoLayout"; sourceTree = ""; }; - 0000000090C0 /* Support Files */ = { + 000000009280 /* Support Files */ = { isa = PBXGroup; children = ( - 0000000090D0 /* Folly.xcconfig */, - 0000000090F0 /* Folly-dummy.m */, - 0000000090E0 /* Folly-prefix.pch */, + 000000009290 /* Folly.xcconfig */, + 0000000092B0 /* Folly-dummy.m */, + 0000000092A0 /* Folly-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/Folly"; sourceTree = ""; }; - 0000000091C0 /* Support Files */ = { + 000000009380 /* Support Files */ = { isa = PBXGroup; children = ( - 0000000091D0 /* ISO8601DateFormatter.xcconfig */, - 0000000091F0 /* ISO8601DateFormatter-dummy.m */, - 0000000091E0 /* ISO8601DateFormatter-prefix.pch */, + 000000009390 /* ISO8601DateFormatter.xcconfig */, + 0000000093B0 /* ISO8601DateFormatter-dummy.m */, + 0000000093A0 /* ISO8601DateFormatter-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/ISO8601DateFormatter"; sourceTree = ""; }; - 000000009AA0 /* Support Files */ = { + 000000009C60 /* Support Files */ = { isa = PBXGroup; children = ( - 000000009AB0 /* KSCrash.xcconfig */, - 000000009AD0 /* KSCrash-dummy.m */, - 000000009AC0 /* KSCrash-prefix.pch */, + 000000009C70 /* KSCrash.xcconfig */, + 000000009C90 /* KSCrash-dummy.m */, + 000000009C80 /* KSCrash-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/KSCrash"; sourceTree = ""; }; - 000000009BA0 /* Support Files */ = { + 000000009D60 /* Support Files */ = { isa = PBXGroup; children = ( - 000000009BB0 /* Keys.xcconfig */, - 000000009BD0 /* Keys-dummy.m */, - 000000009BC0 /* Keys-prefix.pch */, + 000000009D70 /* Keys.xcconfig */, + 000000009D90 /* Keys-dummy.m */, + 000000009D80 /* Keys-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/Keys"; sourceTree = ""; }; - 000000009CA0 /* Support Files */ = { + 000000009E60 /* Support Files */ = { isa = PBXGroup; children = ( - 000000009CB0 /* NSURL+QueryDictionary.xcconfig */, - 000000009CD0 /* NSURL+QueryDictionary-dummy.m */, - 000000009CC0 /* NSURL+QueryDictionary-prefix.pch */, + 000000009E70 /* NSURL+QueryDictionary.xcconfig */, + 000000009E90 /* NSURL+QueryDictionary-dummy.m */, + 000000009E80 /* NSURL+QueryDictionary-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/NSURL+QueryDictionary"; sourceTree = ""; }; - 000000009E20 /* Support Files */ = { + 000000009FE0 /* Support Files */ = { isa = PBXGroup; children = ( - 000000009E30 /* ORStackView.xcconfig */, - 000000009E50 /* ORStackView-dummy.m */, - 000000009E40 /* ORStackView-prefix.pch */, + 000000009FF0 /* ORStackView.xcconfig */, + 00000000A010 /* ORStackView-dummy.m */, + 00000000A000 /* ORStackView-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/ORStackView"; sourceTree = ""; }; - 000000009F40 /* Support Files */ = { + 00000000A100 /* Support Files */ = { isa = PBXGroup; children = ( - 000000009F60 /* Pulley.modulemap */, - 000000009F50 /* Pulley.xcconfig */, - 000000009FB0 /* Pulley-dummy.m */, - 000000009FA0 /* Pulley-prefix.pch */, - 000000009F70 /* Pulley-umbrella.h */, + 00000000A120 /* Pulley.modulemap */, + 00000000A110 /* Pulley.xcconfig */, + 00000000A170 /* Pulley-dummy.m */, + 00000000A160 /* Pulley-prefix.pch */, + 00000000A130 /* Pulley-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/Pulley"; sourceTree = ""; }; - 00000000A7B0 /* Support Files */ = { + 00000000A970 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000A7C0 /* RNSVG.xcconfig */, - 00000000A7E0 /* RNSVG-dummy.m */, - 00000000A7D0 /* RNSVG-prefix.pch */, + 00000000A980 /* RNSVG.xcconfig */, + 00000000A9A0 /* RNSVG-dummy.m */, + 00000000A990 /* RNSVG-prefix.pch */, ); name = "Support Files"; path = "../../Example/Pods/Target Support Files/RNSVG"; sourceTree = ""; }; - 00000000C9E0 /* Support Files */ = { + 00000000C930 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000C9F0 /* React.xcconfig */, - 00000000CA10 /* React-dummy.m */, - 00000000CA00 /* React-prefix.pch */, + 00000000C940 /* React.xcconfig */, + 00000000C960 /* React-dummy.m */, + 00000000C950 /* React-prefix.pch */, ); name = "Support Files"; path = "../../Example/Pods/Target Support Files/React"; sourceTree = ""; }; - 00000000CB00 /* Support Files */ = { + 00000000CA50 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000CB10 /* SAMKeychain.xcconfig */, - 00000000CB30 /* SAMKeychain-dummy.m */, - 00000000CB20 /* SAMKeychain-prefix.pch */, + 00000000CA60 /* SAMKeychain.xcconfig */, + 00000000CA80 /* SAMKeychain-dummy.m */, + 00000000CA70 /* SAMKeychain-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/SAMKeychain"; sourceTree = ""; }; - 00000000CDB0 /* Support Files */ = { + 00000000CD00 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000CDC0 /* SDWebImage.xcconfig */, - 00000000CDE0 /* SDWebImage-dummy.m */, - 00000000CDD0 /* SDWebImage-prefix.pch */, + 00000000CD10 /* SDWebImage.xcconfig */, + 00000000CD30 /* SDWebImage-dummy.m */, + 00000000CD20 /* SDWebImage-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - 00000000D270 /* Support Files */ = { + 00000000D1C0 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000D280 /* Sentry.xcconfig */, - 00000000D2A0 /* Sentry-dummy.m */, - 00000000D290 /* Sentry-prefix.pch */, + 00000000D1D0 /* Sentry.xcconfig */, + 00000000D1F0 /* Sentry-dummy.m */, + 00000000D1E0 /* Sentry-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/Sentry"; sourceTree = ""; }; - 00000000D390 /* Support Files */ = { + 00000000D2E0 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000D3A0 /* SentryReactNative.xcconfig */, - 00000000D3C0 /* SentryReactNative-dummy.m */, - 00000000D3B0 /* SentryReactNative-prefix.pch */, + 00000000D2F0 /* SentryReactNative.xcconfig */, + 00000000D310 /* SentryReactNative-dummy.m */, + 00000000D300 /* SentryReactNative-prefix.pch */, ); name = "Support Files"; path = "../../Example/Pods/Target Support Files/SentryReactNative"; sourceTree = ""; }; - 00000000D600 /* Support Files */ = { + 00000000D550 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000D610 /* Specta.xcconfig */, - 00000000D630 /* Specta-dummy.m */, - 00000000D620 /* Specta-prefix.pch */, + 00000000D560 /* Specta.xcconfig */, + 00000000D580 /* Specta-dummy.m */, + 00000000D570 /* Specta-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/Specta"; sourceTree = ""; }; - 00000000DC30 /* Support Files */ = { + 00000000DC10 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000DC40 /* ResourceBundle-Stripe-Stripe-Info.plist */, - 00000000EA90 /* Stripe.xcconfig */, - 00000000EAB0 /* Stripe-dummy.m */, - 00000000EAA0 /* Stripe-prefix.pch */, + 00000000DC20 /* ResourceBundle-Stripe-Stripe-Info.plist */, + 00000000EC00 /* Stripe.xcconfig */, + 00000000EC20 /* Stripe-dummy.m */, + 00000000EC10 /* Stripe-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/Stripe"; sourceTree = ""; }; - 00000000EB80 /* Support Files */ = { + 00000000ECF0 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000EB90 /* UIView+BooleanAnimations.xcconfig */, - 00000000EBB0 /* UIView+BooleanAnimations-dummy.m */, - 00000000EBA0 /* UIView+BooleanAnimations-prefix.pch */, + 00000000ED00 /* UIView+BooleanAnimations.xcconfig */, + 00000000ED20 /* UIView+BooleanAnimations-dummy.m */, + 00000000ED10 /* UIView+BooleanAnimations-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/UIView+BooleanAnimations"; sourceTree = ""; }; - 00000000EC20 /* Support Files */ = { + 00000000ED90 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000EC30 /* boost-for-react-native.xcconfig */, + 00000000EDA0 /* boost-for-react-native.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/boost-for-react-native"; sourceTree = ""; }; - 00000000ED90 /* Support Files */ = { + 00000000EF00 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000EDA0 /* glog.xcconfig */, - 00000000EDC0 /* glog-dummy.m */, - 00000000EDB0 /* glog-prefix.pch */, + 00000000EF10 /* glog.xcconfig */, + 00000000EF30 /* glog-dummy.m */, + 00000000EF20 /* glog-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/glog"; sourceTree = ""; }; - 00000000F590 /* Support Files */ = { + 00000000F700 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000F5A0 /* react-native-mapbox-gl.xcconfig */, - 00000000F5C0 /* react-native-mapbox-gl-dummy.m */, - 00000000F5B0 /* react-native-mapbox-gl-prefix.pch */, + 00000000F710 /* react-native-mapbox-gl.xcconfig */, + 00000000F730 /* react-native-mapbox-gl-dummy.m */, + 00000000F720 /* react-native-mapbox-gl-prefix.pch */, ); name = "Support Files"; path = "../../../Example/Pods/Target Support Files/react-native-mapbox-gl"; sourceTree = ""; }; - 00000000F6F0 /* Support Files */ = { + 00000000F880 /* Support Files */ = { + isa = PBXGroup; + children = ( + 00000000F890 /* react-native-navigator-ios.xcconfig */, + 00000000F8B0 /* react-native-navigator-ios-dummy.m */, + 00000000F8A0 /* react-native-navigator-ios-prefix.pch */, + ); + name = "Support Files"; + path = "../../Example/Pods/Target Support Files/react-native-navigator-ios"; + sourceTree = ""; + }; + 00000000F9E0 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000F700 /* tipsi-stripe.xcconfig */, - 00000000F720 /* tipsi-stripe-dummy.m */, - 00000000F710 /* tipsi-stripe-prefix.pch */, + 00000000F9F0 /* tipsi-stripe.xcconfig */, + 00000000FA10 /* tipsi-stripe-dummy.m */, + 00000000FA00 /* tipsi-stripe-prefix.pch */, ); name = "Support Files"; path = "../Target Support Files/tipsi-stripe"; sourceTree = ""; }; - 00000000F910 /* Support Files */ = { + 00000000FC50 /* Support Files */ = { isa = PBXGroup; children = ( - 00000000F920 /* yoga.xcconfig */, - 00000000F940 /* yoga-dummy.m */, - 00000000F930 /* yoga-prefix.pch */, + 00000000FC60 /* yoga.xcconfig */, + 00000000FC80 /* yoga-dummy.m */, + 00000000FC70 /* yoga-prefix.pch */, ); name = "Support Files"; path = "../../../../Example/Pods/Target Support Files/yoga"; sourceTree = ""; }; - 00000000F9F0 /* Pods-Emission */ = { + 00000000FD30 /* Pods-Emission */ = { isa = PBXGroup; children = ( - 00000000FA30 /* Pods-Emission.modulemap */, - 00000000FA90 /* Pods-Emission-acknowledgements.markdown */, - 00000000FA80 /* Pods-Emission-acknowledgements.plist */, - 00000000FAA0 /* Pods-Emission-dummy.m */, - 00000000FA60 /* Pods-Emission-frameworks.sh */, - 00000000FA70 /* Pods-Emission-resources.sh */, - 00000000FA40 /* Pods-Emission-umbrella.h */, - 00000000FA10 /* Pods-Emission.debug.xcconfig */, - 00000000FA20 /* Pods-Emission.deploy.xcconfig */, - 00000000FA00 /* Pods-Emission.release.xcconfig */, + 00000000FD70 /* Pods-Emission.modulemap */, + 00000000FDD0 /* Pods-Emission-acknowledgements.markdown */, + 00000000FDC0 /* Pods-Emission-acknowledgements.plist */, + 00000000FDE0 /* Pods-Emission-dummy.m */, + 00000000FDA0 /* Pods-Emission-frameworks.sh */, + 00000000FDB0 /* Pods-Emission-resources.sh */, + 00000000FD80 /* Pods-Emission-umbrella.h */, + 00000000FD50 /* Pods-Emission.debug.xcconfig */, + 00000000FD60 /* Pods-Emission.deploy.xcconfig */, + 00000000FD40 /* Pods-Emission.release.xcconfig */, ); name = "Pods-Emission"; path = "Target Support Files/Pods-Emission"; sourceTree = ""; }; - 00000000FB50 /* Pods-EmissionTests */ = { + 00000000FE90 /* Pods-EmissionTests */ = { isa = PBXGroup; children = ( - 00000000FB90 /* Pods-EmissionTests.modulemap */, - 00000000FBD0 /* Pods-EmissionTests-acknowledgements.markdown */, - 00000000FBC0 /* Pods-EmissionTests-acknowledgements.plist */, - 00000000FBE0 /* Pods-EmissionTests-dummy.m */, - 00000000FBA0 /* Pods-EmissionTests-umbrella.h */, - 00000000FB70 /* Pods-EmissionTests.debug.xcconfig */, - 00000000FB80 /* Pods-EmissionTests.deploy.xcconfig */, - 00000000FB60 /* Pods-EmissionTests.release.xcconfig */, + 00000000FED0 /* Pods-EmissionTests.modulemap */, + 00000000FF10 /* Pods-EmissionTests-acknowledgements.markdown */, + 00000000FF00 /* Pods-EmissionTests-acknowledgements.plist */, + 00000000FF20 /* Pods-EmissionTests-dummy.m */, + 00000000FEE0 /* Pods-EmissionTests-umbrella.h */, + 00000000FEB0 /* Pods-EmissionTests.debug.xcconfig */, + 00000000FEC0 /* Pods-EmissionTests.deploy.xcconfig */, + 00000000FEA0 /* Pods-EmissionTests.release.xcconfig */, ); name = "Pods-EmissionTests"; path = "Target Support Files/Pods-EmissionTests"; @@ -7624,1095 +7778,1106 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 000000007520 /* Headers */ = { + 000000007680 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000007590 /* ARCellData.h in Headers */, - 0000000075A0 /* ARGenericTableViewController.h in Headers */, - 0000000075B0 /* ARSectionData.h in Headers */, - 0000000075C0 /* ARTableViewData.h in Headers */, + 0000000076F0 /* ARCellData.h in Headers */, + 000000007700 /* ARGenericTableViewController.h in Headers */, + 000000007710 /* ARSectionData.h in Headers */, + 000000007720 /* ARTableViewData.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007680 /* Headers */ = { + 0000000077E0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000007710 /* Artsy+Authentication.h in Headers */, - 000000007720 /* ArtsyAuthentication+Accounts.h in Headers */, - 000000007730 /* ArtsyAuthentication+Private.h in Headers */, - 000000007740 /* ArtsyAuthentication.h in Headers */, - 000000007750 /* ArtsyAuthenticationRouter.h in Headers */, - 000000007760 /* ArtsyNetworkOperator.h in Headers */, - 000000007770 /* ArtsyToken.h in Headers */, + 000000007870 /* Artsy+Authentication.h in Headers */, + 000000007880 /* ArtsyAuthentication+Accounts.h in Headers */, + 000000007890 /* ArtsyAuthentication+Private.h in Headers */, + 0000000078A0 /* ArtsyAuthentication.h in Headers */, + 0000000078B0 /* ArtsyAuthenticationRouter.h in Headers */, + 0000000078C0 /* ArtsyNetworkOperator.h in Headers */, + 0000000078D0 /* ArtsyToken.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007830 /* Headers */ = { + 000000007990 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000007880 /* UIColor+ArtsyColors.h in Headers */, - 000000007890 /* UIColor+DebugColours.h in Headers */, + 0000000079E0 /* UIColor+ArtsyColors.h in Headers */, + 0000000079F0 /* UIColor+DebugColours.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007950 /* Headers */ = { + 000000007AB0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000007990 /* UIFont+ArtsyFonts.h in Headers */, + 000000007AF0 /* UIFont+ArtsyFonts.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007A50 /* Headers */ = { + 000000007BB0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000007A90 /* ARButtonSubclasses.h in Headers */, + 000000007BF0 /* ARButtonSubclasses.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007B50 /* Headers */ = { + 000000007CB0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000007C00 /* bignum-dtoa.h in Headers */, - 000000007C10 /* bignum.h in Headers */, - 000000007C20 /* cached-powers.h in Headers */, - 000000007C30 /* diy-fp.h in Headers */, - 000000007C40 /* double-conversion.h in Headers */, - 000000007C50 /* fast-dtoa.h in Headers */, - 000000007C60 /* fixed-dtoa.h in Headers */, - 000000007C70 /* ieee.h in Headers */, - 000000007C80 /* strtod.h in Headers */, - 000000007C90 /* utils.h in Headers */, + 000000007D60 /* bignum-dtoa.h in Headers */, + 000000007D70 /* bignum.h in Headers */, + 000000007D80 /* cached-powers.h in Headers */, + 000000007D90 /* diy-fp.h in Headers */, + 000000007DA0 /* double-conversion.h in Headers */, + 000000007DB0 /* fast-dtoa.h in Headers */, + 000000007DC0 /* fixed-dtoa.h in Headers */, + 000000007DD0 /* ieee.h in Headers */, + 000000007DE0 /* strtod.h in Headers */, + 000000007DF0 /* utils.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007D50 /* Headers */ = { + 000000007EB0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000008240 /* ARArtistComponentViewController.h in Headers */, - 000000008250 /* ARBidFlowViewController.h in Headers */, - 000000008140 /* ARCity+GeospatialAdditions.h in Headers */, - 000000008150 /* ARCity.h in Headers */, - 000000008260 /* ARCityBMWListComponentViewController.h in Headers */, - 000000008270 /* ARCityComponentViewController.h in Headers */, - 000000008280 /* ARCityFairListComponentViewController.h in Headers */, - 000000008290 /* ARCityPickerComponentViewController.h in Headers */, - 0000000082A0 /* ARCitySavedListComponentViewController.h in Headers */, - 0000000082B0 /* ARCitySectionListComponentViewController.h in Headers */, - 000000008100 /* ARCocoaConstantsModule.h in Headers */, - 0000000082C0 /* ARComponentViewController.h in Headers */, - 0000000082D0 /* ARConversationComponentViewController.h in Headers */, - 000000008160 /* ARDottedLineManager.h in Headers */, - 000000008110 /* AREmission.h in Headers */, - 000000008120 /* AREventsModule.h in Headers */, - 0000000082E0 /* ARFairArtistsComponentViewController.h in Headers */, - 0000000082F0 /* ARFairArtworksComponentViewController.h in Headers */, - 000000008300 /* ARFairBMWArtActivationComponentViewController.h in Headers */, - 000000008310 /* ARFairBoothComponentViewController.h in Headers */, - 000000008320 /* ARFairComponentViewController.h in Headers */, - 000000008330 /* ARFairExhibitorsComponentViewController.h in Headers */, - 000000008340 /* ARFairMoreInfoComponentViewController.h in Headers */, - 000000008350 /* ARFavoritesComponentViewController.h in Headers */, - 000000008360 /* ARGeneComponentViewController.h in Headers */, - 0000000081B0 /* ARGraphQLQueryCache.h in Headers */, - 0000000081C0 /* ARGraphQLQueryPreloader.h in Headers */, - 000000008370 /* ARHomeComponentViewController.h in Headers */, - 000000008380 /* ARInboxComponentViewController.h in Headers */, - 000000008390 /* ARInquiryComponentViewController.h in Headers */, - 0000000081D0 /* ARLoadFailureViewManager.h in Headers */, - 0000000083A0 /* ARMapComponentViewController.h in Headers */, - 0000000083B0 /* ARMapContainerViewController.h in Headers */, - 0000000083C0 /* ARMediaPreviewController.h in Headers */, - 0000000083D0 /* ARMyProfileEditViewController.h in Headers */, - 0000000083E0 /* ARMyProfileViewController.h in Headers */, - 0000000083F0 /* ARMySellingProfileViewController.h in Headers */, - 000000008170 /* ARNotificationsManager.h in Headers */, - 0000000081E0 /* AROpaqueImageView.h in Headers */, - 0000000081F0 /* AROpaqueImageViewManager.h in Headers */, - 000000008180 /* ARRefineOptionsModule.h in Headers */, - 000000008400 /* ARShowArtistsComponentViewController.h in Headers */, - 000000008410 /* ARShowArtworksComponentViewController.h in Headers */, - 000000008420 /* ARShowComponentViewController.h in Headers */, - 000000008430 /* ARShowConsignmentsFlowViewController.h in Headers */, - 000000008440 /* ARShowMoreInfoComponentViewController.h in Headers */, - 000000008200 /* ARSpinnerManager.h in Headers */, - 000000008130 /* ARSwitchBoardModule.h in Headers */, - 000000008210 /* ARSwitchViewManager.h in Headers */, - 000000008190 /* ARTakeCameraPhotoModule.h in Headers */, - 000000008220 /* ARTemporaryAPIModule.h in Headers */, - 000000008230 /* ARVideoManager.h in Headers */, - 000000008450 /* ARWorksForYouComponentViewController.h in Headers */, - 0000000081A0 /* ARWorksForYouModule.h in Headers */, + 0000000083A0 /* ARArtistComponentViewController.h in Headers */, + 0000000083B0 /* ARBidFlowViewController.h in Headers */, + 0000000082A0 /* ARCity+GeospatialAdditions.h in Headers */, + 0000000082B0 /* ARCity.h in Headers */, + 0000000083C0 /* ARCityBMWListComponentViewController.h in Headers */, + 0000000083D0 /* ARCityComponentViewController.h in Headers */, + 0000000083E0 /* ARCityFairListComponentViewController.h in Headers */, + 0000000083F0 /* ARCityPickerComponentViewController.h in Headers */, + 000000008400 /* ARCitySavedListComponentViewController.h in Headers */, + 000000008410 /* ARCitySectionListComponentViewController.h in Headers */, + 000000008260 /* ARCocoaConstantsModule.h in Headers */, + 000000008420 /* ARComponentViewController.h in Headers */, + 000000008430 /* ARConversationComponentViewController.h in Headers */, + 0000000082C0 /* ARDottedLineManager.h in Headers */, + 000000008270 /* AREmission.h in Headers */, + 000000008280 /* AREventsModule.h in Headers */, + 000000008440 /* ARFairArtistsComponentViewController.h in Headers */, + 000000008450 /* ARFairArtworksComponentViewController.h in Headers */, + 000000008460 /* ARFairBMWArtActivationComponentViewController.h in Headers */, + 000000008470 /* ARFairBoothComponentViewController.h in Headers */, + 000000008480 /* ARFairComponentViewController.h in Headers */, + 000000008490 /* ARFairExhibitorsComponentViewController.h in Headers */, + 0000000084A0 /* ARFairMoreInfoComponentViewController.h in Headers */, + 0000000084B0 /* ARFavoritesComponentViewController.h in Headers */, + 0000000084C0 /* ARGeneComponentViewController.h in Headers */, + 000000008310 /* ARGraphQLQueryCache.h in Headers */, + 000000008320 /* ARGraphQLQueryPreloader.h in Headers */, + 0000000084D0 /* ARHomeComponentViewController.h in Headers */, + 0000000084E0 /* ARInboxComponentViewController.h in Headers */, + 0000000084F0 /* ARInquiryComponentViewController.h in Headers */, + 000000008330 /* ARLoadFailureViewManager.h in Headers */, + 000000008500 /* ARMapComponentViewController.h in Headers */, + 000000008510 /* ARMapContainerViewController.h in Headers */, + 000000008520 /* ARMediaPreviewController.h in Headers */, + 000000008530 /* ARMyProfileEditViewController.h in Headers */, + 000000008540 /* ARMyProfileViewController.h in Headers */, + 000000008550 /* ARMySellingProfileViewController.h in Headers */, + 0000000082D0 /* ARNotificationsManager.h in Headers */, + 000000008340 /* AROpaqueImageView.h in Headers */, + 000000008350 /* AROpaqueImageViewManager.h in Headers */, + 0000000082E0 /* ARRefineOptionsModule.h in Headers */, + 000000008560 /* ARShowArtistsComponentViewController.h in Headers */, + 000000008570 /* ARShowArtworksComponentViewController.h in Headers */, + 000000008580 /* ARShowComponentViewController.h in Headers */, + 000000008590 /* ARShowConsignmentsFlowViewController.h in Headers */, + 0000000085A0 /* ARShowMoreInfoComponentViewController.h in Headers */, + 000000008360 /* ARSpinnerManager.h in Headers */, + 000000008290 /* ARSwitchBoardModule.h in Headers */, + 000000008370 /* ARSwitchViewManager.h in Headers */, + 0000000082F0 /* ARTakeCameraPhotoModule.h in Headers */, + 000000008380 /* ARTemporaryAPIModule.h in Headers */, + 000000008390 /* ARVideoManager.h in Headers */, + 0000000085B0 /* ARWorksForYouComponentViewController.h in Headers */, + 000000008300 /* ARWorksForYouModule.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000008510 /* Headers */ = { + 000000008670 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000008760 /* EXPBlockDefinedMatcher.h in Headers */, - 000000008770 /* EXPDefines.h in Headers */, - 000000008780 /* EXPDoubleTuple.h in Headers */, - 000000008790 /* Expecta.h in Headers */, - 0000000087A0 /* ExpectaObject.h in Headers */, - 0000000087B0 /* ExpectaSupport.h in Headers */, - 0000000087C0 /* EXPExpect.h in Headers */, - 0000000087D0 /* EXPFloatTuple.h in Headers */, - 0000000087E0 /* EXPMatcher.h in Headers */, - 000000008800 /* EXPMatcherHelpers.h in Headers */, - 000000008810 /* EXPMatchers+beCloseTo.h in Headers */, - 000000008820 /* EXPMatchers+beFalsy.h in Headers */, - 000000008830 /* EXPMatchers+beginWith.h in Headers */, - 000000008840 /* EXPMatchers+beGreaterThan.h in Headers */, - 000000008850 /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */, - 000000008860 /* EXPMatchers+beIdenticalTo.h in Headers */, - 000000008870 /* EXPMatchers+beInstanceOf.h in Headers */, - 000000008880 /* EXPMatchers+beInTheRangeOf.h in Headers */, - 000000008890 /* EXPMatchers+beKindOf.h in Headers */, - 0000000088A0 /* EXPMatchers+beLessThan.h in Headers */, - 0000000088B0 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */, - 0000000088C0 /* EXPMatchers+beNil.h in Headers */, - 0000000088D0 /* EXPMatchers+beSubclassOf.h in Headers */, - 0000000088E0 /* EXPMatchers+beSupersetOf.h in Headers */, - 0000000088F0 /* EXPMatchers+beTruthy.h in Headers */, - 000000008900 /* EXPMatchers+conformTo.h in Headers */, - 000000008910 /* EXPMatchers+contain.h in Headers */, - 000000008920 /* EXPMatchers+endWith.h in Headers */, - 000000008930 /* EXPMatchers+equal.h in Headers */, - 000000008940 /* EXPMatchers+haveCountOf.h in Headers */, - 000000008950 /* EXPMatchers+match.h in Headers */, - 000000008960 /* EXPMatchers+postNotification.h in Headers */, - 000000008970 /* EXPMatchers+raise.h in Headers */, - 000000008980 /* EXPMatchers+raiseWithReason.h in Headers */, - 000000008990 /* EXPMatchers+respondTo.h in Headers */, - 0000000089A0 /* EXPMatchers.h in Headers */, - 0000000087F0 /* EXPUnsupportedObject.h in Headers */, - 0000000089B0 /* NSObject+Expecta.h in Headers */, - 0000000089C0 /* NSValue+Expecta.h in Headers */, + 0000000088C0 /* EXPBlockDefinedMatcher.h in Headers */, + 0000000088D0 /* EXPDefines.h in Headers */, + 0000000088E0 /* EXPDoubleTuple.h in Headers */, + 0000000088F0 /* Expecta.h in Headers */, + 000000008900 /* ExpectaObject.h in Headers */, + 000000008910 /* ExpectaSupport.h in Headers */, + 000000008920 /* EXPExpect.h in Headers */, + 000000008930 /* EXPFloatTuple.h in Headers */, + 000000008940 /* EXPMatcher.h in Headers */, + 000000008960 /* EXPMatcherHelpers.h in Headers */, + 000000008970 /* EXPMatchers+beCloseTo.h in Headers */, + 000000008980 /* EXPMatchers+beFalsy.h in Headers */, + 000000008990 /* EXPMatchers+beginWith.h in Headers */, + 0000000089A0 /* EXPMatchers+beGreaterThan.h in Headers */, + 0000000089B0 /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */, + 0000000089C0 /* EXPMatchers+beIdenticalTo.h in Headers */, + 0000000089D0 /* EXPMatchers+beInstanceOf.h in Headers */, + 0000000089E0 /* EXPMatchers+beInTheRangeOf.h in Headers */, + 0000000089F0 /* EXPMatchers+beKindOf.h in Headers */, + 000000008A00 /* EXPMatchers+beLessThan.h in Headers */, + 000000008A10 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */, + 000000008A20 /* EXPMatchers+beNil.h in Headers */, + 000000008A30 /* EXPMatchers+beSubclassOf.h in Headers */, + 000000008A40 /* EXPMatchers+beSupersetOf.h in Headers */, + 000000008A50 /* EXPMatchers+beTruthy.h in Headers */, + 000000008A60 /* EXPMatchers+conformTo.h in Headers */, + 000000008A70 /* EXPMatchers+contain.h in Headers */, + 000000008A80 /* EXPMatchers+endWith.h in Headers */, + 000000008A90 /* EXPMatchers+equal.h in Headers */, + 000000008AA0 /* EXPMatchers+haveCountOf.h in Headers */, + 000000008AB0 /* EXPMatchers+match.h in Headers */, + 000000008AC0 /* EXPMatchers+postNotification.h in Headers */, + 000000008AD0 /* EXPMatchers+raise.h in Headers */, + 000000008AE0 /* EXPMatchers+raiseWithReason.h in Headers */, + 000000008AF0 /* EXPMatchers+respondTo.h in Headers */, + 000000008B00 /* EXPMatchers.h in Headers */, + 000000008950 /* EXPUnsupportedObject.h in Headers */, + 000000008B10 /* NSObject+Expecta.h in Headers */, + 000000008B20 /* NSValue+Expecta.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000008A80 /* Headers */ = { + 000000008BE0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000008AC0 /* ARAnimationContinuation.h in Headers */, - 000000008AE0 /* ARLoadFailureView.h in Headers */, - 000000008B00 /* ARSpinner.h in Headers */, - 000000008B20 /* ARSwitchView.h in Headers */, - 000000008B40 /* UILabel+Typography.h in Headers */, - 000000008B60 /* UIView+ARSpinner.h in Headers */, + 000000008C20 /* ARAnimationContinuation.h in Headers */, + 000000008C40 /* ARLoadFailureView.h in Headers */, + 000000008C60 /* ARSpinner.h in Headers */, + 000000008C80 /* ARSwitchView.h in Headers */, + 000000008CA0 /* UILabel+Typography.h in Headers */, + 000000008CC0 /* UIView+ARSpinner.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000008C20 /* Headers */ = { + 000000008D80 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000008D80 /* FBSnapshotTestCase-umbrella.h in Headers */, - 000000008D00 /* FBSnapshotTestCase.h in Headers */, - 000000008D10 /* FBSnapshotTestCasePlatform.h in Headers */, - 000000008D20 /* FBSnapshotTestController.h in Headers */, - 000000008CC0 /* UIApplication+StrictKeyWindow.h in Headers */, - 000000008CD0 /* UIImage+Compare.h in Headers */, - 000000008CE0 /* UIImage+Diff.h in Headers */, - 000000008CF0 /* UIImage+Snapshot.h in Headers */, + 000000008EE0 /* FBSnapshotTestCase-umbrella.h in Headers */, + 000000008E60 /* FBSnapshotTestCase.h in Headers */, + 000000008E70 /* FBSnapshotTestCasePlatform.h in Headers */, + 000000008E80 /* FBSnapshotTestController.h in Headers */, + 000000008E20 /* UIApplication+StrictKeyWindow.h in Headers */, + 000000008E30 /* UIImage+Compare.h in Headers */, + 000000008E40 /* UIImage+Diff.h in Headers */, + 000000008E50 /* UIImage+Snapshot.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000008E30 /* Headers */ = { + 000000008F90 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000008ED0 /* FLKAutoLayout.h in Headers */, - 000000008EF0 /* FLKAutoLayoutPredicateList.h in Headers */, - 000000008F00 /* NSLayoutConstraint+FLKAutoLayoutDebug.h in Headers */, - 000000008EE0 /* NSObject+FLKAutoLayoutDebug.h in Headers */, - 000000008F20 /* UIView+FLKAutoLayout.h in Headers */, - 000000008F30 /* UIView+FLKAutoLayoutDebug.h in Headers */, - 000000008F10 /* UIView+FLKAutoLayoutPredicate.h in Headers */, - 000000008F40 /* UIViewController+FLKAutoLayout.h in Headers */, + 000000009030 /* FLKAutoLayout.h in Headers */, + 000000009050 /* FLKAutoLayoutPredicateList.h in Headers */, + 000000009060 /* NSLayoutConstraint+FLKAutoLayoutDebug.h in Headers */, + 000000009040 /* NSObject+FLKAutoLayoutDebug.h in Headers */, + 000000009080 /* UIView+FLKAutoLayout.h in Headers */, + 000000009090 /* UIView+FLKAutoLayoutDebug.h in Headers */, + 000000009070 /* UIView+FLKAutoLayoutPredicate.h in Headers */, + 0000000090A0 /* UIViewController+FLKAutoLayout.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009000 /* Headers */ = { + 000000009160 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009170 /* Headers */ = { + 000000009330 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 0000000091B0 /* ISO8601DateFormatter.h in Headers */, + 000000009370 /* ISO8601DateFormatter.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009270 /* Headers */ = { + 000000009430 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000009970 /* AlignOf.h in Headers */, - 000000009980 /* Casting.h in Headers */, - 000000009990 /* Compiler.h in Headers */, - 000000009A50 /* Container+DeepSearch.h in Headers */, - 0000000099B0 /* Demangle.h in Headers */, - 0000000099C0 /* DemangleNodes.h in Headers */, - 0000000099D0 /* Fallthrough.h in Headers */, - 000000009770 /* KSCPU.h in Headers */, - 000000009780 /* KSCPU_Apple.h in Headers */, - 000000009600 /* KSCrash.h in Headers */, - 000000009610 /* KSCrashC.h in Headers */, - 000000009620 /* KSCrashCachedData.h in Headers */, - 000000009630 /* KSCrashDoctor.h in Headers */, - 0000000092D0 /* KSCrashInstallation+Private.h in Headers */, - 0000000092C0 /* KSCrashInstallation.h in Headers */, - 0000000096B0 /* KSCrashMonitor.h in Headers */, - 0000000096E0 /* KSCrashMonitor_AppState.h in Headers */, - 0000000096F0 /* KSCrashMonitor_CPPException.h in Headers */, - 000000009700 /* KSCrashMonitor_Deadlock.h in Headers */, - 000000009710 /* KSCrashMonitor_MachException.h in Headers */, - 000000009720 /* KSCrashMonitor_NSException.h in Headers */, - 000000009730 /* KSCrashMonitor_Signal.h in Headers */, - 000000009740 /* KSCrashMonitor_System.h in Headers */, - 000000009750 /* KSCrashMonitor_User.h in Headers */, - 000000009760 /* KSCrashMonitor_Zombie.h in Headers */, - 0000000096C0 /* KSCrashMonitorContext.h in Headers */, - 0000000096D0 /* KSCrashMonitorType.h in Headers */, - 000000009640 /* KSCrashReport.h in Headers */, - 000000009650 /* KSCrashReportFields.h in Headers */, - 000000009A20 /* KSCrashReportFilter.h in Headers */, - 000000009A90 /* KSCrashReportFilterBasic.h in Headers */, - 000000009660 /* KSCrashReportFixer.h in Headers */, - 000000009670 /* KSCrashReportStore.h in Headers */, - 000000009680 /* KSCrashReportVersion.h in Headers */, - 000000009690 /* KSCrashReportWriter.h in Headers */, - 0000000092E0 /* KSCString.h in Headers */, - 000000009790 /* KSDate.h in Headers */, - 0000000097A0 /* KSDebug.h in Headers */, - 0000000097B0 /* KSDemangle_CPP.h in Headers */, - 0000000097C0 /* KSDemangle_Swift.h in Headers */, - 0000000097D0 /* KSDynamicLinker.h in Headers */, - 0000000097E0 /* KSFileUtils.h in Headers */, - 0000000097F0 /* KSID.h in Headers */, - 000000009800 /* KSJSONCodec.h in Headers */, - 000000009810 /* KSJSONCodecObjC.h in Headers */, - 000000009820 /* KSLogger.h in Headers */, - 000000009830 /* KSMach.h in Headers */, - 000000009840 /* KSMachineContext.h in Headers */, - 000000009850 /* KSMachineContext_Apple.h in Headers */, - 000000009860 /* KSMemory.h in Headers */, - 000000009870 /* KSObjC.h in Headers */, - 000000009880 /* KSObjCApple.h in Headers */, - 000000009890 /* KSSignalInfo.h in Headers */, - 0000000098A0 /* KSStackCursor.h in Headers */, - 0000000098B0 /* KSStackCursor_Backtrace.h in Headers */, - 0000000098C0 /* KSStackCursor_MachineContext.h in Headers */, - 0000000098D0 /* KSStackCursor_SelfThread.h in Headers */, - 0000000098E0 /* KSString.h in Headers */, - 0000000098F0 /* KSSymbolicator.h in Headers */, - 000000009900 /* KSSysCtl.h in Headers */, - 0000000096A0 /* KSSystemCapabilities.h in Headers */, - 000000009910 /* KSThread.h in Headers */, - 000000009A60 /* KSVarArgs.h in Headers */, - 000000009960 /* llvm-config.h in Headers */, - 0000000099E0 /* LLVM.h in Headers */, - 0000000099F0 /* Malloc.h in Headers */, - 000000009930 /* None.h in Headers */, - 000000009A70 /* NSData+GZip.h in Headers */, - 000000009920 /* NSError+SimpleConstructor.h in Headers */, - 000000009940 /* Optional.h in Headers */, - 000000009A00 /* Punycode.h in Headers */, - 000000009950 /* StringRef.h in Headers */, - 000000009A10 /* SwiftStrings.h in Headers */, - 0000000099A0 /* type_traits.h in Headers */, + 000000009B30 /* AlignOf.h in Headers */, + 000000009B40 /* Casting.h in Headers */, + 000000009B50 /* Compiler.h in Headers */, + 000000009C10 /* Container+DeepSearch.h in Headers */, + 000000009B70 /* Demangle.h in Headers */, + 000000009B80 /* DemangleNodes.h in Headers */, + 000000009B90 /* Fallthrough.h in Headers */, + 000000009930 /* KSCPU.h in Headers */, + 000000009940 /* KSCPU_Apple.h in Headers */, + 0000000097C0 /* KSCrash.h in Headers */, + 0000000097D0 /* KSCrashC.h in Headers */, + 0000000097E0 /* KSCrashCachedData.h in Headers */, + 0000000097F0 /* KSCrashDoctor.h in Headers */, + 000000009490 /* KSCrashInstallation+Private.h in Headers */, + 000000009480 /* KSCrashInstallation.h in Headers */, + 000000009870 /* KSCrashMonitor.h in Headers */, + 0000000098A0 /* KSCrashMonitor_AppState.h in Headers */, + 0000000098B0 /* KSCrashMonitor_CPPException.h in Headers */, + 0000000098C0 /* KSCrashMonitor_Deadlock.h in Headers */, + 0000000098D0 /* KSCrashMonitor_MachException.h in Headers */, + 0000000098E0 /* KSCrashMonitor_NSException.h in Headers */, + 0000000098F0 /* KSCrashMonitor_Signal.h in Headers */, + 000000009900 /* KSCrashMonitor_System.h in Headers */, + 000000009910 /* KSCrashMonitor_User.h in Headers */, + 000000009920 /* KSCrashMonitor_Zombie.h in Headers */, + 000000009880 /* KSCrashMonitorContext.h in Headers */, + 000000009890 /* KSCrashMonitorType.h in Headers */, + 000000009800 /* KSCrashReport.h in Headers */, + 000000009810 /* KSCrashReportFields.h in Headers */, + 000000009BE0 /* KSCrashReportFilter.h in Headers */, + 000000009C50 /* KSCrashReportFilterBasic.h in Headers */, + 000000009820 /* KSCrashReportFixer.h in Headers */, + 000000009830 /* KSCrashReportStore.h in Headers */, + 000000009840 /* KSCrashReportVersion.h in Headers */, + 000000009850 /* KSCrashReportWriter.h in Headers */, + 0000000094A0 /* KSCString.h in Headers */, + 000000009950 /* KSDate.h in Headers */, + 000000009960 /* KSDebug.h in Headers */, + 000000009970 /* KSDemangle_CPP.h in Headers */, + 000000009980 /* KSDemangle_Swift.h in Headers */, + 000000009990 /* KSDynamicLinker.h in Headers */, + 0000000099A0 /* KSFileUtils.h in Headers */, + 0000000099B0 /* KSID.h in Headers */, + 0000000099C0 /* KSJSONCodec.h in Headers */, + 0000000099D0 /* KSJSONCodecObjC.h in Headers */, + 0000000099E0 /* KSLogger.h in Headers */, + 0000000099F0 /* KSMach.h in Headers */, + 000000009A00 /* KSMachineContext.h in Headers */, + 000000009A10 /* KSMachineContext_Apple.h in Headers */, + 000000009A20 /* KSMemory.h in Headers */, + 000000009A30 /* KSObjC.h in Headers */, + 000000009A40 /* KSObjCApple.h in Headers */, + 000000009A50 /* KSSignalInfo.h in Headers */, + 000000009A60 /* KSStackCursor.h in Headers */, + 000000009A70 /* KSStackCursor_Backtrace.h in Headers */, + 000000009A80 /* KSStackCursor_MachineContext.h in Headers */, + 000000009A90 /* KSStackCursor_SelfThread.h in Headers */, + 000000009AA0 /* KSString.h in Headers */, + 000000009AB0 /* KSSymbolicator.h in Headers */, + 000000009AC0 /* KSSysCtl.h in Headers */, + 000000009860 /* KSSystemCapabilities.h in Headers */, + 000000009AD0 /* KSThread.h in Headers */, + 000000009C20 /* KSVarArgs.h in Headers */, + 000000009B20 /* llvm-config.h in Headers */, + 000000009BA0 /* LLVM.h in Headers */, + 000000009BB0 /* Malloc.h in Headers */, + 000000009AF0 /* None.h in Headers */, + 000000009C30 /* NSData+GZip.h in Headers */, + 000000009AE0 /* NSError+SimpleConstructor.h in Headers */, + 000000009B00 /* Optional.h in Headers */, + 000000009BC0 /* Punycode.h in Headers */, + 000000009B10 /* StringRef.h in Headers */, + 000000009BD0 /* SwiftStrings.h in Headers */, + 000000009B60 /* type_traits.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009B50 /* Headers */ = { + 000000009D10 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000009B90 /* EmissionKeys.h in Headers */, + 000000009D50 /* EmissionKeys.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009C50 /* Headers */ = { + 000000009E10 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000009C90 /* NSURL+QueryDictionary.h in Headers */, + 000000009E50 /* NSURL+QueryDictionary.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009D50 /* Headers */ = { + 000000009F10 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000009DD0 /* ORSplitStackView.h in Headers */, - 000000009DE0 /* ORStackScrollView.h in Headers */, - 000000009E10 /* ORStackView+Private.h in Headers */, - 000000009DF0 /* ORStackView.h in Headers */, - 000000009E00 /* ORTagBasedAutoStackView.h in Headers */, + 000000009F90 /* ORSplitStackView.h in Headers */, + 000000009FA0 /* ORStackScrollView.h in Headers */, + 000000009FD0 /* ORStackView+Private.h in Headers */, + 000000009FB0 /* ORStackView.h in Headers */, + 000000009FC0 /* ORTagBasedAutoStackView.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009ED0 /* Headers */ = { + 00000000A090 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 000000009F80 /* Pulley-umbrella.h in Headers */, + 00000000A140 /* Pulley-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000A030 /* Headers */ = { + 00000000A1F0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000A5D0 /* RCTConvert+RNSVG.h in Headers */, - 00000000A5E0 /* RNSVGBezierElement.h in Headers */, - 00000000A3E0 /* RNSVGBrush.h in Headers */, - 00000000A3F0 /* RNSVGBrushType.h in Headers */, - 00000000A5F0 /* RNSVGCGFCRule.h in Headers */, - 00000000A520 /* RNSVGCircle.h in Headers */, - 00000000A660 /* RNSVGCircleManager.h in Headers */, - 00000000A430 /* RNSVGClipPath.h in Headers */, - 00000000A670 /* RNSVGClipPathManager.h in Headers */, - 00000000A4E0 /* RNSVGContainer.h in Headers */, - 00000000A440 /* RNSVGDefs.h in Headers */, - 00000000A680 /* RNSVGDefsManager.h in Headers */, - 00000000A530 /* RNSVGEllipse.h in Headers */, - 00000000A690 /* RNSVGEllipseManager.h in Headers */, - 00000000A560 /* RNSVGFontData.h in Headers */, - 00000000A570 /* RNSVGGlyphContext.h in Headers */, - 00000000A450 /* RNSVGGroup.h in Headers */, - 00000000A6A0 /* RNSVGGroupManager.h in Headers */, - 00000000A460 /* RNSVGImage.h in Headers */, - 00000000A6B0 /* RNSVGImageManager.h in Headers */, - 00000000A600 /* RNSVGLength.h in Headers */, - 00000000A540 /* RNSVGLine.h in Headers */, - 00000000A470 /* RNSVGLinearGradient.h in Headers */, - 00000000A6C0 /* RNSVGLinearGradientManager.h in Headers */, - 00000000A6D0 /* RNSVGLineManager.h in Headers */, - 00000000A480 /* RNSVGMask.h in Headers */, - 00000000A6E0 /* RNSVGMaskManager.h in Headers */, - 00000000A4F0 /* RNSVGNode.h in Headers */, - 00000000A6F0 /* RNSVGNodeManager.h in Headers */, - 00000000A400 /* RNSVGPainter.h in Headers */, - 00000000A410 /* RNSVGPainterBrush.h in Headers */, - 00000000A490 /* RNSVGPath.h in Headers */, - 00000000A700 /* RNSVGPathManager.h in Headers */, - 00000000A610 /* RNSVGPathParser.h in Headers */, - 00000000A500 /* RNSVGPattern.h in Headers */, - 00000000A710 /* RNSVGPatternManager.h in Headers */, - 00000000A620 /* RNSVGPercentageConverter.h in Headers */, - 00000000A580 /* RNSVGPropHelper.h in Headers */, - 00000000A4A0 /* RNSVGRadialGradient.h in Headers */, - 00000000A720 /* RNSVGRadialGradientManager.h in Headers */, - 00000000A550 /* RNSVGRect.h in Headers */, - 00000000A730 /* RNSVGRectManager.h in Headers */, - 00000000A510 /* RNSVGRenderable.h in Headers */, - 00000000A740 /* RNSVGRenderableManager.h in Headers */, - 00000000A420 /* RNSVGSolidColorBrush.h in Headers */, - 00000000A4B0 /* RNSVGSvgView.h in Headers */, - 00000000A750 /* RNSVGSvgViewManager.h in Headers */, - 00000000A4C0 /* RNSVGSymbol.h in Headers */, - 00000000A760 /* RNSVGSymbolManager.h in Headers */, - 00000000A590 /* RNSVGText.h in Headers */, - 00000000A770 /* RNSVGTextManager.h in Headers */, - 00000000A5A0 /* RNSVGTextPath.h in Headers */, - 00000000A780 /* RNSVGTextPathManager.h in Headers */, - 00000000A5B0 /* RNSVGTextProperties.h in Headers */, - 00000000A5C0 /* RNSVGTSpan.h in Headers */, - 00000000A790 /* RNSVGTSpanManager.h in Headers */, - 00000000A630 /* RNSVGUnits.h in Headers */, - 00000000A4D0 /* RNSVGUse.h in Headers */, - 00000000A7A0 /* RNSVGUseManager.h in Headers */, - 00000000A640 /* RNSVGVBMOS.h in Headers */, - 00000000A650 /* RNSVGViewBox.h in Headers */, + 00000000A790 /* RCTConvert+RNSVG.h in Headers */, + 00000000A7A0 /* RNSVGBezierElement.h in Headers */, + 00000000A5A0 /* RNSVGBrush.h in Headers */, + 00000000A5B0 /* RNSVGBrushType.h in Headers */, + 00000000A7B0 /* RNSVGCGFCRule.h in Headers */, + 00000000A6E0 /* RNSVGCircle.h in Headers */, + 00000000A820 /* RNSVGCircleManager.h in Headers */, + 00000000A5F0 /* RNSVGClipPath.h in Headers */, + 00000000A830 /* RNSVGClipPathManager.h in Headers */, + 00000000A6A0 /* RNSVGContainer.h in Headers */, + 00000000A600 /* RNSVGDefs.h in Headers */, + 00000000A840 /* RNSVGDefsManager.h in Headers */, + 00000000A6F0 /* RNSVGEllipse.h in Headers */, + 00000000A850 /* RNSVGEllipseManager.h in Headers */, + 00000000A720 /* RNSVGFontData.h in Headers */, + 00000000A730 /* RNSVGGlyphContext.h in Headers */, + 00000000A610 /* RNSVGGroup.h in Headers */, + 00000000A860 /* RNSVGGroupManager.h in Headers */, + 00000000A620 /* RNSVGImage.h in Headers */, + 00000000A870 /* RNSVGImageManager.h in Headers */, + 00000000A7C0 /* RNSVGLength.h in Headers */, + 00000000A700 /* RNSVGLine.h in Headers */, + 00000000A630 /* RNSVGLinearGradient.h in Headers */, + 00000000A880 /* RNSVGLinearGradientManager.h in Headers */, + 00000000A890 /* RNSVGLineManager.h in Headers */, + 00000000A640 /* RNSVGMask.h in Headers */, + 00000000A8A0 /* RNSVGMaskManager.h in Headers */, + 00000000A6B0 /* RNSVGNode.h in Headers */, + 00000000A8B0 /* RNSVGNodeManager.h in Headers */, + 00000000A5C0 /* RNSVGPainter.h in Headers */, + 00000000A5D0 /* RNSVGPainterBrush.h in Headers */, + 00000000A650 /* RNSVGPath.h in Headers */, + 00000000A8C0 /* RNSVGPathManager.h in Headers */, + 00000000A7D0 /* RNSVGPathParser.h in Headers */, + 00000000A6C0 /* RNSVGPattern.h in Headers */, + 00000000A8D0 /* RNSVGPatternManager.h in Headers */, + 00000000A7E0 /* RNSVGPercentageConverter.h in Headers */, + 00000000A740 /* RNSVGPropHelper.h in Headers */, + 00000000A660 /* RNSVGRadialGradient.h in Headers */, + 00000000A8E0 /* RNSVGRadialGradientManager.h in Headers */, + 00000000A710 /* RNSVGRect.h in Headers */, + 00000000A8F0 /* RNSVGRectManager.h in Headers */, + 00000000A6D0 /* RNSVGRenderable.h in Headers */, + 00000000A900 /* RNSVGRenderableManager.h in Headers */, + 00000000A5E0 /* RNSVGSolidColorBrush.h in Headers */, + 00000000A670 /* RNSVGSvgView.h in Headers */, + 00000000A910 /* RNSVGSvgViewManager.h in Headers */, + 00000000A680 /* RNSVGSymbol.h in Headers */, + 00000000A920 /* RNSVGSymbolManager.h in Headers */, + 00000000A750 /* RNSVGText.h in Headers */, + 00000000A930 /* RNSVGTextManager.h in Headers */, + 00000000A760 /* RNSVGTextPath.h in Headers */, + 00000000A940 /* RNSVGTextPathManager.h in Headers */, + 00000000A770 /* RNSVGTextProperties.h in Headers */, + 00000000A780 /* RNSVGTSpan.h in Headers */, + 00000000A950 /* RNSVGTSpanManager.h in Headers */, + 00000000A7F0 /* RNSVGUnits.h in Headers */, + 00000000A690 /* RNSVGUse.h in Headers */, + 00000000A960 /* RNSVGUseManager.h in Headers */, + 00000000A800 /* RNSVGVBMOS.h in Headers */, + 00000000A810 /* RNSVGViewBox.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000A860 /* Headers */ = { + 00000000AA20 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000C710 /* CxxModule.h in Headers */, - 00000000C720 /* CxxNativeModule.h in Headers */, - 00000000BA60 /* DispatchMessageQueueThread.h in Headers */, - 00000000C900 /* fishhook.h in Headers */, - 00000000C9D0 /* InspectorInterfaces.h in Headers */, - 00000000C730 /* Instance.h in Headers */, - 00000000C960 /* JavaScriptCore.h in Headers */, - 00000000C740 /* JsArgumentHelpers-inl.h in Headers */, - 00000000C750 /* JsArgumentHelpers.h in Headers */, - 00000000C760 /* JSBigString.h in Headers */, - 00000000C770 /* JSBundleType.h in Headers */, - 00000000C780 /* JSCExecutor.h in Headers */, - 00000000C970 /* JSCHelpers.h in Headers */, - 00000000C790 /* JSCLegacyTracing.h in Headers */, - 00000000C7A0 /* JSCMemory.h in Headers */, - 00000000C7B0 /* JSCNativeModules.h in Headers */, - 00000000C7C0 /* JSCPerfStats.h in Headers */, - 00000000C7D0 /* JSCSamplingProfiler.h in Headers */, - 00000000C7E0 /* JSCTracing.h in Headers */, - 00000000C7F0 /* JSCUtils.h in Headers */, - 00000000C980 /* JSCWrapper.h in Headers */, - 00000000C800 /* JSDeltaBundleClient.h in Headers */, - 00000000C810 /* JSExecutor.h in Headers */, - 00000000C820 /* JSIndexedRAMBundle.h in Headers */, - 00000000C830 /* JSModulesUnbundle.h in Headers */, - 00000000C840 /* MessageQueueThread.h in Headers */, - 00000000C850 /* MethodCall.h in Headers */, - 00000000C860 /* ModuleRegistry.h in Headers */, - 00000000C870 /* NativeModule.h in Headers */, - 00000000C880 /* NativeToJsBridge.h in Headers */, - 00000000C990 /* noncopyable.h in Headers */, - 00000000BA10 /* NSDataBigString.h in Headers */, - 00000000C3D0 /* NSTextStorage+FontScaling.h in Headers */, - 00000000C890 /* Platform.h in Headers */, - 00000000BBB0 /* PrivateDataBase.h in Headers */, - 00000000C8A0 /* RAMBundleRegistry.h in Headers */, - 00000000B380 /* RCTAccessibilityManager.h in Headers */, - 00000000BBD0 /* RCTActionSheetManager.h in Headers */, - 00000000B530 /* RCTActivityIndicatorView.h in Headers */, - 00000000B540 /* RCTActivityIndicatorViewManager.h in Headers */, - 00000000BD70 /* RCTAdditionAnimatedNode.h in Headers */, - 00000000B390 /* RCTAlertManager.h in Headers */, - 00000000BD80 /* RCTAnimatedNode.h in Headers */, - 00000000BD20 /* RCTAnimationDriver.h in Headers */, - 00000000B550 /* RCTAnimationType.h in Headers */, - 00000000BE40 /* RCTAnimationUtils.h in Headers */, - 00000000B3A0 /* RCTAppState.h in Headers */, - 00000000B020 /* RCTAssert.h in Headers */, - 00000000BEF0 /* RCTAssetsLibraryRequestHandler.h in Headers */, - 00000000B3B0 /* RCTAsyncLocalStorage.h in Headers */, - 00000000B560 /* RCTAutoInsetsProtocol.h in Headers */, - 00000000C440 /* RCTBackedTextInputDelegate.h in Headers */, - 00000000C450 /* RCTBackedTextInputDelegateAdapter.h in Headers */, - 00000000C460 /* RCTBackedTextInputViewProtocol.h in Headers */, - 00000000C470 /* RCTBaseTextInputShadowView.h in Headers */, - 00000000C480 /* RCTBaseTextInputView.h in Headers */, - 00000000C490 /* RCTBaseTextInputViewManager.h in Headers */, - 00000000C360 /* RCTBaseTextShadowView.h in Headers */, - 00000000C370 /* RCTBaseTextViewManager.h in Headers */, - 00000000BE90 /* RCTBlobManager.h in Headers */, - 00000000B570 /* RCTBorderDrawing.h in Headers */, - 00000000B580 /* RCTBorderStyle.h in Headers */, - 00000000B030 /* RCTBridge+Private.h in Headers */, - 00000000B040 /* RCTBridge.h in Headers */, - 00000000B050 /* RCTBridgeDelegate.h in Headers */, - 00000000B060 /* RCTBridgeMethod.h in Headers */, - 00000000B070 /* RCTBridgeModule.h in Headers */, - 00000000B080 /* RCTBundleURLProvider.h in Headers */, - 00000000BF00 /* RCTCameraRollManager.h in Headers */, - 00000000B3C0 /* RCTClipboard.h in Headers */, - 00000000B590 /* RCTComponent.h in Headers */, - 00000000B5A0 /* RCTComponentData.h in Headers */, - 00000000B5B0 /* RCTConvert+CoreLocation.h in Headers */, - 00000000C3A0 /* RCTConvert+Text.h in Headers */, - 00000000B5C0 /* RCTConvert+Transform.h in Headers */, - 00000000B090 /* RCTConvert.h in Headers */, - 00000000BA20 /* RCTCxxBridgeDelegate.h in Headers */, - 00000000B0A0 /* RCTCxxConvert.h in Headers */, - 00000000BA70 /* RCTCxxMethod.h in Headers */, - 00000000BA80 /* RCTCxxModule.h in Headers */, - 00000000BA90 /* RCTCxxUtils.h in Headers */, - 00000000C150 /* RCTDataRequestHandler.h in Headers */, - 00000000B5D0 /* RCTDatePicker.h in Headers */, - 00000000B5E0 /* RCTDatePickerManager.h in Headers */, - 00000000BD30 /* RCTDecayAnimation.h in Headers */, - 00000000B0B0 /* RCTDefines.h in Headers */, - 00000000B3D0 /* RCTDeviceInfo.h in Headers */, - 00000000BB30 /* RCTDevLoadingView.h in Headers */, - 00000000BB40 /* RCTDevMenu.h in Headers */, - 00000000B3E0 /* RCTDevSettings.h in Headers */, - 00000000BD90 /* RCTDiffClampAnimatedNode.h in Headers */, - 00000000B0C0 /* RCTDisplayLink.h in Headers */, - 00000000BDA0 /* RCTDivisionAnimatedNode.h in Headers */, - 00000000B0D0 /* RCTErrorCustomizer.h in Headers */, - 00000000B0E0 /* RCTErrorInfo.h in Headers */, - 00000000BD40 /* RCTEventAnimation.h in Headers */, - 00000000B0F0 /* RCTEventDispatcher.h in Headers */, - 00000000B3F0 /* RCTEventEmitter.h in Headers */, - 00000000B400 /* RCTExceptionsManager.h in Headers */, - 00000000BEA0 /* RCTFileReaderModule.h in Headers */, - 00000000C160 /* RCTFileRequestHandler.h in Headers */, - 00000000BAB0 /* RCTFollyConvert.h in Headers */, - 00000000B5F0 /* RCTFont.h in Headers */, - 00000000B4F0 /* RCTFPSGraph.h in Headers */, - 00000000BD50 /* RCTFrameAnimation.h in Headers */, - 00000000B100 /* RCTFrameUpdate.h in Headers */, - 00000000C010 /* RCTGIFImageDecoder.h in Headers */, - 00000000C170 /* RCTHTTPRequestHandler.h in Headers */, - 00000000B410 /* RCTI18nManager.h in Headers */, - 00000000B420 /* RCTI18nUtil.h in Headers */, - 00000000C020 /* RCTImageBlurUtils.h in Headers */, - 00000000C030 /* RCTImageCache.h in Headers */, - 00000000C040 /* RCTImageEditingManager.h in Headers */, - 00000000C050 /* RCTImageLoader.h in Headers */, - 00000000BF10 /* RCTImagePickerManager.h in Headers */, - 00000000C060 /* RCTImageShadowView.h in Headers */, - 00000000B110 /* RCTImageSource.h in Headers */, - 00000000C070 /* RCTImageStoreManager.h in Headers */, - 00000000C080 /* RCTImageUtils.h in Headers */, - 00000000C090 /* RCTImageView.h in Headers */, - 00000000C0A0 /* RCTImageViewManager.h in Headers */, - 00000000C4A0 /* RCTInputAccessoryShadowView.h in Headers */, - 00000000C4B0 /* RCTInputAccessoryView.h in Headers */, - 00000000C4C0 /* RCTInputAccessoryViewContent.h in Headers */, - 00000000C4D0 /* RCTInputAccessoryViewManager.h in Headers */, - 00000000BB80 /* RCTInspector.h in Headers */, - 00000000BB50 /* RCTInspectorDevServerHelper.h in Headers */, - 00000000BB90 /* RCTInspectorPackagerConnection.h in Headers */, - 00000000BDB0 /* RCTInterpolationAnimatedNode.h in Headers */, - 00000000B120 /* RCTInvalidating.h in Headers */, - 00000000B130 /* RCTJavaScriptExecutor.h in Headers */, - 00000000B140 /* RCTJavaScriptLoader.h in Headers */, - 00000000B150 /* RCTJSCErrorHandling.h in Headers */, - 00000000BA30 /* RCTJSCHelpers.h in Headers */, - 00000000B430 /* RCTJSCSamplingProfiler.h in Headers */, - 00000000B160 /* RCTJSStackFrame.h in Headers */, - 00000000B440 /* RCTKeyboardObserver.h in Headers */, - 00000000B170 /* RCTKeyCommands.h in Headers */, - 00000000B600 /* RCTLayout.h in Headers */, - 00000000B450 /* RCTLayoutAnimation.h in Headers */, - 00000000B460 /* RCTLayoutAnimationGroup.h in Headers */, - 00000000C0E0 /* RCTLinkingManager.h in Headers */, - 00000000C0B0 /* RCTLocalAssetImageLoader.h in Headers */, - 00000000BF40 /* RCTLocationObserver.h in Headers */, - 00000000B180 /* RCTLog.h in Headers */, - 00000000B500 /* RCTMacros.h in Headers */, - 00000000B190 /* RCTManagedPointer.h in Headers */, - 00000000B610 /* RCTMaskedView.h in Headers */, - 00000000B620 /* RCTMaskedViewManager.h in Headers */, - 00000000BA40 /* RCTMessageThread.h in Headers */, - 00000000B630 /* RCTModalHostView.h in Headers */, - 00000000B640 /* RCTModalHostViewController.h in Headers */, - 00000000B650 /* RCTModalHostViewManager.h in Headers */, - 00000000B660 /* RCTModalManager.h in Headers */, - 00000000B1A0 /* RCTModuleData.h in Headers */, - 00000000B1B0 /* RCTModuleMethod.h in Headers */, - 00000000BDC0 /* RCTModuloAnimatedNode.h in Headers */, - 00000000C410 /* RCTMultilineTextInputView.h in Headers */, - 00000000C420 /* RCTMultilineTextInputViewManager.h in Headers */, - 00000000B1C0 /* RCTMultipartDataTask.h in Headers */, - 00000000B1D0 /* RCTMultipartStreamReader.h in Headers */, - 00000000BDD0 /* RCTMultiplicationAnimatedNode.h in Headers */, - 00000000BE50 /* RCTNativeAnimatedModule.h in Headers */, - 00000000BE60 /* RCTNativeAnimatedNodesManager.h in Headers */, - 00000000BAA0 /* RCTNativeModule.h in Headers */, - 00000000B670 /* RCTNavigator.h in Headers */, - 00000000B680 /* RCTNavigatorManager.h in Headers */, - 00000000B690 /* RCTNavItem.h in Headers */, - 00000000B6A0 /* RCTNavItemManager.h in Headers */, - 00000000C180 /* RCTNetInfo.h in Headers */, - 00000000C190 /* RCTNetworking.h in Headers */, - 00000000C1A0 /* RCTNetworkTask.h in Headers */, - 00000000B1E0 /* RCTNullability.h in Headers */, - 00000000BA50 /* RCTObjcExecutor.h in Headers */, - 00000000BB60 /* RCTPackagerClient.h in Headers */, - 00000000BB70 /* RCTPackagerConnection.h in Headers */, - 00000000B1F0 /* RCTParserUtils.h in Headers */, - 00000000B200 /* RCTPerformanceLogger.h in Headers */, - 00000000BF20 /* RCTPhotoLibraryImageLoader.h in Headers */, - 00000000B6B0 /* RCTPicker.h in Headers */, - 00000000B6C0 /* RCTPickerManager.h in Headers */, - 00000000B210 /* RCTPlatform.h in Headers */, - 00000000B6D0 /* RCTPointerEvents.h in Headers */, - 00000000B510 /* RCTProfile.h in Headers */, - 00000000B6E0 /* RCTProgressViewManager.h in Headers */, - 00000000BDE0 /* RCTPropsAnimatedNode.h in Headers */, - 00000000C380 /* RCTRawTextShadowView.h in Headers */, - 00000000C390 /* RCTRawTextViewManager.h in Headers */, - 00000000C580 /* RCTReconnectingWebSocket.h in Headers */, - 00000000B470 /* RCTRedBox.h in Headers */, - 00000000B480 /* RCTRedBoxExtraDataViewController.h in Headers */, - 00000000B6F0 /* RCTRefreshControl.h in Headers */, - 00000000B700 /* RCTRefreshControlManager.h in Headers */, - 00000000B220 /* RCTReloadCommand.h in Headers */, - 00000000C0C0 /* RCTResizeMode.h in Headers */, - 00000000B230 /* RCTRootContentView.h in Headers */, - 00000000B710 /* RCTRootShadowView.h in Headers */, - 00000000B240 /* RCTRootView.h in Headers */, - 00000000B250 /* RCTRootViewDelegate.h in Headers */, - 00000000B260 /* RCTRootViewInternal.h in Headers */, - 00000000B870 /* RCTSafeAreaShadowView.h in Headers */, - 00000000B880 /* RCTSafeAreaView.h in Headers */, - 00000000B890 /* RCTSafeAreaViewLocalData.h in Headers */, - 00000000B8A0 /* RCTSafeAreaViewManager.h in Headers */, - 00000000B8B0 /* RCTScrollableProtocol.h in Headers */, - 00000000B8C0 /* RCTScrollContentShadowView.h in Headers */, - 00000000B8D0 /* RCTScrollContentView.h in Headers */, - 00000000B8E0 /* RCTScrollContentViewManager.h in Headers */, - 00000000B8F0 /* RCTScrollView.h in Headers */, - 00000000B900 /* RCTScrollViewManager.h in Headers */, - 00000000B720 /* RCTSegmentedControl.h in Headers */, - 00000000B730 /* RCTSegmentedControlManager.h in Headers */, - 00000000B740 /* RCTShadowView+Internal.h in Headers */, - 00000000B750 /* RCTShadowView+Layout.h in Headers */, - 00000000B760 /* RCTShadowView.h in Headers */, - 00000000C4F0 /* RCTSinglelineTextInputView.h in Headers */, - 00000000C500 /* RCTSinglelineTextInputViewManager.h in Headers */, - 00000000B770 /* RCTSlider.h in Headers */, - 00000000B780 /* RCTSliderManager.h in Headers */, - 00000000B490 /* RCTSourceCode.h in Headers */, - 00000000BD60 /* RCTSpringAnimation.h in Headers */, - 00000000C590 /* RCTSRWebSocket.h in Headers */, - 00000000B4A0 /* RCTStatusBarManager.h in Headers */, - 00000000BDF0 /* RCTStyleAnimatedNode.h in Headers */, - 00000000BE00 /* RCTSubtractionAnimatedNode.h in Headers */, - 00000000B2D0 /* RCTSurface.h in Headers */, - 00000000B2E0 /* RCTSurfaceDelegate.h in Headers */, - 00000000B350 /* RCTSurfaceHostingProxyRootView.h in Headers */, - 00000000B360 /* RCTSurfaceHostingView.h in Headers */, - 00000000B2F0 /* RCTSurfaceRootShadowView.h in Headers */, - 00000000B300 /* RCTSurfaceRootShadowViewDelegate.h in Headers */, - 00000000B310 /* RCTSurfaceRootView.h in Headers */, - 00000000B370 /* RCTSurfaceSizeMeasureMode.h in Headers */, - 00000000B320 /* RCTSurfaceStage.h in Headers */, - 00000000B330 /* RCTSurfaceView+Internal.h in Headers */, - 00000000B340 /* RCTSurfaceView.h in Headers */, - 00000000B790 /* RCTSwitch.h in Headers */, - 00000000B7A0 /* RCTSwitchManager.h in Headers */, - 00000000B7B0 /* RCTTabBar.h in Headers */, - 00000000B7C0 /* RCTTabBarItem.h in Headers */, - 00000000B7D0 /* RCTTabBarItemManager.h in Headers */, - 00000000B7E0 /* RCTTabBarManager.h in Headers */, - 00000000C3B0 /* RCTTextAttributes.h in Headers */, - 00000000B7F0 /* RCTTextDecorationLineType.h in Headers */, - 00000000C4E0 /* RCTTextSelection.h in Headers */, - 00000000C3E0 /* RCTTextShadowView.h in Headers */, - 00000000C3C0 /* RCTTextTransform.h in Headers */, - 00000000C3F0 /* RCTTextView.h in Headers */, - 00000000C400 /* RCTTextViewManager.h in Headers */, - 00000000B4B0 /* RCTTiming.h in Headers */, - 00000000B270 /* RCTTouchEvent.h in Headers */, - 00000000B280 /* RCTTouchHandler.h in Headers */, - 00000000BE10 /* RCTTrackingAnimatedNode.h in Headers */, - 00000000BE20 /* RCTTransformAnimatedNode.h in Headers */, - 00000000B4C0 /* RCTUIManager.h in Headers */, - 00000000B4D0 /* RCTUIManagerObserverCoordinator.h in Headers */, - 00000000B4E0 /* RCTUIManagerUtils.h in Headers */, - 00000000C510 /* RCTUITextField.h in Headers */, - 00000000C430 /* RCTUITextView.h in Headers */, - 00000000B520 /* RCTUIUtils.h in Headers */, - 00000000B290 /* RCTURLRequestDelegate.h in Headers */, - 00000000B2A0 /* RCTURLRequestHandler.h in Headers */, - 00000000B2B0 /* RCTUtils.h in Headers */, - 00000000BE30 /* RCTValueAnimatedNode.h in Headers */, - 00000000B2C0 /* RCTVersion.h in Headers */, - 00000000B800 /* RCTView.h in Headers */, - 00000000B810 /* RCTViewManager.h in Headers */, - 00000000C520 /* RCTVirtualTextShadowView.h in Headers */, - 00000000C530 /* RCTVirtualTextViewManager.h in Headers */, - 00000000C5A0 /* RCTWebSocketExecutor.h in Headers */, - 00000000C5B0 /* RCTWebSocketModule.h in Headers */, - 00000000B820 /* RCTWebView.h in Headers */, - 00000000B830 /* RCTWebViewManager.h in Headers */, - 00000000B840 /* RCTWKWebView.h in Headers */, - 00000000B850 /* RCTWKWebViewManager.h in Headers */, - 00000000B860 /* RCTWrapperViewController.h in Headers */, - 00000000C8B0 /* ReactMarker.h in Headers */, - 00000000C8C0 /* RecoverableError.h in Headers */, - 00000000C8D0 /* SharedProxyCxxModule.h in Headers */, - 00000000C8E0 /* SystraceSection.h in Headers */, - 00000000B910 /* UIView+Private.h in Headers */, - 00000000B920 /* UIView+React.h in Headers */, - 00000000C9A0 /* Unicode.h in Headers */, - 00000000C9B0 /* Value.h in Headers */, + 00000000C6E0 /* CxxModule.h in Headers */, + 00000000C6F0 /* CxxNativeModule.h in Headers */, + 00000000BAE0 /* DispatchMessageQueueThread.h in Headers */, + 00000000C840 /* fishhook.h in Headers */, + 00000000C920 /* InspectorInterfaces.h in Headers */, + 00000000C700 /* Instance.h in Headers */, + 00000000C880 /* instrumentation.h in Headers */, + 00000000C710 /* JsArgumentHelpers-inl.h in Headers */, + 00000000C720 /* JsArgumentHelpers.h in Headers */, + 00000000C730 /* JSBigString.h in Headers */, + 00000000C740 /* JSBundleType.h in Headers */, + 00000000BA90 /* JSCExecutorFactory.h in Headers */, + 00000000C890 /* JSCRuntime.h in Headers */, + 00000000C750 /* JSDeltaBundleClient.h in Headers */, + 00000000C760 /* JSExecutor.h in Headers */, + 00000000C8A0 /* jsi-inl.h in Headers */, + 00000000C8B0 /* jsi.h in Headers */, + 00000000C8C0 /* JSIDynamic.h in Headers */, + 00000000C8F0 /* JSIExecutor.h in Headers */, + 00000000C900 /* JSINativeModules.h in Headers */, + 00000000C770 /* JSIndexedRAMBundle.h in Headers */, + 00000000C780 /* JSModulesUnbundle.h in Headers */, + 00000000C790 /* MessageQueueThread.h in Headers */, + 00000000C7A0 /* MethodCall.h in Headers */, + 00000000C7B0 /* ModuleRegistry.h in Headers */, + 00000000C7C0 /* NativeModule.h in Headers */, + 00000000C7D0 /* NativeToJsBridge.h in Headers */, + 00000000BAA0 /* NSDataBigString.h in Headers */, + 00000000C430 /* NSTextStorage+FontScaling.h in Headers */, + 00000000C7E0 /* RAMBundleRegistry.h in Headers */, + 00000000B490 /* RCTAccessibilityManager.h in Headers */, + 00000000BC30 /* RCTActionSheetManager.h in Headers */, + 00000000B630 /* RCTActivityIndicatorView.h in Headers */, + 00000000B640 /* RCTActivityIndicatorViewManager.h in Headers */, + 00000000BDD0 /* RCTAdditionAnimatedNode.h in Headers */, + 00000000B4A0 /* RCTAlertManager.h in Headers */, + 00000000BDE0 /* RCTAnimatedNode.h in Headers */, + 00000000BD80 /* RCTAnimationDriver.h in Headers */, + 00000000B650 /* RCTAnimationType.h in Headers */, + 00000000BEA0 /* RCTAnimationUtils.h in Headers */, + 00000000B4B0 /* RCTAppState.h in Headers */, + 00000000B140 /* RCTAssert.h in Headers */, + 00000000BF50 /* RCTAssetsLibraryRequestHandler.h in Headers */, + 00000000B4C0 /* RCTAsyncLocalStorage.h in Headers */, + 00000000B660 /* RCTAutoInsetsProtocol.h in Headers */, + 00000000C4A0 /* RCTBackedTextInputDelegate.h in Headers */, + 00000000C4B0 /* RCTBackedTextInputDelegateAdapter.h in Headers */, + 00000000C4C0 /* RCTBackedTextInputViewProtocol.h in Headers */, + 00000000C4D0 /* RCTBaseTextInputShadowView.h in Headers */, + 00000000C4E0 /* RCTBaseTextInputView.h in Headers */, + 00000000C4F0 /* RCTBaseTextInputViewManager.h in Headers */, + 00000000C3C0 /* RCTBaseTextShadowView.h in Headers */, + 00000000C3D0 /* RCTBaseTextViewManager.h in Headers */, + 00000000BEF0 /* RCTBlobManager.h in Headers */, + 00000000B670 /* RCTBorderDrawing.h in Headers */, + 00000000B680 /* RCTBorderStyle.h in Headers */, + 00000000B150 /* RCTBridge+Private.h in Headers */, + 00000000B160 /* RCTBridge.h in Headers */, + 00000000B170 /* RCTBridgeDelegate.h in Headers */, + 00000000B180 /* RCTBridgeMethod.h in Headers */, + 00000000B190 /* RCTBridgeModule.h in Headers */, + 00000000B1A0 /* RCTBundleURLProvider.h in Headers */, + 00000000BF60 /* RCTCameraRollManager.h in Headers */, + 00000000B4D0 /* RCTClipboard.h in Headers */, + 00000000B690 /* RCTComponent.h in Headers */, + 00000000B6A0 /* RCTComponentData.h in Headers */, + 00000000B6B0 /* RCTConvert+CoreLocation.h in Headers */, + 00000000C400 /* RCTConvert+Text.h in Headers */, + 00000000B6C0 /* RCTConvert+Transform.h in Headers */, + 00000000B1B0 /* RCTConvert.h in Headers */, + 00000000BAB0 /* RCTCxxBridgeDelegate.h in Headers */, + 00000000B1C0 /* RCTCxxConvert.h in Headers */, + 00000000BAF0 /* RCTCxxMethod.h in Headers */, + 00000000BB00 /* RCTCxxModule.h in Headers */, + 00000000BB10 /* RCTCxxUtils.h in Headers */, + 00000000C1B0 /* RCTDataRequestHandler.h in Headers */, + 00000000B6D0 /* RCTDatePicker.h in Headers */, + 00000000B6E0 /* RCTDatePickerManager.h in Headers */, + 00000000BD90 /* RCTDecayAnimation.h in Headers */, + 00000000B1D0 /* RCTDefines.h in Headers */, + 00000000B4E0 /* RCTDeviceInfo.h in Headers */, + 00000000BBB0 /* RCTDevLoadingView.h in Headers */, + 00000000BBC0 /* RCTDevMenu.h in Headers */, + 00000000B4F0 /* RCTDevSettings.h in Headers */, + 00000000BDF0 /* RCTDiffClampAnimatedNode.h in Headers */, + 00000000B1E0 /* RCTDisplayLink.h in Headers */, + 00000000BE00 /* RCTDivisionAnimatedNode.h in Headers */, + 00000000B1F0 /* RCTErrorCustomizer.h in Headers */, + 00000000B200 /* RCTErrorInfo.h in Headers */, + 00000000BDA0 /* RCTEventAnimation.h in Headers */, + 00000000B210 /* RCTEventDispatcher.h in Headers */, + 00000000B500 /* RCTEventEmitter.h in Headers */, + 00000000B510 /* RCTExceptionsManager.h in Headers */, + 00000000BF00 /* RCTFileReaderModule.h in Headers */, + 00000000C1C0 /* RCTFileRequestHandler.h in Headers */, + 00000000BB30 /* RCTFollyConvert.h in Headers */, + 00000000B6F0 /* RCTFont.h in Headers */, + 00000000B5F0 /* RCTFPSGraph.h in Headers */, + 00000000BDB0 /* RCTFrameAnimation.h in Headers */, + 00000000B220 /* RCTFrameUpdate.h in Headers */, + 00000000C070 /* RCTGIFImageDecoder.h in Headers */, + 00000000C1D0 /* RCTHTTPRequestHandler.h in Headers */, + 00000000B520 /* RCTI18nManager.h in Headers */, + 00000000B530 /* RCTI18nUtil.h in Headers */, + 00000000C080 /* RCTImageBlurUtils.h in Headers */, + 00000000C090 /* RCTImageCache.h in Headers */, + 00000000C0A0 /* RCTImageEditingManager.h in Headers */, + 00000000C0B0 /* RCTImageLoader.h in Headers */, + 00000000BF70 /* RCTImagePickerManager.h in Headers */, + 00000000C0C0 /* RCTImageShadowView.h in Headers */, + 00000000B230 /* RCTImageSource.h in Headers */, + 00000000C0D0 /* RCTImageStoreManager.h in Headers */, + 00000000C0E0 /* RCTImageUtils.h in Headers */, + 00000000C0F0 /* RCTImageView.h in Headers */, + 00000000C100 /* RCTImageViewManager.h in Headers */, + 00000000C500 /* RCTInputAccessoryShadowView.h in Headers */, + 00000000C510 /* RCTInputAccessoryView.h in Headers */, + 00000000C520 /* RCTInputAccessoryViewContent.h in Headers */, + 00000000C530 /* RCTInputAccessoryViewManager.h in Headers */, + 00000000BC00 /* RCTInspector.h in Headers */, + 00000000BBD0 /* RCTInspectorDevServerHelper.h in Headers */, + 00000000BC10 /* RCTInspectorPackagerConnection.h in Headers */, + 00000000BE10 /* RCTInterpolationAnimatedNode.h in Headers */, + 00000000B240 /* RCTInvalidating.h in Headers */, + 00000000B250 /* RCTJavaScriptExecutor.h in Headers */, + 00000000B260 /* RCTJavaScriptLoader.h in Headers */, + 00000000B270 /* RCTJSStackFrame.h in Headers */, + 00000000B540 /* RCTKeyboardObserver.h in Headers */, + 00000000B280 /* RCTKeyCommands.h in Headers */, + 00000000B700 /* RCTLayout.h in Headers */, + 00000000B550 /* RCTLayoutAnimation.h in Headers */, + 00000000B560 /* RCTLayoutAnimationGroup.h in Headers */, + 00000000C140 /* RCTLinkingManager.h in Headers */, + 00000000C110 /* RCTLocalAssetImageLoader.h in Headers */, + 00000000BFA0 /* RCTLocationObserver.h in Headers */, + 00000000B290 /* RCTLog.h in Headers */, + 00000000B600 /* RCTMacros.h in Headers */, + 00000000B2A0 /* RCTManagedPointer.h in Headers */, + 00000000B710 /* RCTMaskedView.h in Headers */, + 00000000B720 /* RCTMaskedViewManager.h in Headers */, + 00000000BAC0 /* RCTMessageThread.h in Headers */, + 00000000B730 /* RCTModalHostView.h in Headers */, + 00000000B740 /* RCTModalHostViewController.h in Headers */, + 00000000B750 /* RCTModalHostViewManager.h in Headers */, + 00000000B760 /* RCTModalManager.h in Headers */, + 00000000B2B0 /* RCTModuleData.h in Headers */, + 00000000B2C0 /* RCTModuleMethod.h in Headers */, + 00000000BE20 /* RCTModuloAnimatedNode.h in Headers */, + 00000000C470 /* RCTMultilineTextInputView.h in Headers */, + 00000000C480 /* RCTMultilineTextInputViewManager.h in Headers */, + 00000000B2D0 /* RCTMultipartDataTask.h in Headers */, + 00000000B2E0 /* RCTMultipartStreamReader.h in Headers */, + 00000000BE30 /* RCTMultiplicationAnimatedNode.h in Headers */, + 00000000BEB0 /* RCTNativeAnimatedModule.h in Headers */, + 00000000BEC0 /* RCTNativeAnimatedNodesManager.h in Headers */, + 00000000BB20 /* RCTNativeModule.h in Headers */, + 00000000C1E0 /* RCTNetInfo.h in Headers */, + 00000000C1F0 /* RCTNetworking.h in Headers */, + 00000000C200 /* RCTNetworkTask.h in Headers */, + 00000000B2F0 /* RCTNullability.h in Headers */, + 00000000BAD0 /* RCTObjcExecutor.h in Headers */, + 00000000BBE0 /* RCTPackagerClient.h in Headers */, + 00000000BBF0 /* RCTPackagerConnection.h in Headers */, + 00000000B300 /* RCTParserUtils.h in Headers */, + 00000000B310 /* RCTPerformanceLogger.h in Headers */, + 00000000BF80 /* RCTPhotoLibraryImageLoader.h in Headers */, + 00000000B770 /* RCTPicker.h in Headers */, + 00000000B780 /* RCTPickerManager.h in Headers */, + 00000000B320 /* RCTPlatform.h in Headers */, + 00000000B790 /* RCTPointerEvents.h in Headers */, + 00000000B610 /* RCTProfile.h in Headers */, + 00000000B7A0 /* RCTProgressViewManager.h in Headers */, + 00000000BE40 /* RCTPropsAnimatedNode.h in Headers */, + 00000000C3E0 /* RCTRawTextShadowView.h in Headers */, + 00000000C3F0 /* RCTRawTextViewManager.h in Headers */, + 00000000C5E0 /* RCTReconnectingWebSocket.h in Headers */, + 00000000B570 /* RCTRedBox.h in Headers */, + 00000000B580 /* RCTRedBoxExtraDataViewController.h in Headers */, + 00000000B7B0 /* RCTRefreshControl.h in Headers */, + 00000000B7C0 /* RCTRefreshControlManager.h in Headers */, + 00000000B330 /* RCTReloadCommand.h in Headers */, + 00000000C120 /* RCTResizeMode.h in Headers */, + 00000000B340 /* RCTRootContentView.h in Headers */, + 00000000B7D0 /* RCTRootShadowView.h in Headers */, + 00000000B350 /* RCTRootView.h in Headers */, + 00000000B360 /* RCTRootViewDelegate.h in Headers */, + 00000000B370 /* RCTRootViewInternal.h in Headers */, + 00000000B8F0 /* RCTSafeAreaShadowView.h in Headers */, + 00000000B900 /* RCTSafeAreaView.h in Headers */, + 00000000B910 /* RCTSafeAreaViewLocalData.h in Headers */, + 00000000B920 /* RCTSafeAreaViewManager.h in Headers */, + 00000000B930 /* RCTScrollableProtocol.h in Headers */, + 00000000B940 /* RCTScrollContentShadowView.h in Headers */, + 00000000B950 /* RCTScrollContentView.h in Headers */, + 00000000B960 /* RCTScrollContentViewManager.h in Headers */, + 00000000B970 /* RCTScrollView.h in Headers */, + 00000000B980 /* RCTScrollViewManager.h in Headers */, + 00000000B7E0 /* RCTSegmentedControl.h in Headers */, + 00000000B7F0 /* RCTSegmentedControlManager.h in Headers */, + 00000000B800 /* RCTShadowView+Internal.h in Headers */, + 00000000B810 /* RCTShadowView+Layout.h in Headers */, + 00000000B820 /* RCTShadowView.h in Headers */, + 00000000C550 /* RCTSinglelineTextInputView.h in Headers */, + 00000000C560 /* RCTSinglelineTextInputViewManager.h in Headers */, + 00000000B830 /* RCTSlider.h in Headers */, + 00000000B840 /* RCTSliderManager.h in Headers */, + 00000000B590 /* RCTSourceCode.h in Headers */, + 00000000BDC0 /* RCTSpringAnimation.h in Headers */, + 00000000C5F0 /* RCTSRWebSocket.h in Headers */, + 00000000B5A0 /* RCTStatusBarManager.h in Headers */, + 00000000BE50 /* RCTStyleAnimatedNode.h in Headers */, + 00000000BE60 /* RCTSubtractionAnimatedNode.h in Headers */, + 00000000B3E0 /* RCTSurface.h in Headers */, + 00000000B3F0 /* RCTSurfaceDelegate.h in Headers */, + 00000000B460 /* RCTSurfaceHostingProxyRootView.h in Headers */, + 00000000B470 /* RCTSurfaceHostingView.h in Headers */, + 00000000B400 /* RCTSurfaceRootShadowView.h in Headers */, + 00000000B410 /* RCTSurfaceRootShadowViewDelegate.h in Headers */, + 00000000B420 /* RCTSurfaceRootView.h in Headers */, + 00000000B480 /* RCTSurfaceSizeMeasureMode.h in Headers */, + 00000000B430 /* RCTSurfaceStage.h in Headers */, + 00000000B440 /* RCTSurfaceView+Internal.h in Headers */, + 00000000B450 /* RCTSurfaceView.h in Headers */, + 00000000B850 /* RCTSwitch.h in Headers */, + 00000000B860 /* RCTSwitchManager.h in Headers */, + 00000000C410 /* RCTTextAttributes.h in Headers */, + 00000000B870 /* RCTTextDecorationLineType.h in Headers */, + 00000000C540 /* RCTTextSelection.h in Headers */, + 00000000C440 /* RCTTextShadowView.h in Headers */, + 00000000C420 /* RCTTextTransform.h in Headers */, + 00000000C450 /* RCTTextView.h in Headers */, + 00000000C460 /* RCTTextViewManager.h in Headers */, + 00000000B5B0 /* RCTTiming.h in Headers */, + 00000000B380 /* RCTTouchEvent.h in Headers */, + 00000000B390 /* RCTTouchHandler.h in Headers */, + 00000000BE70 /* RCTTrackingAnimatedNode.h in Headers */, + 00000000BE80 /* RCTTransformAnimatedNode.h in Headers */, + 00000000B5C0 /* RCTUIManager.h in Headers */, + 00000000B5D0 /* RCTUIManagerObserverCoordinator.h in Headers */, + 00000000B5E0 /* RCTUIManagerUtils.h in Headers */, + 00000000C570 /* RCTUITextField.h in Headers */, + 00000000C490 /* RCTUITextView.h in Headers */, + 00000000B620 /* RCTUIUtils.h in Headers */, + 00000000B3A0 /* RCTURLRequestDelegate.h in Headers */, + 00000000B3B0 /* RCTURLRequestHandler.h in Headers */, + 00000000B3C0 /* RCTUtils.h in Headers */, + 00000000BE90 /* RCTValueAnimatedNode.h in Headers */, + 00000000B3D0 /* RCTVersion.h in Headers */, + 00000000B880 /* RCTView.h in Headers */, + 00000000B890 /* RCTViewManager.h in Headers */, + 00000000C580 /* RCTVirtualTextShadowView.h in Headers */, + 00000000C590 /* RCTVirtualTextViewManager.h in Headers */, + 00000000C600 /* RCTWebSocketExecutor.h in Headers */, + 00000000C610 /* RCTWebSocketModule.h in Headers */, + 00000000B8A0 /* RCTWebView.h in Headers */, + 00000000B8B0 /* RCTWebViewManager.h in Headers */, + 00000000B8C0 /* RCTWKWebView.h in Headers */, + 00000000B8D0 /* RCTWKWebViewManager.h in Headers */, + 00000000B8E0 /* RCTWrapperViewController.h in Headers */, + 00000000C7F0 /* ReactMarker.h in Headers */, + 00000000C800 /* RecoverableError.h in Headers */, + 00000000C810 /* SharedProxyCxxModule.h in Headers */, + 00000000C820 /* SystraceSection.h in Headers */, + 00000000B990 /* UIView+Private.h in Headers */, + 00000000B9A0 /* UIView+React.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000CA90 /* Headers */ = { + 00000000C9E0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000CAE0 /* SAMKeychain.h in Headers */, - 00000000CAF0 /* SAMKeychainQuery.h in Headers */, + 00000000CA30 /* SAMKeychain.h in Headers */, + 00000000CA40 /* SAMKeychainQuery.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000CBB0 /* Headers */ = { + 00000000CB00 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000CCC0 /* NSData+ImageContentType.h in Headers */, - 00000000CCD0 /* SDImageCache.h in Headers */, - 00000000CCE0 /* SDWebImageCompat.h in Headers */, - 00000000CCF0 /* SDWebImageDecoder.h in Headers */, - 00000000CD00 /* SDWebImageDownloader.h in Headers */, - 00000000CD10 /* SDWebImageDownloaderOperation.h in Headers */, - 00000000CD20 /* SDWebImageManager.h in Headers */, - 00000000CD30 /* SDWebImageOperation.h in Headers */, - 00000000CD40 /* SDWebImagePrefetcher.h in Headers */, - 00000000CD50 /* UIButton+WebCache.h in Headers */, - 00000000CD60 /* UIImage+GIF.h in Headers */, - 00000000CD70 /* UIImage+MultiFormat.h in Headers */, - 00000000CD80 /* UIImageView+HighlightedWebCache.h in Headers */, - 00000000CD90 /* UIImageView+WebCache.h in Headers */, - 00000000CDA0 /* UIView+WebCacheOperation.h in Headers */, + 00000000CC10 /* NSData+ImageContentType.h in Headers */, + 00000000CC20 /* SDImageCache.h in Headers */, + 00000000CC30 /* SDWebImageCompat.h in Headers */, + 00000000CC40 /* SDWebImageDecoder.h in Headers */, + 00000000CC50 /* SDWebImageDownloader.h in Headers */, + 00000000CC60 /* SDWebImageDownloaderOperation.h in Headers */, + 00000000CC70 /* SDWebImageManager.h in Headers */, + 00000000CC80 /* SDWebImageOperation.h in Headers */, + 00000000CC90 /* SDWebImagePrefetcher.h in Headers */, + 00000000CCA0 /* UIButton+WebCache.h in Headers */, + 00000000CCB0 /* UIImage+GIF.h in Headers */, + 00000000CCC0 /* UIImage+MultiFormat.h in Headers */, + 00000000CCD0 /* UIImageView+HighlightedWebCache.h in Headers */, + 00000000CCE0 /* UIImageView+WebCache.h in Headers */, + 00000000CCF0 /* UIView+WebCacheOperation.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000CE60 /* Headers */ = { + 00000000CDB0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000D060 /* NSData+Compression.h in Headers */, - 00000000D070 /* NSDate+Extras.h in Headers */, - 00000000D080 /* NSDictionary+Sanitize.h in Headers */, - 00000000D090 /* Sentry.h in Headers */, - 00000000D0A0 /* SentryAsynchronousOperation.h in Headers */, - 00000000D0B0 /* SentryBreadcrumb.h in Headers */, - 00000000D0C0 /* SentryBreadcrumbStore.h in Headers */, - 00000000D0D0 /* SentryBreadcrumbTracker.h in Headers */, - 00000000D0E0 /* SentryClient+Internal.h in Headers */, - 00000000D0F0 /* SentryClient.h in Headers */, - 00000000D100 /* SentryContext.h in Headers */, - 00000000D110 /* SentryCrashExceptionApplication.h in Headers */, - 00000000D120 /* SentryDebugMeta.h in Headers */, - 00000000D130 /* SentryDefines.h in Headers */, - 00000000D140 /* SentryDsn.h in Headers */, - 00000000D150 /* SentryError.h in Headers */, - 00000000D160 /* SentryEvent.h in Headers */, - 00000000D170 /* SentryException.h in Headers */, - 00000000D180 /* SentryFileManager.h in Headers */, - 00000000D190 /* SentryFrame.h in Headers */, - 00000000D1A0 /* SentryJavaScriptBridgeHelper.h in Headers */, - 00000000D1B0 /* SentryKSCrashInstallation.h in Headers */, - 00000000D1C0 /* SentryKSCrashReportConverter.h in Headers */, - 00000000D1D0 /* SentryKSCrashReportSink.h in Headers */, - 00000000D1E0 /* SentryLog.h in Headers */, - 00000000D1F0 /* SentryNSURLRequest.h in Headers */, - 00000000D200 /* SentryQueueableRequestManager.h in Headers */, - 00000000D210 /* SentryRequestOperation.h in Headers */, - 00000000D220 /* SentrySerializable.h in Headers */, - 00000000D230 /* SentryStacktrace.h in Headers */, - 00000000D240 /* SentrySwizzle.h in Headers */, - 00000000D250 /* SentryThread.h in Headers */, - 00000000D260 /* SentryUser.h in Headers */, + 00000000CFB0 /* NSData+Compression.h in Headers */, + 00000000CFC0 /* NSDate+Extras.h in Headers */, + 00000000CFD0 /* NSDictionary+Sanitize.h in Headers */, + 00000000CFE0 /* Sentry.h in Headers */, + 00000000CFF0 /* SentryAsynchronousOperation.h in Headers */, + 00000000D000 /* SentryBreadcrumb.h in Headers */, + 00000000D010 /* SentryBreadcrumbStore.h in Headers */, + 00000000D020 /* SentryBreadcrumbTracker.h in Headers */, + 00000000D030 /* SentryClient+Internal.h in Headers */, + 00000000D040 /* SentryClient.h in Headers */, + 00000000D050 /* SentryContext.h in Headers */, + 00000000D060 /* SentryCrashExceptionApplication.h in Headers */, + 00000000D070 /* SentryDebugMeta.h in Headers */, + 00000000D080 /* SentryDefines.h in Headers */, + 00000000D090 /* SentryDsn.h in Headers */, + 00000000D0A0 /* SentryError.h in Headers */, + 00000000D0B0 /* SentryEvent.h in Headers */, + 00000000D0C0 /* SentryException.h in Headers */, + 00000000D0D0 /* SentryFileManager.h in Headers */, + 00000000D0E0 /* SentryFrame.h in Headers */, + 00000000D0F0 /* SentryJavaScriptBridgeHelper.h in Headers */, + 00000000D100 /* SentryKSCrashInstallation.h in Headers */, + 00000000D110 /* SentryKSCrashReportConverter.h in Headers */, + 00000000D120 /* SentryKSCrashReportSink.h in Headers */, + 00000000D130 /* SentryLog.h in Headers */, + 00000000D140 /* SentryNSURLRequest.h in Headers */, + 00000000D150 /* SentryQueueableRequestManager.h in Headers */, + 00000000D160 /* SentryRequestOperation.h in Headers */, + 00000000D170 /* SentrySerializable.h in Headers */, + 00000000D180 /* SentryStacktrace.h in Headers */, + 00000000D190 /* SentrySwizzle.h in Headers */, + 00000000D1A0 /* SentryThread.h in Headers */, + 00000000D1B0 /* SentryUser.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000D320 /* Headers */ = { + 00000000D270 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000D370 /* RNSentry.h in Headers */, - 00000000D380 /* RNSentryEventEmitter.h in Headers */, + 00000000D2C0 /* RNSentry.h in Headers */, + 00000000D2D0 /* RNSentryEventEmitter.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000D440 /* Headers */ = { + 00000000D390 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000D510 /* Specta.h in Headers */, - 00000000D520 /* SpectaDSL.h in Headers */, - 00000000D530 /* SpectaTypes.h in Headers */, - 00000000D540 /* SpectaUtility.h in Headers */, - 00000000D550 /* SPTCallSite.h in Headers */, - 00000000D560 /* SPTCompiledExample.h in Headers */, - 00000000D570 /* SPTExample.h in Headers */, - 00000000D580 /* SPTExampleGroup.h in Headers */, - 00000000D590 /* SPTExcludeGlobalBeforeAfterEach.h in Headers */, - 00000000D5A0 /* SPTGlobalBeforeAfterEach.h in Headers */, - 00000000D5B0 /* SPTSharedExampleGroups.h in Headers */, - 00000000D5C0 /* SPTSpec.h in Headers */, - 00000000D5D0 /* SPTTestSuite.h in Headers */, - 00000000D5E0 /* XCTest+Private.h in Headers */, - 00000000D5F0 /* XCTestCase+Specta.h in Headers */, + 00000000D460 /* Specta.h in Headers */, + 00000000D470 /* SpectaDSL.h in Headers */, + 00000000D480 /* SpectaTypes.h in Headers */, + 00000000D490 /* SpectaUtility.h in Headers */, + 00000000D4A0 /* SPTCallSite.h in Headers */, + 00000000D4B0 /* SPTCompiledExample.h in Headers */, + 00000000D4C0 /* SPTExample.h in Headers */, + 00000000D4D0 /* SPTExampleGroup.h in Headers */, + 00000000D4E0 /* SPTExcludeGlobalBeforeAfterEach.h in Headers */, + 00000000D4F0 /* SPTGlobalBeforeAfterEach.h in Headers */, + 00000000D500 /* SPTSharedExampleGroups.h in Headers */, + 00000000D510 /* SPTSpec.h in Headers */, + 00000000D520 /* SPTTestSuite.h in Headers */, + 00000000D530 /* XCTest+Private.h in Headers */, + 00000000D540 /* XCTestCase+Specta.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000D6B0 /* Headers */ = { + 00000000D600 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000E550 /* FABKitProtocol.h in Headers */, - 00000000E560 /* Fabric+FABKits.h in Headers */, - 00000000E570 /* Fabric.h in Headers */, - 00000000E580 /* NSArray+Stripe_BoundSafe.h in Headers */, - 00000000E590 /* NSBundle+Stripe_AppName.h in Headers */, - 00000000E5A0 /* NSCharacterSet+Stripe.h in Headers */, - 00000000E5B0 /* NSDecimalNumber+Stripe_Currency.h in Headers */, - 00000000E5C0 /* NSDictionary+Stripe.h in Headers */, - 00000000E5D0 /* NSMutableURLRequest+Stripe.h in Headers */, - 00000000E5E0 /* NSString+Stripe.h in Headers */, - 00000000E5F0 /* NSURLComponents+Stripe.h in Headers */, - 00000000E600 /* PKPayment+Stripe.h in Headers */, - 00000000E610 /* PKPaymentAuthorizationViewController+Stripe_Blocks.h in Headers */, - 00000000E620 /* STPAddCardViewController+Private.h in Headers */, - 00000000E250 /* STPAddCardViewController.h in Headers */, - 00000000E260 /* STPAddress.h in Headers */, - 00000000E630 /* STPAddressFieldTableViewCell.h in Headers */, - 00000000E640 /* STPAddressViewModel.h in Headers */, - 00000000E650 /* STPAnalyticsClient.h in Headers */, - 00000000E270 /* STPAPIClient+ApplePay.h in Headers */, - 00000000E660 /* STPAPIClient+Private.h in Headers */, - 00000000E280 /* STPAPIClient.h in Headers */, - 00000000E670 /* STPAPIRequest.h in Headers */, - 00000000E290 /* STPAPIResponseDecodable.h in Headers */, - 00000000E2A0 /* STPApplePayPaymentMethod.h in Headers */, - 00000000E680 /* STPAspects.h in Headers */, - 00000000E2B0 /* STPBackendAPIAdapter.h in Headers */, - 00000000E690 /* STPBankAccount+Private.h in Headers */, - 00000000E2C0 /* STPBankAccount.h in Headers */, - 00000000E6A0 /* STPBankAccountParams+Private.h in Headers */, - 00000000E2D0 /* STPBankAccountParams.h in Headers */, - 00000000E6B0 /* STPBINRange.h in Headers */, - 00000000E2E0 /* STPBlocks.h in Headers */, - 00000000E6C0 /* STPBundleLocator.h in Headers */, - 00000000E6D0 /* STPCard+Private.h in Headers */, - 00000000E2F0 /* STPCard.h in Headers */, - 00000000E300 /* STPCardBrand.h in Headers */, - 00000000E6E0 /* STPCardIOProxy.h in Headers */, - 00000000E310 /* STPCardParams.h in Headers */, - 00000000E6F0 /* STPCardTuple.h in Headers */, - 00000000E320 /* STPCardValidationState.h in Headers */, - 00000000E330 /* STPCardValidator.h in Headers */, - 00000000E700 /* STPCategoryLoader.h in Headers */, - 00000000E710 /* STPColorUtils.h in Headers */, - 00000000E720 /* STPCoreScrollViewController+Private.h in Headers */, - 00000000E340 /* STPCoreScrollViewController.h in Headers */, - 00000000E730 /* STPCoreTableViewController+Private.h in Headers */, - 00000000E350 /* STPCoreTableViewController.h in Headers */, - 00000000E740 /* STPCoreViewController+Private.h in Headers */, - 00000000E360 /* STPCoreViewController.h in Headers */, - 00000000E370 /* STPCustomer.h in Headers */, - 00000000E750 /* STPCustomerContext+Private.h in Headers */, - 00000000E380 /* STPCustomerContext.h in Headers */, - 00000000E760 /* STPDelegateProxy.h in Headers */, - 00000000E770 /* STPDispatchFunctions.h in Headers */, - 00000000E780 /* STPEmailAddressValidator.h in Headers */, - 00000000E790 /* STPEphemeralKey.h in Headers */, - 00000000E7A0 /* STPEphemeralKeyManager.h in Headers */, - 00000000E390 /* STPEphemeralKeyProvider.h in Headers */, - 00000000E7B0 /* STPFile+Private.h in Headers */, - 00000000E3A0 /* STPFile.h in Headers */, - 00000000E3B0 /* STPFormEncodable.h in Headers */, - 00000000E7C0 /* STPFormEncoder.h in Headers */, - 00000000E7D0 /* STPFormTextField.h in Headers */, - 00000000E7E0 /* STPImageLibrary+Private.h in Headers */, - 00000000E3C0 /* STPImageLibrary.h in Headers */, - 00000000E7F0 /* STPInternalAPIResponseDecodable.h in Headers */, - 00000000E800 /* STPLocalizationUtils.h in Headers */, - 00000000E810 /* STPMultipartFormDataEncoder.h in Headers */, - 00000000E820 /* STPMultipartFormDataPart.h in Headers */, - 00000000E3D0 /* STPPaymentActivityIndicatorView.h in Headers */, - 00000000E830 /* STPPaymentCardTextField+Private.h in Headers */, - 00000000E3E0 /* STPPaymentCardTextField.h in Headers */, - 00000000E840 /* STPPaymentCardTextFieldCell.h in Headers */, - 00000000E850 /* STPPaymentCardTextFieldViewModel.h in Headers */, - 00000000E860 /* STPPaymentConfiguration+Private.h in Headers */, - 00000000E3F0 /* STPPaymentConfiguration.h in Headers */, - 00000000E870 /* STPPaymentContext+Private.h in Headers */, - 00000000E400 /* STPPaymentContext.h in Headers */, - 00000000E880 /* STPPaymentContextAmountModel.h in Headers */, - 00000000E410 /* STPPaymentMethod.h in Headers */, - 00000000E890 /* STPPaymentMethodsInternalViewController.h in Headers */, - 00000000E8A0 /* STPPaymentMethodsViewController+Private.h in Headers */, - 00000000E420 /* STPPaymentMethodsViewController.h in Headers */, - 00000000E8B0 /* STPPaymentMethodTableViewCell.h in Headers */, - 00000000E8C0 /* STPPaymentMethodTuple.h in Headers */, - 00000000E430 /* STPPaymentResult.h in Headers */, - 00000000E8D0 /* STPPhoneNumberValidator.h in Headers */, - 00000000E8E0 /* STPPostalCodeValidator.h in Headers */, - 00000000E8F0 /* STPPromise.h in Headers */, - 00000000E440 /* STPRedirectContext.h in Headers */, - 00000000E900 /* STPSectionHeaderView.h in Headers */, - 00000000E450 /* STPShippingAddressViewController.h in Headers */, - 00000000E910 /* STPShippingMethodsViewController.h in Headers */, - 00000000E920 /* STPShippingMethodTableViewCell.h in Headers */, - 00000000E930 /* STPSource+Private.h in Headers */, - 00000000E460 /* STPSource.h in Headers */, - 00000000E940 /* STPSourceCardDetails+Private.h in Headers */, - 00000000E470 /* STPSourceCardDetails.h in Headers */, - 00000000E480 /* STPSourceOwner.h in Headers */, - 00000000E950 /* STPSourceParams+Private.h in Headers */, - 00000000E490 /* STPSourceParams.h in Headers */, - 00000000E960 /* STPSourcePoller.h in Headers */, - 00000000E4A0 /* STPSourceProtocol.h in Headers */, - 00000000E4B0 /* STPSourceReceiver.h in Headers */, - 00000000E970 /* STPSourceRedirect+Private.h in Headers */, - 00000000E4C0 /* STPSourceRedirect.h in Headers */, - 00000000E4D0 /* STPSourceSEPADebitDetails.h in Headers */, - 00000000E980 /* STPSourceVerification+Private.h in Headers */, - 00000000E4E0 /* STPSourceVerification.h in Headers */, - 00000000E990 /* STPStringUtils.h in Headers */, - 00000000E9A0 /* STPSwitchTableViewCell.h in Headers */, - 00000000E9B0 /* STPTelemetryClient.h in Headers */, - 00000000E4F0 /* STPTheme.h in Headers */, - 00000000E500 /* STPToken.h in Headers */, - 00000000E9C0 /* STPURLCallbackHandler.h in Headers */, - 00000000E510 /* STPUserInformation.h in Headers */, - 00000000E9D0 /* STPWeakStrongMacros.h in Headers */, - 00000000E520 /* Stripe.h in Headers */, - 00000000E9E0 /* StripeError+Private.h in Headers */, - 00000000E530 /* StripeError.h in Headers */, - 00000000E9F0 /* UIBarButtonItem+Stripe.h in Headers */, - 00000000EA00 /* UIImage+Stripe.h in Headers */, - 00000000E540 /* UINavigationBar+Stripe_Theme.h in Headers */, - 00000000EA10 /* UINavigationController+Stripe_Completion.h in Headers */, - 00000000EA20 /* UITableViewCell+Stripe_Borders.h in Headers */, - 00000000EA30 /* UIToolbar+Stripe_InputAccessory.h in Headers */, - 00000000EA40 /* UIView+Stripe_FirstResponder.h in Headers */, - 00000000EA50 /* UIViewController+Stripe_KeyboardAvoiding.h in Headers */, - 00000000EA60 /* UIViewController+Stripe_NavigationItemProxy.h in Headers */, - 00000000EA70 /* UIViewController+Stripe_ParentViewController.h in Headers */, - 00000000EA80 /* UIViewController+Stripe_Promises.h in Headers */, + 00000000E670 /* FABKitProtocol.h in Headers */, + 00000000E680 /* Fabric+FABKits.h in Headers */, + 00000000E690 /* Fabric.h in Headers */, + 00000000E2E0 /* FauxPasAnnotations.h in Headers */, + 00000000E6A0 /* NSArray+Stripe.h in Headers */, + 00000000E6B0 /* NSBundle+Stripe_AppName.h in Headers */, + 00000000E6C0 /* NSCharacterSet+Stripe.h in Headers */, + 00000000E6D0 /* NSDecimalNumber+Stripe_Currency.h in Headers */, + 00000000E6E0 /* NSDictionary+Stripe.h in Headers */, + 00000000E6F0 /* NSError+Stripe.h in Headers */, + 00000000E700 /* NSMutableURLRequest+Stripe.h in Headers */, + 00000000E710 /* NSString+Stripe.h in Headers */, + 00000000E720 /* NSURLComponents+Stripe.h in Headers */, + 00000000E730 /* PKPayment+Stripe.h in Headers */, + 00000000E740 /* PKPaymentAuthorizationViewController+Stripe_Blocks.h in Headers */, + 00000000E750 /* STPAddCardViewController+Private.h in Headers */, + 00000000E2F0 /* STPAddCardViewController.h in Headers */, + 00000000E300 /* STPAddress.h in Headers */, + 00000000E760 /* STPAddressFieldTableViewCell.h in Headers */, + 00000000E770 /* STPAddressViewModel.h in Headers */, + 00000000E780 /* STPAnalyticsClient.h in Headers */, + 00000000E310 /* STPAPIClient+ApplePay.h in Headers */, + 00000000E790 /* STPAPIClient+Private.h in Headers */, + 00000000E320 /* STPAPIClient.h in Headers */, + 00000000E7A0 /* STPAPIRequest.h in Headers */, + 00000000E330 /* STPAPIResponseDecodable.h in Headers */, + 00000000E340 /* STPApplePayPaymentMethod.h in Headers */, + 00000000E7B0 /* STPAspects.h in Headers */, + 00000000E350 /* STPBackendAPIAdapter.h in Headers */, + 00000000E360 /* STPBankAccount.h in Headers */, + 00000000E7C0 /* STPBankAccountParams+Private.h in Headers */, + 00000000E370 /* STPBankAccountParams.h in Headers */, + 00000000E7D0 /* STPBINRange.h in Headers */, + 00000000E380 /* STPBlocks.h in Headers */, + 00000000E7E0 /* STPBundleLocator.h in Headers */, + 00000000E7F0 /* STPCard+Private.h in Headers */, + 00000000E390 /* STPCard.h in Headers */, + 00000000E3A0 /* STPCardBrand.h in Headers */, + 00000000E800 /* STPCardIOProxy.h in Headers */, + 00000000E3B0 /* STPCardParams.h in Headers */, + 00000000E3C0 /* STPCardValidationState.h in Headers */, + 00000000E810 /* STPCardValidator+Private.h in Headers */, + 00000000E3D0 /* STPCardValidator.h in Headers */, + 00000000E820 /* STPCategoryLoader.h in Headers */, + 00000000E830 /* STPColorUtils.h in Headers */, + 00000000E3E0 /* STPConnectAccountParams.h in Headers */, + 00000000E840 /* STPCoreScrollViewController+Private.h in Headers */, + 00000000E3F0 /* STPCoreScrollViewController.h in Headers */, + 00000000E850 /* STPCoreTableViewController+Private.h in Headers */, + 00000000E400 /* STPCoreTableViewController.h in Headers */, + 00000000E860 /* STPCoreViewController+Private.h in Headers */, + 00000000E410 /* STPCoreViewController.h in Headers */, + 00000000E870 /* STPCustomer+Private.h in Headers */, + 00000000E880 /* STPCustomer+SourceTuple.h in Headers */, + 00000000E420 /* STPCustomer.h in Headers */, + 00000000E430 /* STPCustomerContext.h in Headers */, + 00000000E890 /* STPDelegateProxy.h in Headers */, + 00000000E8A0 /* STPDispatchFunctions.h in Headers */, + 00000000E8B0 /* STPEmailAddressValidator.h in Headers */, + 00000000E8C0 /* STPEphemeralKey.h in Headers */, + 00000000E8D0 /* STPEphemeralKeyManager.h in Headers */, + 00000000E440 /* STPEphemeralKeyProvider.h in Headers */, + 00000000E8E0 /* STPFile+Private.h in Headers */, + 00000000E450 /* STPFile.h in Headers */, + 00000000E460 /* STPFormEncodable.h in Headers */, + 00000000E8F0 /* STPFormEncoder.h in Headers */, + 00000000E900 /* STPFormTextField.h in Headers */, + 00000000E910 /* STPGenericStripeObject.h in Headers */, + 00000000E920 /* STPImageLibrary+Private.h in Headers */, + 00000000E470 /* STPImageLibrary.h in Headers */, + 00000000E930 /* STPInternalAPIResponseDecodable.h in Headers */, + 00000000E480 /* STPLegalEntityParams.h in Headers */, + 00000000E940 /* STPLocalizationUtils.h in Headers */, + 00000000E950 /* STPMultipartFormDataEncoder.h in Headers */, + 00000000E960 /* STPMultipartFormDataPart.h in Headers */, + 00000000E490 /* STPPaymentActivityIndicatorView.h in Headers */, + 00000000E970 /* STPPaymentCardTextField+Private.h in Headers */, + 00000000E4A0 /* STPPaymentCardTextField.h in Headers */, + 00000000E980 /* STPPaymentCardTextFieldCell.h in Headers */, + 00000000E990 /* STPPaymentCardTextFieldViewModel.h in Headers */, + 00000000E9A0 /* STPPaymentConfiguration+Private.h in Headers */, + 00000000E4B0 /* STPPaymentConfiguration.h in Headers */, + 00000000E9B0 /* STPPaymentContext+Private.h in Headers */, + 00000000E4C0 /* STPPaymentContext.h in Headers */, + 00000000E9C0 /* STPPaymentContextAmountModel.h in Headers */, + 00000000E9D0 /* STPPaymentIntent+Private.h in Headers */, + 00000000E4D0 /* STPPaymentIntent.h in Headers */, + 00000000E4E0 /* STPPaymentIntentEnums.h in Headers */, + 00000000E4F0 /* STPPaymentIntentParams.h in Headers */, + 00000000E500 /* STPPaymentIntentSourceAction.h in Headers */, + 00000000E510 /* STPPaymentIntentSourceActionAuthorizeWithURL.h in Headers */, + 00000000E520 /* STPPaymentMethod.h in Headers */, + 00000000E9E0 /* STPPaymentMethodsInternalViewController.h in Headers */, + 00000000E9F0 /* STPPaymentMethodsViewController+Private.h in Headers */, + 00000000E530 /* STPPaymentMethodsViewController.h in Headers */, + 00000000EA00 /* STPPaymentMethodTableViewCell.h in Headers */, + 00000000EA10 /* STPPaymentMethodTuple.h in Headers */, + 00000000E540 /* STPPaymentResult.h in Headers */, + 00000000EA20 /* STPPhoneNumberValidator.h in Headers */, + 00000000EA30 /* STPPostalCodeValidator.h in Headers */, + 00000000EA40 /* STPPromise.h in Headers */, + 00000000EA50 /* STPRedirectContext+Private.h in Headers */, + 00000000E550 /* STPRedirectContext.h in Headers */, + 00000000EA60 /* STPSectionHeaderView.h in Headers */, + 00000000E560 /* STPShippingAddressViewController.h in Headers */, + 00000000EA70 /* STPShippingMethodsViewController.h in Headers */, + 00000000EA80 /* STPShippingMethodTableViewCell.h in Headers */, + 00000000EA90 /* STPSource+Private.h in Headers */, + 00000000E570 /* STPSource.h in Headers */, + 00000000EAA0 /* STPSourceCardDetails+Private.h in Headers */, + 00000000E580 /* STPSourceCardDetails.h in Headers */, + 00000000E590 /* STPSourceEnums.h in Headers */, + 00000000E5A0 /* STPSourceOwner.h in Headers */, + 00000000EAB0 /* STPSourceParams+Private.h in Headers */, + 00000000E5B0 /* STPSourceParams.h in Headers */, + 00000000EAC0 /* STPSourcePoller.h in Headers */, + 00000000E5C0 /* STPSourceProtocol.h in Headers */, + 00000000E5D0 /* STPSourceReceiver.h in Headers */, + 00000000EAD0 /* STPSourceRedirect+Private.h in Headers */, + 00000000E5E0 /* STPSourceRedirect.h in Headers */, + 00000000E5F0 /* STPSourceSEPADebitDetails.h in Headers */, + 00000000EAE0 /* STPSourceVerification+Private.h in Headers */, + 00000000E600 /* STPSourceVerification.h in Headers */, + 00000000EAF0 /* STPStringUtils.h in Headers */, + 00000000EB00 /* STPSwitchTableViewCell.h in Headers */, + 00000000EB10 /* STPTelemetryClient.h in Headers */, + 00000000E610 /* STPTheme.h in Headers */, + 00000000E620 /* STPToken.h in Headers */, + 00000000EB20 /* STPURLCallbackHandler.h in Headers */, + 00000000E630 /* STPUserInformation.h in Headers */, + 00000000EB30 /* STPValidatedTextField.h in Headers */, + 00000000EB40 /* STPWeakStrongMacros.h in Headers */, + 00000000E640 /* Stripe.h in Headers */, + 00000000E650 /* StripeError.h in Headers */, + 00000000EB50 /* UIBarButtonItem+Stripe.h in Headers */, + 00000000EB60 /* UIImage+Stripe.h in Headers */, + 00000000E660 /* UINavigationBar+Stripe_Theme.h in Headers */, + 00000000EB70 /* UINavigationController+Stripe_Completion.h in Headers */, + 00000000EB80 /* UITableViewCell+Stripe_Borders.h in Headers */, + 00000000EB90 /* UIToolbar+Stripe_InputAccessory.h in Headers */, + 00000000EBA0 /* UIView+Stripe_FirstResponder.h in Headers */, + 00000000EBB0 /* UIView+Stripe_SafeAreaBounds.h in Headers */, + 00000000EBC0 /* UIViewController+Stripe_KeyboardAvoiding.h in Headers */, + 00000000EBD0 /* UIViewController+Stripe_NavigationItemProxy.h in Headers */, + 00000000EBE0 /* UIViewController+Stripe_ParentViewController.h in Headers */, + 00000000EBF0 /* UIViewController+Stripe_Promises.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000EB30 /* Headers */ = { + 00000000ECA0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000EB70 /* UIView+BooleanAnimations.h in Headers */, + 00000000ECE0 /* UIView+BooleanAnimations.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000ECA0 /* Headers */ = { + 00000000EE10 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 00000000EEC0 /* log_severity.h in Headers */, + 00000000EEB0 /* logging.h in Headers */, + 00000000EED0 /* raw_logging.h in Headers */, + 00000000EEE0 /* stl_logging.h in Headers */, + 00000000EEF0 /* vlog_is_on.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 00000000EFB0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000ED50 /* log_severity.h in Headers */, - 00000000ED40 /* logging.h in Headers */, - 00000000ED60 /* raw_logging.h in Headers */, - 00000000ED70 /* stl_logging.h in Headers */, - 00000000ED80 /* vlog_is_on.h in Headers */, + 00000000F360 /* CameraMode.h in Headers */, + 00000000F370 /* CameraStop.h in Headers */, + 00000000F380 /* CameraUpdateItem.h in Headers */, + 00000000F390 /* CameraUpdateQueue.h in Headers */, + 00000000F3A0 /* FilterList.h in Headers */, + 00000000F3B0 /* FilterParser.h in Headers */, + 00000000F3C0 /* MGLFaux3DUserLocationAnnotationView.h in Headers */, + 00000000F3D0 /* MGLModule.h in Headers */, + 00000000F3E0 /* MGLOfflineModule.h in Headers */, + 00000000F3F0 /* MGLSnapshotModule.h in Headers */, + 00000000F400 /* MGLUserLocationHeadingArrowLayer.h in Headers */, + 00000000F410 /* MGLUserLocationHeadingBeamLayer.h in Headers */, + 00000000F420 /* MGLUserLocationHeadingIndicator.h in Headers */, + 00000000F430 /* RCTConvert+Mapbox.h in Headers */, + 00000000F440 /* RCTMGL.h in Headers */, + 00000000F450 /* RCTMGLBackgroundLayer.h in Headers */, + 00000000F460 /* RCTMGLBackgroundLayerManager.h in Headers */, + 00000000F470 /* RCTMGLCallout.h in Headers */, + 00000000F480 /* RCTMGLCalloutManager.h in Headers */, + 00000000F490 /* RCTMGLCircleLayer.h in Headers */, + 00000000F4A0 /* RCTMGLCircleLayerManager.h in Headers */, + 00000000F4B0 /* RCTMGLEvent.h in Headers */, + 00000000F4C0 /* RCTMGLEventProtocol.h in Headers */, + 00000000F4D0 /* RCTMGLEventTypes.h in Headers */, + 00000000F4E0 /* RCTMGLFillExtrusionLayer.h in Headers */, + 00000000F4F0 /* RCTMGLFillExtrusionLayerManager.h in Headers */, + 00000000F500 /* RCTMGLFillLayer.h in Headers */, + 00000000F510 /* RCTMGLFillLayerManager.h in Headers */, + 00000000F520 /* RCTMGLImageQueue.h in Headers */, + 00000000F530 /* RCTMGLImageQueueOperation.h in Headers */, + 00000000F540 /* RCTMGLImageSource.h in Headers */, + 00000000F550 /* RCTMGLImageSourceManager.h in Headers */, + 00000000F560 /* RCTMGLLayer.h in Headers */, + 00000000F570 /* RCTMGLLight.h in Headers */, + 00000000F580 /* RCTMGLLightManager.h in Headers */, + 00000000F590 /* RCTMGLLineLayer.h in Headers */, + 00000000F5A0 /* RCTMGLLineLayerManager.h in Headers */, + 00000000F5B0 /* RCTMGLMapTouchEvent.h in Headers */, + 00000000F5C0 /* RCTMGLMapView.h in Headers */, + 00000000F5D0 /* RCTMGLMapViewManager.h in Headers */, + 00000000F5E0 /* RCTMGLPointAnnotation.h in Headers */, + 00000000F5F0 /* RCTMGLPointAnnotationManager.h in Headers */, + 00000000F600 /* RCTMGLRasterLayer.h in Headers */, + 00000000F610 /* RCTMGLRasterLayerManager.h in Headers */, + 00000000F620 /* RCTMGLRasterSource.h in Headers */, + 00000000F630 /* RCTMGLRasterSourceManager.h in Headers */, + 00000000F640 /* RCTMGLShapeSource.h in Headers */, + 00000000F650 /* RCTMGLShapeSourceManager.h in Headers */, + 00000000F660 /* RCTMGLSource.h in Headers */, + 00000000F670 /* RCTMGLStyle.h in Headers */, + 00000000F680 /* RCTMGLStyleValue.h in Headers */, + 00000000F690 /* RCTMGLSymbolLayer.h in Headers */, + 00000000F6A0 /* RCTMGLSymbolLayerManager.h in Headers */, + 00000000F6B0 /* RCTMGLUtils.h in Headers */, + 00000000F6C0 /* RCTMGLVectorSource.h in Headers */, + 00000000F6D0 /* RCTMGLVectorSourceManager.h in Headers */, + 00000000F6E0 /* RNMBImageUtils.h in Headers */, + 00000000F6F0 /* ViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000EE40 /* Headers */ = { + 00000000F7B0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000F1F0 /* CameraMode.h in Headers */, - 00000000F200 /* CameraStop.h in Headers */, - 00000000F210 /* CameraUpdateItem.h in Headers */, - 00000000F220 /* CameraUpdateQueue.h in Headers */, - 00000000F230 /* FilterList.h in Headers */, - 00000000F240 /* FilterParser.h in Headers */, - 00000000F250 /* MGLFaux3DUserLocationAnnotationView.h in Headers */, - 00000000F260 /* MGLModule.h in Headers */, - 00000000F270 /* MGLOfflineModule.h in Headers */, - 00000000F280 /* MGLSnapshotModule.h in Headers */, - 00000000F290 /* MGLUserLocationHeadingArrowLayer.h in Headers */, - 00000000F2A0 /* MGLUserLocationHeadingBeamLayer.h in Headers */, - 00000000F2B0 /* MGLUserLocationHeadingIndicator.h in Headers */, - 00000000F2C0 /* RCTConvert+Mapbox.h in Headers */, - 00000000F2D0 /* RCTMGL.h in Headers */, - 00000000F2E0 /* RCTMGLBackgroundLayer.h in Headers */, - 00000000F2F0 /* RCTMGLBackgroundLayerManager.h in Headers */, - 00000000F300 /* RCTMGLCallout.h in Headers */, - 00000000F310 /* RCTMGLCalloutManager.h in Headers */, - 00000000F320 /* RCTMGLCircleLayer.h in Headers */, - 00000000F330 /* RCTMGLCircleLayerManager.h in Headers */, - 00000000F340 /* RCTMGLEvent.h in Headers */, - 00000000F350 /* RCTMGLEventProtocol.h in Headers */, - 00000000F360 /* RCTMGLEventTypes.h in Headers */, - 00000000F370 /* RCTMGLFillExtrusionLayer.h in Headers */, - 00000000F380 /* RCTMGLFillExtrusionLayerManager.h in Headers */, - 00000000F390 /* RCTMGLFillLayer.h in Headers */, - 00000000F3A0 /* RCTMGLFillLayerManager.h in Headers */, - 00000000F3B0 /* RCTMGLImageQueue.h in Headers */, - 00000000F3C0 /* RCTMGLImageQueueOperation.h in Headers */, - 00000000F3D0 /* RCTMGLImageSource.h in Headers */, - 00000000F3E0 /* RCTMGLImageSourceManager.h in Headers */, - 00000000F3F0 /* RCTMGLLayer.h in Headers */, - 00000000F400 /* RCTMGLLight.h in Headers */, - 00000000F410 /* RCTMGLLightManager.h in Headers */, - 00000000F420 /* RCTMGLLineLayer.h in Headers */, - 00000000F430 /* RCTMGLLineLayerManager.h in Headers */, - 00000000F440 /* RCTMGLMapTouchEvent.h in Headers */, - 00000000F450 /* RCTMGLMapView.h in Headers */, - 00000000F460 /* RCTMGLMapViewManager.h in Headers */, - 00000000F470 /* RCTMGLPointAnnotation.h in Headers */, - 00000000F480 /* RCTMGLPointAnnotationManager.h in Headers */, - 00000000F490 /* RCTMGLRasterLayer.h in Headers */, - 00000000F4A0 /* RCTMGLRasterLayerManager.h in Headers */, - 00000000F4B0 /* RCTMGLRasterSource.h in Headers */, - 00000000F4C0 /* RCTMGLRasterSourceManager.h in Headers */, - 00000000F4D0 /* RCTMGLShapeSource.h in Headers */, - 00000000F4E0 /* RCTMGLShapeSourceManager.h in Headers */, - 00000000F4F0 /* RCTMGLSource.h in Headers */, - 00000000F500 /* RCTMGLStyle.h in Headers */, - 00000000F510 /* RCTMGLStyleValue.h in Headers */, - 00000000F520 /* RCTMGLSymbolLayer.h in Headers */, - 00000000F530 /* RCTMGLSymbolLayerManager.h in Headers */, - 00000000F540 /* RCTMGLUtils.h in Headers */, - 00000000F550 /* RCTMGLVectorSource.h in Headers */, - 00000000F560 /* RCTMGLVectorSourceManager.h in Headers */, - 00000000F570 /* RNMBImageUtils.h in Headers */, - 00000000F580 /* ViewManager.h in Headers */, + 00000000F830 /* RCTNavigator.h in Headers */, + 00000000F840 /* RCTNavigatorManager.h in Headers */, + 00000000F850 /* RCTNavItem.h in Headers */, + 00000000F860 /* RCTNavItemManager.h in Headers */, + 00000000F870 /* RCTWrapperViewControllerWithNavItem.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000F640 /* Headers */ = { + 00000000F930 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000F6B0 /* TPSCardField.h in Headers */, - 00000000F6C0 /* TPSCardFieldManager.h in Headers */, - 00000000F6D0 /* TPSError.h in Headers */, - 00000000F6E0 /* TPSStripeManager.h in Headers */, + 00000000F9A0 /* TPSCardField.h in Headers */, + 00000000F9B0 /* TPSCardFieldManager.h in Headers */, + 00000000F9C0 /* TPSError.h in Headers */, + 00000000F9D0 /* TPSStripeManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000F7A0 /* Headers */ = { + 00000000FA90 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000F860 /* Utils.h in Headers */, - 00000000F870 /* YGConfig.h in Headers */, - 00000000F880 /* YGEnums.h in Headers */, - 00000000F890 /* YGFloatOptional.h in Headers */, - 00000000F8A0 /* YGLayout.h in Headers */, - 00000000F8B0 /* YGMacros.h in Headers */, - 00000000F8C0 /* YGNode.h in Headers */, - 00000000F8D0 /* YGNodePrint.h in Headers */, - 00000000F8E0 /* YGStyle.h in Headers */, - 00000000F8F0 /* Yoga-internal.h in Headers */, - 00000000F900 /* Yoga.h in Headers */, + 00000000FB60 /* CompactValue.h in Headers */, + 00000000FB70 /* instrumentation.h in Headers */, + 00000000FB80 /* Utils.h in Headers */, + 00000000FB90 /* YGConfig.h in Headers */, + 00000000FBA0 /* YGEnums.h in Headers */, + 00000000FBB0 /* YGFloatOptional.h in Headers */, + 00000000FBC0 /* YGLayout.h in Headers */, + 00000000FBD0 /* YGMacros.h in Headers */, + 00000000FBE0 /* YGMarker.h in Headers */, + 00000000FBF0 /* YGNode.h in Headers */, + 00000000FC00 /* YGNodePrint.h in Headers */, + 00000000FC10 /* YGStyle.h in Headers */, + 00000000FC20 /* YGValue.h in Headers */, + 00000000FC30 /* Yoga-internal.h in Headers */, + 00000000FC40 /* Yoga.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000F9C0 /* Headers */ = { + 00000000FD00 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000FA50 /* Pods-Emission-umbrella.h in Headers */, + 00000000FD90 /* Pods-Emission-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000FB20 /* Headers */ = { + 00000000FE60 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 00000000FBB0 /* Pods-EmissionTests-umbrella.h in Headers */, + 00000000FEF0 /* Pods-EmissionTests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 0000000074C0 /* ARGenericTableViewController */ = { + 000000007620 /* ARGenericTableViewController */ = { isa = PBXNativeTarget; - buildConfigurationList = 0000000074D0 /* Build configuration list for PBXNativeTarget "ARGenericTableViewController" */; + buildConfigurationList = 000000007630 /* Build configuration list for PBXNativeTarget "ARGenericTableViewController" */; buildPhases = ( - 000000007520 /* Headers */, - 000000007530 /* Sources */, - 000000007540 /* Frameworks */, + 000000007680 /* Headers */, + 000000007690 /* Sources */, + 0000000076A0 /* Frameworks */, ); buildRules = ( ); @@ -8720,35 +8885,35 @@ ); name = ARGenericTableViewController; productName = ARGenericTableViewController; - productReference = 000000007510 /* libARGenericTableViewController.a */; + productReference = 000000007670 /* libARGenericTableViewController.a */; productType = "com.apple.product-type.library.static"; }; - 000000007620 /* Artsy+Authentication */ = { + 000000007780 /* Artsy+Authentication */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000007630 /* Build configuration list for PBXNativeTarget "Artsy+Authentication" */; + buildConfigurationList = 000000007790 /* Build configuration list for PBXNativeTarget "Artsy+Authentication" */; buildPhases = ( - 000000007680 /* Headers */, - 000000007690 /* Sources */, - 0000000076A0 /* Frameworks */, + 0000000077E0 /* Headers */, + 0000000077F0 /* Sources */, + 000000007800 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 000000010030 /* PBXTargetDependency */, - 000000010050 /* PBXTargetDependency */, + 000000010390 /* PBXTargetDependency */, + 0000000103B0 /* PBXTargetDependency */, ); name = "Artsy+Authentication"; productName = "Artsy+Authentication"; - productReference = 000000007670 /* libArtsy+Authentication.a */; + productReference = 0000000077D0 /* libArtsy+Authentication.a */; productType = "com.apple.product-type.library.static"; }; - 0000000077D0 /* Artsy+UIColors */ = { + 000000007930 /* Artsy+UIColors */ = { isa = PBXNativeTarget; - buildConfigurationList = 0000000077E0 /* Build configuration list for PBXNativeTarget "Artsy+UIColors" */; + buildConfigurationList = 000000007940 /* Build configuration list for PBXNativeTarget "Artsy+UIColors" */; buildPhases = ( - 000000007830 /* Headers */, - 000000007840 /* Sources */, - 000000007850 /* Frameworks */, + 000000007990 /* Headers */, + 0000000079A0 /* Sources */, + 0000000079B0 /* Frameworks */, ); buildRules = ( ); @@ -8756,16 +8921,16 @@ ); name = "Artsy+UIColors"; productName = "Artsy+UIColors"; - productReference = 000000007820 /* libArtsy+UIColors.a */; + productReference = 000000007980 /* libArtsy+UIColors.a */; productType = "com.apple.product-type.library.static"; }; - 0000000078F0 /* Artsy+UIFonts */ = { + 000000007A50 /* Artsy+UIFonts */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000007900 /* Build configuration list for PBXNativeTarget "Artsy+UIFonts" */; + buildConfigurationList = 000000007A60 /* Build configuration list for PBXNativeTarget "Artsy+UIFonts" */; buildPhases = ( - 000000007950 /* Headers */, - 000000007960 /* Sources */, - 000000007970 /* Frameworks */, + 000000007AB0 /* Headers */, + 000000007AC0 /* Sources */, + 000000007AD0 /* Frameworks */, ); buildRules = ( ); @@ -8773,36 +8938,36 @@ ); name = "Artsy+UIFonts"; productName = "Artsy+UIFonts"; - productReference = 000000007940 /* libArtsy+UIFonts.a */; + productReference = 000000007AA0 /* libArtsy+UIFonts.a */; productType = "com.apple.product-type.library.static"; }; - 0000000079F0 /* Artsy-UIButtons */ = { + 000000007B50 /* Artsy-UIButtons */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000007A00 /* Build configuration list for PBXNativeTarget "Artsy-UIButtons" */; + buildConfigurationList = 000000007B60 /* Build configuration list for PBXNativeTarget "Artsy-UIButtons" */; buildPhases = ( - 000000007A50 /* Headers */, - 000000007A60 /* Sources */, - 000000007A70 /* Frameworks */, + 000000007BB0 /* Headers */, + 000000007BC0 /* Sources */, + 000000007BD0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 000000010070 /* PBXTargetDependency */, - 000000010090 /* PBXTargetDependency */, - 0000000100B0 /* PBXTargetDependency */, + 0000000103D0 /* PBXTargetDependency */, + 0000000103F0 /* PBXTargetDependency */, + 000000010410 /* PBXTargetDependency */, ); name = "Artsy-UIButtons"; productName = "Artsy-UIButtons"; - productReference = 000000007A40 /* libArtsy-UIButtons.a */; + productReference = 000000007BA0 /* libArtsy-UIButtons.a */; productType = "com.apple.product-type.library.static"; }; - 000000007AF0 /* DoubleConversion */ = { + 000000007C50 /* DoubleConversion */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000007B00 /* Build configuration list for PBXNativeTarget "DoubleConversion" */; + buildConfigurationList = 000000007C60 /* Build configuration list for PBXNativeTarget "DoubleConversion" */; buildPhases = ( - 000000007B50 /* Headers */, - 000000007B60 /* Sources */, - 000000007B70 /* Frameworks */, + 000000007CB0 /* Headers */, + 000000007CC0 /* Sources */, + 000000007CD0 /* Frameworks */, ); buildRules = ( ); @@ -8810,48 +8975,48 @@ ); name = DoubleConversion; productName = DoubleConversion; - productReference = 000000007B40 /* libDoubleConversion.a */; + productReference = 000000007CA0 /* libDoubleConversion.a */; productType = "com.apple.product-type.library.static"; }; - 000000007CF0 /* Emission */ = { + 000000007E50 /* Emission */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000007D00 /* Build configuration list for PBXNativeTarget "Emission" */; + buildConfigurationList = 000000007E60 /* Build configuration list for PBXNativeTarget "Emission" */; buildPhases = ( - 000000007D50 /* Headers */, - 000000007D60 /* Sources */, - 000000007D70 /* Frameworks */, + 000000007EB0 /* Headers */, + 000000007EC0 /* Sources */, + 000000007ED0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0000000100D0 /* PBXTargetDependency */, - 0000000100F0 /* PBXTargetDependency */, - 0000000101D0 /* PBXTargetDependency */, - 000000010110 /* PBXTargetDependency */, - 0000000101F0 /* PBXTargetDependency */, - 000000010150 /* PBXTargetDependency */, - 000000010130 /* PBXTargetDependency */, - 000000010290 /* PBXTargetDependency */, - 000000010190 /* PBXTargetDependency */, - 000000010170 /* PBXTargetDependency */, - 000000010270 /* PBXTargetDependency */, - 000000010210 /* PBXTargetDependency */, - 000000010250 /* PBXTargetDependency */, - 000000010230 /* PBXTargetDependency */, - 0000000101B0 /* PBXTargetDependency */, + 000000010430 /* PBXTargetDependency */, + 000000010450 /* PBXTargetDependency */, + 000000010530 /* PBXTargetDependency */, + 000000010470 /* PBXTargetDependency */, + 000000010550 /* PBXTargetDependency */, + 0000000104B0 /* PBXTargetDependency */, + 000000010490 /* PBXTargetDependency */, + 0000000105F0 /* PBXTargetDependency */, + 0000000104F0 /* PBXTargetDependency */, + 0000000104D0 /* PBXTargetDependency */, + 0000000105D0 /* PBXTargetDependency */, + 000000010570 /* PBXTargetDependency */, + 0000000105B0 /* PBXTargetDependency */, + 000000010590 /* PBXTargetDependency */, + 000000010510 /* PBXTargetDependency */, ); name = Emission; productName = Emission; - productReference = 000000007D40 /* libEmission.a */; + productReference = 000000007EA0 /* libEmission.a */; productType = "com.apple.product-type.library.static"; }; - 0000000084B0 /* Expecta */ = { + 000000008610 /* Expecta */ = { isa = PBXNativeTarget; - buildConfigurationList = 0000000084C0 /* Build configuration list for PBXNativeTarget "Expecta" */; + buildConfigurationList = 000000008620 /* Build configuration list for PBXNativeTarget "Expecta" */; buildPhases = ( - 000000008510 /* Headers */, - 000000008520 /* Sources */, - 000000008530 /* Frameworks */, + 000000008670 /* Headers */, + 000000008680 /* Sources */, + 000000008690 /* Frameworks */, ); buildRules = ( ); @@ -8859,40 +9024,40 @@ ); name = Expecta; productName = Expecta; - productReference = 000000008500 /* libExpecta.a */; + productReference = 000000008660 /* libExpecta.a */; productType = "com.apple.product-type.library.static"; }; - 000000008A20 /* Extraction */ = { + 000000008B80 /* Extraction */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000008A30 /* Build configuration list for PBXNativeTarget "Extraction" */; + buildConfigurationList = 000000008B90 /* Build configuration list for PBXNativeTarget "Extraction" */; buildPhases = ( - 000000008A80 /* Headers */, - 000000008A90 /* Sources */, - 000000008AA0 /* Frameworks */, + 000000008BE0 /* Headers */, + 000000008BF0 /* Sources */, + 000000008C00 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 000000010330 /* PBXTargetDependency */, - 000000010310 /* PBXTargetDependency */, - 0000000102D0 /* PBXTargetDependency */, - 000000010350 /* PBXTargetDependency */, - 0000000102B0 /* PBXTargetDependency */, - 0000000102F0 /* PBXTargetDependency */, + 000000010690 /* PBXTargetDependency */, + 000000010670 /* PBXTargetDependency */, + 000000010630 /* PBXTargetDependency */, + 0000000106B0 /* PBXTargetDependency */, + 000000010610 /* PBXTargetDependency */, + 000000010650 /* PBXTargetDependency */, ); name = Extraction; productName = Extraction; - productReference = 000000008A70 /* libExtraction.a */; + productReference = 000000008BD0 /* libExtraction.a */; productType = "com.apple.product-type.library.static"; }; - 000000008BC0 /* FBSnapshotTestCase */ = { + 000000008D20 /* FBSnapshotTestCase */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000008BD0 /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */; + buildConfigurationList = 000000008D30 /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */; buildPhases = ( - 000000008C20 /* Headers */, - 000000008C30 /* Sources */, - 000000008C40 /* Frameworks */, - 000000008D90 /* Copy generated compatibility header */, + 000000008D80 /* Headers */, + 000000008D90 /* Sources */, + 000000008DA0 /* Frameworks */, + 000000008EF0 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -8900,16 +9065,16 @@ ); name = FBSnapshotTestCase; productName = FBSnapshotTestCase; - productReference = 000000008C10 /* libFBSnapshotTestCase.a */; + productReference = 000000008D70 /* libFBSnapshotTestCase.a */; productType = "com.apple.product-type.library.static"; }; - 000000008DD0 /* FLKAutoLayout */ = { + 000000008F30 /* FLKAutoLayout */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000008DE0 /* Build configuration list for PBXNativeTarget "FLKAutoLayout" */; + buildConfigurationList = 000000008F40 /* Build configuration list for PBXNativeTarget "FLKAutoLayout" */; buildPhases = ( - 000000008E30 /* Headers */, - 000000008E40 /* Sources */, - 000000008E50 /* Frameworks */, + 000000008F90 /* Headers */, + 000000008FA0 /* Sources */, + 000000008FB0 /* Frameworks */, ); buildRules = ( ); @@ -8917,36 +9082,36 @@ ); name = FLKAutoLayout; productName = FLKAutoLayout; - productReference = 000000008E20 /* libFLKAutoLayout.a */; + productReference = 000000008F80 /* libFLKAutoLayout.a */; productType = "com.apple.product-type.library.static"; }; - 000000008FA0 /* Folly */ = { + 000000009100 /* Folly */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000008FB0 /* Build configuration list for PBXNativeTarget "Folly" */; + buildConfigurationList = 000000009110 /* Build configuration list for PBXNativeTarget "Folly" */; buildPhases = ( - 000000009000 /* Headers */, - 000000009010 /* Sources */, - 000000009020 /* Frameworks */, + 000000009160 /* Headers */, + 000000009170 /* Sources */, + 000000009180 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 000000010390 /* PBXTargetDependency */, - 000000010370 /* PBXTargetDependency */, - 0000000103B0 /* PBXTargetDependency */, + 0000000106F0 /* PBXTargetDependency */, + 0000000106D0 /* PBXTargetDependency */, + 000000010710 /* PBXTargetDependency */, ); name = Folly; productName = Folly; - productReference = 000000008FF0 /* libFolly.a */; + productReference = 000000009150 /* libFolly.a */; productType = "com.apple.product-type.library.static"; }; - 000000009110 /* ISO8601DateFormatter */ = { + 0000000092D0 /* ISO8601DateFormatter */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000009120 /* Build configuration list for PBXNativeTarget "ISO8601DateFormatter" */; + buildConfigurationList = 0000000092E0 /* Build configuration list for PBXNativeTarget "ISO8601DateFormatter" */; buildPhases = ( - 000000009170 /* Headers */, - 000000009180 /* Sources */, - 000000009190 /* Frameworks */, + 000000009330 /* Headers */, + 000000009340 /* Sources */, + 000000009350 /* Frameworks */, ); buildRules = ( ); @@ -8954,16 +9119,16 @@ ); name = ISO8601DateFormatter; productName = ISO8601DateFormatter; - productReference = 000000009160 /* libISO8601DateFormatter.a */; + productReference = 000000009320 /* libISO8601DateFormatter.a */; productType = "com.apple.product-type.library.static"; }; - 000000009210 /* KSCrash */ = { + 0000000093D0 /* KSCrash */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000009220 /* Build configuration list for PBXNativeTarget "KSCrash" */; + buildConfigurationList = 0000000093E0 /* Build configuration list for PBXNativeTarget "KSCrash" */; buildPhases = ( - 000000009270 /* Headers */, - 000000009280 /* Sources */, - 000000009290 /* Frameworks */, + 000000009430 /* Headers */, + 000000009440 /* Sources */, + 000000009450 /* Frameworks */, ); buildRules = ( ); @@ -8971,16 +9136,16 @@ ); name = KSCrash; productName = KSCrash; - productReference = 000000009260 /* libKSCrash.a */; + productReference = 000000009420 /* libKSCrash.a */; productType = "com.apple.product-type.library.static"; }; - 000000009AF0 /* Keys */ = { + 000000009CB0 /* Keys */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000009B00 /* Build configuration list for PBXNativeTarget "Keys" */; + buildConfigurationList = 000000009CC0 /* Build configuration list for PBXNativeTarget "Keys" */; buildPhases = ( - 000000009B50 /* Headers */, - 000000009B60 /* Sources */, - 000000009B70 /* Frameworks */, + 000000009D10 /* Headers */, + 000000009D20 /* Sources */, + 000000009D30 /* Frameworks */, ); buildRules = ( ); @@ -8988,16 +9153,16 @@ ); name = Keys; productName = Keys; - productReference = 000000009B40 /* libKeys.a */; + productReference = 000000009D00 /* libKeys.a */; productType = "com.apple.product-type.library.static"; }; - 000000009BF0 /* NSURL+QueryDictionary */ = { + 000000009DB0 /* NSURL+QueryDictionary */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000009C00 /* Build configuration list for PBXNativeTarget "NSURL+QueryDictionary" */; + buildConfigurationList = 000000009DC0 /* Build configuration list for PBXNativeTarget "NSURL+QueryDictionary" */; buildPhases = ( - 000000009C50 /* Headers */, - 000000009C60 /* Sources */, - 000000009C70 /* Frameworks */, + 000000009E10 /* Headers */, + 000000009E20 /* Sources */, + 000000009E30 /* Frameworks */, ); buildRules = ( ); @@ -9005,35 +9170,35 @@ ); name = "NSURL+QueryDictionary"; productName = "NSURL+QueryDictionary"; - productReference = 000000009C40 /* libNSURL+QueryDictionary.a */; + productReference = 000000009E00 /* libNSURL+QueryDictionary.a */; productType = "com.apple.product-type.library.static"; }; - 000000009CF0 /* ORStackView */ = { + 000000009EB0 /* ORStackView */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000009D00 /* Build configuration list for PBXNativeTarget "ORStackView" */; + buildConfigurationList = 000000009EC0 /* Build configuration list for PBXNativeTarget "ORStackView" */; buildPhases = ( - 000000009D50 /* Headers */, - 000000009D60 /* Sources */, - 000000009D70 /* Frameworks */, + 000000009F10 /* Headers */, + 000000009F20 /* Sources */, + 000000009F30 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0000000103D0 /* PBXTargetDependency */, + 000000010730 /* PBXTargetDependency */, ); name = ORStackView; productName = ORStackView; - productReference = 000000009D40 /* libORStackView.a */; + productReference = 000000009F00 /* libORStackView.a */; productType = "com.apple.product-type.library.static"; }; - 000000009E70 /* Pulley */ = { + 00000000A030 /* Pulley */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000009E80 /* Build configuration list for PBXNativeTarget "Pulley" */; + buildConfigurationList = 00000000A040 /* Build configuration list for PBXNativeTarget "Pulley" */; buildPhases = ( - 000000009ED0 /* Headers */, - 000000009EE0 /* Sources */, - 000000009EF0 /* Frameworks */, - 000000009F90 /* Copy generated compatibility header */, + 00000000A090 /* Headers */, + 00000000A0A0 /* Sources */, + 00000000A0B0 /* Frameworks */, + 00000000A150 /* Copy generated compatibility header */, ); buildRules = ( ); @@ -9041,54 +9206,56 @@ ); name = Pulley; productName = Pulley; - productReference = 000000009EC0 /* libPulley.a */; + productReference = 00000000A080 /* libPulley.a */; productType = "com.apple.product-type.library.static"; }; - 000000009FD0 /* RNSVG */ = { + 00000000A190 /* RNSVG */ = { isa = PBXNativeTarget; - buildConfigurationList = 000000009FE0 /* Build configuration list for PBXNativeTarget "RNSVG" */; + buildConfigurationList = 00000000A1A0 /* Build configuration list for PBXNativeTarget "RNSVG" */; buildPhases = ( - 00000000A030 /* Headers */, - 00000000A040 /* Sources */, - 00000000A050 /* Frameworks */, + 00000000A1F0 /* Headers */, + 00000000A200 /* Sources */, + 00000000A210 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0000000103F0 /* PBXTargetDependency */, + 000000010750 /* PBXTargetDependency */, ); name = RNSVG; productName = RNSVG; - productReference = 00000000A020 /* libRNSVG.a */; + productReference = 00000000A1E0 /* libRNSVG.a */; productType = "com.apple.product-type.library.static"; }; - 00000000A800 /* React */ = { + 00000000A9C0 /* React */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000A810 /* Build configuration list for PBXNativeTarget "React" */; + buildConfigurationList = 00000000A9D0 /* Build configuration list for PBXNativeTarget "React" */; buildPhases = ( - 00000000A860 /* Headers */, - 00000000A870 /* Sources */, - 00000000A880 /* Frameworks */, + 00000000AA20 /* Headers */, + 00000000AA30 /* Sources */, + 00000000AA40 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 000000010430 /* PBXTargetDependency */, - 000000010450 /* PBXTargetDependency */, - 000000010410 /* PBXTargetDependency */, + 0000000107D0 /* PBXTargetDependency */, + 000000010790 /* PBXTargetDependency */, + 0000000107B0 /* PBXTargetDependency */, + 0000000107F0 /* PBXTargetDependency */, + 000000010770 /* PBXTargetDependency */, ); name = React; productName = React; - productReference = 00000000A850 /* libReact.a */; + productReference = 00000000AA10 /* libReact.a */; productType = "com.apple.product-type.library.static"; }; - 00000000CA30 /* SAMKeychain */ = { + 00000000C980 /* SAMKeychain */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000CA40 /* Build configuration list for PBXNativeTarget "SAMKeychain" */; + buildConfigurationList = 00000000C990 /* Build configuration list for PBXNativeTarget "SAMKeychain" */; buildPhases = ( - 00000000CA90 /* Headers */, - 00000000CAA0 /* Sources */, - 00000000CAB0 /* Frameworks */, + 00000000C9E0 /* Headers */, + 00000000C9F0 /* Sources */, + 00000000CA00 /* Frameworks */, ); buildRules = ( ); @@ -9096,16 +9263,16 @@ ); name = SAMKeychain; productName = SAMKeychain; - productReference = 00000000CA80 /* libSAMKeychain.a */; + productReference = 00000000C9D0 /* libSAMKeychain.a */; productType = "com.apple.product-type.library.static"; }; - 00000000CB50 /* SDWebImage */ = { + 00000000CAA0 /* SDWebImage */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000CB60 /* Build configuration list for PBXNativeTarget "SDWebImage" */; + buildConfigurationList = 00000000CAB0 /* Build configuration list for PBXNativeTarget "SDWebImage" */; buildPhases = ( - 00000000CBB0 /* Headers */, - 00000000CBC0 /* Sources */, - 00000000CBD0 /* Frameworks */, + 00000000CB00 /* Headers */, + 00000000CB10 /* Sources */, + 00000000CB20 /* Frameworks */, ); buildRules = ( ); @@ -9113,53 +9280,53 @@ ); name = SDWebImage; productName = SDWebImage; - productReference = 00000000CBA0 /* libSDWebImage.a */; + productReference = 00000000CAF0 /* libSDWebImage.a */; productType = "com.apple.product-type.library.static"; }; - 00000000CE00 /* Sentry */ = { + 00000000CD50 /* Sentry */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000CE10 /* Build configuration list for PBXNativeTarget "Sentry" */; + buildConfigurationList = 00000000CD60 /* Build configuration list for PBXNativeTarget "Sentry" */; buildPhases = ( - 00000000CE60 /* Headers */, - 00000000CE70 /* Sources */, - 00000000CE80 /* Frameworks */, + 00000000CDB0 /* Headers */, + 00000000CDC0 /* Sources */, + 00000000CDD0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 000000010470 /* PBXTargetDependency */, + 000000010810 /* PBXTargetDependency */, ); name = Sentry; productName = Sentry; - productReference = 00000000CE50 /* libSentry.a */; + productReference = 00000000CDA0 /* libSentry.a */; productType = "com.apple.product-type.library.static"; }; - 00000000D2C0 /* SentryReactNative */ = { + 00000000D210 /* SentryReactNative */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000D2D0 /* Build configuration list for PBXNativeTarget "SentryReactNative" */; + buildConfigurationList = 00000000D220 /* Build configuration list for PBXNativeTarget "SentryReactNative" */; buildPhases = ( - 00000000D320 /* Headers */, - 00000000D330 /* Sources */, - 00000000D340 /* Frameworks */, + 00000000D270 /* Headers */, + 00000000D280 /* Sources */, + 00000000D290 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 000000010490 /* PBXTargetDependency */, - 0000000104B0 /* PBXTargetDependency */, + 000000010830 /* PBXTargetDependency */, + 000000010850 /* PBXTargetDependency */, ); name = SentryReactNative; productName = SentryReactNative; - productReference = 00000000D310 /* libSentryReactNative.a */; + productReference = 00000000D260 /* libSentryReactNative.a */; productType = "com.apple.product-type.library.static"; }; - 00000000D3E0 /* Specta */ = { + 00000000D330 /* Specta */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000D3F0 /* Build configuration list for PBXNativeTarget "Specta" */; + buildConfigurationList = 00000000D340 /* Build configuration list for PBXNativeTarget "Specta" */; buildPhases = ( - 00000000D440 /* Headers */, - 00000000D450 /* Sources */, - 00000000D460 /* Frameworks */, + 00000000D390 /* Headers */, + 00000000D3A0 /* Sources */, + 00000000D3B0 /* Frameworks */, ); buildRules = ( ); @@ -9167,34 +9334,34 @@ ); name = Specta; productName = Specta; - productReference = 00000000D430 /* libSpecta.a */; + productReference = 00000000D380 /* libSpecta.a */; productType = "com.apple.product-type.library.static"; }; - 00000000D650 /* Stripe */ = { + 00000000D5A0 /* Stripe */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000D660 /* Build configuration list for PBXNativeTarget "Stripe" */; + buildConfigurationList = 00000000D5B0 /* Build configuration list for PBXNativeTarget "Stripe" */; buildPhases = ( - 00000000D6B0 /* Headers */, - 00000000D6C0 /* Sources */, - 00000000D6D0 /* Frameworks */, + 00000000D600 /* Headers */, + 00000000D610 /* Sources */, + 00000000D620 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0000000104D0 /* PBXTargetDependency */, + 000000010870 /* PBXTargetDependency */, ); name = Stripe; productName = Stripe; - productReference = 00000000D6A0 /* libStripe.a */; + productReference = 00000000D5F0 /* libStripe.a */; productType = "com.apple.product-type.library.static"; }; - 00000000D6E0 /* Stripe-Stripe */ = { + 00000000D630 /* Stripe-Stripe */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000D6F0 /* Build configuration list for PBXNativeTarget "Stripe-Stripe" */; + buildConfigurationList = 00000000D640 /* Build configuration list for PBXNativeTarget "Stripe-Stripe" */; buildPhases = ( - 00000000D730 /* Sources */, - 00000000D740 /* Frameworks */, - 00000000D750 /* Resources */, + 00000000D680 /* Sources */, + 00000000D690 /* Frameworks */, + 00000000D6A0 /* Resources */, ); buildRules = ( ); @@ -9202,16 +9369,16 @@ ); name = "Stripe-Stripe"; productName = "Stripe-Stripe"; - productReference = 00000000D720 /* Stripe.bundle */; + productReference = 00000000D670 /* Stripe.bundle */; productType = "com.apple.product-type.bundle"; }; - 00000000EAD0 /* UIView+BooleanAnimations */ = { + 00000000EC40 /* UIView+BooleanAnimations */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000EAE0 /* Build configuration list for PBXNativeTarget "UIView+BooleanAnimations" */; + buildConfigurationList = 00000000EC50 /* Build configuration list for PBXNativeTarget "UIView+BooleanAnimations" */; buildPhases = ( - 00000000EB30 /* Headers */, - 00000000EB40 /* Sources */, - 00000000EB50 /* Frameworks */, + 00000000ECA0 /* Headers */, + 00000000ECB0 /* Sources */, + 00000000ECC0 /* Frameworks */, ); buildRules = ( ); @@ -9219,16 +9386,16 @@ ); name = "UIView+BooleanAnimations"; productName = "UIView+BooleanAnimations"; - productReference = 00000000EB20 /* libUIView+BooleanAnimations.a */; + productReference = 00000000EC90 /* libUIView+BooleanAnimations.a */; productType = "com.apple.product-type.library.static"; }; - 00000000EC40 /* glog */ = { + 00000000EDB0 /* glog */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000EC50 /* Build configuration list for PBXNativeTarget "glog" */; + buildConfigurationList = 00000000EDC0 /* Build configuration list for PBXNativeTarget "glog" */; buildPhases = ( - 00000000ECA0 /* Headers */, - 00000000ECB0 /* Sources */, - 00000000ECC0 /* Frameworks */, + 00000000EE10 /* Headers */, + 00000000EE20 /* Sources */, + 00000000EE30 /* Frameworks */, ); buildRules = ( ); @@ -9236,53 +9403,71 @@ ); name = glog; productName = glog; - productReference = 00000000EC90 /* libglog.a */; + productReference = 00000000EE00 /* libglog.a */; productType = "com.apple.product-type.library.static"; }; - 00000000EDE0 /* react-native-mapbox-gl */ = { + 00000000EF50 /* react-native-mapbox-gl */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000EDF0 /* Build configuration list for PBXNativeTarget "react-native-mapbox-gl" */; + buildConfigurationList = 00000000EF60 /* Build configuration list for PBXNativeTarget "react-native-mapbox-gl" */; buildPhases = ( - 00000000EE40 /* Headers */, - 00000000EE50 /* Sources */, - 00000000EE60 /* Frameworks */, + 00000000EFB0 /* Headers */, + 00000000EFC0 /* Sources */, + 00000000EFD0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0000000104F0 /* PBXTargetDependency */, + 000000010890 /* PBXTargetDependency */, ); name = "react-native-mapbox-gl"; productName = "react-native-mapbox-gl"; - productReference = 00000000EE30 /* libreact-native-mapbox-gl.a */; + productReference = 00000000EFA0 /* libreact-native-mapbox-gl.a */; productType = "com.apple.product-type.library.static"; }; - 00000000F5E0 /* tipsi-stripe */ = { + 00000000F750 /* react-native-navigator-ios */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000F5F0 /* Build configuration list for PBXNativeTarget "tipsi-stripe" */; + buildConfigurationList = 00000000F760 /* Build configuration list for PBXNativeTarget "react-native-navigator-ios" */; buildPhases = ( - 00000000F640 /* Headers */, - 00000000F650 /* Sources */, - 00000000F660 /* Frameworks */, + 00000000F7B0 /* Headers */, + 00000000F7C0 /* Sources */, + 00000000F7D0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 000000010510 /* PBXTargetDependency */, - 000000010530 /* PBXTargetDependency */, + 0000000108B0 /* PBXTargetDependency */, + ); + name = "react-native-navigator-ios"; + productName = "react-native-navigator-ios"; + productReference = 00000000F7A0 /* libreact-native-navigator-ios.a */; + productType = "com.apple.product-type.library.static"; + }; + 00000000F8D0 /* tipsi-stripe */ = { + isa = PBXNativeTarget; + buildConfigurationList = 00000000F8E0 /* Build configuration list for PBXNativeTarget "tipsi-stripe" */; + buildPhases = ( + 00000000F930 /* Headers */, + 00000000F940 /* Sources */, + 00000000F950 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 0000000108D0 /* PBXTargetDependency */, + 0000000108F0 /* PBXTargetDependency */, ); name = "tipsi-stripe"; productName = "tipsi-stripe"; - productReference = 00000000F630 /* libtipsi-stripe.a */; + productReference = 00000000F920 /* libtipsi-stripe.a */; productType = "com.apple.product-type.library.static"; }; - 00000000F740 /* yoga */ = { + 00000000FA30 /* yoga */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000F750 /* Build configuration list for PBXNativeTarget "yoga" */; + buildConfigurationList = 00000000FA40 /* Build configuration list for PBXNativeTarget "yoga" */; buildPhases = ( - 00000000F7A0 /* Headers */, - 00000000F7B0 /* Sources */, - 00000000F7C0 /* Frameworks */, + 00000000FA90 /* Headers */, + 00000000FAA0 /* Sources */, + 00000000FAB0 /* Frameworks */, ); buildRules = ( ); @@ -9290,74 +9475,75 @@ ); name = yoga; productName = yoga; - productReference = 00000000F790 /* libyoga.a */; + productReference = 00000000FA80 /* libyoga.a */; productType = "com.apple.product-type.library.static"; }; - 00000000F960 /* Pods-Emission */ = { + 00000000FCA0 /* Pods-Emission */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000F970 /* Build configuration list for PBXNativeTarget "Pods-Emission" */; + buildConfigurationList = 00000000FCB0 /* Build configuration list for PBXNativeTarget "Pods-Emission" */; buildPhases = ( - 00000000F9C0 /* Headers */, - 00000000F9D0 /* Sources */, - 00000000F9E0 /* Frameworks */, + 00000000FD00 /* Headers */, + 00000000FD10 /* Sources */, + 00000000FD20 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 00000000FC10 /* PBXTargetDependency */, - 00000000FC30 /* PBXTargetDependency */, - 00000000FC50 /* PBXTargetDependency */, - 00000000FC70 /* PBXTargetDependency */, - 00000000FC90 /* PBXTargetDependency */, - 00000000FCB0 /* PBXTargetDependency */, - 00000000FCD0 /* PBXTargetDependency */, - 00000000FCF0 /* PBXTargetDependency */, - 00000000FD10 /* PBXTargetDependency */, - 00000000FD30 /* PBXTargetDependency */, - 00000000FD50 /* PBXTargetDependency */, - 00000000FD70 /* PBXTargetDependency */, - 00000000FD90 /* PBXTargetDependency */, - 00000000FDB0 /* PBXTargetDependency */, - 00000000FDD0 /* PBXTargetDependency */, - 00000000FDF0 /* PBXTargetDependency */, - 00000000FE10 /* PBXTargetDependency */, - 00000000FE30 /* PBXTargetDependency */, - 00000000FE50 /* PBXTargetDependency */, - 00000000FE70 /* PBXTargetDependency */, - 00000000FE90 /* PBXTargetDependency */, - 00000000FEB0 /* PBXTargetDependency */, - 00000000FED0 /* PBXTargetDependency */, - 00000000FEF0 /* PBXTargetDependency */, - 00000000FF10 /* PBXTargetDependency */, - 00000000FF30 /* PBXTargetDependency */, 00000000FF50 /* PBXTargetDependency */, 00000000FF70 /* PBXTargetDependency */, 00000000FF90 /* PBXTargetDependency */, + 00000000FFB0 /* PBXTargetDependency */, + 00000000FFD0 /* PBXTargetDependency */, + 00000000FFF0 /* PBXTargetDependency */, + 000000010010 /* PBXTargetDependency */, + 000000010030 /* PBXTargetDependency */, + 000000010050 /* PBXTargetDependency */, + 000000010070 /* PBXTargetDependency */, + 000000010090 /* PBXTargetDependency */, + 0000000100B0 /* PBXTargetDependency */, + 0000000100D0 /* PBXTargetDependency */, + 0000000100F0 /* PBXTargetDependency */, + 000000010110 /* PBXTargetDependency */, + 000000010130 /* PBXTargetDependency */, + 000000010150 /* PBXTargetDependency */, + 000000010170 /* PBXTargetDependency */, + 000000010190 /* PBXTargetDependency */, + 0000000101B0 /* PBXTargetDependency */, + 0000000101D0 /* PBXTargetDependency */, + 0000000101F0 /* PBXTargetDependency */, + 000000010210 /* PBXTargetDependency */, + 000000010230 /* PBXTargetDependency */, + 000000010250 /* PBXTargetDependency */, + 000000010270 /* PBXTargetDependency */, + 000000010290 /* PBXTargetDependency */, + 0000000102B0 /* PBXTargetDependency */, + 0000000102D0 /* PBXTargetDependency */, + 0000000102F0 /* PBXTargetDependency */, ); name = "Pods-Emission"; productName = "Pods-Emission"; - productReference = 00000000F9B0 /* libPods-Emission.a */; + productReference = 00000000FCF0 /* libPods-Emission.a */; productType = "com.apple.product-type.library.static"; }; - 00000000FAC0 /* Pods-EmissionTests */ = { + 00000000FE00 /* Pods-EmissionTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 00000000FAD0 /* Build configuration list for PBXNativeTarget "Pods-EmissionTests" */; + buildConfigurationList = 00000000FE10 /* Build configuration list for PBXNativeTarget "Pods-EmissionTests" */; buildPhases = ( - 00000000FB20 /* Headers */, - 00000000FB30 /* Sources */, - 00000000FB40 /* Frameworks */, + 00000000FE60 /* Headers */, + 00000000FE70 /* Sources */, + 00000000FE80 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 00000000FFD0 /* PBXTargetDependency */, - 00000000FFF0 /* PBXTargetDependency */, - 00000000FFB0 /* PBXTargetDependency */, - 000000010010 /* PBXTargetDependency */, + 000000010330 /* PBXTargetDependency */, + 000000010350 /* PBXTargetDependency */, + 000000010310 /* PBXTargetDependency */, + 000000010370 /* PBXTargetDependency */, ); name = "Pods-EmissionTests"; productName = "Pods-EmissionTests"; - productReference = 00000000FB10 /* libPods-EmissionTests.a */; + productReference = 00000000FE50 /* libPods-EmissionTests.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ @@ -9374,148 +9560,150 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( - English, en, - de, - es, - fr, - it, - ja, - nl, - "zh-Hans", ); mainGroup = 000000000010; productRefGroup = 000000000020 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - 0000000074C0 /* ARGenericTableViewController */, - 000000007620 /* Artsy+Authentication */, - 0000000077D0 /* Artsy+UIColors */, - 0000000078F0 /* Artsy+UIFonts */, - 0000000079F0 /* Artsy-UIButtons */, - 00000000EBD0 /* boost-for-react-native */, - 000000007AF0 /* DoubleConversion */, - 000000007CF0 /* Emission */, - 0000000084B0 /* Expecta */, - 000000008A20 /* Extraction */, - 000000008BC0 /* FBSnapshotTestCase */, - 000000008DD0 /* FLKAutoLayout */, - 000000008FA0 /* Folly */, - 00000000EC40 /* glog */, - 000000009110 /* ISO8601DateFormatter */, - 000000009AF0 /* Keys */, - 000000009210 /* KSCrash */, - 000000009BF0 /* NSURL+QueryDictionary */, - 000000009CF0 /* ORStackView */, - 00000000F960 /* Pods-Emission */, - 00000000FAC0 /* Pods-EmissionTests */, - 000000009E70 /* Pulley */, - 00000000A800 /* React */, - 00000000EDE0 /* react-native-mapbox-gl */, - 000000009FD0 /* RNSVG */, - 00000000CA30 /* SAMKeychain */, - 00000000CB50 /* SDWebImage */, - 00000000CE00 /* Sentry */, - 00000000D2C0 /* SentryReactNative */, - 00000000D3E0 /* Specta */, - 00000000D650 /* Stripe */, - 00000000D6E0 /* Stripe-Stripe */, - 00000000F5E0 /* tipsi-stripe */, - 00000000EAD0 /* UIView+BooleanAnimations */, - 00000000F740 /* yoga */, + 000000007620 /* ARGenericTableViewController */, + 000000007780 /* Artsy+Authentication */, + 000000007930 /* Artsy+UIColors */, + 000000007A50 /* Artsy+UIFonts */, + 000000007B50 /* Artsy-UIButtons */, + 00000000ED40 /* boost-for-react-native */, + 000000007C50 /* DoubleConversion */, + 000000007E50 /* Emission */, + 000000008610 /* Expecta */, + 000000008B80 /* Extraction */, + 000000008D20 /* FBSnapshotTestCase */, + 000000008F30 /* FLKAutoLayout */, + 000000009100 /* Folly */, + 00000000EDB0 /* glog */, + 0000000092D0 /* ISO8601DateFormatter */, + 000000009CB0 /* Keys */, + 0000000093D0 /* KSCrash */, + 000000009DB0 /* NSURL+QueryDictionary */, + 000000009EB0 /* ORStackView */, + 00000000FCA0 /* Pods-Emission */, + 00000000FE00 /* Pods-EmissionTests */, + 00000000A030 /* Pulley */, + 00000000A9C0 /* React */, + 00000000EF50 /* react-native-mapbox-gl */, + 00000000F750 /* react-native-navigator-ios */, + 00000000A190 /* RNSVG */, + 00000000C980 /* SAMKeychain */, + 00000000CAA0 /* SDWebImage */, + 00000000CD50 /* Sentry */, + 00000000D210 /* SentryReactNative */, + 00000000D330 /* Specta */, + 00000000D5A0 /* Stripe */, + 00000000D630 /* Stripe-Stripe */, + 00000000F8D0 /* tipsi-stripe */, + 00000000EC40 /* UIView+BooleanAnimations */, + 00000000FA30 /* yoga */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00000000D750 /* Resources */ = { + 00000000D6A0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000DC00 /* Images in Resources */, - 00000000DBF0 /* Localizable.strings in Resources */, - 00000000DC10 /* Localizations in Resources */, - 00000000D760 /* stp_card_amex.png in Resources */, - 00000000D770 /* stp_card_amex@2x.png in Resources */, - 00000000D780 /* stp_card_amex@3x.png in Resources */, - 00000000D790 /* stp_card_amex_template.png in Resources */, - 00000000D7A0 /* stp_card_amex_template@2x.png in Resources */, - 00000000D7B0 /* stp_card_amex_template@3x.png in Resources */, - 00000000D7C0 /* stp_card_applepay.png in Resources */, - 00000000D7D0 /* stp_card_applepay@2x.png in Resources */, - 00000000D7E0 /* stp_card_applepay@3x.png in Resources */, - 00000000D7F0 /* stp_card_cvc.png in Resources */, - 00000000D800 /* stp_card_cvc@2x.png in Resources */, - 00000000D810 /* stp_card_cvc@3x.png in Resources */, - 00000000D820 /* stp_card_cvc_amex.png in Resources */, - 00000000D830 /* stp_card_cvc_amex@2x.png in Resources */, - 00000000D840 /* stp_card_cvc_amex@3x.png in Resources */, - 00000000D850 /* stp_card_diners.png in Resources */, - 00000000D860 /* stp_card_diners@2x.png in Resources */, - 00000000D870 /* stp_card_diners@3x.png in Resources */, - 00000000D880 /* stp_card_diners_template.png in Resources */, - 00000000D890 /* stp_card_diners_template@2x.png in Resources */, - 00000000D8A0 /* stp_card_diners_template@3x.png in Resources */, - 00000000D8B0 /* stp_card_discover.png in Resources */, - 00000000D8C0 /* stp_card_discover@2x.png in Resources */, - 00000000D8D0 /* stp_card_discover@3x.png in Resources */, - 00000000D8E0 /* stp_card_discover_template.png in Resources */, - 00000000D8F0 /* stp_card_discover_template@2x.png in Resources */, - 00000000D900 /* stp_card_discover_template@3x.png in Resources */, - 00000000D910 /* stp_card_error.png in Resources */, - 00000000D920 /* stp_card_error@2x.png in Resources */, - 00000000D930 /* stp_card_error@3x.png in Resources */, - 00000000D940 /* stp_card_error_amex.png in Resources */, - 00000000D950 /* stp_card_error_amex@2x.png in Resources */, - 00000000D960 /* stp_card_error_amex@3x.png in Resources */, - 00000000D970 /* stp_card_form_back.png in Resources */, - 00000000D980 /* stp_card_form_back@2x.png in Resources */, - 00000000D990 /* stp_card_form_back@3x.png in Resources */, - 00000000D9A0 /* stp_card_form_front.png in Resources */, - 00000000D9B0 /* stp_card_form_front@2x.png in Resources */, - 00000000D9C0 /* stp_card_form_front@3x.png in Resources */, - 00000000D9D0 /* stp_card_jcb.png in Resources */, - 00000000D9E0 /* stp_card_jcb@2x.png in Resources */, - 00000000D9F0 /* stp_card_jcb@3x.png in Resources */, - 00000000DA00 /* stp_card_jcb_template.png in Resources */, - 00000000DA10 /* stp_card_jcb_template@2x.png in Resources */, - 00000000DA20 /* stp_card_jcb_template@3x.png in Resources */, - 00000000DA30 /* stp_card_mastercard.png in Resources */, - 00000000DA40 /* stp_card_mastercard@2x.png in Resources */, - 00000000DA50 /* stp_card_mastercard@3x.png in Resources */, - 00000000DA60 /* stp_card_mastercard_template.png in Resources */, - 00000000DA70 /* stp_card_mastercard_template@2x.png in Resources */, - 00000000DA80 /* stp_card_mastercard_template@3x.png in Resources */, - 00000000DA90 /* stp_card_unknown.png in Resources */, - 00000000DAA0 /* stp_card_unknown@2x.png in Resources */, - 00000000DAB0 /* stp_card_unknown@3x.png in Resources */, - 00000000DAC0 /* stp_card_visa.png in Resources */, - 00000000DAD0 /* stp_card_visa@2x.png in Resources */, - 00000000DAE0 /* stp_card_visa@3x.png in Resources */, - 00000000DAF0 /* stp_card_visa_template.png in Resources */, - 00000000DB00 /* stp_card_visa_template@2x.png in Resources */, - 00000000DB10 /* stp_card_visa_template@3x.png in Resources */, - 00000000DB20 /* stp_icon_add.png in Resources */, - 00000000DB30 /* stp_icon_add@2x.png in Resources */, - 00000000DB40 /* stp_icon_add@3x.png in Resources */, - 00000000DB50 /* stp_icon_checkmark.png in Resources */, - 00000000DB60 /* stp_icon_checkmark@2x.png in Resources */, - 00000000DB70 /* stp_icon_checkmark@3x.png in Resources */, - 00000000DB80 /* stp_icon_chevron_left.png in Resources */, - 00000000DB90 /* stp_icon_chevron_left@2x.png in Resources */, - 00000000DBA0 /* stp_icon_chevron_left@3x.png in Resources */, - 00000000DBB0 /* stp_shipping_form.png in Resources */, - 00000000DBC0 /* stp_shipping_form@2x.png in Resources */, - 00000000DBD0 /* stp_shipping_form@3x.png in Resources */, - 00000000DBE0 /* stp_test_upload_image.jpeg in Resources */, + 00000000DBE0 /* Images in Resources */, + 00000000DBD0 /* Localizable.strings in Resources */, + 00000000DBF0 /* Localizations in Resources */, + 00000000D6B0 /* stp_card_amex.png in Resources */, + 00000000D6C0 /* stp_card_amex@2x.png in Resources */, + 00000000D6D0 /* stp_card_amex@3x.png in Resources */, + 00000000D6E0 /* stp_card_amex_template.png in Resources */, + 00000000D6F0 /* stp_card_amex_template@2x.png in Resources */, + 00000000D700 /* stp_card_amex_template@3x.png in Resources */, + 00000000D710 /* stp_card_applepay.png in Resources */, + 00000000D720 /* stp_card_applepay@2x.png in Resources */, + 00000000D730 /* stp_card_applepay@3x.png in Resources */, + 00000000D740 /* stp_card_cvc.png in Resources */, + 00000000D750 /* stp_card_cvc@2x.png in Resources */, + 00000000D760 /* stp_card_cvc@3x.png in Resources */, + 00000000D770 /* stp_card_cvc_amex.png in Resources */, + 00000000D780 /* stp_card_cvc_amex@2x.png in Resources */, + 00000000D790 /* stp_card_cvc_amex@3x.png in Resources */, + 00000000D7A0 /* stp_card_diners.png in Resources */, + 00000000D7B0 /* stp_card_diners@2x.png in Resources */, + 00000000D7C0 /* stp_card_diners@3x.png in Resources */, + 00000000D7D0 /* stp_card_diners_template.png in Resources */, + 00000000D7E0 /* stp_card_diners_template@2x.png in Resources */, + 00000000D7F0 /* stp_card_diners_template@3x.png in Resources */, + 00000000D800 /* stp_card_discover.png in Resources */, + 00000000D810 /* stp_card_discover@2x.png in Resources */, + 00000000D820 /* stp_card_discover@3x.png in Resources */, + 00000000D830 /* stp_card_discover_template.png in Resources */, + 00000000D840 /* stp_card_discover_template@2x.png in Resources */, + 00000000D850 /* stp_card_discover_template@3x.png in Resources */, + 00000000D860 /* stp_card_error.png in Resources */, + 00000000D870 /* stp_card_error@2x.png in Resources */, + 00000000D880 /* stp_card_error@3x.png in Resources */, + 00000000D890 /* stp_card_error_amex.png in Resources */, + 00000000D8A0 /* stp_card_error_amex@2x.png in Resources */, + 00000000D8B0 /* stp_card_error_amex@3x.png in Resources */, + 00000000D8C0 /* stp_card_form_back.png in Resources */, + 00000000D8D0 /* stp_card_form_back@2x.png in Resources */, + 00000000D8E0 /* stp_card_form_back@3x.png in Resources */, + 00000000D8F0 /* stp_card_form_front.png in Resources */, + 00000000D900 /* stp_card_form_front@2x.png in Resources */, + 00000000D910 /* stp_card_form_front@3x.png in Resources */, + 00000000D920 /* stp_card_jcb.png in Resources */, + 00000000D930 /* stp_card_jcb@2x.png in Resources */, + 00000000D940 /* stp_card_jcb@3x.png in Resources */, + 00000000D950 /* stp_card_jcb_template.png in Resources */, + 00000000D960 /* stp_card_jcb_template@2x.png in Resources */, + 00000000D970 /* stp_card_jcb_template@3x.png in Resources */, + 00000000D980 /* stp_card_mastercard.png in Resources */, + 00000000D990 /* stp_card_mastercard@2x.png in Resources */, + 00000000D9A0 /* stp_card_mastercard@3x.png in Resources */, + 00000000D9B0 /* stp_card_mastercard_template.png in Resources */, + 00000000D9C0 /* stp_card_mastercard_template@2x.png in Resources */, + 00000000D9D0 /* stp_card_mastercard_template@3x.png in Resources */, + 00000000D9E0 /* stp_card_unionpay_en.png in Resources */, + 00000000D9F0 /* stp_card_unionpay_en@2x.png in Resources */, + 00000000DA00 /* stp_card_unionpay_en@3x.png in Resources */, + 00000000DA10 /* stp_card_unionpay_template_en.png in Resources */, + 00000000DA20 /* stp_card_unionpay_template_en@2x.png in Resources */, + 00000000DA30 /* stp_card_unionpay_template_en@3x.png in Resources */, + 00000000DA40 /* stp_card_unionpay_template_zh.png in Resources */, + 00000000DA50 /* stp_card_unionpay_template_zh@2x.png in Resources */, + 00000000DA60 /* stp_card_unionpay_template_zh@3x.png in Resources */, + 00000000DA70 /* stp_card_unionpay_zh.png in Resources */, + 00000000DA80 /* stp_card_unionpay_zh@2x.png in Resources */, + 00000000DA90 /* stp_card_unionpay_zh@3x.png in Resources */, + 00000000DAA0 /* stp_card_unknown.png in Resources */, + 00000000DAB0 /* stp_card_unknown@2x.png in Resources */, + 00000000DAC0 /* stp_card_unknown@3x.png in Resources */, + 00000000DAD0 /* stp_card_visa.png in Resources */, + 00000000DAE0 /* stp_card_visa@2x.png in Resources */, + 00000000DAF0 /* stp_card_visa@3x.png in Resources */, + 00000000DB00 /* stp_card_visa_template.png in Resources */, + 00000000DB10 /* stp_card_visa_template@2x.png in Resources */, + 00000000DB20 /* stp_card_visa_template@3x.png in Resources */, + 00000000DB30 /* stp_icon_add.png in Resources */, + 00000000DB40 /* stp_icon_add@2x.png in Resources */, + 00000000DB50 /* stp_icon_add@3x.png in Resources */, + 00000000DB60 /* stp_icon_checkmark.png in Resources */, + 00000000DB70 /* stp_icon_checkmark@2x.png in Resources */, + 00000000DB80 /* stp_icon_checkmark@3x.png in Resources */, + 00000000DB90 /* stp_shipping_form.png in Resources */, + 00000000DBA0 /* stp_shipping_form@2x.png in Resources */, + 00000000DBB0 /* stp_shipping_form@3x.png in Resources */, + 00000000DBC0 /* stp_test_upload_image.jpeg in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 000000008D90 /* Copy generated compatibility header */ = { + 000000008EF0 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9539,7 +9727,7 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/FBSnapshotTestCase/FBSnapshotTestCase.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/FBSnapshotTestCase/FBSnapshotTestCase-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 000000009F90 /* Copy generated compatibility header */ = { + 00000000A150 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -9566,1481 +9754,1518 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 000000007530 /* Sources */ = { + 000000007690 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000007550 /* ARCellData.m in Sources */, - 000000007610 /* ARGenericTableViewController-dummy.m in Sources */, - 000000007560 /* ARGenericTableViewController.m in Sources */, - 000000007570 /* ARSectionData.m in Sources */, - 000000007580 /* ARTableViewData.m in Sources */, + 0000000076B0 /* ARCellData.m in Sources */, + 000000007770 /* ARGenericTableViewController-dummy.m in Sources */, + 0000000076C0 /* ARGenericTableViewController.m in Sources */, + 0000000076D0 /* ARSectionData.m in Sources */, + 0000000076E0 /* ARTableViewData.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007690 /* Sources */ = { + 0000000077F0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0000000077C0 /* Artsy+Authentication-dummy.m in Sources */, - 0000000076B0 /* ArtsyAuthentication+Accounts.m in Sources */, - 0000000076C0 /* ArtsyAuthentication+Private.m in Sources */, - 0000000076D0 /* ArtsyAuthentication.m in Sources */, - 0000000076E0 /* ArtsyAuthenticationRouter.m in Sources */, - 0000000076F0 /* ArtsyNetworkOperator.m in Sources */, - 000000007700 /* ArtsyToken.m in Sources */, + 000000007920 /* Artsy+Authentication-dummy.m in Sources */, + 000000007810 /* ArtsyAuthentication+Accounts.m in Sources */, + 000000007820 /* ArtsyAuthentication+Private.m in Sources */, + 000000007830 /* ArtsyAuthentication.m in Sources */, + 000000007840 /* ArtsyAuthenticationRouter.m in Sources */, + 000000007850 /* ArtsyNetworkOperator.m in Sources */, + 000000007860 /* ArtsyToken.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007840 /* Sources */ = { + 0000000079A0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0000000078E0 /* Artsy+UIColors-dummy.m in Sources */, - 000000007860 /* UIColor+ArtsyColors.m in Sources */, - 000000007870 /* UIColor+DebugColours.m in Sources */, + 000000007A40 /* Artsy+UIColors-dummy.m in Sources */, + 0000000079C0 /* UIColor+ArtsyColors.m in Sources */, + 0000000079D0 /* UIColor+DebugColours.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007960 /* Sources */ = { + 000000007AC0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0000000079E0 /* Artsy+UIFonts-dummy.m in Sources */, - 000000007980 /* UIFont+ArtsyFonts.m in Sources */, + 000000007B40 /* Artsy+UIFonts-dummy.m in Sources */, + 000000007AE0 /* UIFont+ArtsyFonts.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007A60 /* Sources */ = { + 000000007BC0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000007A80 /* ARButtonSubclasses.m in Sources */, - 000000007AE0 /* Artsy-UIButtons-dummy.m in Sources */, + 000000007BE0 /* ARButtonSubclasses.m in Sources */, + 000000007C40 /* Artsy-UIButtons-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007B60 /* Sources */ = { + 000000007CC0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000007B80 /* bignum-dtoa.cc in Sources */, - 000000007B90 /* bignum.cc in Sources */, - 000000007BA0 /* cached-powers.cc in Sources */, - 000000007BB0 /* diy-fp.cc in Sources */, - 000000007BC0 /* double-conversion.cc in Sources */, - 000000007CE0 /* DoubleConversion-dummy.m in Sources */, - 000000007BD0 /* fast-dtoa.cc in Sources */, - 000000007BE0 /* fixed-dtoa.cc in Sources */, - 000000007BF0 /* strtod.cc in Sources */, + 000000007CE0 /* bignum-dtoa.cc in Sources */, + 000000007CF0 /* bignum.cc in Sources */, + 000000007D00 /* cached-powers.cc in Sources */, + 000000007D10 /* diy-fp.cc in Sources */, + 000000007D20 /* double-conversion.cc in Sources */, + 000000007E40 /* DoubleConversion-dummy.m in Sources */, + 000000007D30 /* fast-dtoa.cc in Sources */, + 000000007D40 /* fixed-dtoa.cc in Sources */, + 000000007D50 /* strtod.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000007D60 /* Sources */ = { + 000000007EC0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000007EE0 /* ARArtistComponentViewController.m in Sources */, - 000000007EF0 /* ARBidFlowViewController.m in Sources */, - 000000007DE0 /* ARCity+GeospatialAdditions.m in Sources */, - 000000007DF0 /* ARCity.m in Sources */, - 000000007F00 /* ARCityBMWListComponentViewController.m in Sources */, - 000000007F10 /* ARCityComponentViewController.m in Sources */, - 000000007F20 /* ARCityFairListComponentViewController.m in Sources */, - 000000007F30 /* ARCityPickerComponentViewController.m in Sources */, - 000000007F40 /* ARCitySavedListComponentViewController.m in Sources */, - 000000007F50 /* ARCitySectionListComponentViewController.m in Sources */, - 000000007D80 /* ARCocoaConstantsModule.m in Sources */, - 000000007F60 /* ARComponentViewController.m in Sources */, - 000000007F70 /* ARConversationComponentViewController.m in Sources */, - 000000007E00 /* ARDottedLineManager.m in Sources */, - 000000007D90 /* AREmission.m in Sources */, - 000000007DA0 /* AREmissionFontsLoader.m in Sources */, - 000000007DB0 /* AREventsModule.m in Sources */, - 000000007F80 /* ARFairArtistsComponentViewController.m in Sources */, - 000000007F90 /* ARFairArtworksComponentViewController.m in Sources */, - 000000007FA0 /* ARFairBMWArtActivationComponentViewController.m in Sources */, - 000000007FB0 /* ARFairBoothComponentViewController.m in Sources */, - 000000007FC0 /* ARFairComponentViewController.m in Sources */, - 000000007FD0 /* ARFairExhibitorsComponentViewController.m in Sources */, - 000000007FE0 /* ARFairMoreInfoComponentViewController.m in Sources */, - 000000007FF0 /* ARFavoritesComponentViewController.m in Sources */, - 000000008000 /* ARGeneComponentViewController.m in Sources */, - 000000007E50 /* ARGraphQLQueryCache.m in Sources */, - 000000007E60 /* ARGraphQLQueryPreloader.m in Sources */, - 000000008010 /* ARHomeComponentViewController.m in Sources */, - 000000008020 /* ARInboxComponentViewController.m in Sources */, - 000000008030 /* ARInquiryComponentViewController.m in Sources */, - 000000007E70 /* ARLoadFailureViewManager.m in Sources */, - 000000008040 /* ARMapComponentViewController.m in Sources */, - 000000008050 /* ARMapContainerViewController.m in Sources */, - 000000008060 /* ARMediaPreviewController.m in Sources */, - 000000008070 /* ARMyProfileEditViewController.m in Sources */, - 000000008080 /* ARMyProfileViewController.m in Sources */, - 000000008090 /* ARMySellingProfileViewController.m in Sources */, - 000000007E10 /* ARNotificationsManager.m in Sources */, - 000000007E80 /* AROpaqueImageView.m in Sources */, - 000000007E90 /* AROpaqueImageViewManager.m in Sources */, - 000000007E20 /* ARRefineOptionsModule.m in Sources */, - 0000000080A0 /* ARShowArtistsComponentViewController.m in Sources */, - 0000000080B0 /* ARShowArtworksComponentViewController.m in Sources */, - 0000000080C0 /* ARShowComponentViewController.m in Sources */, - 0000000080D0 /* ARShowConsignmentsFlowViewController.m in Sources */, - 0000000080E0 /* ARShowMoreInfoComponentViewController.m in Sources */, - 000000007EA0 /* ARSpinnerManager.m in Sources */, - 000000007DC0 /* ARSwitchBoardModule.m in Sources */, - 000000007EB0 /* ARSwitchViewManager.m in Sources */, - 000000007E30 /* ARTakeCameraPhotoModule.m in Sources */, - 000000007EC0 /* ARTemporaryAPIModule.m in Sources */, - 000000007ED0 /* ARVideoManager.m in Sources */, - 0000000080F0 /* ARWorksForYouComponentViewController.m in Sources */, - 000000007E40 /* ARWorksForYouModule.m in Sources */, - 0000000084A0 /* Emission-dummy.m in Sources */, - 000000007DD0 /* RCTScrollView+EnclosingScrollView.m in Sources */, + 000000008040 /* ARArtistComponentViewController.m in Sources */, + 000000008050 /* ARBidFlowViewController.m in Sources */, + 000000007F40 /* ARCity+GeospatialAdditions.m in Sources */, + 000000007F50 /* ARCity.m in Sources */, + 000000008060 /* ARCityBMWListComponentViewController.m in Sources */, + 000000008070 /* ARCityComponentViewController.m in Sources */, + 000000008080 /* ARCityFairListComponentViewController.m in Sources */, + 000000008090 /* ARCityPickerComponentViewController.m in Sources */, + 0000000080A0 /* ARCitySavedListComponentViewController.m in Sources */, + 0000000080B0 /* ARCitySectionListComponentViewController.m in Sources */, + 000000007EE0 /* ARCocoaConstantsModule.m in Sources */, + 0000000080C0 /* ARComponentViewController.m in Sources */, + 0000000080D0 /* ARConversationComponentViewController.m in Sources */, + 000000007F60 /* ARDottedLineManager.m in Sources */, + 000000007EF0 /* AREmission.m in Sources */, + 000000007F00 /* AREmissionFontsLoader.m in Sources */, + 000000007F10 /* AREventsModule.m in Sources */, + 0000000080E0 /* ARFairArtistsComponentViewController.m in Sources */, + 0000000080F0 /* ARFairArtworksComponentViewController.m in Sources */, + 000000008100 /* ARFairBMWArtActivationComponentViewController.m in Sources */, + 000000008110 /* ARFairBoothComponentViewController.m in Sources */, + 000000008120 /* ARFairComponentViewController.m in Sources */, + 000000008130 /* ARFairExhibitorsComponentViewController.m in Sources */, + 000000008140 /* ARFairMoreInfoComponentViewController.m in Sources */, + 000000008150 /* ARFavoritesComponentViewController.m in Sources */, + 000000008160 /* ARGeneComponentViewController.m in Sources */, + 000000007FB0 /* ARGraphQLQueryCache.m in Sources */, + 000000007FC0 /* ARGraphQLQueryPreloader.m in Sources */, + 000000008170 /* ARHomeComponentViewController.m in Sources */, + 000000008180 /* ARInboxComponentViewController.m in Sources */, + 000000008190 /* ARInquiryComponentViewController.m in Sources */, + 000000007FD0 /* ARLoadFailureViewManager.m in Sources */, + 0000000081A0 /* ARMapComponentViewController.m in Sources */, + 0000000081B0 /* ARMapContainerViewController.m in Sources */, + 0000000081C0 /* ARMediaPreviewController.m in Sources */, + 0000000081D0 /* ARMyProfileEditViewController.m in Sources */, + 0000000081E0 /* ARMyProfileViewController.m in Sources */, + 0000000081F0 /* ARMySellingProfileViewController.m in Sources */, + 000000007F70 /* ARNotificationsManager.m in Sources */, + 000000007FE0 /* AROpaqueImageView.m in Sources */, + 000000007FF0 /* AROpaqueImageViewManager.m in Sources */, + 000000007F80 /* ARRefineOptionsModule.m in Sources */, + 000000008200 /* ARShowArtistsComponentViewController.m in Sources */, + 000000008210 /* ARShowArtworksComponentViewController.m in Sources */, + 000000008220 /* ARShowComponentViewController.m in Sources */, + 000000008230 /* ARShowConsignmentsFlowViewController.m in Sources */, + 000000008240 /* ARShowMoreInfoComponentViewController.m in Sources */, + 000000008000 /* ARSpinnerManager.m in Sources */, + 000000007F20 /* ARSwitchBoardModule.m in Sources */, + 000000008010 /* ARSwitchViewManager.m in Sources */, + 000000007F90 /* ARTakeCameraPhotoModule.m in Sources */, + 000000008020 /* ARTemporaryAPIModule.m in Sources */, + 000000008030 /* ARVideoManager.m in Sources */, + 000000008250 /* ARWorksForYouComponentViewController.m in Sources */, + 000000007FA0 /* ARWorksForYouModule.m in Sources */, + 000000008600 /* Emission-dummy.m in Sources */, + 000000007F30 /* RCTScrollView+EnclosingScrollView.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000008520 /* Sources */ = { + 000000008680 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000008540 /* EXPBlockDefinedMatcher.m in Sources */, - 000000008550 /* EXPDoubleTuple.m in Sources */, - 000000008A10 /* Expecta-dummy.m in Sources */, - 000000008560 /* ExpectaObject.m in Sources */, - 000000008570 /* ExpectaSupport.m in Sources */, - 000000008580 /* EXPExpect.m in Sources */, - 000000008590 /* EXPFloatTuple.m in Sources */, - 0000000085B0 /* EXPMatcherHelpers.m in Sources */, - 0000000085C0 /* EXPMatchers+beCloseTo.m in Sources */, - 0000000085D0 /* EXPMatchers+beFalsy.m in Sources */, - 0000000085E0 /* EXPMatchers+beginWith.m in Sources */, - 0000000085F0 /* EXPMatchers+beGreaterThan.m in Sources */, - 000000008600 /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */, - 000000008610 /* EXPMatchers+beIdenticalTo.m in Sources */, - 000000008620 /* EXPMatchers+beInstanceOf.m in Sources */, - 000000008630 /* EXPMatchers+beInTheRangeOf.m in Sources */, - 000000008640 /* EXPMatchers+beKindOf.m in Sources */, - 000000008650 /* EXPMatchers+beLessThan.m in Sources */, - 000000008660 /* EXPMatchers+beLessThanOrEqualTo.m in Sources */, - 000000008670 /* EXPMatchers+beNil.m in Sources */, - 000000008680 /* EXPMatchers+beSubclassOf.m in Sources */, - 000000008690 /* EXPMatchers+beSupersetOf.m in Sources */, - 0000000086A0 /* EXPMatchers+beTruthy.m in Sources */, - 0000000086B0 /* EXPMatchers+conformTo.m in Sources */, - 0000000086C0 /* EXPMatchers+contain.m in Sources */, - 0000000086D0 /* EXPMatchers+endWith.m in Sources */, - 0000000086E0 /* EXPMatchers+equal.m in Sources */, - 0000000086F0 /* EXPMatchers+haveCountOf.m in Sources */, - 000000008700 /* EXPMatchers+match.m in Sources */, - 000000008710 /* EXPMatchers+postNotification.m in Sources */, - 000000008720 /* EXPMatchers+raise.m in Sources */, - 000000008730 /* EXPMatchers+raiseWithReason.m in Sources */, - 000000008740 /* EXPMatchers+respondTo.m in Sources */, - 0000000085A0 /* EXPUnsupportedObject.m in Sources */, - 000000008750 /* NSValue+Expecta.m in Sources */, + 0000000086A0 /* EXPBlockDefinedMatcher.m in Sources */, + 0000000086B0 /* EXPDoubleTuple.m in Sources */, + 000000008B70 /* Expecta-dummy.m in Sources */, + 0000000086C0 /* ExpectaObject.m in Sources */, + 0000000086D0 /* ExpectaSupport.m in Sources */, + 0000000086E0 /* EXPExpect.m in Sources */, + 0000000086F0 /* EXPFloatTuple.m in Sources */, + 000000008710 /* EXPMatcherHelpers.m in Sources */, + 000000008720 /* EXPMatchers+beCloseTo.m in Sources */, + 000000008730 /* EXPMatchers+beFalsy.m in Sources */, + 000000008740 /* EXPMatchers+beginWith.m in Sources */, + 000000008750 /* EXPMatchers+beGreaterThan.m in Sources */, + 000000008760 /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */, + 000000008770 /* EXPMatchers+beIdenticalTo.m in Sources */, + 000000008780 /* EXPMatchers+beInstanceOf.m in Sources */, + 000000008790 /* EXPMatchers+beInTheRangeOf.m in Sources */, + 0000000087A0 /* EXPMatchers+beKindOf.m in Sources */, + 0000000087B0 /* EXPMatchers+beLessThan.m in Sources */, + 0000000087C0 /* EXPMatchers+beLessThanOrEqualTo.m in Sources */, + 0000000087D0 /* EXPMatchers+beNil.m in Sources */, + 0000000087E0 /* EXPMatchers+beSubclassOf.m in Sources */, + 0000000087F0 /* EXPMatchers+beSupersetOf.m in Sources */, + 000000008800 /* EXPMatchers+beTruthy.m in Sources */, + 000000008810 /* EXPMatchers+conformTo.m in Sources */, + 000000008820 /* EXPMatchers+contain.m in Sources */, + 000000008830 /* EXPMatchers+endWith.m in Sources */, + 000000008840 /* EXPMatchers+equal.m in Sources */, + 000000008850 /* EXPMatchers+haveCountOf.m in Sources */, + 000000008860 /* EXPMatchers+match.m in Sources */, + 000000008870 /* EXPMatchers+postNotification.m in Sources */, + 000000008880 /* EXPMatchers+raise.m in Sources */, + 000000008890 /* EXPMatchers+raiseWithReason.m in Sources */, + 0000000088A0 /* EXPMatchers+respondTo.m in Sources */, + 000000008700 /* EXPUnsupportedObject.m in Sources */, + 0000000088B0 /* NSValue+Expecta.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000008A90 /* Sources */ = { + 000000008BF0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000008AB0 /* ARAnimationContinuation.m in Sources */, - 000000008AD0 /* ARLoadFailureView.m in Sources */, - 000000008AF0 /* ARSpinner.m in Sources */, - 000000008B10 /* ARSwitchView.m in Sources */, - 000000008BB0 /* Extraction-dummy.m in Sources */, - 000000008B30 /* UILabel+Typography.m in Sources */, - 000000008B50 /* UIView+ARSpinner.m in Sources */, + 000000008C10 /* ARAnimationContinuation.m in Sources */, + 000000008C30 /* ARLoadFailureView.m in Sources */, + 000000008C50 /* ARSpinner.m in Sources */, + 000000008C70 /* ARSwitchView.m in Sources */, + 000000008D10 /* Extraction-dummy.m in Sources */, + 000000008C90 /* UILabel+Typography.m in Sources */, + 000000008CB0 /* UIView+ARSpinner.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000008C30 /* Sources */ = { + 000000008D90 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000008DC0 /* FBSnapshotTestCase-dummy.m in Sources */, - 000000008C90 /* FBSnapshotTestCase.m in Sources */, - 000000008CA0 /* FBSnapshotTestCasePlatform.m in Sources */, - 000000008CB0 /* FBSnapshotTestController.m in Sources */, - 000000008D30 /* SwiftSupport.swift in Sources */, - 000000008C50 /* UIApplication+StrictKeyWindow.m in Sources */, - 000000008C60 /* UIImage+Compare.m in Sources */, - 000000008C70 /* UIImage+Diff.m in Sources */, - 000000008C80 /* UIImage+Snapshot.m in Sources */, + 000000008F20 /* FBSnapshotTestCase-dummy.m in Sources */, + 000000008DF0 /* FBSnapshotTestCase.m in Sources */, + 000000008E00 /* FBSnapshotTestCasePlatform.m in Sources */, + 000000008E10 /* FBSnapshotTestController.m in Sources */, + 000000008E90 /* SwiftSupport.swift in Sources */, + 000000008DB0 /* UIApplication+StrictKeyWindow.m in Sources */, + 000000008DC0 /* UIImage+Compare.m in Sources */, + 000000008DD0 /* UIImage+Diff.m in Sources */, + 000000008DE0 /* UIImage+Snapshot.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000008E40 /* Sources */ = { + 000000008FA0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000008F90 /* FLKAutoLayout-dummy.m in Sources */, - 000000008E70 /* FLKAutoLayoutPredicateList.m in Sources */, - 000000008E80 /* NSLayoutConstraint+FLKAutoLayoutDebug.m in Sources */, - 000000008E60 /* NSObject+FLKAutoLayoutDebug.m in Sources */, - 000000008EA0 /* UIView+FLKAutoLayout.m in Sources */, - 000000008EB0 /* UIView+FLKAutoLayoutDebug.m in Sources */, - 000000008E90 /* UIView+FLKAutoLayoutPredicate.m in Sources */, - 000000008EC0 /* UIViewController+FLKAutoLayout.m in Sources */, + 0000000090F0 /* FLKAutoLayout-dummy.m in Sources */, + 000000008FD0 /* FLKAutoLayoutPredicateList.m in Sources */, + 000000008FE0 /* NSLayoutConstraint+FLKAutoLayoutDebug.m in Sources */, + 000000008FC0 /* NSObject+FLKAutoLayoutDebug.m in Sources */, + 000000009000 /* UIView+FLKAutoLayout.m in Sources */, + 000000009010 /* UIView+FLKAutoLayoutDebug.m in Sources */, + 000000008FF0 /* UIView+FLKAutoLayoutPredicate.m in Sources */, + 000000009020 /* UIViewController+FLKAutoLayout.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009010 /* Sources */ = { + 000000009170 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000009030 /* Bits.cpp in Sources */, - 0000000090A0 /* BitsFunctexcept.cpp in Sources */, - 000000009040 /* Conv.cpp in Sources */, - 000000009050 /* Demangle.cpp in Sources */, - 000000009080 /* dynamic.cpp in Sources */, - 000000009100 /* Folly-dummy.m in Sources */, - 000000009090 /* json.cpp in Sources */, - 0000000090B0 /* MallocImpl.cpp in Sources */, - 000000009060 /* StringBase.cpp in Sources */, - 000000009070 /* Unicode.cpp in Sources */, + 000000009250 /* Assume.cpp in Sources */, + 000000009260 /* ColdClass.cpp in Sources */, + 0000000091A0 /* Conv.cpp in Sources */, + 000000009230 /* Demangle.cpp in Sources */, + 0000000091B0 /* Demangle.cpp in Sources */, + 0000000091F0 /* dynamic.cpp in Sources */, + 000000009220 /* F14Table.cpp in Sources */, + 0000000092C0 /* Folly-dummy.m in Sources */, + 0000000091C0 /* Format.cpp in Sources */, + 000000009200 /* json.cpp in Sources */, + 000000009210 /* json_pointer.cpp in Sources */, + 000000009270 /* MallocImpl.cpp in Sources */, + 0000000091D0 /* ScopeGuard.cpp in Sources */, + 000000009240 /* SpookyHashV2.cpp in Sources */, + 000000009190 /* String.cpp in Sources */, + 0000000091E0 /* Unicode.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009180 /* Sources */ = { + 000000009340 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000009200 /* ISO8601DateFormatter-dummy.m in Sources */, - 0000000091A0 /* ISO8601DateFormatter.m in Sources */, + 0000000093C0 /* ISO8601DateFormatter-dummy.m in Sources */, + 000000009360 /* ISO8601DateFormatter.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009280 /* Sources */ = { + 000000009440 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000009A30 /* Container+DeepSearch.m in Sources */, - 0000000095E0 /* Demangle.cpp in Sources */, - 000000009410 /* KSCPU.c in Sources */, - 000000009420 /* KSCPU_arm.c in Sources */, - 000000009430 /* KSCPU_arm64.c in Sources */, - 000000009440 /* KSCPU_x86_32.c in Sources */, - 000000009450 /* KSCPU_x86_64.c in Sources */, - 000000009AE0 /* KSCrash-dummy.m in Sources */, - 0000000092F0 /* KSCrash.m in Sources */, - 000000009300 /* KSCrashC.c in Sources */, - 000000009310 /* KSCrashCachedData.c in Sources */, - 000000009320 /* KSCrashDoctor.m in Sources */, - 0000000092A0 /* KSCrashInstallation.m in Sources */, - 000000009360 /* KSCrashMonitor.c in Sources */, - 000000009380 /* KSCrashMonitor_AppState.c in Sources */, - 000000009390 /* KSCrashMonitor_CPPException.cpp in Sources */, - 0000000093A0 /* KSCrashMonitor_Deadlock.m in Sources */, - 0000000093B0 /* KSCrashMonitor_MachException.c in Sources */, - 0000000093C0 /* KSCrashMonitor_NSException.m in Sources */, - 0000000093D0 /* KSCrashMonitor_Signal.c in Sources */, - 0000000093E0 /* KSCrashMonitor_System.m in Sources */, - 0000000093F0 /* KSCrashMonitor_User.c in Sources */, - 000000009400 /* KSCrashMonitor_Zombie.c in Sources */, - 000000009370 /* KSCrashMonitorType.c in Sources */, - 000000009330 /* KSCrashReport.c in Sources */, - 000000009A80 /* KSCrashReportFilterBasic.m in Sources */, - 000000009340 /* KSCrashReportFixer.c in Sources */, - 000000009350 /* KSCrashReportStore.c in Sources */, - 0000000092B0 /* KSCString.m in Sources */, - 000000009460 /* KSDate.c in Sources */, - 000000009470 /* KSDebug.c in Sources */, - 000000009480 /* KSDemangle_CPP.cpp in Sources */, - 000000009490 /* KSDemangle_Swift.cpp in Sources */, - 0000000094A0 /* KSDynamicLinker.c in Sources */, - 0000000094B0 /* KSFileUtils.c in Sources */, - 0000000094C0 /* KSID.c in Sources */, - 0000000094D0 /* KSJSONCodec.c in Sources */, - 0000000094E0 /* KSJSONCodecObjC.m in Sources */, - 0000000094F0 /* KSLogger.c in Sources */, - 000000009500 /* KSMach.c in Sources */, - 000000009510 /* KSMachineContext.c in Sources */, - 000000009520 /* KSMemory.c in Sources */, - 000000009530 /* KSObjC.c in Sources */, - 000000009540 /* KSSignalInfo.c in Sources */, - 000000009550 /* KSStackCursor.c in Sources */, - 000000009560 /* KSStackCursor_Backtrace.c in Sources */, - 000000009570 /* KSStackCursor_MachineContext.c in Sources */, - 000000009580 /* KSStackCursor_SelfThread.c in Sources */, - 000000009590 /* KSString.c in Sources */, - 0000000095A0 /* KSSymbolicator.c in Sources */, - 0000000095B0 /* KSSysCtl.c in Sources */, - 0000000095C0 /* KSThread.c in Sources */, - 000000009A40 /* NSData+GZip.m in Sources */, - 0000000095D0 /* NSError+SimpleConstructor.m in Sources */, - 0000000095F0 /* Punycode.cpp in Sources */, + 000000009BF0 /* Container+DeepSearch.m in Sources */, + 0000000097A0 /* Demangle.cpp in Sources */, + 0000000095D0 /* KSCPU.c in Sources */, + 0000000095E0 /* KSCPU_arm.c in Sources */, + 0000000095F0 /* KSCPU_arm64.c in Sources */, + 000000009600 /* KSCPU_x86_32.c in Sources */, + 000000009610 /* KSCPU_x86_64.c in Sources */, + 000000009CA0 /* KSCrash-dummy.m in Sources */, + 0000000094B0 /* KSCrash.m in Sources */, + 0000000094C0 /* KSCrashC.c in Sources */, + 0000000094D0 /* KSCrashCachedData.c in Sources */, + 0000000094E0 /* KSCrashDoctor.m in Sources */, + 000000009460 /* KSCrashInstallation.m in Sources */, + 000000009520 /* KSCrashMonitor.c in Sources */, + 000000009540 /* KSCrashMonitor_AppState.c in Sources */, + 000000009550 /* KSCrashMonitor_CPPException.cpp in Sources */, + 000000009560 /* KSCrashMonitor_Deadlock.m in Sources */, + 000000009570 /* KSCrashMonitor_MachException.c in Sources */, + 000000009580 /* KSCrashMonitor_NSException.m in Sources */, + 000000009590 /* KSCrashMonitor_Signal.c in Sources */, + 0000000095A0 /* KSCrashMonitor_System.m in Sources */, + 0000000095B0 /* KSCrashMonitor_User.c in Sources */, + 0000000095C0 /* KSCrashMonitor_Zombie.c in Sources */, + 000000009530 /* KSCrashMonitorType.c in Sources */, + 0000000094F0 /* KSCrashReport.c in Sources */, + 000000009C40 /* KSCrashReportFilterBasic.m in Sources */, + 000000009500 /* KSCrashReportFixer.c in Sources */, + 000000009510 /* KSCrashReportStore.c in Sources */, + 000000009470 /* KSCString.m in Sources */, + 000000009620 /* KSDate.c in Sources */, + 000000009630 /* KSDebug.c in Sources */, + 000000009640 /* KSDemangle_CPP.cpp in Sources */, + 000000009650 /* KSDemangle_Swift.cpp in Sources */, + 000000009660 /* KSDynamicLinker.c in Sources */, + 000000009670 /* KSFileUtils.c in Sources */, + 000000009680 /* KSID.c in Sources */, + 000000009690 /* KSJSONCodec.c in Sources */, + 0000000096A0 /* KSJSONCodecObjC.m in Sources */, + 0000000096B0 /* KSLogger.c in Sources */, + 0000000096C0 /* KSMach.c in Sources */, + 0000000096D0 /* KSMachineContext.c in Sources */, + 0000000096E0 /* KSMemory.c in Sources */, + 0000000096F0 /* KSObjC.c in Sources */, + 000000009700 /* KSSignalInfo.c in Sources */, + 000000009710 /* KSStackCursor.c in Sources */, + 000000009720 /* KSStackCursor_Backtrace.c in Sources */, + 000000009730 /* KSStackCursor_MachineContext.c in Sources */, + 000000009740 /* KSStackCursor_SelfThread.c in Sources */, + 000000009750 /* KSString.c in Sources */, + 000000009760 /* KSSymbolicator.c in Sources */, + 000000009770 /* KSSysCtl.c in Sources */, + 000000009780 /* KSThread.c in Sources */, + 000000009C00 /* NSData+GZip.m in Sources */, + 000000009790 /* NSError+SimpleConstructor.m in Sources */, + 0000000097B0 /* Punycode.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009B60 /* Sources */ = { + 000000009D20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000009B80 /* EmissionKeys.m in Sources */, - 000000009BE0 /* Keys-dummy.m in Sources */, + 000000009D40 /* EmissionKeys.m in Sources */, + 000000009DA0 /* Keys-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009C60 /* Sources */ = { + 000000009E20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000009CE0 /* NSURL+QueryDictionary-dummy.m in Sources */, - 000000009C80 /* NSURL+QueryDictionary.m in Sources */, + 000000009EA0 /* NSURL+QueryDictionary-dummy.m in Sources */, + 000000009E40 /* NSURL+QueryDictionary.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009D60 /* Sources */ = { + 000000009F20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000009D80 /* ORSplitStackView.m in Sources */, - 000000009D90 /* ORStackScrollView.m in Sources */, - 000000009DC0 /* ORStackView+Private.m in Sources */, - 000000009E60 /* ORStackView-dummy.m in Sources */, - 000000009DA0 /* ORStackView.m in Sources */, - 000000009DB0 /* ORTagBasedAutoStackView.m in Sources */, + 000000009F40 /* ORSplitStackView.m in Sources */, + 000000009F50 /* ORStackScrollView.m in Sources */, + 000000009F80 /* ORStackView+Private.m in Sources */, + 00000000A020 /* ORStackView-dummy.m in Sources */, + 000000009F60 /* ORStackView.m in Sources */, + 000000009F70 /* ORTagBasedAutoStackView.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 000000009EE0 /* Sources */ = { + 00000000A0A0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 000000009FC0 /* Pulley-dummy.m in Sources */, - 000000009F00 /* PulleyPassthroughScrollView.swift in Sources */, - 000000009F10 /* PulleyViewController.swift in Sources */, - 000000009F20 /* UIView+constrainToParent.swift in Sources */, - 000000009F30 /* UIViewController+PulleyViewController.swift in Sources */, + 00000000A180 /* Pulley-dummy.m in Sources */, + 00000000A0C0 /* PulleyPassthroughScrollView.swift in Sources */, + 00000000A0D0 /* PulleyViewController.swift in Sources */, + 00000000A0E0 /* UIView+constrainToParent.swift in Sources */, + 00000000A0F0 /* UIViewController+PulleyViewController.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000A040 /* Sources */ = { + 00000000A200 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000A230 /* RCTConvert+RNSVG.m in Sources */, - 00000000A7F0 /* RNSVG-dummy.m in Sources */, - 00000000A240 /* RNSVGBezierElement.m in Sources */, - 00000000A060 /* RNSVGBrush.m in Sources */, - 00000000A180 /* RNSVGCircle.m in Sources */, - 00000000A290 /* RNSVGCircleManager.m in Sources */, - 00000000A0A0 /* RNSVGClipPath.m in Sources */, - 00000000A2A0 /* RNSVGClipPathManager.m in Sources */, - 00000000A0B0 /* RNSVGDefs.m in Sources */, - 00000000A2B0 /* RNSVGDefsManager.m in Sources */, - 00000000A190 /* RNSVGEllipse.m in Sources */, - 00000000A2C0 /* RNSVGEllipseManager.m in Sources */, - 00000000A1C0 /* RNSVGFontData.m in Sources */, - 00000000A1D0 /* RNSVGGlyphContext.m in Sources */, - 00000000A0C0 /* RNSVGGroup.m in Sources */, - 00000000A2D0 /* RNSVGGroupManager.m in Sources */, - 00000000A0D0 /* RNSVGImage.m in Sources */, - 00000000A2E0 /* RNSVGImageManager.m in Sources */, - 00000000A250 /* RNSVGLength.m in Sources */, - 00000000A1A0 /* RNSVGLine.m in Sources */, - 00000000A0E0 /* RNSVGLinearGradient.m in Sources */, - 00000000A2F0 /* RNSVGLinearGradientManager.m in Sources */, - 00000000A300 /* RNSVGLineManager.m in Sources */, - 00000000A0F0 /* RNSVGMask.m in Sources */, - 00000000A310 /* RNSVGMaskManager.m in Sources */, - 00000000A160 /* RNSVGNode.m in Sources */, - 00000000A320 /* RNSVGNodeManager.m in Sources */, - 00000000A070 /* RNSVGPainter.m in Sources */, - 00000000A080 /* RNSVGPainterBrush.m in Sources */, - 00000000A100 /* RNSVGPath.m in Sources */, - 00000000A330 /* RNSVGPathManager.m in Sources */, - 00000000A260 /* RNSVGPathParser.m in Sources */, - 00000000A110 /* RNSVGPattern.m in Sources */, - 00000000A340 /* RNSVGPatternManager.m in Sources */, - 00000000A270 /* RNSVGPercentageConverter.m in Sources */, - 00000000A1E0 /* RNSVGPropHelper.m in Sources */, - 00000000A120 /* RNSVGRadialGradient.m in Sources */, - 00000000A350 /* RNSVGRadialGradientManager.m in Sources */, - 00000000A1B0 /* RNSVGRect.m in Sources */, - 00000000A360 /* RNSVGRectManager.m in Sources */, - 00000000A170 /* RNSVGRenderable.m in Sources */, - 00000000A370 /* RNSVGRenderableManager.m in Sources */, - 00000000A090 /* RNSVGSolidColorBrush.m in Sources */, - 00000000A130 /* RNSVGSvgView.m in Sources */, - 00000000A380 /* RNSVGSvgViewManager.m in Sources */, - 00000000A140 /* RNSVGSymbol.m in Sources */, - 00000000A390 /* RNSVGSymbolManager.m in Sources */, - 00000000A1F0 /* RNSVGText.m in Sources */, - 00000000A3A0 /* RNSVGTextManager.m in Sources */, - 00000000A200 /* RNSVGTextPath.m in Sources */, - 00000000A3B0 /* RNSVGTextPathManager.m in Sources */, - 00000000A210 /* RNSVGTextProperties.m in Sources */, - 00000000A220 /* RNSVGTSpan.m in Sources */, - 00000000A3C0 /* RNSVGTSpanManager.m in Sources */, - 00000000A150 /* RNSVGUse.m in Sources */, - 00000000A3D0 /* RNSVGUseManager.m in Sources */, - 00000000A280 /* RNSVGViewBox.m in Sources */, + 00000000A3F0 /* RCTConvert+RNSVG.m in Sources */, + 00000000A9B0 /* RNSVG-dummy.m in Sources */, + 00000000A400 /* RNSVGBezierElement.m in Sources */, + 00000000A220 /* RNSVGBrush.m in Sources */, + 00000000A340 /* RNSVGCircle.m in Sources */, + 00000000A450 /* RNSVGCircleManager.m in Sources */, + 00000000A260 /* RNSVGClipPath.m in Sources */, + 00000000A460 /* RNSVGClipPathManager.m in Sources */, + 00000000A270 /* RNSVGDefs.m in Sources */, + 00000000A470 /* RNSVGDefsManager.m in Sources */, + 00000000A350 /* RNSVGEllipse.m in Sources */, + 00000000A480 /* RNSVGEllipseManager.m in Sources */, + 00000000A380 /* RNSVGFontData.m in Sources */, + 00000000A390 /* RNSVGGlyphContext.m in Sources */, + 00000000A280 /* RNSVGGroup.m in Sources */, + 00000000A490 /* RNSVGGroupManager.m in Sources */, + 00000000A290 /* RNSVGImage.m in Sources */, + 00000000A4A0 /* RNSVGImageManager.m in Sources */, + 00000000A410 /* RNSVGLength.m in Sources */, + 00000000A360 /* RNSVGLine.m in Sources */, + 00000000A2A0 /* RNSVGLinearGradient.m in Sources */, + 00000000A4B0 /* RNSVGLinearGradientManager.m in Sources */, + 00000000A4C0 /* RNSVGLineManager.m in Sources */, + 00000000A2B0 /* RNSVGMask.m in Sources */, + 00000000A4D0 /* RNSVGMaskManager.m in Sources */, + 00000000A320 /* RNSVGNode.m in Sources */, + 00000000A4E0 /* RNSVGNodeManager.m in Sources */, + 00000000A230 /* RNSVGPainter.m in Sources */, + 00000000A240 /* RNSVGPainterBrush.m in Sources */, + 00000000A2C0 /* RNSVGPath.m in Sources */, + 00000000A4F0 /* RNSVGPathManager.m in Sources */, + 00000000A420 /* RNSVGPathParser.m in Sources */, + 00000000A2D0 /* RNSVGPattern.m in Sources */, + 00000000A500 /* RNSVGPatternManager.m in Sources */, + 00000000A430 /* RNSVGPercentageConverter.m in Sources */, + 00000000A3A0 /* RNSVGPropHelper.m in Sources */, + 00000000A2E0 /* RNSVGRadialGradient.m in Sources */, + 00000000A510 /* RNSVGRadialGradientManager.m in Sources */, + 00000000A370 /* RNSVGRect.m in Sources */, + 00000000A520 /* RNSVGRectManager.m in Sources */, + 00000000A330 /* RNSVGRenderable.m in Sources */, + 00000000A530 /* RNSVGRenderableManager.m in Sources */, + 00000000A250 /* RNSVGSolidColorBrush.m in Sources */, + 00000000A2F0 /* RNSVGSvgView.m in Sources */, + 00000000A540 /* RNSVGSvgViewManager.m in Sources */, + 00000000A300 /* RNSVGSymbol.m in Sources */, + 00000000A550 /* RNSVGSymbolManager.m in Sources */, + 00000000A3B0 /* RNSVGText.m in Sources */, + 00000000A560 /* RNSVGTextManager.m in Sources */, + 00000000A3C0 /* RNSVGTextPath.m in Sources */, + 00000000A570 /* RNSVGTextPathManager.m in Sources */, + 00000000A3D0 /* RNSVGTextProperties.m in Sources */, + 00000000A3E0 /* RNSVGTSpan.m in Sources */, + 00000000A580 /* RNSVGTSpanManager.m in Sources */, + 00000000A310 /* RNSVGUse.m in Sources */, + 00000000A590 /* RNSVGUseManager.m in Sources */, + 00000000A440 /* RNSVGViewBox.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000A870 /* Sources */ = { + 00000000AA30 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000C5C0 /* CxxNativeModule.cpp in Sources */, - 00000000C8F0 /* fishhook.c in Sources */, - 00000000C9C0 /* InspectorInterfaces.cpp in Sources */, - 00000000C5D0 /* Instance.cpp in Sources */, - 00000000C5E0 /* JSBigString.cpp in Sources */, - 00000000C5F0 /* JSBundleType.cpp in Sources */, - 00000000C600 /* JSCExecutor.cpp in Sources */, - 00000000C910 /* JSCHelpers.cpp in Sources */, - 00000000C610 /* JSCLegacyTracing.cpp in Sources */, - 00000000C620 /* JSCMemory.cpp in Sources */, - 00000000C630 /* JSCNativeModules.cpp in Sources */, - 00000000C640 /* JSCPerfStats.cpp in Sources */, - 00000000C650 /* JSCSamplingProfiler.cpp in Sources */, - 00000000C660 /* JSCTracing.cpp in Sources */, - 00000000C670 /* JSCUtils.cpp in Sources */, - 00000000C920 /* JSCWrapper.cpp in Sources */, - 00000000C680 /* JSDeltaBundleClient.cpp in Sources */, - 00000000C690 /* JSExecutor.cpp in Sources */, - 00000000C6A0 /* JSIndexedRAMBundle.cpp in Sources */, - 00000000C6B0 /* MethodCall.cpp in Sources */, - 00000000C6C0 /* ModuleRegistry.cpp in Sources */, - 00000000C6D0 /* NativeToJsBridge.cpp in Sources */, - 00000000B970 /* NSDataBigString.mm in Sources */, - 00000000C210 /* NSTextStorage+FontScaling.m in Sources */, - 00000000C6E0 /* Platform.cpp in Sources */, - 00000000BBA0 /* PrivateDataBase.cpp in Sources */, - 00000000C6F0 /* RAMBundleRegistry.cpp in Sources */, - 00000000AAF0 /* RCTAccessibilityManager.m in Sources */, - 00000000BBC0 /* RCTActionSheetManager.m in Sources */, - 00000000ACA0 /* RCTActivityIndicatorView.m in Sources */, - 00000000ACB0 /* RCTActivityIndicatorViewManager.m in Sources */, - 00000000BC20 /* RCTAdditionAnimatedNode.m in Sources */, - 00000000AB00 /* RCTAlertManager.m in Sources */, - 00000000BC30 /* RCTAnimatedNode.m in Sources */, - 00000000BCF0 /* RCTAnimationUtils.m in Sources */, - 00000000AB10 /* RCTAppState.m in Sources */, - 00000000A890 /* RCTAssert.m in Sources */, - 00000000BEB0 /* RCTAssetsLibraryRequestHandler.m in Sources */, - 00000000AB20 /* RCTAsyncLocalStorage.m in Sources */, - 00000000C280 /* RCTBackedTextInputDelegateAdapter.m in Sources */, - 00000000C290 /* RCTBaseTextInputShadowView.m in Sources */, - 00000000C2A0 /* RCTBaseTextInputView.m in Sources */, - 00000000C2B0 /* RCTBaseTextInputViewManager.m in Sources */, - 00000000C1B0 /* RCTBaseTextShadowView.m in Sources */, - 00000000C1C0 /* RCTBaseTextViewManager.m in Sources */, - 00000000BE70 /* RCTBlobManager.mm in Sources */, - 00000000ACC0 /* RCTBorderDrawing.m in Sources */, - 00000000A8A0 /* RCTBridge.m in Sources */, - 00000000A8B0 /* RCTBundleURLProvider.m in Sources */, - 00000000BEC0 /* RCTCameraRollManager.m in Sources */, - 00000000AB30 /* RCTClipboard.m in Sources */, - 00000000ACD0 /* RCTComponentData.m in Sources */, - 00000000ACE0 /* RCTConvert+CoreLocation.m in Sources */, - 00000000C1F0 /* RCTConvert+Text.m in Sources */, - 00000000ACF0 /* RCTConvert+Transform.m in Sources */, - 00000000A8C0 /* RCTConvert.m in Sources */, - 00000000B980 /* RCTCxxBridge.mm in Sources */, - 00000000A8D0 /* RCTCxxConvert.m in Sources */, - 00000000B9C0 /* RCTCxxMethod.mm in Sources */, - 00000000B9D0 /* RCTCxxModule.mm in Sources */, - 00000000B9E0 /* RCTCxxUtils.mm in Sources */, - 00000000C0F0 /* RCTDataRequestHandler.m in Sources */, - 00000000AD00 /* RCTDatePicker.m in Sources */, - 00000000AD10 /* RCTDatePickerManager.m in Sources */, - 00000000BBE0 /* RCTDecayAnimation.m in Sources */, - 00000000AB40 /* RCTDeviceInfo.m in Sources */, - 00000000BAC0 /* RCTDevLoadingView.m in Sources */, - 00000000BAD0 /* RCTDevMenu.m in Sources */, - 00000000AB50 /* RCTDevSettings.mm in Sources */, - 00000000BC40 /* RCTDiffClampAnimatedNode.m in Sources */, - 00000000A8E0 /* RCTDisplayLink.m in Sources */, - 00000000BC50 /* RCTDivisionAnimatedNode.m in Sources */, - 00000000A8F0 /* RCTErrorInfo.m in Sources */, - 00000000BBF0 /* RCTEventAnimation.m in Sources */, - 00000000A900 /* RCTEventDispatcher.m in Sources */, - 00000000AB60 /* RCTEventEmitter.m in Sources */, - 00000000AB70 /* RCTExceptionsManager.m in Sources */, - 00000000BE80 /* RCTFileReaderModule.m in Sources */, - 00000000C100 /* RCTFileRequestHandler.m in Sources */, - 00000000BA00 /* RCTFollyConvert.mm in Sources */, - 00000000AD20 /* RCTFont.mm in Sources */, - 00000000AC60 /* RCTFPSGraph.m in Sources */, - 00000000BC00 /* RCTFrameAnimation.m in Sources */, - 00000000A910 /* RCTFrameUpdate.m in Sources */, - 00000000BF50 /* RCTGIFImageDecoder.m in Sources */, - 00000000C110 /* RCTHTTPRequestHandler.mm in Sources */, - 00000000AB80 /* RCTI18nManager.m in Sources */, - 00000000AB90 /* RCTI18nUtil.m in Sources */, - 00000000BF60 /* RCTImageBlurUtils.m in Sources */, - 00000000BF70 /* RCTImageCache.m in Sources */, - 00000000BF80 /* RCTImageEditingManager.m in Sources */, - 00000000BF90 /* RCTImageLoader.m in Sources */, - 00000000BED0 /* RCTImagePickerManager.m in Sources */, - 00000000BFA0 /* RCTImageShadowView.m in Sources */, - 00000000A920 /* RCTImageSource.m in Sources */, - 00000000BFB0 /* RCTImageStoreManager.m in Sources */, - 00000000BFC0 /* RCTImageUtils.m in Sources */, - 00000000BFD0 /* RCTImageView.m in Sources */, - 00000000BFE0 /* RCTImageViewManager.m in Sources */, - 00000000C2C0 /* RCTInputAccessoryShadowView.m in Sources */, - 00000000C2D0 /* RCTInputAccessoryView.m in Sources */, - 00000000C2E0 /* RCTInputAccessoryViewContent.m in Sources */, - 00000000C2F0 /* RCTInputAccessoryViewManager.m in Sources */, - 00000000BB10 /* RCTInspector.mm in Sources */, - 00000000BAE0 /* RCTInspectorDevServerHelper.mm in Sources */, - 00000000BB20 /* RCTInspectorPackagerConnection.m in Sources */, - 00000000BC60 /* RCTInterpolationAnimatedNode.m in Sources */, - 00000000A930 /* RCTJavaScriptLoader.mm in Sources */, - 00000000A940 /* RCTJSCErrorHandling.mm in Sources */, - 00000000B990 /* RCTJSCHelpers.mm in Sources */, - 00000000ABA0 /* RCTJSCSamplingProfiler.m in Sources */, - 00000000A950 /* RCTJSStackFrame.m in Sources */, - 00000000ABB0 /* RCTKeyboardObserver.m in Sources */, - 00000000A960 /* RCTKeyCommands.m in Sources */, - 00000000AD30 /* RCTLayout.m in Sources */, - 00000000ABC0 /* RCTLayoutAnimation.m in Sources */, - 00000000ABD0 /* RCTLayoutAnimationGroup.m in Sources */, - 00000000C0D0 /* RCTLinkingManager.m in Sources */, - 00000000BFF0 /* RCTLocalAssetImageLoader.m in Sources */, - 00000000BF30 /* RCTLocationObserver.m in Sources */, - 00000000A970 /* RCTLog.mm in Sources */, - 00000000A980 /* RCTManagedPointer.mm in Sources */, - 00000000AD40 /* RCTMaskedView.m in Sources */, - 00000000AD50 /* RCTMaskedViewManager.m in Sources */, - 00000000B9A0 /* RCTMessageThread.mm in Sources */, - 00000000AD60 /* RCTModalHostView.m in Sources */, - 00000000AD70 /* RCTModalHostViewController.m in Sources */, - 00000000AD80 /* RCTModalHostViewManager.m in Sources */, - 00000000AD90 /* RCTModalManager.m in Sources */, - 00000000A990 /* RCTModuleData.mm in Sources */, - 00000000A9A0 /* RCTModuleMethod.mm in Sources */, - 00000000BC70 /* RCTModuloAnimatedNode.m in Sources */, - 00000000C250 /* RCTMultilineTextInputView.m in Sources */, - 00000000C260 /* RCTMultilineTextInputViewManager.m in Sources */, - 00000000A9B0 /* RCTMultipartDataTask.m in Sources */, - 00000000A9C0 /* RCTMultipartStreamReader.m in Sources */, - 00000000BC80 /* RCTMultiplicationAnimatedNode.m in Sources */, - 00000000BD00 /* RCTNativeAnimatedModule.m in Sources */, - 00000000BD10 /* RCTNativeAnimatedNodesManager.m in Sources */, - 00000000B9F0 /* RCTNativeModule.mm in Sources */, - 00000000ADA0 /* RCTNavigator.m in Sources */, - 00000000ADB0 /* RCTNavigatorManager.m in Sources */, - 00000000ADC0 /* RCTNavItem.m in Sources */, - 00000000ADD0 /* RCTNavItemManager.m in Sources */, - 00000000C120 /* RCTNetInfo.m in Sources */, - 00000000C130 /* RCTNetworking.mm in Sources */, - 00000000C140 /* RCTNetworkTask.m in Sources */, - 00000000B9B0 /* RCTObjcExecutor.mm in Sources */, - 00000000BAF0 /* RCTPackagerClient.m in Sources */, - 00000000BB00 /* RCTPackagerConnection.mm in Sources */, - 00000000A9D0 /* RCTParserUtils.m in Sources */, - 00000000AC70 /* RCTPerfMonitor.m in Sources */, - 00000000A9E0 /* RCTPerformanceLogger.m in Sources */, - 00000000BEE0 /* RCTPhotoLibraryImageLoader.m in Sources */, - 00000000ADE0 /* RCTPicker.m in Sources */, - 00000000ADF0 /* RCTPickerManager.m in Sources */, - 00000000A9F0 /* RCTPlatform.m in Sources */, - 00000000AC80 /* RCTProfile.m in Sources */, - 00000000B930 /* RCTProfileTrampoline-arm.S in Sources */, - 00000000B940 /* RCTProfileTrampoline-arm64.S in Sources */, - 00000000B950 /* RCTProfileTrampoline-i386.S in Sources */, - 00000000B960 /* RCTProfileTrampoline-x86_64.S in Sources */, - 00000000AE00 /* RCTProgressViewManager.m in Sources */, - 00000000BC90 /* RCTPropsAnimatedNode.m in Sources */, - 00000000C1D0 /* RCTRawTextShadowView.m in Sources */, - 00000000C1E0 /* RCTRawTextViewManager.m in Sources */, - 00000000C540 /* RCTReconnectingWebSocket.m in Sources */, - 00000000ABE0 /* RCTRedBox.m in Sources */, - 00000000ABF0 /* RCTRedBoxExtraDataViewController.m in Sources */, - 00000000AE10 /* RCTRefreshControl.m in Sources */, - 00000000AE20 /* RCTRefreshControlManager.m in Sources */, - 00000000AA00 /* RCTReloadCommand.m in Sources */, - 00000000C000 /* RCTResizeMode.m in Sources */, - 00000000AA10 /* RCTRootContentView.m in Sources */, - 00000000AE30 /* RCTRootShadowView.m in Sources */, - 00000000AA20 /* RCTRootView.m in Sources */, - 00000000AF80 /* RCTSafeAreaShadowView.m in Sources */, - 00000000AF90 /* RCTSafeAreaView.m in Sources */, - 00000000AFA0 /* RCTSafeAreaViewLocalData.m in Sources */, - 00000000AFB0 /* RCTSafeAreaViewManager.m in Sources */, - 00000000AFC0 /* RCTScrollContentShadowView.m in Sources */, - 00000000AFD0 /* RCTScrollContentView.m in Sources */, - 00000000AFE0 /* RCTScrollContentViewManager.m in Sources */, - 00000000AFF0 /* RCTScrollView.m in Sources */, - 00000000B000 /* RCTScrollViewManager.m in Sources */, - 00000000AE40 /* RCTSegmentedControl.m in Sources */, - 00000000AE50 /* RCTSegmentedControlManager.m in Sources */, - 00000000AE60 /* RCTShadowView+Internal.m in Sources */, - 00000000AE70 /* RCTShadowView+Layout.m in Sources */, - 00000000AE80 /* RCTShadowView.m in Sources */, - 00000000C310 /* RCTSinglelineTextInputView.m in Sources */, - 00000000C320 /* RCTSinglelineTextInputViewManager.m in Sources */, - 00000000AE90 /* RCTSlider.m in Sources */, - 00000000AEA0 /* RCTSliderManager.m in Sources */, - 00000000AC00 /* RCTSourceCode.m in Sources */, - 00000000BC10 /* RCTSpringAnimation.m in Sources */, - 00000000C550 /* RCTSRWebSocket.m in Sources */, - 00000000AC10 /* RCTStatusBarManager.m in Sources */, - 00000000BCA0 /* RCTStyleAnimatedNode.m in Sources */, - 00000000BCB0 /* RCTSubtractionAnimatedNode.m in Sources */, - 00000000AA70 /* RCTSurface.mm in Sources */, - 00000000AAC0 /* RCTSurfaceHostingProxyRootView.mm in Sources */, - 00000000AAD0 /* RCTSurfaceHostingView.mm in Sources */, - 00000000AA80 /* RCTSurfaceRootShadowView.m in Sources */, - 00000000AA90 /* RCTSurfaceRootView.mm in Sources */, - 00000000AAE0 /* RCTSurfaceSizeMeasureMode.mm in Sources */, - 00000000AAA0 /* RCTSurfaceStage.m in Sources */, - 00000000AAB0 /* RCTSurfaceView.mm in Sources */, - 00000000AEB0 /* RCTSwitch.m in Sources */, - 00000000AEC0 /* RCTSwitchManager.m in Sources */, - 00000000AED0 /* RCTTabBar.m in Sources */, - 00000000AEE0 /* RCTTabBarItem.m in Sources */, - 00000000AEF0 /* RCTTabBarItemManager.m in Sources */, - 00000000AF00 /* RCTTabBarManager.m in Sources */, - 00000000C200 /* RCTTextAttributes.m in Sources */, - 00000000C300 /* RCTTextSelection.m in Sources */, - 00000000C220 /* RCTTextShadowView.m in Sources */, - 00000000C230 /* RCTTextView.m in Sources */, - 00000000C240 /* RCTTextViewManager.m in Sources */, - 00000000AC20 /* RCTTiming.m in Sources */, - 00000000AA30 /* RCTTouchEvent.m in Sources */, - 00000000AA40 /* RCTTouchHandler.m in Sources */, - 00000000BCC0 /* RCTTrackingAnimatedNode.m in Sources */, - 00000000BCD0 /* RCTTransformAnimatedNode.m in Sources */, - 00000000AC30 /* RCTUIManager.m in Sources */, - 00000000AC40 /* RCTUIManagerObserverCoordinator.mm in Sources */, - 00000000AC50 /* RCTUIManagerUtils.m in Sources */, - 00000000C330 /* RCTUITextField.m in Sources */, - 00000000C270 /* RCTUITextView.m in Sources */, - 00000000AC90 /* RCTUIUtils.m in Sources */, - 00000000AA50 /* RCTUtils.m in Sources */, - 00000000BCE0 /* RCTValueAnimatedNode.m in Sources */, - 00000000AA60 /* RCTVersion.m in Sources */, - 00000000AF10 /* RCTView.m in Sources */, - 00000000AF20 /* RCTViewManager.m in Sources */, - 00000000C340 /* RCTVirtualTextShadowView.m in Sources */, - 00000000C350 /* RCTVirtualTextViewManager.m in Sources */, - 00000000C560 /* RCTWebSocketExecutor.m in Sources */, - 00000000C570 /* RCTWebSocketModule.m in Sources */, - 00000000AF30 /* RCTWebView.m in Sources */, - 00000000AF40 /* RCTWebViewManager.m in Sources */, - 00000000AF50 /* RCTWKWebView.m in Sources */, - 00000000AF60 /* RCTWKWebViewManager.m in Sources */, - 00000000AF70 /* RCTWrapperViewController.m in Sources */, - 00000000CA20 /* React-dummy.m in Sources */, - 00000000C700 /* ReactMarker.cpp in Sources */, - 00000000C930 /* systemJSCWrapper.cpp in Sources */, - 00000000B010 /* UIView+React.m in Sources */, - 00000000C940 /* Unicode.cpp in Sources */, - 00000000C950 /* Value.cpp in Sources */, + 00000000C620 /* CxxNativeModule.cpp in Sources */, + 00000000C830 /* fishhook.c in Sources */, + 00000000C910 /* InspectorInterfaces.cpp in Sources */, + 00000000C630 /* Instance.cpp in Sources */, + 00000000C640 /* JSBigString.cpp in Sources */, + 00000000C650 /* JSBundleType.cpp in Sources */, + 00000000B9F0 /* JSCExecutorFactory.mm in Sources */, + 00000000C850 /* JSCRuntime.cpp in Sources */, + 00000000C660 /* JSDeltaBundleClient.cpp in Sources */, + 00000000C670 /* JSExecutor.cpp in Sources */, + 00000000C860 /* jsi.cpp in Sources */, + 00000000C870 /* JSIDynamic.cpp in Sources */, + 00000000C8D0 /* JSIExecutor.cpp in Sources */, + 00000000C8E0 /* JSINativeModules.cpp in Sources */, + 00000000C680 /* JSIndexedRAMBundle.cpp in Sources */, + 00000000C690 /* MethodCall.cpp in Sources */, + 00000000C6A0 /* ModuleRegistry.cpp in Sources */, + 00000000C6B0 /* NativeToJsBridge.cpp in Sources */, + 00000000BA00 /* NSDataBigString.mm in Sources */, + 00000000C270 /* NSTextStorage+FontScaling.m in Sources */, + 00000000C6C0 /* RAMBundleRegistry.cpp in Sources */, + 00000000ACA0 /* RCTAccessibilityManager.m in Sources */, + 00000000BC20 /* RCTActionSheetManager.m in Sources */, + 00000000AE40 /* RCTActivityIndicatorView.m in Sources */, + 00000000AE50 /* RCTActivityIndicatorViewManager.m in Sources */, + 00000000BC80 /* RCTAdditionAnimatedNode.m in Sources */, + 00000000ACB0 /* RCTAlertManager.m in Sources */, + 00000000BC90 /* RCTAnimatedNode.m in Sources */, + 00000000BD50 /* RCTAnimationUtils.m in Sources */, + 00000000ACC0 /* RCTAppState.m in Sources */, + 00000000AA50 /* RCTAssert.m in Sources */, + 00000000BF10 /* RCTAssetsLibraryRequestHandler.m in Sources */, + 00000000ACD0 /* RCTAsyncLocalStorage.m in Sources */, + 00000000C2E0 /* RCTBackedTextInputDelegateAdapter.m in Sources */, + 00000000C2F0 /* RCTBaseTextInputShadowView.m in Sources */, + 00000000C300 /* RCTBaseTextInputView.m in Sources */, + 00000000C310 /* RCTBaseTextInputViewManager.m in Sources */, + 00000000C210 /* RCTBaseTextShadowView.m in Sources */, + 00000000C220 /* RCTBaseTextViewManager.m in Sources */, + 00000000BED0 /* RCTBlobManager.mm in Sources */, + 00000000AE60 /* RCTBorderDrawing.m in Sources */, + 00000000AA60 /* RCTBridge.m in Sources */, + 00000000AA70 /* RCTBundleURLProvider.m in Sources */, + 00000000BF20 /* RCTCameraRollManager.m in Sources */, + 00000000ACE0 /* RCTClipboard.m in Sources */, + 00000000AE70 /* RCTComponentData.m in Sources */, + 00000000AE80 /* RCTConvert+CoreLocation.m in Sources */, + 00000000C250 /* RCTConvert+Text.m in Sources */, + 00000000AE90 /* RCTConvert+Transform.m in Sources */, + 00000000AA80 /* RCTConvert.m in Sources */, + 00000000BA10 /* RCTCxxBridge.mm in Sources */, + 00000000AA90 /* RCTCxxConvert.m in Sources */, + 00000000BA40 /* RCTCxxMethod.mm in Sources */, + 00000000BA50 /* RCTCxxModule.mm in Sources */, + 00000000BA60 /* RCTCxxUtils.mm in Sources */, + 00000000C150 /* RCTDataRequestHandler.m in Sources */, + 00000000AEA0 /* RCTDatePicker.m in Sources */, + 00000000AEB0 /* RCTDatePickerManager.m in Sources */, + 00000000BC40 /* RCTDecayAnimation.m in Sources */, + 00000000ACF0 /* RCTDeviceInfo.m in Sources */, + 00000000BB40 /* RCTDevLoadingView.m in Sources */, + 00000000BB50 /* RCTDevMenu.m in Sources */, + 00000000AD00 /* RCTDevSettings.mm in Sources */, + 00000000BCA0 /* RCTDiffClampAnimatedNode.m in Sources */, + 00000000AAA0 /* RCTDisplayLink.m in Sources */, + 00000000BCB0 /* RCTDivisionAnimatedNode.m in Sources */, + 00000000AAB0 /* RCTErrorInfo.m in Sources */, + 00000000BC50 /* RCTEventAnimation.m in Sources */, + 00000000AAC0 /* RCTEventDispatcher.m in Sources */, + 00000000AD10 /* RCTEventEmitter.m in Sources */, + 00000000AD20 /* RCTExceptionsManager.m in Sources */, + 00000000BEE0 /* RCTFileReaderModule.m in Sources */, + 00000000C160 /* RCTFileRequestHandler.m in Sources */, + 00000000BA80 /* RCTFollyConvert.mm in Sources */, + 00000000AEC0 /* RCTFont.mm in Sources */, + 00000000AE00 /* RCTFPSGraph.m in Sources */, + 00000000BC60 /* RCTFrameAnimation.m in Sources */, + 00000000AAD0 /* RCTFrameUpdate.m in Sources */, + 00000000BFB0 /* RCTGIFImageDecoder.m in Sources */, + 00000000C170 /* RCTHTTPRequestHandler.mm in Sources */, + 00000000AD30 /* RCTI18nManager.m in Sources */, + 00000000AD40 /* RCTI18nUtil.m in Sources */, + 00000000BFC0 /* RCTImageBlurUtils.m in Sources */, + 00000000BFD0 /* RCTImageCache.m in Sources */, + 00000000BFE0 /* RCTImageEditingManager.m in Sources */, + 00000000BFF0 /* RCTImageLoader.m in Sources */, + 00000000BF30 /* RCTImagePickerManager.m in Sources */, + 00000000C000 /* RCTImageShadowView.m in Sources */, + 00000000AAE0 /* RCTImageSource.m in Sources */, + 00000000C010 /* RCTImageStoreManager.m in Sources */, + 00000000C020 /* RCTImageUtils.m in Sources */, + 00000000C030 /* RCTImageView.m in Sources */, + 00000000C040 /* RCTImageViewManager.m in Sources */, + 00000000C320 /* RCTInputAccessoryShadowView.m in Sources */, + 00000000C330 /* RCTInputAccessoryView.m in Sources */, + 00000000C340 /* RCTInputAccessoryViewContent.m in Sources */, + 00000000C350 /* RCTInputAccessoryViewManager.m in Sources */, + 00000000BB90 /* RCTInspector.mm in Sources */, + 00000000BB60 /* RCTInspectorDevServerHelper.mm in Sources */, + 00000000BBA0 /* RCTInspectorPackagerConnection.m in Sources */, + 00000000BCC0 /* RCTInterpolationAnimatedNode.m in Sources */, + 00000000AAF0 /* RCTJavaScriptLoader.mm in Sources */, + 00000000AB00 /* RCTJSStackFrame.m in Sources */, + 00000000AD50 /* RCTKeyboardObserver.m in Sources */, + 00000000AB10 /* RCTKeyCommands.m in Sources */, + 00000000AED0 /* RCTLayout.m in Sources */, + 00000000AD60 /* RCTLayoutAnimation.m in Sources */, + 00000000AD70 /* RCTLayoutAnimationGroup.m in Sources */, + 00000000C130 /* RCTLinkingManager.m in Sources */, + 00000000C050 /* RCTLocalAssetImageLoader.m in Sources */, + 00000000BF90 /* RCTLocationObserver.m in Sources */, + 00000000AB20 /* RCTLog.mm in Sources */, + 00000000AB30 /* RCTManagedPointer.mm in Sources */, + 00000000AEE0 /* RCTMaskedView.m in Sources */, + 00000000AEF0 /* RCTMaskedViewManager.m in Sources */, + 00000000BA20 /* RCTMessageThread.mm in Sources */, + 00000000AF00 /* RCTModalHostView.m in Sources */, + 00000000AF10 /* RCTModalHostViewController.m in Sources */, + 00000000AF20 /* RCTModalHostViewManager.m in Sources */, + 00000000AF30 /* RCTModalManager.m in Sources */, + 00000000AB40 /* RCTModuleData.mm in Sources */, + 00000000AB50 /* RCTModuleMethod.mm in Sources */, + 00000000BCD0 /* RCTModuloAnimatedNode.m in Sources */, + 00000000C2B0 /* RCTMultilineTextInputView.m in Sources */, + 00000000C2C0 /* RCTMultilineTextInputViewManager.m in Sources */, + 00000000AB60 /* RCTMultipartDataTask.m in Sources */, + 00000000AB70 /* RCTMultipartStreamReader.m in Sources */, + 00000000BCE0 /* RCTMultiplicationAnimatedNode.m in Sources */, + 00000000BD60 /* RCTNativeAnimatedModule.m in Sources */, + 00000000BD70 /* RCTNativeAnimatedNodesManager.m in Sources */, + 00000000BA70 /* RCTNativeModule.mm in Sources */, + 00000000C180 /* RCTNetInfo.m in Sources */, + 00000000C190 /* RCTNetworking.mm in Sources */, + 00000000C1A0 /* RCTNetworkTask.m in Sources */, + 00000000BA30 /* RCTObjcExecutor.mm in Sources */, + 00000000BB70 /* RCTPackagerClient.m in Sources */, + 00000000BB80 /* RCTPackagerConnection.mm in Sources */, + 00000000AB80 /* RCTParserUtils.m in Sources */, + 00000000AE10 /* RCTPerfMonitor.m in Sources */, + 00000000AB90 /* RCTPerformanceLogger.m in Sources */, + 00000000BF40 /* RCTPhotoLibraryImageLoader.m in Sources */, + 00000000AF40 /* RCTPicker.m in Sources */, + 00000000AF50 /* RCTPickerManager.m in Sources */, + 00000000ABA0 /* RCTPlatform.m in Sources */, + 00000000AE20 /* RCTProfile.m in Sources */, + 00000000B9B0 /* RCTProfileTrampoline-arm.S in Sources */, + 00000000B9C0 /* RCTProfileTrampoline-arm64.S in Sources */, + 00000000B9D0 /* RCTProfileTrampoline-i386.S in Sources */, + 00000000B9E0 /* RCTProfileTrampoline-x86_64.S in Sources */, + 00000000AF60 /* RCTProgressViewManager.m in Sources */, + 00000000BCF0 /* RCTPropsAnimatedNode.m in Sources */, + 00000000C230 /* RCTRawTextShadowView.m in Sources */, + 00000000C240 /* RCTRawTextViewManager.m in Sources */, + 00000000C5A0 /* RCTReconnectingWebSocket.m in Sources */, + 00000000AD80 /* RCTRedBox.m in Sources */, + 00000000AD90 /* RCTRedBoxExtraDataViewController.m in Sources */, + 00000000AF70 /* RCTRefreshControl.m in Sources */, + 00000000AF80 /* RCTRefreshControlManager.m in Sources */, + 00000000ABB0 /* RCTReloadCommand.m in Sources */, + 00000000C060 /* RCTResizeMode.m in Sources */, + 00000000ABC0 /* RCTRootContentView.m in Sources */, + 00000000AF90 /* RCTRootShadowView.m in Sources */, + 00000000ABD0 /* RCTRootView.m in Sources */, + 00000000B0A0 /* RCTSafeAreaShadowView.m in Sources */, + 00000000B0B0 /* RCTSafeAreaView.m in Sources */, + 00000000B0C0 /* RCTSafeAreaViewLocalData.m in Sources */, + 00000000B0D0 /* RCTSafeAreaViewManager.m in Sources */, + 00000000B0E0 /* RCTScrollContentShadowView.m in Sources */, + 00000000B0F0 /* RCTScrollContentView.m in Sources */, + 00000000B100 /* RCTScrollContentViewManager.m in Sources */, + 00000000B110 /* RCTScrollView.m in Sources */, + 00000000B120 /* RCTScrollViewManager.m in Sources */, + 00000000AFA0 /* RCTSegmentedControl.m in Sources */, + 00000000AFB0 /* RCTSegmentedControlManager.m in Sources */, + 00000000AFC0 /* RCTShadowView+Internal.m in Sources */, + 00000000AFD0 /* RCTShadowView+Layout.m in Sources */, + 00000000AFE0 /* RCTShadowView.m in Sources */, + 00000000C370 /* RCTSinglelineTextInputView.m in Sources */, + 00000000C380 /* RCTSinglelineTextInputViewManager.m in Sources */, + 00000000AFF0 /* RCTSlider.m in Sources */, + 00000000B000 /* RCTSliderManager.m in Sources */, + 00000000ADA0 /* RCTSourceCode.m in Sources */, + 00000000BC70 /* RCTSpringAnimation.m in Sources */, + 00000000C5B0 /* RCTSRWebSocket.m in Sources */, + 00000000ADB0 /* RCTStatusBarManager.m in Sources */, + 00000000BD00 /* RCTStyleAnimatedNode.m in Sources */, + 00000000BD10 /* RCTSubtractionAnimatedNode.m in Sources */, + 00000000AC20 /* RCTSurface.mm in Sources */, + 00000000AC70 /* RCTSurfaceHostingProxyRootView.mm in Sources */, + 00000000AC80 /* RCTSurfaceHostingView.mm in Sources */, + 00000000AC30 /* RCTSurfaceRootShadowView.m in Sources */, + 00000000AC40 /* RCTSurfaceRootView.mm in Sources */, + 00000000AC90 /* RCTSurfaceSizeMeasureMode.mm in Sources */, + 00000000AC50 /* RCTSurfaceStage.m in Sources */, + 00000000AC60 /* RCTSurfaceView.mm in Sources */, + 00000000B010 /* RCTSwitch.m in Sources */, + 00000000B020 /* RCTSwitchManager.m in Sources */, + 00000000C260 /* RCTTextAttributes.m in Sources */, + 00000000C360 /* RCTTextSelection.m in Sources */, + 00000000C280 /* RCTTextShadowView.m in Sources */, + 00000000C290 /* RCTTextView.m in Sources */, + 00000000C2A0 /* RCTTextViewManager.m in Sources */, + 00000000ADC0 /* RCTTiming.m in Sources */, + 00000000ABE0 /* RCTTouchEvent.m in Sources */, + 00000000ABF0 /* RCTTouchHandler.m in Sources */, + 00000000BD20 /* RCTTrackingAnimatedNode.m in Sources */, + 00000000BD30 /* RCTTransformAnimatedNode.m in Sources */, + 00000000ADD0 /* RCTUIManager.m in Sources */, + 00000000ADE0 /* RCTUIManagerObserverCoordinator.mm in Sources */, + 00000000ADF0 /* RCTUIManagerUtils.m in Sources */, + 00000000C390 /* RCTUITextField.m in Sources */, + 00000000C2D0 /* RCTUITextView.m in Sources */, + 00000000AE30 /* RCTUIUtils.m in Sources */, + 00000000AC00 /* RCTUtils.m in Sources */, + 00000000BD40 /* RCTValueAnimatedNode.m in Sources */, + 00000000AC10 /* RCTVersion.m in Sources */, + 00000000B030 /* RCTView.m in Sources */, + 00000000B040 /* RCTViewManager.m in Sources */, + 00000000C3A0 /* RCTVirtualTextShadowView.m in Sources */, + 00000000C3B0 /* RCTVirtualTextViewManager.m in Sources */, + 00000000C5C0 /* RCTWebSocketExecutor.m in Sources */, + 00000000C5D0 /* RCTWebSocketModule.m in Sources */, + 00000000B050 /* RCTWebView.m in Sources */, + 00000000B060 /* RCTWebViewManager.m in Sources */, + 00000000B070 /* RCTWKWebView.m in Sources */, + 00000000B080 /* RCTWKWebViewManager.m in Sources */, + 00000000B090 /* RCTWrapperViewController.m in Sources */, + 00000000C970 /* React-dummy.m in Sources */, + 00000000C6D0 /* ReactMarker.cpp in Sources */, + 00000000B130 /* UIView+React.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000CAA0 /* Sources */ = { + 00000000C9F0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000CB40 /* SAMKeychain-dummy.m in Sources */, - 00000000CAC0 /* SAMKeychain.m in Sources */, - 00000000CAD0 /* SAMKeychainQuery.m in Sources */, + 00000000CA90 /* SAMKeychain-dummy.m in Sources */, + 00000000CA10 /* SAMKeychain.m in Sources */, + 00000000CA20 /* SAMKeychainQuery.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000CBC0 /* Sources */ = { + 00000000CB10 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000CBE0 /* NSData+ImageContentType.m in Sources */, - 00000000CBF0 /* SDImageCache.m in Sources */, - 00000000CDF0 /* SDWebImage-dummy.m in Sources */, - 00000000CC00 /* SDWebImageCompat.m in Sources */, - 00000000CC10 /* SDWebImageDecoder.m in Sources */, - 00000000CC20 /* SDWebImageDownloader.m in Sources */, - 00000000CC30 /* SDWebImageDownloaderOperation.m in Sources */, - 00000000CC40 /* SDWebImageManager.m in Sources */, - 00000000CC50 /* SDWebImagePrefetcher.m in Sources */, - 00000000CC60 /* UIButton+WebCache.m in Sources */, - 00000000CC70 /* UIImage+GIF.m in Sources */, - 00000000CC80 /* UIImage+MultiFormat.m in Sources */, - 00000000CC90 /* UIImageView+HighlightedWebCache.m in Sources */, - 00000000CCA0 /* UIImageView+WebCache.m in Sources */, - 00000000CCB0 /* UIView+WebCacheOperation.m in Sources */, + 00000000CB30 /* NSData+ImageContentType.m in Sources */, + 00000000CB40 /* SDImageCache.m in Sources */, + 00000000CD40 /* SDWebImage-dummy.m in Sources */, + 00000000CB50 /* SDWebImageCompat.m in Sources */, + 00000000CB60 /* SDWebImageDecoder.m in Sources */, + 00000000CB70 /* SDWebImageDownloader.m in Sources */, + 00000000CB80 /* SDWebImageDownloaderOperation.m in Sources */, + 00000000CB90 /* SDWebImageManager.m in Sources */, + 00000000CBA0 /* SDWebImagePrefetcher.m in Sources */, + 00000000CBB0 /* UIButton+WebCache.m in Sources */, + 00000000CBC0 /* UIImage+GIF.m in Sources */, + 00000000CBD0 /* UIImage+MultiFormat.m in Sources */, + 00000000CBE0 /* UIImageView+HighlightedWebCache.m in Sources */, + 00000000CBF0 /* UIImageView+WebCache.m in Sources */, + 00000000CC00 /* UIView+WebCacheOperation.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000CE70 /* Sources */ = { + 00000000CDC0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000CE90 /* NSData+Compression.m in Sources */, - 00000000CEA0 /* NSDate+Extras.m in Sources */, - 00000000CEB0 /* NSDictionary+Sanitize.m in Sources */, - 00000000D2B0 /* Sentry-dummy.m in Sources */, - 00000000CEC0 /* SentryAsynchronousOperation.m in Sources */, - 00000000CED0 /* SentryBreadcrumb.m in Sources */, - 00000000CEE0 /* SentryBreadcrumbStore.m in Sources */, - 00000000CEF0 /* SentryBreadcrumbTracker.m in Sources */, - 00000000CF00 /* SentryClient.m in Sources */, - 00000000CF10 /* SentryContext.m in Sources */, - 00000000CF20 /* SentryCrashExceptionApplication.m in Sources */, - 00000000CF30 /* SentryDebugMeta.m in Sources */, - 00000000CF40 /* SentryDsn.m in Sources */, - 00000000CF50 /* SentryError.m in Sources */, - 00000000CF60 /* SentryEvent.m in Sources */, - 00000000CF70 /* SentryException.m in Sources */, - 00000000CF80 /* SentryFileManager.m in Sources */, - 00000000CF90 /* SentryFrame.m in Sources */, - 00000000CFA0 /* SentryJavaScriptBridgeHelper.m in Sources */, - 00000000CFB0 /* SentryKSCrashInstallation.m in Sources */, - 00000000CFC0 /* SentryKSCrashReportConverter.m in Sources */, - 00000000CFD0 /* SentryKSCrashReportSink.m in Sources */, - 00000000CFE0 /* SentryLog.m in Sources */, - 00000000CFF0 /* SentryNSURLRequest.m in Sources */, - 00000000D000 /* SentryQueueableRequestManager.m in Sources */, - 00000000D010 /* SentryRequestOperation.m in Sources */, - 00000000D020 /* SentryStacktrace.m in Sources */, - 00000000D030 /* SentrySwizzle.m in Sources */, - 00000000D040 /* SentryThread.m in Sources */, - 00000000D050 /* SentryUser.m in Sources */, + 00000000CDE0 /* NSData+Compression.m in Sources */, + 00000000CDF0 /* NSDate+Extras.m in Sources */, + 00000000CE00 /* NSDictionary+Sanitize.m in Sources */, + 00000000D200 /* Sentry-dummy.m in Sources */, + 00000000CE10 /* SentryAsynchronousOperation.m in Sources */, + 00000000CE20 /* SentryBreadcrumb.m in Sources */, + 00000000CE30 /* SentryBreadcrumbStore.m in Sources */, + 00000000CE40 /* SentryBreadcrumbTracker.m in Sources */, + 00000000CE50 /* SentryClient.m in Sources */, + 00000000CE60 /* SentryContext.m in Sources */, + 00000000CE70 /* SentryCrashExceptionApplication.m in Sources */, + 00000000CE80 /* SentryDebugMeta.m in Sources */, + 00000000CE90 /* SentryDsn.m in Sources */, + 00000000CEA0 /* SentryError.m in Sources */, + 00000000CEB0 /* SentryEvent.m in Sources */, + 00000000CEC0 /* SentryException.m in Sources */, + 00000000CED0 /* SentryFileManager.m in Sources */, + 00000000CEE0 /* SentryFrame.m in Sources */, + 00000000CEF0 /* SentryJavaScriptBridgeHelper.m in Sources */, + 00000000CF00 /* SentryKSCrashInstallation.m in Sources */, + 00000000CF10 /* SentryKSCrashReportConverter.m in Sources */, + 00000000CF20 /* SentryKSCrashReportSink.m in Sources */, + 00000000CF30 /* SentryLog.m in Sources */, + 00000000CF40 /* SentryNSURLRequest.m in Sources */, + 00000000CF50 /* SentryQueueableRequestManager.m in Sources */, + 00000000CF60 /* SentryRequestOperation.m in Sources */, + 00000000CF70 /* SentryStacktrace.m in Sources */, + 00000000CF80 /* SentrySwizzle.m in Sources */, + 00000000CF90 /* SentryThread.m in Sources */, + 00000000CFA0 /* SentryUser.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000D330 /* Sources */ = { + 00000000D280 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000D350 /* RNSentry.m in Sources */, - 00000000D360 /* RNSentryEventEmitter.m in Sources */, - 00000000D3D0 /* SentryReactNative-dummy.m in Sources */, + 00000000D2A0 /* RNSentry.m in Sources */, + 00000000D2B0 /* RNSentryEventEmitter.m in Sources */, + 00000000D320 /* SentryReactNative-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000D450 /* Sources */ = { + 00000000D3A0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000D640 /* Specta-dummy.m in Sources */, - 00000000D470 /* SpectaDSL.m in Sources */, - 00000000D480 /* SpectaUtility.m in Sources */, - 00000000D490 /* SPTCallSite.m in Sources */, - 00000000D4A0 /* SPTCompiledExample.m in Sources */, - 00000000D4B0 /* SPTExample.m in Sources */, - 00000000D4C0 /* SPTExampleGroup.m in Sources */, - 00000000D4D0 /* SPTSharedExampleGroups.m in Sources */, - 00000000D4E0 /* SPTSpec.m in Sources */, - 00000000D4F0 /* SPTTestSuite.m in Sources */, - 00000000D500 /* XCTestCase+Specta.m in Sources */, + 00000000D590 /* Specta-dummy.m in Sources */, + 00000000D3C0 /* SpectaDSL.m in Sources */, + 00000000D3D0 /* SpectaUtility.m in Sources */, + 00000000D3E0 /* SPTCallSite.m in Sources */, + 00000000D3F0 /* SPTCompiledExample.m in Sources */, + 00000000D400 /* SPTExample.m in Sources */, + 00000000D410 /* SPTExampleGroup.m in Sources */, + 00000000D420 /* SPTSharedExampleGroups.m in Sources */, + 00000000D430 /* SPTSpec.m in Sources */, + 00000000D440 /* SPTTestSuite.m in Sources */, + 00000000D450 /* XCTestCase+Specta.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000D6C0 /* Sources */ = { + 00000000D610 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000DC50 /* NSArray+Stripe_BoundSafe.m in Sources */, - 00000000DC60 /* NSBundle+Stripe_AppName.m in Sources */, - 00000000DC70 /* NSCharacterSet+Stripe.m in Sources */, - 00000000DC80 /* NSDecimalNumber+Stripe_Currency.m in Sources */, - 00000000DC90 /* NSDictionary+Stripe.m in Sources */, - 00000000DCA0 /* NSMutableURLRequest+Stripe.m in Sources */, - 00000000DCB0 /* NSString+Stripe.m in Sources */, - 00000000DCC0 /* NSURLComponents+Stripe.m in Sources */, - 00000000DCD0 /* PKPayment+Stripe.m in Sources */, - 00000000DCE0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.m in Sources */, - 00000000DCF0 /* STPAddCardViewController.m in Sources */, - 00000000DD00 /* STPAddress.m in Sources */, - 00000000DD10 /* STPAddressFieldTableViewCell.m in Sources */, - 00000000DD20 /* STPAddressViewModel.m in Sources */, - 00000000DD30 /* STPAnalyticsClient.m in Sources */, - 00000000DD40 /* STPAPIClient+ApplePay.m in Sources */, - 00000000DD50 /* STPAPIClient.m in Sources */, - 00000000DD60 /* STPAPIRequest.m in Sources */, - 00000000DD70 /* STPApplePayPaymentMethod.m in Sources */, - 00000000DD80 /* STPAspects.m in Sources */, - 00000000DD90 /* STPBankAccount.m in Sources */, - 00000000DDA0 /* STPBankAccountParams.m in Sources */, - 00000000DDB0 /* STPBINRange.m in Sources */, - 00000000DDC0 /* STPBundleLocator.m in Sources */, - 00000000DDD0 /* STPCard.m in Sources */, - 00000000DDE0 /* STPCardIOProxy.m in Sources */, - 00000000DDF0 /* STPCardParams.m in Sources */, - 00000000DE00 /* STPCardTuple.m in Sources */, - 00000000DE10 /* STPCardValidator.m in Sources */, - 00000000DE20 /* STPCategoryLoader.m in Sources */, - 00000000DE30 /* STPColorUtils.m in Sources */, + 00000000DC30 /* NSArray+Stripe.m in Sources */, + 00000000DC40 /* NSBundle+Stripe_AppName.m in Sources */, + 00000000DC50 /* NSCharacterSet+Stripe.m in Sources */, + 00000000DC60 /* NSDecimalNumber+Stripe_Currency.m in Sources */, + 00000000DC70 /* NSDictionary+Stripe.m in Sources */, + 00000000DC80 /* NSError+Stripe.m in Sources */, + 00000000DC90 /* NSMutableURLRequest+Stripe.m in Sources */, + 00000000DCA0 /* NSString+Stripe.m in Sources */, + 00000000DCB0 /* NSURLComponents+Stripe.m in Sources */, + 00000000DCC0 /* PKPayment+Stripe.m in Sources */, + 00000000DCD0 /* PKPaymentAuthorizationViewController+Stripe_Blocks.m in Sources */, + 00000000DCE0 /* STPAddCardViewController.m in Sources */, + 00000000DCF0 /* STPAddress.m in Sources */, + 00000000DD00 /* STPAddressFieldTableViewCell.m in Sources */, + 00000000DD10 /* STPAddressViewModel.m in Sources */, + 00000000DD20 /* STPAnalyticsClient.m in Sources */, + 00000000DD30 /* STPAPIClient+ApplePay.m in Sources */, + 00000000DD40 /* STPAPIClient.m in Sources */, + 00000000DD50 /* STPAPIRequest.m in Sources */, + 00000000DD60 /* STPApplePayPaymentMethod.m in Sources */, + 00000000DD70 /* STPAspects.m in Sources */, + 00000000DD80 /* STPBankAccount.m in Sources */, + 00000000DD90 /* STPBankAccountParams.m in Sources */, + 00000000DDA0 /* STPBINRange.m in Sources */, + 00000000DDB0 /* STPBundleLocator.m in Sources */, + 00000000DDC0 /* STPCard.m in Sources */, + 00000000DDD0 /* STPCardIOProxy.m in Sources */, + 00000000DDE0 /* STPCardParams.m in Sources */, + 00000000DDF0 /* STPCardValidator+Private.m in Sources */, + 00000000DE00 /* STPCardValidator.m in Sources */, + 00000000DE10 /* STPCategoryLoader.m in Sources */, + 00000000DE20 /* STPColorUtils.m in Sources */, + 00000000DE30 /* STPConnectAccountParams.m in Sources */, 00000000DE40 /* STPCoreScrollViewController.m in Sources */, 00000000DE50 /* STPCoreTableViewController.m in Sources */, 00000000DE60 /* STPCoreViewController.m in Sources */, - 00000000DE70 /* STPCustomer.m in Sources */, - 00000000DE80 /* STPCustomerContext.m in Sources */, - 00000000DE90 /* STPDelegateProxy.m in Sources */, - 00000000DEA0 /* STPDispatchFunctions.m in Sources */, - 00000000DEB0 /* STPEmailAddressValidator.m in Sources */, - 00000000DEC0 /* STPEphemeralKey.m in Sources */, - 00000000DED0 /* STPEphemeralKeyManager.m in Sources */, - 00000000DEE0 /* STPFile.m in Sources */, - 00000000DEF0 /* STPFormEncoder.m in Sources */, - 00000000DF00 /* STPFormTextField.m in Sources */, - 00000000DF10 /* STPImageLibrary.m in Sources */, - 00000000DF20 /* STPLocalizationUtils.m in Sources */, - 00000000DF30 /* STPMultipartFormDataEncoder.m in Sources */, - 00000000DF40 /* STPMultipartFormDataPart.m in Sources */, - 00000000DF50 /* STPPaymentActivityIndicatorView.m in Sources */, - 00000000DF60 /* STPPaymentCardTextField.m in Sources */, - 00000000DF70 /* STPPaymentCardTextFieldCell.m in Sources */, - 00000000DF80 /* STPPaymentCardTextFieldViewModel.m in Sources */, - 00000000DF90 /* STPPaymentConfiguration.m in Sources */, - 00000000DFA0 /* STPPaymentContext.m in Sources */, - 00000000DFB0 /* STPPaymentContextAmountModel.m in Sources */, - 00000000DFC0 /* STPPaymentMethodsInternalViewController.m in Sources */, - 00000000DFD0 /* STPPaymentMethodsViewController.m in Sources */, - 00000000DFE0 /* STPPaymentMethodTableViewCell.m in Sources */, - 00000000DFF0 /* STPPaymentMethodTuple.m in Sources */, - 00000000E000 /* STPPaymentResult.m in Sources */, - 00000000E010 /* STPPhoneNumberValidator.m in Sources */, - 00000000E020 /* STPPostalCodeValidator.m in Sources */, - 00000000E030 /* STPPromise.m in Sources */, - 00000000E040 /* STPRedirectContext.m in Sources */, - 00000000E050 /* STPSectionHeaderView.m in Sources */, - 00000000E060 /* STPShippingAddressViewController.m in Sources */, - 00000000E070 /* STPShippingMethodsViewController.m in Sources */, - 00000000E080 /* STPShippingMethodTableViewCell.m in Sources */, - 00000000E090 /* STPSource.m in Sources */, - 00000000E0A0 /* STPSourceCardDetails.m in Sources */, - 00000000E0B0 /* STPSourceOwner.m in Sources */, - 00000000E0C0 /* STPSourceParams.m in Sources */, - 00000000E0D0 /* STPSourcePoller.m in Sources */, - 00000000E0E0 /* STPSourceReceiver.m in Sources */, - 00000000E0F0 /* STPSourceRedirect.m in Sources */, - 00000000E100 /* STPSourceSEPADebitDetails.m in Sources */, - 00000000E110 /* STPSourceVerification.m in Sources */, - 00000000E120 /* STPStringUtils.m in Sources */, - 00000000E130 /* STPSwitchTableViewCell.m in Sources */, - 00000000E140 /* STPTelemetryClient.m in Sources */, - 00000000E150 /* STPTheme.m in Sources */, - 00000000E160 /* STPToken.m in Sources */, - 00000000E170 /* STPURLCallbackHandler.m in Sources */, - 00000000E180 /* STPUserInformation.m in Sources */, - 00000000EAC0 /* Stripe-dummy.m in Sources */, - 00000000E190 /* StripeError.m in Sources */, - 00000000E1A0 /* UIBarButtonItem+Stripe.m in Sources */, - 00000000E1B0 /* UIImage+Stripe.m in Sources */, - 00000000E1C0 /* UINavigationBar+Stripe_Theme.m in Sources */, - 00000000E1D0 /* UINavigationController+Stripe_Completion.m in Sources */, - 00000000E1E0 /* UITableViewCell+Stripe_Borders.m in Sources */, - 00000000E1F0 /* UIToolbar+Stripe_InputAccessory.m in Sources */, - 00000000E200 /* UIView+Stripe_FirstResponder.m in Sources */, - 00000000E210 /* UIViewController+Stripe_KeyboardAvoiding.m in Sources */, - 00000000E220 /* UIViewController+Stripe_NavigationItemProxy.m in Sources */, - 00000000E230 /* UIViewController+Stripe_ParentViewController.m in Sources */, - 00000000E240 /* UIViewController+Stripe_Promises.m in Sources */, + 00000000DE70 /* STPCustomer+SourceTuple.m in Sources */, + 00000000DE80 /* STPCustomer.m in Sources */, + 00000000DE90 /* STPCustomerContext.m in Sources */, + 00000000DEA0 /* STPDelegateProxy.m in Sources */, + 00000000DEB0 /* STPDispatchFunctions.m in Sources */, + 00000000DEC0 /* STPEmailAddressValidator.m in Sources */, + 00000000DED0 /* STPEphemeralKey.m in Sources */, + 00000000DEE0 /* STPEphemeralKeyManager.m in Sources */, + 00000000DEF0 /* STPFile.m in Sources */, + 00000000DF00 /* STPFormEncoder.m in Sources */, + 00000000DF10 /* STPFormTextField.m in Sources */, + 00000000DF20 /* STPGenericStripeObject.m in Sources */, + 00000000DF30 /* STPImageLibrary.m in Sources */, + 00000000DF40 /* STPLegalEntityParams.m in Sources */, + 00000000DF50 /* STPLocalizationUtils.m in Sources */, + 00000000DF60 /* STPMultipartFormDataEncoder.m in Sources */, + 00000000DF70 /* STPMultipartFormDataPart.m in Sources */, + 00000000DF80 /* STPPaymentActivityIndicatorView.m in Sources */, + 00000000DF90 /* STPPaymentCardTextField.m in Sources */, + 00000000DFA0 /* STPPaymentCardTextFieldCell.m in Sources */, + 00000000DFB0 /* STPPaymentCardTextFieldViewModel.m in Sources */, + 00000000DFC0 /* STPPaymentConfiguration.m in Sources */, + 00000000DFD0 /* STPPaymentContext.m in Sources */, + 00000000DFE0 /* STPPaymentContextAmountModel.m in Sources */, + 00000000DFF0 /* STPPaymentIntent.m in Sources */, + 00000000E000 /* STPPaymentIntentParams.m in Sources */, + 00000000E010 /* STPPaymentIntentSourceAction.m in Sources */, + 00000000E020 /* STPPaymentIntentSourceActionAuthorizeWithURL.m in Sources */, + 00000000E030 /* STPPaymentMethodsInternalViewController.m in Sources */, + 00000000E040 /* STPPaymentMethodsViewController.m in Sources */, + 00000000E050 /* STPPaymentMethodTableViewCell.m in Sources */, + 00000000E060 /* STPPaymentMethodTuple.m in Sources */, + 00000000E070 /* STPPaymentResult.m in Sources */, + 00000000E080 /* STPPhoneNumberValidator.m in Sources */, + 00000000E090 /* STPPostalCodeValidator.m in Sources */, + 00000000E0A0 /* STPPromise.m in Sources */, + 00000000E0B0 /* STPRedirectContext.m in Sources */, + 00000000E0C0 /* STPSectionHeaderView.m in Sources */, + 00000000E0D0 /* STPShippingAddressViewController.m in Sources */, + 00000000E0E0 /* STPShippingMethodsViewController.m in Sources */, + 00000000E0F0 /* STPShippingMethodTableViewCell.m in Sources */, + 00000000E100 /* STPSource.m in Sources */, + 00000000E110 /* STPSourceCardDetails.m in Sources */, + 00000000E120 /* STPSourceOwner.m in Sources */, + 00000000E130 /* STPSourceParams.m in Sources */, + 00000000E140 /* STPSourcePoller.m in Sources */, + 00000000E150 /* STPSourceReceiver.m in Sources */, + 00000000E160 /* STPSourceRedirect.m in Sources */, + 00000000E170 /* STPSourceSEPADebitDetails.m in Sources */, + 00000000E180 /* STPSourceVerification.m in Sources */, + 00000000E190 /* STPStringUtils.m in Sources */, + 00000000E1A0 /* STPSwitchTableViewCell.m in Sources */, + 00000000E1B0 /* STPTelemetryClient.m in Sources */, + 00000000E1C0 /* STPTheme.m in Sources */, + 00000000E1D0 /* STPToken.m in Sources */, + 00000000E1E0 /* STPURLCallbackHandler.m in Sources */, + 00000000E1F0 /* STPUserInformation.m in Sources */, + 00000000E200 /* STPValidatedTextField.m in Sources */, + 00000000EC30 /* Stripe-dummy.m in Sources */, + 00000000E210 /* StripeError.m in Sources */, + 00000000E220 /* UIBarButtonItem+Stripe.m in Sources */, + 00000000E230 /* UIImage+Stripe.m in Sources */, + 00000000E240 /* UINavigationBar+Stripe_Theme.m in Sources */, + 00000000E250 /* UINavigationController+Stripe_Completion.m in Sources */, + 00000000E260 /* UITableViewCell+Stripe_Borders.m in Sources */, + 00000000E270 /* UIToolbar+Stripe_InputAccessory.m in Sources */, + 00000000E280 /* UIView+Stripe_FirstResponder.m in Sources */, + 00000000E290 /* UIView+Stripe_SafeAreaBounds.m in Sources */, + 00000000E2A0 /* UIViewController+Stripe_KeyboardAvoiding.m in Sources */, + 00000000E2B0 /* UIViewController+Stripe_NavigationItemProxy.m in Sources */, + 00000000E2C0 /* UIViewController+Stripe_ParentViewController.m in Sources */, + 00000000E2D0 /* UIViewController+Stripe_Promises.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000D730 /* Sources */ = { + 00000000D680 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000EB40 /* Sources */ = { + 00000000ECB0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000EBC0 /* UIView+BooleanAnimations-dummy.m in Sources */, - 00000000EB60 /* UIView+BooleanAnimations.m in Sources */, + 00000000ED30 /* UIView+BooleanAnimations-dummy.m in Sources */, + 00000000ECD0 /* UIView+BooleanAnimations.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000ECB0 /* Sources */ = { + 00000000EE20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000ECD0 /* demangle.cc in Sources */, - 00000000EDD0 /* glog-dummy.m in Sources */, - 00000000ECE0 /* logging.cc in Sources */, - 00000000ECF0 /* raw_logging.cc in Sources */, - 00000000ED00 /* signalhandler.cc in Sources */, - 00000000ED10 /* symbolize.cc in Sources */, - 00000000ED20 /* utilities.cc in Sources */, - 00000000ED30 /* vlog_is_on.cc in Sources */, + 00000000EE40 /* demangle.cc in Sources */, + 00000000EF40 /* glog-dummy.m in Sources */, + 00000000EE50 /* logging.cc in Sources */, + 00000000EE60 /* raw_logging.cc in Sources */, + 00000000EE70 /* signalhandler.cc in Sources */, + 00000000EE80 /* symbolize.cc in Sources */, + 00000000EE90 /* utilities.cc in Sources */, + 00000000EEA0 /* vlog_is_on.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000EE50 /* Sources */ = { + 00000000EFC0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000EE70 /* CameraMode.m in Sources */, - 00000000EE80 /* CameraStop.m in Sources */, - 00000000EE90 /* CameraUpdateItem.m in Sources */, - 00000000EEA0 /* CameraUpdateQueue.m in Sources */, - 00000000EEB0 /* FilterList.m in Sources */, - 00000000EEC0 /* FilterParser.m in Sources */, - 00000000EED0 /* MGLFaux3DUserLocationAnnotationView.m in Sources */, - 00000000EEE0 /* MGLModule.m in Sources */, - 00000000EEF0 /* MGLOfflineModule.m in Sources */, - 00000000EF00 /* MGLSnapshotModule.m in Sources */, - 00000000EF10 /* MGLUserLocationHeadingArrowLayer.m in Sources */, - 00000000EF20 /* MGLUserLocationHeadingBeamLayer.m in Sources */, - 00000000EF30 /* RCTConvert+Mapbox.m in Sources */, - 00000000EF40 /* RCTMGL.m in Sources */, - 00000000EF50 /* RCTMGLBackgroundLayer.m in Sources */, - 00000000EF60 /* RCTMGLBackgroundLayerManager.m in Sources */, - 00000000EF70 /* RCTMGLCallout.m in Sources */, - 00000000EF80 /* RCTMGLCalloutManager.m in Sources */, - 00000000EF90 /* RCTMGLCircleLayer.m in Sources */, - 00000000EFA0 /* RCTMGLCircleLayerManager.m in Sources */, - 00000000EFB0 /* RCTMGLEvent.m in Sources */, - 00000000EFC0 /* RCTMGLEventTypes.m in Sources */, - 00000000EFD0 /* RCTMGLFillExtrusionLayer.m in Sources */, - 00000000EFE0 /* RCTMGLFillExtrusionLayerManager.m in Sources */, - 00000000EFF0 /* RCTMGLFillLayer.m in Sources */, - 00000000F000 /* RCTMGLFillLayerManager.m in Sources */, - 00000000F010 /* RCTMGLImageQueue.m in Sources */, - 00000000F020 /* RCTMGLImageQueueOperation.m in Sources */, - 00000000F030 /* RCTMGLImageSource.m in Sources */, - 00000000F040 /* RCTMGLImageSourceManager.m in Sources */, - 00000000F050 /* RCTMGLLayer.m in Sources */, - 00000000F060 /* RCTMGLLight.m in Sources */, - 00000000F070 /* RCTMGLLightManager.m in Sources */, - 00000000F080 /* RCTMGLLineLayer.m in Sources */, - 00000000F090 /* RCTMGLLineLayerManager.m in Sources */, - 00000000F0A0 /* RCTMGLMapTouchEvent.m in Sources */, - 00000000F0B0 /* RCTMGLMapView.m in Sources */, - 00000000F0C0 /* RCTMGLMapViewManager.m in Sources */, - 00000000F0D0 /* RCTMGLPointAnnotation.m in Sources */, - 00000000F0E0 /* RCTMGLPointAnnotationManager.m in Sources */, - 00000000F0F0 /* RCTMGLRasterLayer.m in Sources */, - 00000000F100 /* RCTMGLRasterLayerManager.m in Sources */, - 00000000F110 /* RCTMGLRasterSource.m in Sources */, - 00000000F120 /* RCTMGLRasterSourceManager.m in Sources */, - 00000000F130 /* RCTMGLShapeSource.m in Sources */, - 00000000F140 /* RCTMGLShapeSourceManager.m in Sources */, - 00000000F150 /* RCTMGLSource.m in Sources */, - 00000000F160 /* RCTMGLStyle.m in Sources */, - 00000000F170 /* RCTMGLStyleValue.m in Sources */, - 00000000F180 /* RCTMGLSymbolLayer.m in Sources */, - 00000000F190 /* RCTMGLSymbolLayerManager.m in Sources */, - 00000000F1A0 /* RCTMGLUtils.m in Sources */, - 00000000F1B0 /* RCTMGLVectorSource.m in Sources */, - 00000000F1C0 /* RCTMGLVectorSourceManager.m in Sources */, - 00000000F5D0 /* react-native-mapbox-gl-dummy.m in Sources */, - 00000000F1D0 /* RNMBImageUtils.m in Sources */, - 00000000F1E0 /* ViewManager.m in Sources */, + 00000000EFE0 /* CameraMode.m in Sources */, + 00000000EFF0 /* CameraStop.m in Sources */, + 00000000F000 /* CameraUpdateItem.m in Sources */, + 00000000F010 /* CameraUpdateQueue.m in Sources */, + 00000000F020 /* FilterList.m in Sources */, + 00000000F030 /* FilterParser.m in Sources */, + 00000000F040 /* MGLFaux3DUserLocationAnnotationView.m in Sources */, + 00000000F050 /* MGLModule.m in Sources */, + 00000000F060 /* MGLOfflineModule.m in Sources */, + 00000000F070 /* MGLSnapshotModule.m in Sources */, + 00000000F080 /* MGLUserLocationHeadingArrowLayer.m in Sources */, + 00000000F090 /* MGLUserLocationHeadingBeamLayer.m in Sources */, + 00000000F0A0 /* RCTConvert+Mapbox.m in Sources */, + 00000000F0B0 /* RCTMGL.m in Sources */, + 00000000F0C0 /* RCTMGLBackgroundLayer.m in Sources */, + 00000000F0D0 /* RCTMGLBackgroundLayerManager.m in Sources */, + 00000000F0E0 /* RCTMGLCallout.m in Sources */, + 00000000F0F0 /* RCTMGLCalloutManager.m in Sources */, + 00000000F100 /* RCTMGLCircleLayer.m in Sources */, + 00000000F110 /* RCTMGLCircleLayerManager.m in Sources */, + 00000000F120 /* RCTMGLEvent.m in Sources */, + 00000000F130 /* RCTMGLEventTypes.m in Sources */, + 00000000F140 /* RCTMGLFillExtrusionLayer.m in Sources */, + 00000000F150 /* RCTMGLFillExtrusionLayerManager.m in Sources */, + 00000000F160 /* RCTMGLFillLayer.m in Sources */, + 00000000F170 /* RCTMGLFillLayerManager.m in Sources */, + 00000000F180 /* RCTMGLImageQueue.m in Sources */, + 00000000F190 /* RCTMGLImageQueueOperation.m in Sources */, + 00000000F1A0 /* RCTMGLImageSource.m in Sources */, + 00000000F1B0 /* RCTMGLImageSourceManager.m in Sources */, + 00000000F1C0 /* RCTMGLLayer.m in Sources */, + 00000000F1D0 /* RCTMGLLight.m in Sources */, + 00000000F1E0 /* RCTMGLLightManager.m in Sources */, + 00000000F1F0 /* RCTMGLLineLayer.m in Sources */, + 00000000F200 /* RCTMGLLineLayerManager.m in Sources */, + 00000000F210 /* RCTMGLMapTouchEvent.m in Sources */, + 00000000F220 /* RCTMGLMapView.m in Sources */, + 00000000F230 /* RCTMGLMapViewManager.m in Sources */, + 00000000F240 /* RCTMGLPointAnnotation.m in Sources */, + 00000000F250 /* RCTMGLPointAnnotationManager.m in Sources */, + 00000000F260 /* RCTMGLRasterLayer.m in Sources */, + 00000000F270 /* RCTMGLRasterLayerManager.m in Sources */, + 00000000F280 /* RCTMGLRasterSource.m in Sources */, + 00000000F290 /* RCTMGLRasterSourceManager.m in Sources */, + 00000000F2A0 /* RCTMGLShapeSource.m in Sources */, + 00000000F2B0 /* RCTMGLShapeSourceManager.m in Sources */, + 00000000F2C0 /* RCTMGLSource.m in Sources */, + 00000000F2D0 /* RCTMGLStyle.m in Sources */, + 00000000F2E0 /* RCTMGLStyleValue.m in Sources */, + 00000000F2F0 /* RCTMGLSymbolLayer.m in Sources */, + 00000000F300 /* RCTMGLSymbolLayerManager.m in Sources */, + 00000000F310 /* RCTMGLUtils.m in Sources */, + 00000000F320 /* RCTMGLVectorSource.m in Sources */, + 00000000F330 /* RCTMGLVectorSourceManager.m in Sources */, + 00000000F740 /* react-native-mapbox-gl-dummy.m in Sources */, + 00000000F340 /* RNMBImageUtils.m in Sources */, + 00000000F350 /* ViewManager.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000F650 /* Sources */ = { + 00000000F7C0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000F730 /* tipsi-stripe-dummy.m in Sources */, - 00000000F670 /* TPSCardField.m in Sources */, - 00000000F680 /* TPSCardFieldManager.m in Sources */, - 00000000F690 /* TPSError.m in Sources */, - 00000000F6A0 /* TPSStripeManager.m in Sources */, + 00000000F7E0 /* RCTNavigator.m in Sources */, + 00000000F7F0 /* RCTNavigatorManager.m in Sources */, + 00000000F800 /* RCTNavItem.m in Sources */, + 00000000F810 /* RCTNavItemManager.m in Sources */, + 00000000F820 /* RCTWrapperViewControllerWithNavItem.m in Sources */, + 00000000F8C0 /* react-native-navigator-ios-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000F7B0 /* Sources */ = { + 00000000F940 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000F7D0 /* Utils.cpp in Sources */, - 00000000F7E0 /* YGConfig.cpp in Sources */, - 00000000F7F0 /* YGEnums.cpp in Sources */, - 00000000F800 /* YGFloatOptional.cpp in Sources */, - 00000000F810 /* YGLayout.cpp in Sources */, - 00000000F820 /* YGNode.cpp in Sources */, - 00000000F830 /* YGNodePrint.cpp in Sources */, - 00000000F840 /* YGStyle.cpp in Sources */, - 00000000F950 /* yoga-dummy.m in Sources */, - 00000000F850 /* Yoga.cpp in Sources */, + 00000000FA20 /* tipsi-stripe-dummy.m in Sources */, + 00000000F960 /* TPSCardField.m in Sources */, + 00000000F970 /* TPSCardFieldManager.m in Sources */, + 00000000F980 /* TPSError.m in Sources */, + 00000000F990 /* TPSStripeManager.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000F9D0 /* Sources */ = { + 00000000FAA0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000FAB0 /* Pods-Emission-dummy.m in Sources */, + 00000000FAC0 /* Utils.cpp in Sources */, + 00000000FAD0 /* YGConfig.cpp in Sources */, + 00000000FAE0 /* YGEnums.cpp in Sources */, + 00000000FAF0 /* YGLayout.cpp in Sources */, + 00000000FB00 /* YGMarker.cpp in Sources */, + 00000000FB10 /* YGNode.cpp in Sources */, + 00000000FB20 /* YGNodePrint.cpp in Sources */, + 00000000FB30 /* YGStyle.cpp in Sources */, + 00000000FB40 /* YGValue.cpp in Sources */, + 00000000FC90 /* yoga-dummy.m in Sources */, + 00000000FB50 /* Yoga.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 00000000FB30 /* Sources */ = { + 00000000FD10 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00000000FBF0 /* Pods-EmissionTests-dummy.m in Sources */, + 00000000FDF0 /* Pods-Emission-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 00000000FE70 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 00000000FF30 /* Pods-EmissionTests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 00000000FC10 /* PBXTargetDependency */ = { + 00000000FF50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ARGenericTableViewController; - target = 0000000074C0 /* ARGenericTableViewController */; - targetProxy = 00000000FC00 /* PBXContainerItemProxy */; + target = 000000007620 /* ARGenericTableViewController */; + targetProxy = 00000000FF40 /* PBXContainerItemProxy */; }; - 00000000FC30 /* PBXTargetDependency */ = { + 00000000FF70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Artsy+Authentication"; - target = 000000007620 /* Artsy+Authentication */; - targetProxy = 00000000FC20 /* PBXContainerItemProxy */; + target = 000000007780 /* Artsy+Authentication */; + targetProxy = 00000000FF60 /* PBXContainerItemProxy */; }; - 00000000FC50 /* PBXTargetDependency */ = { + 00000000FF90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Artsy+UIColors"; - target = 0000000077D0 /* Artsy+UIColors */; - targetProxy = 00000000FC40 /* PBXContainerItemProxy */; + target = 000000007930 /* Artsy+UIColors */; + targetProxy = 00000000FF80 /* PBXContainerItemProxy */; }; - 00000000FC70 /* PBXTargetDependency */ = { + 00000000FFB0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Artsy+UIFonts"; - target = 0000000078F0 /* Artsy+UIFonts */; - targetProxy = 00000000FC60 /* PBXContainerItemProxy */; + target = 000000007A50 /* Artsy+UIFonts */; + targetProxy = 00000000FFA0 /* PBXContainerItemProxy */; }; - 00000000FC90 /* PBXTargetDependency */ = { + 00000000FFD0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Artsy-UIButtons"; - target = 0000000079F0 /* Artsy-UIButtons */; - targetProxy = 00000000FC80 /* PBXContainerItemProxy */; + target = 000000007B50 /* Artsy-UIButtons */; + targetProxy = 00000000FFC0 /* PBXContainerItemProxy */; }; - 00000000FCB0 /* PBXTargetDependency */ = { + 00000000FFF0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; - target = 000000007AF0 /* DoubleConversion */; - targetProxy = 00000000FCA0 /* PBXContainerItemProxy */; + target = 000000007C50 /* DoubleConversion */; + targetProxy = 00000000FFE0 /* PBXContainerItemProxy */; }; - 00000000FCD0 /* PBXTargetDependency */ = { + 000000010010 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Emission; - target = 000000007CF0 /* Emission */; - targetProxy = 00000000FCC0 /* PBXContainerItemProxy */; + target = 000000007E50 /* Emission */; + targetProxy = 000000010000 /* PBXContainerItemProxy */; }; - 00000000FCF0 /* PBXTargetDependency */ = { + 000000010030 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Extraction; - target = 000000008A20 /* Extraction */; - targetProxy = 00000000FCE0 /* PBXContainerItemProxy */; + target = 000000008B80 /* Extraction */; + targetProxy = 000000010020 /* PBXContainerItemProxy */; }; - 00000000FD10 /* PBXTargetDependency */ = { + 000000010050 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FLKAutoLayout; - target = 000000008DD0 /* FLKAutoLayout */; - targetProxy = 00000000FD00 /* PBXContainerItemProxy */; + target = 000000008F30 /* FLKAutoLayout */; + targetProxy = 000000010040 /* PBXContainerItemProxy */; }; - 00000000FD30 /* PBXTargetDependency */ = { + 000000010070 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; - target = 000000008FA0 /* Folly */; - targetProxy = 00000000FD20 /* PBXContainerItemProxy */; + target = 000000009100 /* Folly */; + targetProxy = 000000010060 /* PBXContainerItemProxy */; }; - 00000000FD50 /* PBXTargetDependency */ = { + 000000010090 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ISO8601DateFormatter; - target = 000000009110 /* ISO8601DateFormatter */; - targetProxy = 00000000FD40 /* PBXContainerItemProxy */; + target = 0000000092D0 /* ISO8601DateFormatter */; + targetProxy = 000000010080 /* PBXContainerItemProxy */; }; - 00000000FD70 /* PBXTargetDependency */ = { + 0000000100B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KSCrash; - target = 000000009210 /* KSCrash */; - targetProxy = 00000000FD60 /* PBXContainerItemProxy */; + target = 0000000093D0 /* KSCrash */; + targetProxy = 0000000100A0 /* PBXContainerItemProxy */; }; - 00000000FD90 /* PBXTargetDependency */ = { + 0000000100D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Keys; - target = 000000009AF0 /* Keys */; - targetProxy = 00000000FD80 /* PBXContainerItemProxy */; + target = 000000009CB0 /* Keys */; + targetProxy = 0000000100C0 /* PBXContainerItemProxy */; }; - 00000000FDB0 /* PBXTargetDependency */ = { + 0000000100F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "NSURL+QueryDictionary"; - target = 000000009BF0 /* NSURL+QueryDictionary */; - targetProxy = 00000000FDA0 /* PBXContainerItemProxy */; + target = 000000009DB0 /* NSURL+QueryDictionary */; + targetProxy = 0000000100E0 /* PBXContainerItemProxy */; }; - 00000000FDD0 /* PBXTargetDependency */ = { + 000000010110 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ORStackView; - target = 000000009CF0 /* ORStackView */; - targetProxy = 00000000FDC0 /* PBXContainerItemProxy */; + target = 000000009EB0 /* ORStackView */; + targetProxy = 000000010100 /* PBXContainerItemProxy */; }; - 00000000FDF0 /* PBXTargetDependency */ = { + 000000010130 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Pulley; - target = 000000009E70 /* Pulley */; - targetProxy = 00000000FDE0 /* PBXContainerItemProxy */; + target = 00000000A030 /* Pulley */; + targetProxy = 000000010120 /* PBXContainerItemProxy */; }; - 00000000FE10 /* PBXTargetDependency */ = { + 000000010150 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNSVG; - target = 000000009FD0 /* RNSVG */; - targetProxy = 00000000FE00 /* PBXContainerItemProxy */; + target = 00000000A190 /* RNSVG */; + targetProxy = 000000010140 /* PBXContainerItemProxy */; }; - 00000000FE30 /* PBXTargetDependency */ = { + 000000010170 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; - target = 00000000A800 /* React */; - targetProxy = 00000000FE20 /* PBXContainerItemProxy */; + target = 00000000A9C0 /* React */; + targetProxy = 000000010160 /* PBXContainerItemProxy */; }; - 00000000FE50 /* PBXTargetDependency */ = { + 000000010190 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SAMKeychain; - target = 00000000CA30 /* SAMKeychain */; - targetProxy = 00000000FE40 /* PBXContainerItemProxy */; + target = 00000000C980 /* SAMKeychain */; + targetProxy = 000000010180 /* PBXContainerItemProxy */; }; - 00000000FE70 /* PBXTargetDependency */ = { + 0000000101B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; - target = 00000000CB50 /* SDWebImage */; - targetProxy = 00000000FE60 /* PBXContainerItemProxy */; + target = 00000000CAA0 /* SDWebImage */; + targetProxy = 0000000101A0 /* PBXContainerItemProxy */; }; - 00000000FE90 /* PBXTargetDependency */ = { + 0000000101D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Sentry; - target = 00000000CE00 /* Sentry */; - targetProxy = 00000000FE80 /* PBXContainerItemProxy */; + target = 00000000CD50 /* Sentry */; + targetProxy = 0000000101C0 /* PBXContainerItemProxy */; }; - 00000000FEB0 /* PBXTargetDependency */ = { + 0000000101F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SentryReactNative; - target = 00000000D2C0 /* SentryReactNative */; - targetProxy = 00000000FEA0 /* PBXContainerItemProxy */; + target = 00000000D210 /* SentryReactNative */; + targetProxy = 0000000101E0 /* PBXContainerItemProxy */; }; - 00000000FED0 /* PBXTargetDependency */ = { + 000000010210 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Stripe; - target = 00000000D650 /* Stripe */; - targetProxy = 00000000FEC0 /* PBXContainerItemProxy */; + target = 00000000D5A0 /* Stripe */; + targetProxy = 000000010200 /* PBXContainerItemProxy */; }; - 00000000FEF0 /* PBXTargetDependency */ = { + 000000010230 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "UIView+BooleanAnimations"; - target = 00000000EAD0 /* UIView+BooleanAnimations */; - targetProxy = 00000000FEE0 /* PBXContainerItemProxy */; + target = 00000000EC40 /* UIView+BooleanAnimations */; + targetProxy = 000000010220 /* PBXContainerItemProxy */; }; - 00000000FF10 /* PBXTargetDependency */ = { + 000000010250 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; - target = 00000000EBD0 /* boost-for-react-native */; - targetProxy = 00000000FF00 /* PBXContainerItemProxy */; + target = 00000000ED40 /* boost-for-react-native */; + targetProxy = 000000010240 /* PBXContainerItemProxy */; }; - 00000000FF30 /* PBXTargetDependency */ = { + 000000010270 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; - target = 00000000EC40 /* glog */; - targetProxy = 00000000FF20 /* PBXContainerItemProxy */; + target = 00000000EDB0 /* glog */; + targetProxy = 000000010260 /* PBXContainerItemProxy */; }; - 00000000FF50 /* PBXTargetDependency */ = { + 000000010290 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-mapbox-gl"; - target = 00000000EDE0 /* react-native-mapbox-gl */; - targetProxy = 00000000FF40 /* PBXContainerItemProxy */; + target = 00000000EF50 /* react-native-mapbox-gl */; + targetProxy = 000000010280 /* PBXContainerItemProxy */; }; - 00000000FF70 /* PBXTargetDependency */ = { + 0000000102B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-navigator-ios"; + target = 00000000F750 /* react-native-navigator-ios */; + targetProxy = 0000000102A0 /* PBXContainerItemProxy */; + }; + 0000000102D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "tipsi-stripe"; - target = 00000000F5E0 /* tipsi-stripe */; - targetProxy = 00000000FF60 /* PBXContainerItemProxy */; + target = 00000000F8D0 /* tipsi-stripe */; + targetProxy = 0000000102C0 /* PBXContainerItemProxy */; }; - 00000000FF90 /* PBXTargetDependency */ = { + 0000000102F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = yoga; - target = 00000000F740 /* yoga */; - targetProxy = 00000000FF80 /* PBXContainerItemProxy */; + target = 00000000FA30 /* yoga */; + targetProxy = 0000000102E0 /* PBXContainerItemProxy */; }; - 00000000FFB0 /* PBXTargetDependency */ = { + 000000010310 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Pods-Emission"; - target = 00000000F960 /* Pods-Emission */; - targetProxy = 00000000FFA0 /* PBXContainerItemProxy */; + target = 00000000FCA0 /* Pods-Emission */; + targetProxy = 000000010300 /* PBXContainerItemProxy */; }; - 00000000FFD0 /* PBXTargetDependency */ = { + 000000010330 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Expecta; - target = 0000000084B0 /* Expecta */; - targetProxy = 00000000FFC0 /* PBXContainerItemProxy */; + target = 000000008610 /* Expecta */; + targetProxy = 000000010320 /* PBXContainerItemProxy */; }; - 00000000FFF0 /* PBXTargetDependency */ = { + 000000010350 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBSnapshotTestCase; - target = 000000008BC0 /* FBSnapshotTestCase */; - targetProxy = 00000000FFE0 /* PBXContainerItemProxy */; + target = 000000008D20 /* FBSnapshotTestCase */; + targetProxy = 000000010340 /* PBXContainerItemProxy */; }; - 000000010010 /* PBXTargetDependency */ = { + 000000010370 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Specta; - target = 00000000D3E0 /* Specta */; - targetProxy = 000000010000 /* PBXContainerItemProxy */; + target = 00000000D330 /* Specta */; + targetProxy = 000000010360 /* PBXContainerItemProxy */; }; - 000000010030 /* PBXTargetDependency */ = { + 000000010390 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ISO8601DateFormatter; - target = 000000009110 /* ISO8601DateFormatter */; - targetProxy = 000000010020 /* PBXContainerItemProxy */; + target = 0000000092D0 /* ISO8601DateFormatter */; + targetProxy = 000000010380 /* PBXContainerItemProxy */; }; - 000000010050 /* PBXTargetDependency */ = { + 0000000103B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "NSURL+QueryDictionary"; - target = 000000009BF0 /* NSURL+QueryDictionary */; - targetProxy = 000000010040 /* PBXContainerItemProxy */; + target = 000000009DB0 /* NSURL+QueryDictionary */; + targetProxy = 0000000103A0 /* PBXContainerItemProxy */; }; - 000000010070 /* PBXTargetDependency */ = { + 0000000103D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Artsy+UIColors"; - target = 0000000077D0 /* Artsy+UIColors */; - targetProxy = 000000010060 /* PBXContainerItemProxy */; + target = 000000007930 /* Artsy+UIColors */; + targetProxy = 0000000103C0 /* PBXContainerItemProxy */; }; - 000000010090 /* PBXTargetDependency */ = { + 0000000103F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Artsy+UIFonts"; - target = 0000000078F0 /* Artsy+UIFonts */; - targetProxy = 000000010080 /* PBXContainerItemProxy */; + target = 000000007A50 /* Artsy+UIFonts */; + targetProxy = 0000000103E0 /* PBXContainerItemProxy */; }; - 0000000100B0 /* PBXTargetDependency */ = { + 000000010410 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "UIView+BooleanAnimations"; - target = 00000000EAD0 /* UIView+BooleanAnimations */; - targetProxy = 0000000100A0 /* PBXContainerItemProxy */; + target = 00000000EC40 /* UIView+BooleanAnimations */; + targetProxy = 000000010400 /* PBXContainerItemProxy */; }; - 0000000100D0 /* PBXTargetDependency */ = { + 000000010430 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Artsy+UIColors"; - target = 0000000077D0 /* Artsy+UIColors */; - targetProxy = 0000000100C0 /* PBXContainerItemProxy */; + target = 000000007930 /* Artsy+UIColors */; + targetProxy = 000000010420 /* PBXContainerItemProxy */; }; - 0000000100F0 /* PBXTargetDependency */ = { + 000000010450 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Artsy+UIFonts"; - target = 0000000078F0 /* Artsy+UIFonts */; - targetProxy = 0000000100E0 /* PBXContainerItemProxy */; + target = 000000007A50 /* Artsy+UIFonts */; + targetProxy = 000000010440 /* PBXContainerItemProxy */; }; - 000000010110 /* PBXTargetDependency */ = { + 000000010470 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Extraction; - target = 000000008A20 /* Extraction */; - targetProxy = 000000010100 /* PBXContainerItemProxy */; + target = 000000008B80 /* Extraction */; + targetProxy = 000000010460 /* PBXContainerItemProxy */; }; - 000000010130 /* PBXTargetDependency */ = { + 000000010490 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Pulley; - target = 000000009E70 /* Pulley */; - targetProxy = 000000010120 /* PBXContainerItemProxy */; + target = 00000000A030 /* Pulley */; + targetProxy = 000000010480 /* PBXContainerItemProxy */; }; - 000000010150 /* PBXTargetDependency */ = { + 0000000104B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ISO8601DateFormatter; - target = 000000009110 /* ISO8601DateFormatter */; - targetProxy = 000000010140 /* PBXContainerItemProxy */; + target = 0000000092D0 /* ISO8601DateFormatter */; + targetProxy = 0000000104A0 /* PBXContainerItemProxy */; }; - 000000010170 /* PBXTargetDependency */ = { + 0000000104D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SDWebImage; - target = 00000000CB50 /* SDWebImage */; - targetProxy = 000000010160 /* PBXContainerItemProxy */; + target = 00000000CAA0 /* SDWebImage */; + targetProxy = 0000000104C0 /* PBXContainerItemProxy */; }; - 000000010190 /* PBXTargetDependency */ = { + 0000000104F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; - target = 00000000A800 /* React */; - targetProxy = 000000010180 /* PBXContainerItemProxy */; + target = 00000000A9C0 /* React */; + targetProxy = 0000000104E0 /* PBXContainerItemProxy */; }; - 0000000101B0 /* PBXTargetDependency */ = { + 000000010510 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = yoga; - target = 00000000F740 /* yoga */; - targetProxy = 0000000101A0 /* PBXContainerItemProxy */; + target = 00000000FA30 /* yoga */; + targetProxy = 000000010500 /* PBXContainerItemProxy */; }; - 0000000101D0 /* PBXTargetDependency */ = { + 000000010530 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; - target = 000000007AF0 /* DoubleConversion */; - targetProxy = 0000000101C0 /* PBXContainerItemProxy */; + target = 000000007C50 /* DoubleConversion */; + targetProxy = 000000010520 /* PBXContainerItemProxy */; }; - 0000000101F0 /* PBXTargetDependency */ = { + 000000010550 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; - target = 000000008FA0 /* Folly */; - targetProxy = 0000000101E0 /* PBXContainerItemProxy */; + target = 000000009100 /* Folly */; + targetProxy = 000000010540 /* PBXContainerItemProxy */; }; - 000000010210 /* PBXTargetDependency */ = { + 000000010570 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; - target = 00000000EC40 /* glog */; - targetProxy = 000000010200 /* PBXContainerItemProxy */; + target = 00000000EDB0 /* glog */; + targetProxy = 000000010560 /* PBXContainerItemProxy */; }; - 000000010230 /* PBXTargetDependency */ = { + 000000010590 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "tipsi-stripe"; - target = 00000000F5E0 /* tipsi-stripe */; - targetProxy = 000000010220 /* PBXContainerItemProxy */; + target = 00000000F8D0 /* tipsi-stripe */; + targetProxy = 000000010580 /* PBXContainerItemProxy */; }; - 000000010250 /* PBXTargetDependency */ = { + 0000000105B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-mapbox-gl"; - target = 00000000EDE0 /* react-native-mapbox-gl */; - targetProxy = 000000010240 /* PBXContainerItemProxy */; + target = 00000000EF50 /* react-native-mapbox-gl */; + targetProxy = 0000000105A0 /* PBXContainerItemProxy */; }; - 000000010270 /* PBXTargetDependency */ = { + 0000000105D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SentryReactNative; - target = 00000000D2C0 /* SentryReactNative */; - targetProxy = 000000010260 /* PBXContainerItemProxy */; + target = 00000000D210 /* SentryReactNative */; + targetProxy = 0000000105C0 /* PBXContainerItemProxy */; }; - 000000010290 /* PBXTargetDependency */ = { + 0000000105F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNSVG; - target = 000000009FD0 /* RNSVG */; - targetProxy = 000000010280 /* PBXContainerItemProxy */; + target = 00000000A190 /* RNSVG */; + targetProxy = 0000000105E0 /* PBXContainerItemProxy */; }; - 0000000102B0 /* PBXTargetDependency */ = { + 000000010610 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ORStackView; - target = 000000009CF0 /* ORStackView */; - targetProxy = 0000000102A0 /* PBXContainerItemProxy */; + target = 000000009EB0 /* ORStackView */; + targetProxy = 000000010600 /* PBXContainerItemProxy */; }; - 0000000102D0 /* PBXTargetDependency */ = { + 000000010630 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Artsy-UIButtons"; - target = 0000000079F0 /* Artsy-UIButtons */; - targetProxy = 0000000102C0 /* PBXContainerItemProxy */; + target = 000000007B50 /* Artsy-UIButtons */; + targetProxy = 000000010620 /* PBXContainerItemProxy */; }; - 0000000102F0 /* PBXTargetDependency */ = { + 000000010650 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "UIView+BooleanAnimations"; - target = 00000000EAD0 /* UIView+BooleanAnimations */; - targetProxy = 0000000102E0 /* PBXContainerItemProxy */; + target = 00000000EC40 /* UIView+BooleanAnimations */; + targetProxy = 000000010640 /* PBXContainerItemProxy */; }; - 000000010310 /* PBXTargetDependency */ = { + 000000010670 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Artsy+UIFonts"; - target = 0000000078F0 /* Artsy+UIFonts */; - targetProxy = 000000010300 /* PBXContainerItemProxy */; + target = 000000007A50 /* Artsy+UIFonts */; + targetProxy = 000000010660 /* PBXContainerItemProxy */; }; - 000000010330 /* PBXTargetDependency */ = { + 000000010690 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Artsy+UIColors"; - target = 0000000077D0 /* Artsy+UIColors */; - targetProxy = 000000010320 /* PBXContainerItemProxy */; + target = 000000007930 /* Artsy+UIColors */; + targetProxy = 000000010680 /* PBXContainerItemProxy */; }; - 000000010350 /* PBXTargetDependency */ = { + 0000000106B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FLKAutoLayout; - target = 000000008DD0 /* FLKAutoLayout */; - targetProxy = 000000010340 /* PBXContainerItemProxy */; + target = 000000008F30 /* FLKAutoLayout */; + targetProxy = 0000000106A0 /* PBXContainerItemProxy */; }; - 000000010370 /* PBXTargetDependency */ = { + 0000000106D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; - target = 00000000EBD0 /* boost-for-react-native */; - targetProxy = 000000010360 /* PBXContainerItemProxy */; + target = 00000000ED40 /* boost-for-react-native */; + targetProxy = 0000000106C0 /* PBXContainerItemProxy */; }; - 000000010390 /* PBXTargetDependency */ = { + 0000000106F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; - target = 000000007AF0 /* DoubleConversion */; - targetProxy = 000000010380 /* PBXContainerItemProxy */; + target = 000000007C50 /* DoubleConversion */; + targetProxy = 0000000106E0 /* PBXContainerItemProxy */; }; - 0000000103B0 /* PBXTargetDependency */ = { + 000000010710 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; - target = 00000000EC40 /* glog */; - targetProxy = 0000000103A0 /* PBXContainerItemProxy */; + target = 00000000EDB0 /* glog */; + targetProxy = 000000010700 /* PBXContainerItemProxy */; }; - 0000000103D0 /* PBXTargetDependency */ = { + 000000010730 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FLKAutoLayout; - target = 000000008DD0 /* FLKAutoLayout */; - targetProxy = 0000000103C0 /* PBXContainerItemProxy */; + target = 000000008F30 /* FLKAutoLayout */; + targetProxy = 000000010720 /* PBXContainerItemProxy */; }; - 0000000103F0 /* PBXTargetDependency */ = { + 000000010750 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; - target = 00000000A800 /* React */; - targetProxy = 0000000103E0 /* PBXContainerItemProxy */; + target = 00000000A9C0 /* React */; + targetProxy = 000000010740 /* PBXContainerItemProxy */; }; - 000000010410 /* PBXTargetDependency */ = { + 000000010770 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = yoga; - target = 00000000F740 /* yoga */; - targetProxy = 000000010400 /* PBXContainerItemProxy */; + target = 00000000FA30 /* yoga */; + targetProxy = 000000010760 /* PBXContainerItemProxy */; }; - 000000010430 /* PBXTargetDependency */ = { + 000000010790 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; - target = 000000008FA0 /* Folly */; - targetProxy = 000000010420 /* PBXContainerItemProxy */; + target = 000000009100 /* Folly */; + targetProxy = 000000010780 /* PBXContainerItemProxy */; }; - 000000010450 /* PBXTargetDependency */ = { + 0000000107B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; - target = 00000000EBD0 /* boost-for-react-native */; - targetProxy = 000000010440 /* PBXContainerItemProxy */; + target = 00000000ED40 /* boost-for-react-native */; + targetProxy = 0000000107A0 /* PBXContainerItemProxy */; }; - 000000010470 /* PBXTargetDependency */ = { + 0000000107D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 000000007C50 /* DoubleConversion */; + targetProxy = 0000000107C0 /* PBXContainerItemProxy */; + }; + 0000000107F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = 00000000EDB0 /* glog */; + targetProxy = 0000000107E0 /* PBXContainerItemProxy */; + }; + 000000010810 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KSCrash; - target = 000000009210 /* KSCrash */; - targetProxy = 000000010460 /* PBXContainerItemProxy */; + target = 0000000093D0 /* KSCrash */; + targetProxy = 000000010800 /* PBXContainerItemProxy */; }; - 000000010490 /* PBXTargetDependency */ = { + 000000010830 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; - target = 00000000A800 /* React */; - targetProxy = 000000010480 /* PBXContainerItemProxy */; + target = 00000000A9C0 /* React */; + targetProxy = 000000010820 /* PBXContainerItemProxy */; }; - 0000000104B0 /* PBXTargetDependency */ = { + 000000010850 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Sentry; - target = 00000000CE00 /* Sentry */; - targetProxy = 0000000104A0 /* PBXContainerItemProxy */; + target = 00000000CD50 /* Sentry */; + targetProxy = 000000010840 /* PBXContainerItemProxy */; }; - 0000000104D0 /* PBXTargetDependency */ = { + 000000010870 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Stripe-Stripe"; - target = 00000000D6E0 /* Stripe-Stripe */; - targetProxy = 0000000104C0 /* PBXContainerItemProxy */; + target = 00000000D630 /* Stripe-Stripe */; + targetProxy = 000000010860 /* PBXContainerItemProxy */; }; - 0000000104F0 /* PBXTargetDependency */ = { + 000000010890 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; - target = 00000000A800 /* React */; - targetProxy = 0000000104E0 /* PBXContainerItemProxy */; + target = 00000000A9C0 /* React */; + targetProxy = 000000010880 /* PBXContainerItemProxy */; }; - 000000010510 /* PBXTargetDependency */ = { + 0000000108B0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; - target = 00000000A800 /* React */; - targetProxy = 000000010500 /* PBXContainerItemProxy */; + target = 00000000A9C0 /* React */; + targetProxy = 0000000108A0 /* PBXContainerItemProxy */; }; - 000000010530 /* PBXTargetDependency */ = { + 0000000108D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 00000000A9C0 /* React */; + targetProxy = 0000000108C0 /* PBXContainerItemProxy */; + }; + 0000000108F0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Stripe; - target = 00000000D650 /* Stripe */; - targetProxy = 000000010520 /* PBXContainerItemProxy */; + target = 00000000D5A0 /* Stripe */; + targetProxy = 0000000108E0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ - 0000000070A0 /* Localizable.strings */ = { + 0000000071B0 /* Localizable.strings */ = { isa = PBXVariantGroup; children = ( - 0000000070B0 /* Localizable.strings */, - 0000000070C0 /* Localizable.strings */, - 0000000070D0 /* Localizable.strings */, - 0000000070E0 /* Localizable.strings */, - 0000000070F0 /* Localizable.strings */, - 000000007100 /* Localizable.strings */, - 000000007110 /* Localizable.strings */, - 000000007120 /* Localizable.strings */, + 0000000071C0 /* Localizable.strings */, + 0000000071D0 /* Localizable.strings */, + 0000000071E0 /* Localizable.strings */, + 0000000071F0 /* Localizable.strings */, + 000000007200 /* Localizable.strings */, + 000000007210 /* Localizable.strings */, + 000000007220 /* Localizable.strings */, + 000000007230 /* Localizable.strings */, + 000000007240 /* Localizable.strings */, + 000000007250 /* Localizable.strings */, ); name = Localizable.strings; path = Stripe/Resources/Localizations; @@ -11166,7 +11391,8 @@ MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 4.2; SYMROOT = "${SRCROOT}/../build"; }; @@ -11225,15 +11451,16 @@ MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 4.2; SYMROOT = "${SRCROOT}/../build"; }; name = Deploy; }; - 0000000074E0 /* Release */ = { + 000000007640 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000075E0 /* ARGenericTableViewController.xcconfig */; + baseConfigurationReference = 000000007740 /* ARGenericTableViewController.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11256,9 +11483,9 @@ }; name = Release; }; - 0000000074F0 /* Debug */ = { + 000000007650 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000075E0 /* ARGenericTableViewController.xcconfig */; + baseConfigurationReference = 000000007740 /* ARGenericTableViewController.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11280,9 +11507,9 @@ }; name = Debug; }; - 000000007500 /* Deploy */ = { + 000000007660 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000075E0 /* ARGenericTableViewController.xcconfig */; + baseConfigurationReference = 000000007740 /* ARGenericTableViewController.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11305,9 +11532,9 @@ }; name = Deploy; }; - 000000007640 /* Release */ = { + 0000000077A0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000007790 /* Artsy+Authentication.xcconfig */; + baseConfigurationReference = 0000000078F0 /* Artsy+Authentication.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11330,9 +11557,9 @@ }; name = Release; }; - 000000007650 /* Debug */ = { + 0000000077B0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000007790 /* Artsy+Authentication.xcconfig */; + baseConfigurationReference = 0000000078F0 /* Artsy+Authentication.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11354,9 +11581,9 @@ }; name = Debug; }; - 000000007660 /* Deploy */ = { + 0000000077C0 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000007790 /* Artsy+Authentication.xcconfig */; + baseConfigurationReference = 0000000078F0 /* Artsy+Authentication.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11379,9 +11606,9 @@ }; name = Deploy; }; - 0000000077F0 /* Release */ = { + 000000007950 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000078B0 /* Artsy+UIColors.xcconfig */; + baseConfigurationReference = 000000007A10 /* Artsy+UIColors.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11404,9 +11631,9 @@ }; name = Release; }; - 000000007800 /* Debug */ = { + 000000007960 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000078B0 /* Artsy+UIColors.xcconfig */; + baseConfigurationReference = 000000007A10 /* Artsy+UIColors.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11428,9 +11655,9 @@ }; name = Debug; }; - 000000007810 /* Deploy */ = { + 000000007970 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000078B0 /* Artsy+UIColors.xcconfig */; + baseConfigurationReference = 000000007A10 /* Artsy+UIColors.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11453,9 +11680,9 @@ }; name = Deploy; }; - 000000007910 /* Release */ = { + 000000007A70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000079B0 /* Artsy+UIFonts.xcconfig */; + baseConfigurationReference = 000000007B10 /* Artsy+UIFonts.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11478,9 +11705,9 @@ }; name = Release; }; - 000000007920 /* Debug */ = { + 000000007A80 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000079B0 /* Artsy+UIFonts.xcconfig */; + baseConfigurationReference = 000000007B10 /* Artsy+UIFonts.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11502,9 +11729,9 @@ }; name = Debug; }; - 000000007930 /* Deploy */ = { + 000000007A90 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000079B0 /* Artsy+UIFonts.xcconfig */; + baseConfigurationReference = 000000007B10 /* Artsy+UIFonts.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11527,9 +11754,9 @@ }; name = Deploy; }; - 000000007A10 /* Release */ = { + 000000007B70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000007AB0 /* Artsy-UIButtons.xcconfig */; + baseConfigurationReference = 000000007C10 /* Artsy-UIButtons.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11552,9 +11779,9 @@ }; name = Release; }; - 000000007A20 /* Debug */ = { + 000000007B80 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000007AB0 /* Artsy-UIButtons.xcconfig */; + baseConfigurationReference = 000000007C10 /* Artsy-UIButtons.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11576,9 +11803,9 @@ }; name = Debug; }; - 000000007A30 /* Deploy */ = { + 000000007B90 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000007AB0 /* Artsy-UIButtons.xcconfig */; + baseConfigurationReference = 000000007C10 /* Artsy-UIButtons.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11601,9 +11828,9 @@ }; name = Deploy; }; - 000000007B10 /* Release */ = { + 000000007C70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000007CB0 /* DoubleConversion.xcconfig */; + baseConfigurationReference = 000000007E10 /* DoubleConversion.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11626,9 +11853,9 @@ }; name = Release; }; - 000000007B20 /* Debug */ = { + 000000007C80 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000007CB0 /* DoubleConversion.xcconfig */; + baseConfigurationReference = 000000007E10 /* DoubleConversion.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11650,9 +11877,9 @@ }; name = Debug; }; - 000000007B30 /* Deploy */ = { + 000000007C90 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000007CB0 /* DoubleConversion.xcconfig */; + baseConfigurationReference = 000000007E10 /* DoubleConversion.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11675,9 +11902,9 @@ }; name = Deploy; }; - 000000007D10 /* Release */ = { + 000000007E70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000008470 /* Emission.xcconfig */; + baseConfigurationReference = 0000000085D0 /* Emission.xcconfig */; buildSettings = { CLANG_WARN_STRICT_PROTOTYPES = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -11702,9 +11929,9 @@ }; name = Release; }; - 000000007D20 /* Debug */ = { + 000000007E80 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000008470 /* Emission.xcconfig */; + baseConfigurationReference = 0000000085D0 /* Emission.xcconfig */; buildSettings = { CLANG_WARN_STRICT_PROTOTYPES = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -11732,9 +11959,9 @@ }; name = Debug; }; - 000000007D30 /* Deploy */ = { + 000000007E90 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000008470 /* Emission.xcconfig */; + baseConfigurationReference = 0000000085D0 /* Emission.xcconfig */; buildSettings = { CLANG_WARN_STRICT_PROTOTYPES = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -11759,9 +11986,9 @@ }; name = Deploy; }; - 0000000084D0 /* Release */ = { + 000000008630 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000089E0 /* Expecta.xcconfig */; + baseConfigurationReference = 000000008B40 /* Expecta.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11784,9 +12011,9 @@ }; name = Release; }; - 0000000084E0 /* Debug */ = { + 000000008640 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000089E0 /* Expecta.xcconfig */; + baseConfigurationReference = 000000008B40 /* Expecta.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11808,9 +12035,9 @@ }; name = Debug; }; - 0000000084F0 /* Deploy */ = { + 000000008650 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000089E0 /* Expecta.xcconfig */; + baseConfigurationReference = 000000008B40 /* Expecta.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11833,9 +12060,9 @@ }; name = Deploy; }; - 000000008A40 /* Release */ = { + 000000008BA0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000008B80 /* Extraction.xcconfig */; + baseConfigurationReference = 000000008CE0 /* Extraction.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11858,9 +12085,9 @@ }; name = Release; }; - 000000008A50 /* Debug */ = { + 000000008BB0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000008B80 /* Extraction.xcconfig */; + baseConfigurationReference = 000000008CE0 /* Extraction.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11882,9 +12109,9 @@ }; name = Debug; }; - 000000008A60 /* Deploy */ = { + 000000008BC0 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000008B80 /* Extraction.xcconfig */; + baseConfigurationReference = 000000008CE0 /* Extraction.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11907,9 +12134,9 @@ }; name = Deploy; }; - 000000008BE0 /* Release */ = { + 000000008D40 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000008D50 /* FBSnapshotTestCase.xcconfig */; + baseConfigurationReference = 000000008EB0 /* FBSnapshotTestCase.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11933,9 +12160,9 @@ }; name = Release; }; - 000000008BF0 /* Debug */ = { + 000000008D50 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000008D50 /* FBSnapshotTestCase.xcconfig */; + baseConfigurationReference = 000000008EB0 /* FBSnapshotTestCase.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11958,9 +12185,9 @@ }; name = Debug; }; - 000000008C00 /* Deploy */ = { + 000000008D60 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000008D50 /* FBSnapshotTestCase.xcconfig */; + baseConfigurationReference = 000000008EB0 /* FBSnapshotTestCase.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -11984,9 +12211,9 @@ }; name = Deploy; }; - 000000008DF0 /* Release */ = { + 000000008F50 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000008F60 /* FLKAutoLayout.xcconfig */; + baseConfigurationReference = 0000000090C0 /* FLKAutoLayout.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12009,9 +12236,9 @@ }; name = Release; }; - 000000008E00 /* Debug */ = { + 000000008F60 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000008F60 /* FLKAutoLayout.xcconfig */; + baseConfigurationReference = 0000000090C0 /* FLKAutoLayout.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12033,9 +12260,9 @@ }; name = Debug; }; - 000000008E10 /* Deploy */ = { + 000000008F70 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000008F60 /* FLKAutoLayout.xcconfig */; + baseConfigurationReference = 0000000090C0 /* FLKAutoLayout.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12058,9 +12285,9 @@ }; name = Deploy; }; - 000000008FC0 /* Release */ = { + 000000009120 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000090D0 /* Folly.xcconfig */; + baseConfigurationReference = 000000009290 /* Folly.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12083,9 +12310,9 @@ }; name = Release; }; - 000000008FD0 /* Debug */ = { + 000000009130 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000090D0 /* Folly.xcconfig */; + baseConfigurationReference = 000000009290 /* Folly.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12107,9 +12334,9 @@ }; name = Debug; }; - 000000008FE0 /* Deploy */ = { + 000000009140 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000090D0 /* Folly.xcconfig */; + baseConfigurationReference = 000000009290 /* Folly.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12132,9 +12359,9 @@ }; name = Deploy; }; - 000000009130 /* Release */ = { + 0000000092F0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000091D0 /* ISO8601DateFormatter.xcconfig */; + baseConfigurationReference = 000000009390 /* ISO8601DateFormatter.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12157,9 +12384,9 @@ }; name = Release; }; - 000000009140 /* Debug */ = { + 000000009300 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000091D0 /* ISO8601DateFormatter.xcconfig */; + baseConfigurationReference = 000000009390 /* ISO8601DateFormatter.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12181,9 +12408,9 @@ }; name = Debug; }; - 000000009150 /* Deploy */ = { + 000000009310 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0000000091D0 /* ISO8601DateFormatter.xcconfig */; + baseConfigurationReference = 000000009390 /* ISO8601DateFormatter.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12206,9 +12433,9 @@ }; name = Deploy; }; - 000000009230 /* Release */ = { + 0000000093F0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009AB0 /* KSCrash.xcconfig */; + baseConfigurationReference = 000000009C70 /* KSCrash.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12231,9 +12458,9 @@ }; name = Release; }; - 000000009240 /* Debug */ = { + 000000009400 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009AB0 /* KSCrash.xcconfig */; + baseConfigurationReference = 000000009C70 /* KSCrash.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12255,9 +12482,9 @@ }; name = Debug; }; - 000000009250 /* Deploy */ = { + 000000009410 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009AB0 /* KSCrash.xcconfig */; + baseConfigurationReference = 000000009C70 /* KSCrash.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12280,9 +12507,9 @@ }; name = Deploy; }; - 000000009B10 /* Release */ = { + 000000009CD0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009BB0 /* Keys.xcconfig */; + baseConfigurationReference = 000000009D70 /* Keys.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12305,9 +12532,9 @@ }; name = Release; }; - 000000009B20 /* Debug */ = { + 000000009CE0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009BB0 /* Keys.xcconfig */; + baseConfigurationReference = 000000009D70 /* Keys.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12329,9 +12556,9 @@ }; name = Debug; }; - 000000009B30 /* Deploy */ = { + 000000009CF0 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009BB0 /* Keys.xcconfig */; + baseConfigurationReference = 000000009D70 /* Keys.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12354,9 +12581,9 @@ }; name = Deploy; }; - 000000009C10 /* Release */ = { + 000000009DD0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009CB0 /* NSURL+QueryDictionary.xcconfig */; + baseConfigurationReference = 000000009E70 /* NSURL+QueryDictionary.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12379,9 +12606,9 @@ }; name = Release; }; - 000000009C20 /* Debug */ = { + 000000009DE0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009CB0 /* NSURL+QueryDictionary.xcconfig */; + baseConfigurationReference = 000000009E70 /* NSURL+QueryDictionary.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12403,9 +12630,9 @@ }; name = Debug; }; - 000000009C30 /* Deploy */ = { + 000000009DF0 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009CB0 /* NSURL+QueryDictionary.xcconfig */; + baseConfigurationReference = 000000009E70 /* NSURL+QueryDictionary.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12428,9 +12655,9 @@ }; name = Deploy; }; - 000000009D10 /* Release */ = { + 000000009ED0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009E30 /* ORStackView.xcconfig */; + baseConfigurationReference = 000000009FF0 /* ORStackView.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12453,9 +12680,9 @@ }; name = Release; }; - 000000009D20 /* Debug */ = { + 000000009EE0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009E30 /* ORStackView.xcconfig */; + baseConfigurationReference = 000000009FF0 /* ORStackView.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12477,9 +12704,9 @@ }; name = Debug; }; - 000000009D30 /* Deploy */ = { + 000000009EF0 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009E30 /* ORStackView.xcconfig */; + baseConfigurationReference = 000000009FF0 /* ORStackView.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12502,9 +12729,9 @@ }; name = Deploy; }; - 000000009E90 /* Release */ = { + 00000000A050 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009F50 /* Pulley.xcconfig */; + baseConfigurationReference = 00000000A110 /* Pulley.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12528,9 +12755,9 @@ }; name = Release; }; - 000000009EA0 /* Debug */ = { + 00000000A060 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009F50 /* Pulley.xcconfig */; + baseConfigurationReference = 00000000A110 /* Pulley.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12553,9 +12780,9 @@ }; name = Debug; }; - 000000009EB0 /* Deploy */ = { + 00000000A070 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 000000009F50 /* Pulley.xcconfig */; + baseConfigurationReference = 00000000A110 /* Pulley.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12579,9 +12806,9 @@ }; name = Deploy; }; - 000000009FF0 /* Release */ = { + 00000000A1B0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000A7C0 /* RNSVG.xcconfig */; + baseConfigurationReference = 00000000A980 /* RNSVG.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12604,9 +12831,9 @@ }; name = Release; }; - 00000000A000 /* Debug */ = { + 00000000A1C0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000A7C0 /* RNSVG.xcconfig */; + baseConfigurationReference = 00000000A980 /* RNSVG.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12628,9 +12855,9 @@ }; name = Debug; }; - 00000000A010 /* Deploy */ = { + 00000000A1D0 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000A7C0 /* RNSVG.xcconfig */; + baseConfigurationReference = 00000000A980 /* RNSVG.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12653,9 +12880,9 @@ }; name = Deploy; }; - 00000000A820 /* Release */ = { + 00000000A9E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000C9F0 /* React.xcconfig */; + baseConfigurationReference = 00000000C940 /* React.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12678,9 +12905,9 @@ }; name = Release; }; - 00000000A830 /* Debug */ = { + 00000000A9F0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000C9F0 /* React.xcconfig */; + baseConfigurationReference = 00000000C940 /* React.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12702,9 +12929,9 @@ }; name = Debug; }; - 00000000A840 /* Deploy */ = { + 00000000AA00 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000C9F0 /* React.xcconfig */; + baseConfigurationReference = 00000000C940 /* React.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12727,9 +12954,9 @@ }; name = Deploy; }; - 00000000CA50 /* Release */ = { + 00000000C9A0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000CB10 /* SAMKeychain.xcconfig */; + baseConfigurationReference = 00000000CA60 /* SAMKeychain.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12752,9 +12979,9 @@ }; name = Release; }; - 00000000CA60 /* Debug */ = { + 00000000C9B0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000CB10 /* SAMKeychain.xcconfig */; + baseConfigurationReference = 00000000CA60 /* SAMKeychain.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12776,9 +13003,9 @@ }; name = Debug; }; - 00000000CA70 /* Deploy */ = { + 00000000C9C0 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000CB10 /* SAMKeychain.xcconfig */; + baseConfigurationReference = 00000000CA60 /* SAMKeychain.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12801,9 +13028,9 @@ }; name = Deploy; }; - 00000000CB70 /* Release */ = { + 00000000CAC0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000CDC0 /* SDWebImage.xcconfig */; + baseConfigurationReference = 00000000CD10 /* SDWebImage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12826,9 +13053,9 @@ }; name = Release; }; - 00000000CB80 /* Debug */ = { + 00000000CAD0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000CDC0 /* SDWebImage.xcconfig */; + baseConfigurationReference = 00000000CD10 /* SDWebImage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12850,9 +13077,9 @@ }; name = Debug; }; - 00000000CB90 /* Deploy */ = { + 00000000CAE0 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000CDC0 /* SDWebImage.xcconfig */; + baseConfigurationReference = 00000000CD10 /* SDWebImage.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12875,9 +13102,9 @@ }; name = Deploy; }; - 00000000CE20 /* Release */ = { + 00000000CD70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000D280 /* Sentry.xcconfig */; + baseConfigurationReference = 00000000D1D0 /* Sentry.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12900,9 +13127,9 @@ }; name = Release; }; - 00000000CE30 /* Debug */ = { + 00000000CD80 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000D280 /* Sentry.xcconfig */; + baseConfigurationReference = 00000000D1D0 /* Sentry.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12924,9 +13151,9 @@ }; name = Debug; }; - 00000000CE40 /* Deploy */ = { + 00000000CD90 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000D280 /* Sentry.xcconfig */; + baseConfigurationReference = 00000000D1D0 /* Sentry.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12949,9 +13176,9 @@ }; name = Deploy; }; - 00000000D2E0 /* Release */ = { + 00000000D230 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000D3A0 /* SentryReactNative.xcconfig */; + baseConfigurationReference = 00000000D2F0 /* SentryReactNative.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12974,9 +13201,9 @@ }; name = Release; }; - 00000000D2F0 /* Debug */ = { + 00000000D240 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000D3A0 /* SentryReactNative.xcconfig */; + baseConfigurationReference = 00000000D2F0 /* SentryReactNative.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -12998,9 +13225,9 @@ }; name = Debug; }; - 00000000D300 /* Deploy */ = { + 00000000D250 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000D3A0 /* SentryReactNative.xcconfig */; + baseConfigurationReference = 00000000D2F0 /* SentryReactNative.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13023,9 +13250,9 @@ }; name = Deploy; }; - 00000000D400 /* Release */ = { + 00000000D350 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000D610 /* Specta.xcconfig */; + baseConfigurationReference = 00000000D560 /* Specta.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13048,9 +13275,9 @@ }; name = Release; }; - 00000000D410 /* Debug */ = { + 00000000D360 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000D610 /* Specta.xcconfig */; + baseConfigurationReference = 00000000D560 /* Specta.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13072,9 +13299,9 @@ }; name = Debug; }; - 00000000D420 /* Deploy */ = { + 00000000D370 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000D610 /* Specta.xcconfig */; + baseConfigurationReference = 00000000D560 /* Specta.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13097,16 +13324,16 @@ }; name = Deploy; }; - 00000000D670 /* Release */ = { + 00000000D5C0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EA90 /* Stripe.xcconfig */; + baseConfigurationReference = 00000000EC00 /* Stripe.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/Stripe/Stripe-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -13122,16 +13349,16 @@ }; name = Release; }; - 00000000D680 /* Debug */ = { + 00000000D5D0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EA90 /* Stripe.xcconfig */; + baseConfigurationReference = 00000000EC00 /* Stripe.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/Stripe/Stripe-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -13146,16 +13373,16 @@ }; name = Debug; }; - 00000000D690 /* Deploy */ = { + 00000000D5E0 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EA90 /* Stripe.xcconfig */; + baseConfigurationReference = 00000000EC00 /* Stripe.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/Stripe/Stripe-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -13171,14 +13398,14 @@ }; name = Deploy; }; - 00000000D700 /* Release */ = { + 00000000D650 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EA90 /* Stripe.xcconfig */; + baseConfigurationReference = 00000000EC00 /* Stripe.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Stripe"; INFOPLIST_FILE = "Target Support Files/Stripe/ResourceBundle-Stripe-Stripe-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; PRODUCT_NAME = Stripe; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -13187,14 +13414,14 @@ }; name = Release; }; - 00000000D710 /* Debug */ = { + 00000000D660 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EA90 /* Stripe.xcconfig */; + baseConfigurationReference = 00000000EC00 /* Stripe.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Stripe"; INFOPLIST_FILE = "Target Support Files/Stripe/ResourceBundle-Stripe-Stripe-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; PRODUCT_NAME = Stripe; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -13203,14 +13430,14 @@ }; name = Debug; }; - 00000000DC20 /* Deploy */ = { + 00000000DC00 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EA90 /* Stripe.xcconfig */; + baseConfigurationReference = 00000000EC00 /* Stripe.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Stripe"; INFOPLIST_FILE = "Target Support Files/Stripe/ResourceBundle-Stripe-Stripe-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; PRODUCT_NAME = Stripe; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -13220,9 +13447,9 @@ }; name = Deploy; }; - 00000000EAF0 /* Release */ = { + 00000000EC60 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EB90 /* UIView+BooleanAnimations.xcconfig */; + baseConfigurationReference = 00000000ED00 /* UIView+BooleanAnimations.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13245,9 +13472,9 @@ }; name = Release; }; - 00000000EB00 /* Debug */ = { + 00000000EC70 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EB90 /* UIView+BooleanAnimations.xcconfig */; + baseConfigurationReference = 00000000ED00 /* UIView+BooleanAnimations.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13269,9 +13496,9 @@ }; name = Debug; }; - 00000000EB10 /* Deploy */ = { + 00000000EC80 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EB90 /* UIView+BooleanAnimations.xcconfig */; + baseConfigurationReference = 00000000ED00 /* UIView+BooleanAnimations.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13294,9 +13521,9 @@ }; name = Deploy; }; - 00000000EBF0 /* Release */ = { + 00000000ED60 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EC30 /* boost-for-react-native.xcconfig */; + baseConfigurationReference = 00000000EDA0 /* boost-for-react-native.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -13308,9 +13535,9 @@ }; name = Release; }; - 00000000EC00 /* Debug */ = { + 00000000ED70 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EC30 /* boost-for-react-native.xcconfig */; + baseConfigurationReference = 00000000EDA0 /* boost-for-react-native.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -13321,9 +13548,9 @@ }; name = Debug; }; - 00000000EC10 /* Deploy */ = { + 00000000ED80 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EC30 /* boost-for-react-native.xcconfig */; + baseConfigurationReference = 00000000EDA0 /* boost-for-react-native.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -13335,9 +13562,9 @@ }; name = Deploy; }; - 00000000EC60 /* Release */ = { + 00000000EDD0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EDA0 /* glog.xcconfig */; + baseConfigurationReference = 00000000EF10 /* glog.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13360,9 +13587,9 @@ }; name = Release; }; - 00000000EC70 /* Debug */ = { + 00000000EDE0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EDA0 /* glog.xcconfig */; + baseConfigurationReference = 00000000EF10 /* glog.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13384,9 +13611,9 @@ }; name = Debug; }; - 00000000EC80 /* Deploy */ = { + 00000000EDF0 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000EDA0 /* glog.xcconfig */; + baseConfigurationReference = 00000000EF10 /* glog.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13409,9 +13636,9 @@ }; name = Deploy; }; - 00000000EE00 /* Release */ = { + 00000000EF70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000F5A0 /* react-native-mapbox-gl.xcconfig */; + baseConfigurationReference = 00000000F710 /* react-native-mapbox-gl.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13434,9 +13661,9 @@ }; name = Release; }; - 00000000EE10 /* Debug */ = { + 00000000EF80 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000F5A0 /* react-native-mapbox-gl.xcconfig */; + baseConfigurationReference = 00000000F710 /* react-native-mapbox-gl.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13458,9 +13685,9 @@ }; name = Debug; }; - 00000000EE20 /* Deploy */ = { + 00000000EF90 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000F5A0 /* react-native-mapbox-gl.xcconfig */; + baseConfigurationReference = 00000000F710 /* react-native-mapbox-gl.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13483,16 +13710,90 @@ }; name = Deploy; }; - 00000000F600 /* Release */ = { + 00000000F770 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 00000000F890 /* react-native-navigator-ios.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-navigator-ios/react-native-navigator-ios-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_navigator_ios; + PRODUCT_NAME = "react-native-navigator-ios"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 00000000F780 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 00000000F890 /* react-native-navigator-ios.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-navigator-ios/react-native-navigator-ios-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_navigator_ios; + PRODUCT_NAME = "react-native-navigator-ios"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 00000000F790 /* Deploy */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 00000000F890 /* react-native-navigator-ios.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-navigator-ios/react-native-navigator-ios-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_navigator_ios; + PRODUCT_NAME = "react-native-navigator-ios"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Deploy; + }; + 00000000F8F0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000F700 /* tipsi-stripe.xcconfig */; + baseConfigurationReference = 00000000F9F0 /* tipsi-stripe.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/tipsi-stripe/tipsi-stripe-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -13508,16 +13809,16 @@ }; name = Release; }; - 00000000F610 /* Debug */ = { + 00000000F900 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000F700 /* tipsi-stripe.xcconfig */; + baseConfigurationReference = 00000000F9F0 /* tipsi-stripe.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/tipsi-stripe/tipsi-stripe-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -13532,16 +13833,16 @@ }; name = Debug; }; - 00000000F620 /* Deploy */ = { + 00000000F910 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000F700 /* tipsi-stripe.xcconfig */; + baseConfigurationReference = 00000000F9F0 /* tipsi-stripe.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/tipsi-stripe/tipsi-stripe-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; @@ -13557,9 +13858,9 @@ }; name = Deploy; }; - 00000000F760 /* Release */ = { + 00000000FA50 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000F920 /* yoga.xcconfig */; + baseConfigurationReference = 00000000FC60 /* yoga.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13582,9 +13883,9 @@ }; name = Release; }; - 00000000F770 /* Debug */ = { + 00000000FA60 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000F920 /* yoga.xcconfig */; + baseConfigurationReference = 00000000FC60 /* yoga.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13606,9 +13907,9 @@ }; name = Debug; }; - 00000000F780 /* Deploy */ = { + 00000000FA70 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000F920 /* yoga.xcconfig */; + baseConfigurationReference = 00000000FC60 /* yoga.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -13631,9 +13932,9 @@ }; name = Deploy; }; - 00000000F980 /* Release */ = { + 00000000FCC0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000FA00 /* Pods-Emission.release.xcconfig */; + baseConfigurationReference = 00000000FD40 /* Pods-Emission.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -13654,9 +13955,9 @@ }; name = Release; }; - 00000000F990 /* Debug */ = { + 00000000FCD0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000FA10 /* Pods-Emission.debug.xcconfig */; + baseConfigurationReference = 00000000FD50 /* Pods-Emission.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -13676,9 +13977,9 @@ }; name = Debug; }; - 00000000F9A0 /* Deploy */ = { + 00000000FCE0 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000FA20 /* Pods-Emission.deploy.xcconfig */; + baseConfigurationReference = 00000000FD60 /* Pods-Emission.deploy.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -13699,9 +14000,9 @@ }; name = Deploy; }; - 00000000FAE0 /* Release */ = { + 00000000FE20 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000FB60 /* Pods-EmissionTests.release.xcconfig */; + baseConfigurationReference = 00000000FEA0 /* Pods-EmissionTests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -13722,9 +14023,9 @@ }; name = Release; }; - 00000000FAF0 /* Debug */ = { + 00000000FE30 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000FB70 /* Pods-EmissionTests.debug.xcconfig */; + baseConfigurationReference = 00000000FEB0 /* Pods-EmissionTests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -13744,9 +14045,9 @@ }; name = Debug; }; - 00000000FB00 /* Deploy */ = { + 00000000FE40 /* Deploy */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 00000000FB80 /* Pods-EmissionTests.deploy.xcconfig */; + baseConfigurationReference = 00000000FEC0 /* Pods-EmissionTests.deploy.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -13780,352 +14081,362 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0000000074D0 /* Build configuration list for PBXNativeTarget "ARGenericTableViewController" */ = { + 000000007630 /* Build configuration list for PBXNativeTarget "ARGenericTableViewController" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 000000007650 /* Debug */, + 000000007660 /* Deploy */, + 000000007640 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 000000007790 /* Build configuration list for PBXNativeTarget "Artsy+Authentication" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0000000074F0 /* Debug */, - 000000007500 /* Deploy */, - 0000000074E0 /* Release */, + 0000000077B0 /* Debug */, + 0000000077C0 /* Deploy */, + 0000000077A0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000007630 /* Build configuration list for PBXNativeTarget "Artsy+Authentication" */ = { + 000000007940 /* Build configuration list for PBXNativeTarget "Artsy+UIColors" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000007650 /* Debug */, - 000000007660 /* Deploy */, - 000000007640 /* Release */, + 000000007960 /* Debug */, + 000000007970 /* Deploy */, + 000000007950 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0000000077E0 /* Build configuration list for PBXNativeTarget "Artsy+UIColors" */ = { + 000000007A60 /* Build configuration list for PBXNativeTarget "Artsy+UIFonts" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000007800 /* Debug */, - 000000007810 /* Deploy */, - 0000000077F0 /* Release */, + 000000007A80 /* Debug */, + 000000007A90 /* Deploy */, + 000000007A70 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000007900 /* Build configuration list for PBXNativeTarget "Artsy+UIFonts" */ = { + 000000007B60 /* Build configuration list for PBXNativeTarget "Artsy-UIButtons" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000007920 /* Debug */, - 000000007930 /* Deploy */, - 000000007910 /* Release */, + 000000007B80 /* Debug */, + 000000007B90 /* Deploy */, + 000000007B70 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000007A00 /* Build configuration list for PBXNativeTarget "Artsy-UIButtons" */ = { + 000000007C60 /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000007A20 /* Debug */, - 000000007A30 /* Deploy */, - 000000007A10 /* Release */, + 000000007C80 /* Debug */, + 000000007C90 /* Deploy */, + 000000007C70 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000007B00 /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { + 000000007E60 /* Build configuration list for PBXNativeTarget "Emission" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000007B20 /* Debug */, - 000000007B30 /* Deploy */, - 000000007B10 /* Release */, + 000000007E80 /* Debug */, + 000000007E90 /* Deploy */, + 000000007E70 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000007D00 /* Build configuration list for PBXNativeTarget "Emission" */ = { + 000000008620 /* Build configuration list for PBXNativeTarget "Expecta" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000007D20 /* Debug */, - 000000007D30 /* Deploy */, - 000000007D10 /* Release */, + 000000008640 /* Debug */, + 000000008650 /* Deploy */, + 000000008630 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0000000084C0 /* Build configuration list for PBXNativeTarget "Expecta" */ = { + 000000008B90 /* Build configuration list for PBXNativeTarget "Extraction" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0000000084E0 /* Debug */, - 0000000084F0 /* Deploy */, - 0000000084D0 /* Release */, + 000000008BB0 /* Debug */, + 000000008BC0 /* Deploy */, + 000000008BA0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000008A30 /* Build configuration list for PBXNativeTarget "Extraction" */ = { + 000000008D30 /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000008A50 /* Debug */, - 000000008A60 /* Deploy */, - 000000008A40 /* Release */, + 000000008D50 /* Debug */, + 000000008D60 /* Deploy */, + 000000008D40 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000008BD0 /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */ = { + 000000008F40 /* Build configuration list for PBXNativeTarget "FLKAutoLayout" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000008BF0 /* Debug */, - 000000008C00 /* Deploy */, - 000000008BE0 /* Release */, + 000000008F60 /* Debug */, + 000000008F70 /* Deploy */, + 000000008F50 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000008DE0 /* Build configuration list for PBXNativeTarget "FLKAutoLayout" */ = { + 000000009110 /* Build configuration list for PBXNativeTarget "Folly" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000008E00 /* Debug */, - 000000008E10 /* Deploy */, - 000000008DF0 /* Release */, + 000000009130 /* Debug */, + 000000009140 /* Deploy */, + 000000009120 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000008FB0 /* Build configuration list for PBXNativeTarget "Folly" */ = { + 0000000092E0 /* Build configuration list for PBXNativeTarget "ISO8601DateFormatter" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000008FD0 /* Debug */, - 000000008FE0 /* Deploy */, - 000000008FC0 /* Release */, + 000000009300 /* Debug */, + 000000009310 /* Deploy */, + 0000000092F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000009120 /* Build configuration list for PBXNativeTarget "ISO8601DateFormatter" */ = { + 0000000093E0 /* Build configuration list for PBXNativeTarget "KSCrash" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000009140 /* Debug */, - 000000009150 /* Deploy */, - 000000009130 /* Release */, + 000000009400 /* Debug */, + 000000009410 /* Deploy */, + 0000000093F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000009220 /* Build configuration list for PBXNativeTarget "KSCrash" */ = { + 000000009CC0 /* Build configuration list for PBXNativeTarget "Keys" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000009240 /* Debug */, - 000000009250 /* Deploy */, - 000000009230 /* Release */, + 000000009CE0 /* Debug */, + 000000009CF0 /* Deploy */, + 000000009CD0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000009B00 /* Build configuration list for PBXNativeTarget "Keys" */ = { + 000000009DC0 /* Build configuration list for PBXNativeTarget "NSURL+QueryDictionary" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000009B20 /* Debug */, - 000000009B30 /* Deploy */, - 000000009B10 /* Release */, + 000000009DE0 /* Debug */, + 000000009DF0 /* Deploy */, + 000000009DD0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000009C00 /* Build configuration list for PBXNativeTarget "NSURL+QueryDictionary" */ = { + 000000009EC0 /* Build configuration list for PBXNativeTarget "ORStackView" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000009C20 /* Debug */, - 000000009C30 /* Deploy */, - 000000009C10 /* Release */, + 000000009EE0 /* Debug */, + 000000009EF0 /* Deploy */, + 000000009ED0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000009D00 /* Build configuration list for PBXNativeTarget "ORStackView" */ = { + 00000000A040 /* Build configuration list for PBXNativeTarget "Pulley" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000009D20 /* Debug */, - 000000009D30 /* Deploy */, - 000000009D10 /* Release */, + 00000000A060 /* Debug */, + 00000000A070 /* Deploy */, + 00000000A050 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000009E80 /* Build configuration list for PBXNativeTarget "Pulley" */ = { + 00000000A1A0 /* Build configuration list for PBXNativeTarget "RNSVG" */ = { isa = XCConfigurationList; buildConfigurations = ( - 000000009EA0 /* Debug */, - 000000009EB0 /* Deploy */, - 000000009E90 /* Release */, + 00000000A1C0 /* Debug */, + 00000000A1D0 /* Deploy */, + 00000000A1B0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 000000009FE0 /* Build configuration list for PBXNativeTarget "RNSVG" */ = { + 00000000A9D0 /* Build configuration list for PBXNativeTarget "React" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000A000 /* Debug */, - 00000000A010 /* Deploy */, - 000000009FF0 /* Release */, + 00000000A9F0 /* Debug */, + 00000000AA00 /* Deploy */, + 00000000A9E0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000A810 /* Build configuration list for PBXNativeTarget "React" */ = { + 00000000C990 /* Build configuration list for PBXNativeTarget "SAMKeychain" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000A830 /* Debug */, - 00000000A840 /* Deploy */, - 00000000A820 /* Release */, + 00000000C9B0 /* Debug */, + 00000000C9C0 /* Deploy */, + 00000000C9A0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000CA40 /* Build configuration list for PBXNativeTarget "SAMKeychain" */ = { + 00000000CAB0 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000CA60 /* Debug */, - 00000000CA70 /* Deploy */, - 00000000CA50 /* Release */, + 00000000CAD0 /* Debug */, + 00000000CAE0 /* Deploy */, + 00000000CAC0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000CB60 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { + 00000000CD60 /* Build configuration list for PBXNativeTarget "Sentry" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000CB80 /* Debug */, - 00000000CB90 /* Deploy */, - 00000000CB70 /* Release */, + 00000000CD80 /* Debug */, + 00000000CD90 /* Deploy */, + 00000000CD70 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000CE10 /* Build configuration list for PBXNativeTarget "Sentry" */ = { + 00000000D220 /* Build configuration list for PBXNativeTarget "SentryReactNative" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000CE30 /* Debug */, - 00000000CE40 /* Deploy */, - 00000000CE20 /* Release */, + 00000000D240 /* Debug */, + 00000000D250 /* Deploy */, + 00000000D230 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000D2D0 /* Build configuration list for PBXNativeTarget "SentryReactNative" */ = { + 00000000D340 /* Build configuration list for PBXNativeTarget "Specta" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000D2F0 /* Debug */, - 00000000D300 /* Deploy */, - 00000000D2E0 /* Release */, + 00000000D360 /* Debug */, + 00000000D370 /* Deploy */, + 00000000D350 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000D3F0 /* Build configuration list for PBXNativeTarget "Specta" */ = { + 00000000D5B0 /* Build configuration list for PBXNativeTarget "Stripe" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000D410 /* Debug */, - 00000000D420 /* Deploy */, - 00000000D400 /* Release */, + 00000000D5D0 /* Debug */, + 00000000D5E0 /* Deploy */, + 00000000D5C0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000D660 /* Build configuration list for PBXNativeTarget "Stripe" */ = { + 00000000D640 /* Build configuration list for PBXNativeTarget "Stripe-Stripe" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000D680 /* Debug */, - 00000000D690 /* Deploy */, - 00000000D670 /* Release */, + 00000000D660 /* Debug */, + 00000000DC00 /* Deploy */, + 00000000D650 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000D6F0 /* Build configuration list for PBXNativeTarget "Stripe-Stripe" */ = { + 00000000EC50 /* Build configuration list for PBXNativeTarget "UIView+BooleanAnimations" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000D710 /* Debug */, - 00000000DC20 /* Deploy */, - 00000000D700 /* Release */, + 00000000EC70 /* Debug */, + 00000000EC80 /* Deploy */, + 00000000EC60 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000EAE0 /* Build configuration list for PBXNativeTarget "UIView+BooleanAnimations" */ = { + 00000000ED50 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000EB00 /* Debug */, - 00000000EB10 /* Deploy */, - 00000000EAF0 /* Release */, + 00000000ED70 /* Debug */, + 00000000ED80 /* Deploy */, + 00000000ED60 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000EBE0 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */ = { + 00000000EDC0 /* Build configuration list for PBXNativeTarget "glog" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000EC00 /* Debug */, - 00000000EC10 /* Deploy */, - 00000000EBF0 /* Release */, + 00000000EDE0 /* Debug */, + 00000000EDF0 /* Deploy */, + 00000000EDD0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000EC50 /* Build configuration list for PBXNativeTarget "glog" */ = { + 00000000EF60 /* Build configuration list for PBXNativeTarget "react-native-mapbox-gl" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000EC70 /* Debug */, - 00000000EC80 /* Deploy */, - 00000000EC60 /* Release */, + 00000000EF80 /* Debug */, + 00000000EF90 /* Deploy */, + 00000000EF70 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000EDF0 /* Build configuration list for PBXNativeTarget "react-native-mapbox-gl" */ = { + 00000000F760 /* Build configuration list for PBXNativeTarget "react-native-navigator-ios" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000EE10 /* Debug */, - 00000000EE20 /* Deploy */, - 00000000EE00 /* Release */, + 00000000F780 /* Debug */, + 00000000F790 /* Deploy */, + 00000000F770 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000F5F0 /* Build configuration list for PBXNativeTarget "tipsi-stripe" */ = { + 00000000F8E0 /* Build configuration list for PBXNativeTarget "tipsi-stripe" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000F610 /* Debug */, - 00000000F620 /* Deploy */, - 00000000F600 /* Release */, + 00000000F900 /* Debug */, + 00000000F910 /* Deploy */, + 00000000F8F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000F750 /* Build configuration list for PBXNativeTarget "yoga" */ = { + 00000000FA40 /* Build configuration list for PBXNativeTarget "yoga" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000F770 /* Debug */, - 00000000F780 /* Deploy */, - 00000000F760 /* Release */, + 00000000FA60 /* Debug */, + 00000000FA70 /* Deploy */, + 00000000FA50 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000F970 /* Build configuration list for PBXNativeTarget "Pods-Emission" */ = { + 00000000FCB0 /* Build configuration list for PBXNativeTarget "Pods-Emission" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000F990 /* Debug */, - 00000000F9A0 /* Deploy */, - 00000000F980 /* Release */, + 00000000FCD0 /* Debug */, + 00000000FCE0 /* Deploy */, + 00000000FCC0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 00000000FAD0 /* Build configuration list for PBXNativeTarget "Pods-EmissionTests" */ = { + 00000000FE10 /* Build configuration list for PBXNativeTarget "Pods-EmissionTests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00000000FAF0 /* Debug */, - 00000000FB00 /* Deploy */, - 00000000FAE0 /* Release */, + 00000000FE30 /* Debug */, + 00000000FE40 /* Deploy */, + 00000000FE20 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/package.json b/package.json index 4d77e033a3..6f3133bbb7 100644 --- a/package.json +++ b/package.json @@ -83,9 +83,10 @@ "moment-timezone": "^0.5.17", "prop-types": "^15.5.10", "query-string": "^4.1.0", - "react": "16.6.1", - "react-native": "0.57.7", + "react": "16.8.3", + "react-native": "0.59.2", "react-native-hyperlink": "0.0.11", + "react-native-navigator-ios": "https://github.com/orta/react-native-navigator-ios#license_podspec", "react-native-parallax-scroll-view": "orta/react-native-parallax-scroll-view", "react-native-scrollable-tab-view": "^0.9.0", "react-native-sentry": "^0.30.2", @@ -98,7 +99,7 @@ "simple-markdown": "^0.4.2", "styled-components": "3.4.9", "supercluster": "^6.0.1", - "tipsi-stripe": "5.2.4" + "tipsi-stripe": "7.4.0" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -110,22 +111,22 @@ "@playlyfe/gql": "^2.3.2", "@storybook/react-native": "^3.3.11", "@types/chalk": "^2.2.0", - "@types/jest": "^23.3.9", + "@types/jest": "^24.0.11", "@types/lodash": "^4.14.64", "@types/moment-timezone": "^0.5.4", "@types/node": "^11.9.6", "@types/query-string": "^5.0.0", - "@types/react": "^16.3.0", - "@types/react-native": "^0.57.7", + "@types/react": "^16.8.10", + "@types/react-native": "^0.57.42", "@types/react-relay": "^1.3.9", - "@types/react-test-renderer": "^16.0.2", + "@types/react-test-renderer": "^16.8.1", "@types/react-tracking": "^5.0.0", "@types/relay-runtime": "1.3.7", "@types/styled-system": "^3.0.1", "@types/supercluster": "^5.0.0", "awesome-typescript-loader": "^3.2.3", - "babel-jest": "^23.6.0", "babel-core": "^7.0.0-bridge.0", + "babel-jest": "^24.5.0", "babel-plugin-relay": "https://github.com/alloy/relay/releases/download/v1.5.0-artsy.3/babel-plugin-relay-1.5.0-artsy.3.tgz", "chalk": "^2.4.2", "concurrently": "^2.2.0", @@ -134,7 +135,7 @@ "enzyme": "^3.1.0", "enzyme-adapter-react-16": "^1.9.1", "husky": "^1.3.1", - "jest": "^23.6.0", + "jest": "^24.5.0", "jest-styled-components": "^4.10.0", "lint-staged": "^6.0.0", "metro-react-native-babel-preset": "0.49.0", @@ -142,12 +143,12 @@ "postinstall-prepare": "^1.0.1", "prettier": "^1.14", "pull-lock": "^1.0.0", + "react-dom": "16.8.3", "react-native-storybook-loader": "^1.6.0", - "react-native-typescript-transformer": "^1.2.3", + "react-native-typescript-transformer": "^1.2.12", "react-relay-network-modern": "^2.5.1", - "react-dom": "16.6.1", "react-storybooks-relay-container": "^1.0.0", - "react-test-renderer": "16.6.0-alpha.8af6728", + "react-test-renderer": "16.8.3", "recursive-readdir-sync": "^1.0.6", "relay-compiler": "https://github.com/alloy/relay/releases/download/v1.5.0-artsy.5/relay-compiler-1.5.0-artsy.5.tgz", "relay-compiler-language-typescript": "^1.1.0", @@ -158,7 +159,7 @@ "stylelint-config-standard": "^18.2.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.5.1", - "ts-jest": "^23.10.4", + "ts-jest": "^24.0.0", "tslint": "^5.11.0", "tslint-config-prettier": "^1.6.0", "tslint-plugin-relay": "^0.0.2", @@ -175,10 +176,14 @@ "moduleNameMapper": { "^lib/(.*)": "/src/lib/$1" }, - "testRegex": "/__tests__/.*-tests.(ts|tsx|js)$", + "testMatch": [ + "/src/**/__tests__/*-tests.(ts|tsx|js)" + ], "testEnvironment": "jsdom", "testURL": "http://localhost/", - "setupTestFrameworkScriptFile": "./src/setupJest.ts", + "setupFilesAfterEnv": [ + "./src/setupJest.ts" + ], "cacheDirectory": ".jest/cache", "transform": { "^[./a-zA-Z0-9$_-]+\\.(bmp|gif|jpg|jpeg|mp4|png|psd|svg|webp)$": "/node_modules/react-native/jest/assetFileTransformer.js", diff --git a/patches/graphql+0.13.2.patch b/patches/graphql+0.13.2.patch index fd1fe33041..384ae63c39 100644 --- a/patches/graphql+0.13.2.patch +++ b/patches/graphql+0.13.2.patch @@ -10,7 +10,7 @@ patch-package - } + // if (name.length > 1 && name[0] === '_' && name[1] === '_') { + // return new _GraphQLError.GraphQLError('Name "' + name + '" must not begin with "__", which is reserved by ' + 'GraphQL introspection.', node); -+ // } ++ // }x if (!NAME_RX.test(name)) { return new _GraphQLError.GraphQLError('Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "' + name + '" does not.', node); } diff --git a/src/lib/Components/Bidding/Components/BackButton.tsx b/src/lib/Components/Bidding/Components/BackButton.tsx index b925b9ce03..98a34bec11 100644 --- a/src/lib/Components/Bidding/Components/BackButton.tsx +++ b/src/lib/Components/Bidding/Components/BackButton.tsx @@ -1,6 +1,6 @@ import React from "react" -import { NavigatorIOS, TouchableWithoutFeedback, ViewProperties } from "react-native" - +import { TouchableWithoutFeedback, ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { Image } from "../Elements/Image" import { theme } from "../Elements/Theme" diff --git a/src/lib/Components/Bidding/Components/PaymentInfo.tsx b/src/lib/Components/Bidding/Components/PaymentInfo.tsx index 62ddcbb4c8..9fb617e6b6 100644 --- a/src/lib/Components/Bidding/Components/PaymentInfo.tsx +++ b/src/lib/Components/Bidding/Components/PaymentInfo.tsx @@ -1,5 +1,6 @@ import React from "react" -import { NavigatorIOS, View } from "react-native" +import { View } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { BillingAddress } from "../Screens/BillingAddress" import { CreditCardForm } from "../Screens/CreditCardForm" diff --git a/src/lib/Components/Bidding/Screens/BidResult.tsx b/src/lib/Components/Bidding/Screens/BidResult.tsx index c61a81f387..8809a14d6a 100644 --- a/src/lib/Components/Bidding/Screens/BidResult.tsx +++ b/src/lib/Components/Bidding/Screens/BidResult.tsx @@ -1,5 +1,6 @@ import React from "react" -import { NativeModules, NavigatorIOS, View } from "react-native" +import { NativeModules, View } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { createFragmentContainer, graphql } from "react-relay" import SwitchBoard from "lib/NativeModules/SwitchBoard" diff --git a/src/lib/Components/Bidding/Screens/BillingAddress.tsx b/src/lib/Components/Bidding/Screens/BillingAddress.tsx index 82a2a75ee6..d83fe1f62b 100644 --- a/src/lib/Components/Bidding/Screens/BillingAddress.tsx +++ b/src/lib/Components/Bidding/Screens/BillingAddress.tsx @@ -9,10 +9,10 @@ import { Keyboard, KeyboardAvoidingView, LayoutRectangle, - NavigatorIOS, ScrollView, TouchableWithoutFeedback, } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { Flex } from "../Elements/Flex" diff --git a/src/lib/Components/Bidding/Screens/ConfirmBid.tsx b/src/lib/Components/Bidding/Screens/ConfirmBid.tsx index e394aa38ab..26f3ff1bdd 100644 --- a/src/lib/Components/Bidding/Screens/ConfirmBid.tsx +++ b/src/lib/Components/Bidding/Screens/ConfirmBid.tsx @@ -1,7 +1,8 @@ import { Serif } from "@artsy/palette" import { get, isEmpty } from "lodash" import React from "react" -import { NativeModules, NavigatorIOS, View, ViewProperties } from "react-native" +import { NativeModules, View, ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { commitMutation, createRefetchContainer, graphql, RelayRefetchProp } from "react-relay" import stripe from "tipsi-stripe" diff --git a/src/lib/Components/Bidding/Screens/CreditCardForm.tsx b/src/lib/Components/Bidding/Screens/CreditCardForm.tsx index 6235343b20..5ef14637d4 100644 --- a/src/lib/Components/Bidding/Screens/CreditCardForm.tsx +++ b/src/lib/Components/Bidding/Screens/CreditCardForm.tsx @@ -1,7 +1,8 @@ import { Sans } from "@artsy/palette" import { Fonts } from "lib/data/fonts" import React, { Component } from "react" -import { NavigatorIOS, ScrollView, StyleSheet, View } from "react-native" +import { ScrollView, StyleSheet, View } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import stripe, { PaymentCardTextField, StripeToken } from "tipsi-stripe" import BottomAlignedButtonWrapper from "lib/Components/Buttons/BottomAlignedButtonWrapper" diff --git a/src/lib/Components/Bidding/Screens/Registration.tsx b/src/lib/Components/Bidding/Screens/Registration.tsx index 3a69f4cf81..beb0081027 100644 --- a/src/lib/Components/Bidding/Screens/Registration.tsx +++ b/src/lib/Components/Bidding/Screens/Registration.tsx @@ -1,7 +1,8 @@ import { Serif } from "@artsy/palette" import { get, isEmpty } from "lodash" import React from "react" -import { NativeModules, NavigatorIOS, View, ViewProperties } from "react-native" +import { NativeModules, View, ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { commitMutation, createFragmentContainer, graphql, RelayPaginationProp } from "react-relay" import stripe from "tipsi-stripe" @@ -189,7 +190,7 @@ export class Registration extends React.Component this.presentRegistrationError(errors, RegistrationStatus.RegistrationStatusError), + onError: errors => this.presentRegistrationError(errors, RegistrationStatus.RegistrationStatusNetworkError), mutation: graphql` mutation RegistrationCreateCreditCardMutation($input: CreditCardInput!) { createCreditCard(input: $input) { diff --git a/src/lib/Components/Bidding/Screens/SelectCountry.tsx b/src/lib/Components/Bidding/Screens/SelectCountry.tsx index 64314d54c1..fbbe62e250 100644 --- a/src/lib/Components/Bidding/Screens/SelectCountry.tsx +++ b/src/lib/Components/Bidding/Screens/SelectCountry.tsx @@ -1,7 +1,8 @@ import { Serif } from "@artsy/palette" import { stringify } from "qs" import React from "react" -import { ActivityIndicator, NativeModules, NavigatorIOS, ScrollView, TouchableWithoutFeedback } from "react-native" +import { ActivityIndicator, NativeModules, ScrollView, TouchableWithoutFeedback } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { Flex } from "../Elements/Flex" diff --git a/src/lib/Components/Bidding/Screens/SelectMaxBid.tsx b/src/lib/Components/Bidding/Screens/SelectMaxBid.tsx index 92777c3754..80d9efac20 100644 --- a/src/lib/Components/Bidding/Screens/SelectMaxBid.tsx +++ b/src/lib/Components/Bidding/Screens/SelectMaxBid.tsx @@ -1,5 +1,6 @@ import React from "react" -import { NavigatorIOS, ViewProperties } from "react-native" +import { ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { createRefetchContainer, graphql, RelayRefetchProp } from "react-relay" import Spinner from "../../../Components/Spinner" diff --git a/src/lib/Components/Bidding/Screens/SelectMaxBidEdit.tsx b/src/lib/Components/Bidding/Screens/SelectMaxBidEdit.tsx index 37a954bfe7..c4e7664ccd 100644 --- a/src/lib/Components/Bidding/Screens/SelectMaxBidEdit.tsx +++ b/src/lib/Components/Bidding/Screens/SelectMaxBidEdit.tsx @@ -1,5 +1,6 @@ import React from "react" -import { NavigatorIOS, View, ViewProperties } from "react-native" +import { View, ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { Schema, screenTrack } from "../../../utils/track" diff --git a/src/lib/Components/Bidding/Screens/__tests__/ConfirmBid-tests.tsx b/src/lib/Components/Bidding/Screens/__tests__/ConfirmBid-tests.tsx index 6b4195c52a..521dfcfdb2 100644 --- a/src/lib/Components/Bidding/Screens/__tests__/ConfirmBid-tests.tsx +++ b/src/lib/Components/Bidding/Screens/__tests__/ConfirmBid-tests.tsx @@ -25,6 +25,9 @@ const mockphysics = metaphysics as jest.Mock jest.unmock("react-relay") import relay from "react-relay" +const commitMutationMock = (fn?: typeof relay.commitMutation) => + jest.fn>(fn as any) + jest.mock("tipsi-stripe", () => ({ setOptions: jest.fn(), paymentRequestWithCardForm: jest.fn(), @@ -184,9 +187,10 @@ describe("when pressing bid button", () => { const component = renderer.create() component.root.instance.setState({ conditionsOfSaleChecked: true }) console.error = jest.fn() // Silences component logging. - relay.commitMutation = jest.fn((_, { onError }) => { + relay.commitMutation = commitMutationMock((_, { onError }) => { onError(new Error("An error occurred.")) - }) + return null + }) as any component.root.findByType(Button).instance.props.onPress() @@ -200,7 +204,10 @@ describe("when pressing bid button", () => { console.error = jest.fn() // Silences component logging. // A TypeError is raised when the device has no internet connection. - relay.commitMutation = jest.fn((_, { onError }) => onError(new TypeError("Network request failed"))) + relay.commitMutation = commitMutationMock((_, { onError }) => { + onError(new TypeError("Network request failed")) + return null + }) as any component.root.findByType(Button).instance.props.onPress() @@ -221,7 +228,10 @@ describe("when pressing bid button", () => { message: 'GraphQL Timeout Error: Mutation.createBidderPosition has timed out after waiting for 5000ms"}', } - relay.commitMutation = jest.fn((_, { onCompleted }) => onCompleted({}, [error])) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted({}, [error]) + return null + }) as any const component = renderer.create() @@ -277,9 +287,10 @@ describe("polling to verify bid position", () => { it("polls for new results", () => { const component = renderer.create() component.root.instance.setState({ conditionsOfSaleChecked: true }) - relay.commitMutation = jest.fn((_, { onCompleted }) => { - onCompleted(mockRequestResponses.placingBid.bidAccepted) - }) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted(mockRequestResponses.placingBid.bidAccepted, null) + return null + }) as any let requestCounter = 0 // On the fifth attempt, return highestBidder mockphysics.mockImplementation(() => { requestCounter++ @@ -308,9 +319,10 @@ describe("polling to verify bid position", () => { const component = renderer.create() component.root.instance.setState({ conditionsOfSaleChecked: true }) mockphysics.mockReturnValue(Promise.resolve(mockRequestResponses.pollingForBid.pending)) - relay.commitMutation = jest.fn((_, { onCompleted }) => { - onCompleted(mockRequestResponses.placingBid.bidAccepted) - }) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted(mockRequestResponses.placingBid.bidAccepted, null) + return null + }) as any component.root.findByType(Button).instance.props.onPress() @@ -331,9 +343,10 @@ describe("polling to verify bid position", () => { const component = renderer.create() component.root.instance.setState({ conditionsOfSaleChecked: true }) mockphysics.mockReturnValueOnce(Promise.resolve(mockRequestResponses.pollingForBid.highestBidder)) - relay.commitMutation = jest.fn((_, { onCompleted }) => { - onCompleted(mockRequestResponses.placingBid.bidAccepted) - }) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted(mockRequestResponses.placingBid.bidAccepted, null) + return null + }) as any component.root.findByType(Button).instance.props.onPress() jest.runAllTicks() // Required as metaphysics async call defers execution to next invocation of Node event loop. @@ -350,9 +363,10 @@ describe("polling to verify bid position", () => { const component = renderer.create() component.root.instance.setState({ conditionsOfSaleChecked: true }) mockphysics.mockReturnValueOnce(Promise.resolve(mockRequestResponses.pollingForBid.outbid)) - relay.commitMutation = jest.fn((_, { onCompleted }) => { - onCompleted(mockRequestResponses.placingBid.bidAccepted) - }) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted(mockRequestResponses.placingBid.bidAccepted, null) + return null + }) as any component.root.findByType(Button).instance.props.onPress() jest.runAllTicks() @@ -369,9 +383,10 @@ describe("polling to verify bid position", () => { const component = renderer.create() component.root.instance.setState({ conditionsOfSaleChecked: true }) mockphysics.mockReturnValueOnce(Promise.resolve(mockRequestResponses.pollingForBid.reserveNotMet)) - relay.commitMutation = jest.fn((_, { onCompleted }) => { - onCompleted(mockRequestResponses.placingBid.bidAccepted) - }) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted(mockRequestResponses.placingBid.bidAccepted, null) + return null + }) as any component.root.findByType(Button).instance.props.onPress() jest.runAllTicks() @@ -391,9 +406,10 @@ describe("polling to verify bid position", () => { ) component.root.instance.setState({ conditionsOfSaleChecked: true }) mockphysics.mockReturnValueOnce(Promise.resolve(mockRequestResponses.pollingForBid.reserveNotMet)) - relay.commitMutation = jest.fn((_, { onCompleted }) => { - onCompleted(mockRequestResponses.placingBid.bidAccepted) - }) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted(mockRequestResponses.placingBid.bidAccepted, null) + return null + }) as any component.root.findByType(Button).instance.props.onPress() jest.runAllTicks() @@ -428,9 +444,10 @@ describe("polling to verify bid position", () => { it("shows the error screen with a failure", () => { const component = renderer.create() component.root.instance.setState({ conditionsOfSaleChecked: true }) - relay.commitMutation = jest.fn((_, { onCompleted }) => { - onCompleted(mockRequestResponses.placingBid.bidRejected) - }) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted(mockRequestResponses.placingBid.bidRejected, null) + return null + }) as any component.root.findByType(Button).instance.props.onPress() jest.runAllTicks() @@ -498,7 +515,10 @@ describe("ConfirmBid for unqualified user", () => { it("shows the error screen with the correct error message on a createCreditCard mutation failure", () => { console.error = jest.fn() // Silences component logging. stripe.createTokenWithCard.mockReturnValueOnce(stripeToken) - relay.commitMutation = jest.fn((_, { onCompleted }) => onCompleted(mockRequestResponses.creatingCreditCardError)) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted(mockRequestResponses.creatingCreditCardError, null) + return null + }) as any const component = renderer.create() @@ -522,11 +542,14 @@ describe("ConfirmBid for unqualified user", () => { }) it("shows the error screen with the default error message if there are unhandled errors from the createCreditCard mutation", () => { - const errors = ["malformed error"] + const errors = [{ message: "malformed error" }] console.error = jest.fn() // Silences component logging. stripe.createTokenWithCard.mockReturnValueOnce(stripeToken) - relay.commitMutation = jest.fn((_, { onCompleted }) => onCompleted({}, errors)) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted({}, errors) + return null + }) as any const component = renderer.create() @@ -553,9 +576,10 @@ describe("ConfirmBid for unqualified user", () => { it("shows the error screen with the default error message if the creditCardMutation error message is empty", () => { console.error = jest.fn() // Silences component logging. stripe.createTokenWithCard.mockReturnValueOnce(stripeToken) - relay.commitMutation = jest.fn((_, { onCompleted }) => - onCompleted(mockRequestResponses.creatingCreditCardEmptyError) - ) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted(mockRequestResponses.creatingCreditCardEmptyError, null) + return null + }) as any const component = renderer.create() @@ -581,7 +605,10 @@ describe("ConfirmBid for unqualified user", () => { it("shows the generic error screen on a createCreditCard mutation network failure", () => { console.error = jest.fn() // Silences component logging. stripe.createTokenWithCard.mockReturnValueOnce(stripeToken) - relay.commitMutation = jest.fn((_, { onError }) => onError(new TypeError("Network request failed"))) + relay.commitMutation = commitMutationMock((_, { onError }) => { + onError(new TypeError("Network request failed")) + return null + }) as any const component = renderer.create() diff --git a/src/lib/Components/Bidding/Screens/__tests__/Registration-tests.tsx b/src/lib/Components/Bidding/Screens/__tests__/Registration-tests.tsx index 3c8b25b6ce..80463239cc 100644 --- a/src/lib/Components/Bidding/Screens/__tests__/Registration-tests.tsx +++ b/src/lib/Components/Bidding/Screens/__tests__/Registration-tests.tsx @@ -22,6 +22,9 @@ const mockphysics = metaphysics as jest.Mock jest.unmock("react-relay") import relay from "react-relay" +const commitMutationMock = (fn?: typeof relay.commitMutation) => + jest.fn>(fn as any) + jest.mock("tipsi-stripe", () => ({ setOptions: jest.fn(), paymentRequestWithCardForm: jest.fn(), @@ -96,13 +99,20 @@ it("shows no option for entering payment information if the user has a credit ca }) describe("when pressing register button", () => { - it("when a credit card needs to be added, it commits three mutations on button press", async () => { - relay.commitMutation = jest - .fn() - .mockImplementationOnce((_, { onCompleted }) => onCompleted(mockRequestResponses.updateMyUserProfile)) - .mockImplementationOnce((_, { onCompleted }) => onCompleted(mockRequestResponses.creatingCreditCardSuccess)) - .mockImplementationOnce((_, { onCompleted }) => onCompleted(mockRequestResponses.qualifiedBidder)) - + it("when a credit card needs to be added, it commits two mutations on button press", async () => { + relay.commitMutation = commitMutationMock() + .mockImplementationOnce((_, { onCompleted }) => { + onCompleted(mockRequestResponses.updateMyUserProfile, null) + return null + }) + .mockImplementationOnce((_, { onCompleted }) => { + onCompleted(mockRequestResponses.creatingCreditCardSuccess, null) + return null + }) + .mockImplementationOnce((_, { onCompleted }) => { + onCompleted(mockRequestResponses.qualifiedBidder, null) + return null + }) as any mockphysics.mockReturnValueOnce(Promise.resolve(mockRequestResponses.qualifiedBidder)) stripe.createTokenWithCard.mockReturnValueOnce(stripeToken) @@ -226,10 +236,13 @@ describe("when pressing register button", () => { }) it("shows the error screen with the default error message if there are unhandled errors from the updateUserProfile mutation", () => { - const errors = ["malformed error"] + const errors = [{ message: "malformed error" }] console.error = jest.fn() // Silences component logging. - relay.commitMutation = jest.fn((_, { onCompleted }) => onCompleted({}, errors)) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted({}, errors) + return null + }) as any const component = renderer.create() @@ -257,7 +270,10 @@ describe("when pressing register button", () => { console.error = jest.fn() // Silences component logging. const errors = [{ message: "There was an error with your request" }] - relay.commitMutation = jest.fn((_, { onCompleted }) => onCompleted({}, errors)) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted({}, errors) + return null + }) as any const component = renderer.create() @@ -301,11 +317,15 @@ describe("when pressing register button", () => { it("displays an error message on a creditCardMutation failure", () => { console.error = jest.fn() // Silences component logging. stripe.createTokenWithCard.mockReturnValueOnce(stripeToken) - - relay.commitMutation = jest - .fn() - .mockImplementationOnce((_, { onCompleted }) => onCompleted(mockRequestResponses.updateMyUserProfile)) - .mockImplementationOnce((_, { onCompleted }) => onCompleted(mockRequestResponses.creatingCreditCardError)) + relay.commitMutation = commitMutationMock() + .mockImplementationOnce((_, { onCompleted }) => { + onCompleted(mockRequestResponses.updateMyUserProfile, null) + return null + }) + .mockImplementationOnce((_, { onCompleted }) => { + onCompleted(mockRequestResponses.creatingCreditCardError, null) + return null + }) as any const component = renderer.create() @@ -327,15 +347,20 @@ describe("when pressing register button", () => { }) it("shows the error screen with the default error message if there are unhandled errors from the createCreditCard mutation", () => { - const errors = ["malformed error"] + const errors = [{ message: "malformed error" }] console.error = jest.fn() // Silences component logging. stripe.createTokenWithCard.mockReturnValueOnce(stripeToken) - relay.commitMutation = jest - .fn() - .mockImplementationOnce((_, { onCompleted }) => onCompleted(mockRequestResponses.updateMyUserProfile)) - .mockImplementationOnce((_, { onCompleted }) => onCompleted({}, errors)) + relay.commitMutation = commitMutationMock() + .mockImplementationOnce((_, { onCompleted }) => { + onCompleted(mockRequestResponses.updateMyUserProfile, null) + return null + }) + .mockImplementationOnce((_, { onCompleted }) => { + onCompleted({}, errors) + return null + }) as any const component = renderer.create() @@ -362,17 +387,19 @@ describe("when pressing register button", () => { it("shows the generic error screen on a createCreditCard mutation network failure", () => { console.error = jest.fn() // Silences component logging. stripe.createTokenWithCard.mockReturnValueOnce(stripeToken) - relay.commitMutation = jest - .fn() - .mockImplementationOnce((_, { onCompleted }) => onCompleted(mockRequestResponses.updateMyUserProfile)) - .mockImplementationOnce((_, { onCompleted }) => onCompleted(mockRequestResponses.creatingCreditCardSuccess)) - .mockImplementationOnce((_, { onError }) => onError(new TypeError("Network request failed"))) + relay.commitMutation = commitMutationMock() + .mockImplementationOnce((_, { onCompleted }) => { + onCompleted(mockRequestResponses.creatingCreditCardSuccess, null) + return null + }) + .mockImplementationOnce((_, { onError }) => { + onError(new TypeError("Network request failed")) + return null + }) as any mockphysics.mockReturnValueOnce(Promise.resolve(mockRequestResponses.qualifiedBidder)) const component = renderer.create() - - // manually setting state to avoid duplicating tests for UI interaction, but practically better not to do so. component.root.instance.setState({ billingAddress }) component.root.instance.setState({ creditCardToken: stripeToken }) component.root.findByType(Checkbox).instance.props.onPress() @@ -391,7 +418,7 @@ describe("when pressing register button", () => { } console.error = jest.fn() // Silences component logging. - relay.commitMutation = jest.fn((_, { onCompleted }) => onCompleted({}, [error])) + relay.commitMutation = jest.fn().mockImplementation((_, { onCompleted }) => onCompleted({}, [error])) const component = renderer.create() @@ -406,7 +433,11 @@ describe("when pressing register button", () => { it("displays an error message on a network failure", () => { console.error = jest.fn() // Silences component logging. - relay.commitMutation = jest.fn((_, { onError }) => onError(new TypeError("Network request failed"))) + + relay.commitMutation = commitMutationMock((_, { onError }) => { + onError(new TypeError("Network request failed")) + return null + }) as any const component = renderer.create() @@ -420,9 +451,10 @@ describe("when pressing register button", () => { }) it("displays the pending result when the bidder is not qualified_for_bidding", () => { - relay.commitMutation = jest.fn((_, { onCompleted }) => - onCompleted({ createBidder: { bidder: { qualified_for_bidding: false } } }) - ) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted({ createBidder: { bidder: { qualified_for_bidding: false } } }, null) + return null + }) as any const component = renderer.create() @@ -440,9 +472,10 @@ describe("when pressing register button", () => { }) it("displays the completed result when the bidder is qualified_for_bidding", () => { - relay.commitMutation = jest.fn((_, { onCompleted }) => - onCompleted({ createBidder: { bidder: { qualified_for_bidding: true } } }) - ) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted({ createBidder: { bidder: { qualified_for_bidding: true } } }, null) + return null + }) as any const component = renderer.create() diff --git a/src/lib/Components/Bidding/Screens/__tests__/__snapshots__/BillingAddress-tests.tsx.snap b/src/lib/Components/Bidding/Screens/__tests__/__snapshots__/BillingAddress-tests.tsx.snap index 0190c636ea..df12b0a357 100644 --- a/src/lib/Components/Bidding/Screens/__tests__/__snapshots__/BillingAddress-tests.tsx.snap +++ b/src/lib/Components/Bidding/Screens/__tests__/__snapshots__/BillingAddress-tests.tsx.snap @@ -139,6 +139,7 @@ exports[`renders properly 1`] = ` p={3} pb={2} placeholder="Add your full name" + rejectResponderTermination={true} returnKeyType="next" style={ Array [ @@ -209,6 +210,7 @@ exports[`renders properly 1`] = ` p={3} pb={2} placeholder="Add your street address" + rejectResponderTermination={true} returnKeyType="next" style={ Array [ @@ -279,6 +281,7 @@ exports[`renders properly 1`] = ` p={3} pb={2} placeholder="Add your apt, floor, suite, etc." + rejectResponderTermination={true} returnKeyType="next" style={ Array [ @@ -349,6 +352,7 @@ exports[`renders properly 1`] = ` p={3} pb={2} placeholder="Add your city" + rejectResponderTermination={true} returnKeyType="next" style={ Array [ @@ -419,6 +423,7 @@ exports[`renders properly 1`] = ` p={3} pb={2} placeholder="Add state, province, or region" + rejectResponderTermination={true} returnKeyType="next" style={ Array [ @@ -489,6 +494,7 @@ exports[`renders properly 1`] = ` p={3} pb={2} placeholder="Add your postal code" + rejectResponderTermination={true} returnKeyType="next" style={ Array [ @@ -559,6 +565,7 @@ exports[`renders properly 1`] = ` p={3} pb={2} placeholder="Add your phone number" + rejectResponderTermination={true} returnKeyType="next" style={ Array [ diff --git a/src/lib/Components/Bidding/Screens/__tests__/__snapshots__/SelectCountry-tests.tsx.snap b/src/lib/Components/Bidding/Screens/__tests__/__snapshots__/SelectCountry-tests.tsx.snap index 3bb57725ad..2c3f3219b2 100644 --- a/src/lib/Components/Bidding/Screens/__tests__/__snapshots__/SelectCountry-tests.tsx.snap +++ b/src/lib/Components/Bidding/Screens/__tests__/__snapshots__/SelectCountry-tests.tsx.snap @@ -103,6 +103,7 @@ exports[`Sets up the right view hierarchy 1`] = ` p={3} pb={2} placeholder="Country" + rejectResponderTermination={true} returnKeyType="search" style={ Array [ diff --git a/src/lib/Components/Bidding/__stories__/BidFlow.story.tsx b/src/lib/Components/Bidding/__stories__/BidFlow.story.tsx index 7076bdd374..f2630d742b 100644 --- a/src/lib/Components/Bidding/__stories__/BidFlow.story.tsx +++ b/src/lib/Components/Bidding/__stories__/BidFlow.story.tsx @@ -7,7 +7,7 @@ import renderWithLoadProgress from "lib/utils/renderWithLoadProgress" import createEnvironment from "../../../relay/createEnvironment" import { BidFlowSelectMaxBidRendererQuery } from "__generated__/BidFlowSelectMaxBidRendererQuery.graphql" -import { NavigatorIOS } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import BidFlow from "../../../Containers/BidFlow" import RegistrationFlow from "../../../Containers/RegistrationFlow" import { BillingAddress } from "../Screens/BillingAddress" diff --git a/src/lib/Components/Bidding/__tests__/BidFlow-tests.tsx b/src/lib/Components/Bidding/__tests__/BidFlow-tests.tsx index 86befd80ef..59c3ec3b43 100644 --- a/src/lib/Components/Bidding/__tests__/BidFlow-tests.tsx +++ b/src/lib/Components/Bidding/__tests__/BidFlow-tests.tsx @@ -21,6 +21,9 @@ jest.mock("tipsi-stripe", () => ({ })) import stripe from "tipsi-stripe" +const commitMutationMock = (fn?: typeof relay.commitMutation) => + jest.fn>(fn as any) + const mockphysics = metaphysics as jest.Mock let fakeNavigator: FakeNavigator let fakeRelay @@ -55,7 +58,10 @@ it("allows bidders with a qualified credit card to bid", () => { expect(getTitleText(screen)).toEqual("Confirm your bid") mockphysics.mockReturnValueOnce(Promise.resolve(mockRequestResponses.pollingForBid.highestBidder)) - relay.commitMutation = jest.fn((_, { onCompleted }) => onCompleted(mockRequestResponses.placingBid.bidAccepted)) + relay.commitMutation = commitMutationMock((_, { onCompleted }) => { + onCompleted(mockRequestResponses.placingBid.bidAccepted, null) + return null + }) as any screen.root.findByType(Checkbox).instance.props.onPress() screen.root.findByType(Button).instance.props.onPress() diff --git a/src/lib/Components/Consignments/Components/TextInput.tsx b/src/lib/Components/Consignments/Components/TextInput.tsx index 49ab140be5..f108bd80e8 100644 --- a/src/lib/Components/Consignments/Components/TextInput.tsx +++ b/src/lib/Components/Consignments/Components/TextInput.tsx @@ -73,8 +73,18 @@ export default class TextInputField extends React.Component this.setState({ focused: true }, () => this.props.text.onFocus(e))} - onBlur={e => this.setState({ focused: false }, () => this.props.text.onBlur(e))} + onFocus={e => + this.setState( + { focused: true }, + () => this.props.text && this.props.text.onFocus && this.props.text.onFocus(e) + ) + } + onBlur={e => + this.setState( + { focused: false }, + () => this.props.text && this.props.text.onBlur && this.props.text.onBlur(e) + ) + } /> )} diff --git a/src/lib/Components/Consignments/Components/__tests__/__snapshots__/BottomAlignedButton-tests.tsx.snap b/src/lib/Components/Consignments/Components/__tests__/__snapshots__/BottomAlignedButton-tests.tsx.snap index c168451a45..40e35bc45b 100644 --- a/src/lib/Components/Consignments/Components/__tests__/__snapshots__/BottomAlignedButton-tests.tsx.snap +++ b/src/lib/Components/Consignments/Components/__tests__/__snapshots__/BottomAlignedButton-tests.tsx.snap @@ -134,6 +134,7 @@ exports[`Bottom-Aligned states: Looks right when With an Artist Search Results onFocus={[Function]} placeholder="Example" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="search" selectionColor="#cccccc" style={ diff --git a/src/lib/Components/Consignments/Components/__tests__/__snapshots__/SearchResults-tests.tsx.snap b/src/lib/Components/Consignments/Components/__tests__/__snapshots__/SearchResults-tests.tsx.snap index f441a5c3f9..2809b2329f 100644 --- a/src/lib/Components/Consignments/Components/__tests__/__snapshots__/SearchResults-tests.tsx.snap +++ b/src/lib/Components/Consignments/Components/__tests__/__snapshots__/SearchResults-tests.tsx.snap @@ -31,6 +31,7 @@ exports[`Search states: Looks right when Found four results 1`] = ` onFocus={[Function]} placeholder="Artist/Designer Name" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="search" selectionColor="#cccccc" style={ @@ -368,6 +369,7 @@ exports[`Search states: Looks right when Found no results 1`] = ` onFocus={[Function]} placeholder="Artist/Designer Name" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="search" selectionColor="#cccccc" style={ @@ -474,6 +476,7 @@ exports[`Search states: Looks right when Found one result 1`] = ` onFocus={[Function]} placeholder="Artist/Designer Name" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="search" selectionColor="#cccccc" style={ @@ -616,6 +619,7 @@ exports[`Search states: Looks right when Found one result, and searching 1`] = onFocus={[Function]} placeholder="Artist/Designer Name" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="search" selectionColor="#cccccc" style={ @@ -764,6 +768,7 @@ exports[`Search states: Looks right when Found two results 1`] = ` onFocus={[Function]} placeholder="Artist/Designer Name" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="search" selectionColor="#cccccc" style={ @@ -971,6 +976,7 @@ exports[`Search states: Looks right when Looking for new results 1`] = ` onFocus={[Function]} placeholder="Artist/Designer Name" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="search" selectionColor="#cccccc" style={ @@ -1053,6 +1059,7 @@ exports[`Search states: Looks right when No query 1`] = ` onFocus={[Function]} placeholder="Artist/Designer Name" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="search" selectionColor="#cccccc" style={ diff --git a/src/lib/Components/Consignments/Components/__tests__/__snapshots__/TextArea-tests.tsx.snap b/src/lib/Components/Consignments/Components/__tests__/__snapshots__/TextArea-tests.tsx.snap index 518cd492a3..7ac951d136 100644 --- a/src/lib/Components/Consignments/Components/__tests__/__snapshots__/TextArea-tests.tsx.snap +++ b/src/lib/Components/Consignments/Components/__tests__/__snapshots__/TextArea-tests.tsx.snap @@ -24,6 +24,7 @@ exports[`doesn't show placeholder when initial text is present 1`] = ` keyboardAppearance="dark" multiline={true} onChangeText={[Function]} + rejectResponderTermination={true} selectionColor="#cccccc" style={ Array [ @@ -89,6 +90,7 @@ exports[`shows the placeholder when text is empty 1`] = ` keyboardAppearance="dark" multiline={true} onChangeText={[Function]} + rejectResponderTermination={true} selectionColor="#cccccc" style={ Array [ diff --git a/src/lib/Components/Consignments/Components/__tests__/__snapshots__/TextInput-tests.tsx.snap b/src/lib/Components/Consignments/Components/__tests__/__snapshots__/TextInput-tests.tsx.snap index 14e2969e70..ee80a338cf 100644 --- a/src/lib/Components/Consignments/Components/__tests__/__snapshots__/TextInput-tests.tsx.snap +++ b/src/lib/Components/Consignments/Components/__tests__/__snapshots__/TextInput-tests.tsx.snap @@ -28,6 +28,7 @@ exports[`does not have an activity when searching 1`] = ` onBlur={[Function]} onFocus={[Function]} placeholderTextColor="#666666" + rejectResponderTermination={true} selectionColor="#cccccc" style={ Array [ @@ -93,6 +94,7 @@ exports[`shows an activity indicator when searching 1`] = ` onBlur={[Function]} onFocus={[Function]} placeholderTextColor="#666666" + rejectResponderTermination={true} selectionColor="#cccccc" style={ Array [ diff --git a/src/lib/Components/Consignments/Screens/Artist.tsx b/src/lib/Components/Consignments/Screens/Artist.tsx index 7de5279cee..f2d3fac3c5 100644 --- a/src/lib/Components/Consignments/Screens/Artist.tsx +++ b/src/lib/Components/Consignments/Screens/Artist.tsx @@ -6,7 +6,8 @@ import ArtistSearch from "../Components/SearchResults" import { ConsignmentSetup, SearchResult } from "../index" -import { Dimensions, NavigatorIOS, Route, View, ViewProperties } from "react-native" +import { Dimensions, Route, View, ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import metaphysics from "../../../metaphysics" interface ArtistSearchResponse { diff --git a/src/lib/Components/Consignments/Screens/Edition.tsx b/src/lib/Components/Consignments/Screens/Edition.tsx index d0ebae9fb0..92aed80b3c 100644 --- a/src/lib/Components/Consignments/Screens/Edition.tsx +++ b/src/lib/Components/Consignments/Screens/Edition.tsx @@ -3,7 +3,9 @@ import React from "react" import ConsignmentBG from "../Components/ConsignmentBG" import DoneButton from "../Components/DoneButton" -import { LayoutAnimation, NavigatorIOS, Route, ViewProperties } from "react-native" +import { LayoutAnimation, Route, ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" + import Text from "../Components/TextInput" import Toggle from "../Components/Toggle" import { ConsignmentSetup } from "../index" diff --git a/src/lib/Components/Consignments/Screens/Location.tsx b/src/lib/Components/Consignments/Screens/Location.tsx index aa1c8e681c..642a211585 100644 --- a/src/lib/Components/Consignments/Screens/Location.tsx +++ b/src/lib/Components/Consignments/Screens/Location.tsx @@ -6,7 +6,8 @@ import Search from "../Components/SearchResults" import { ConsignmentSetup, SearchResult } from "../index" -import { NavigatorIOS, Route, View, ViewProperties } from "react-native" +import { Route, View, ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { stringify } from "qs" diff --git a/src/lib/Components/Consignments/Screens/Metadata.tsx b/src/lib/Components/Consignments/Screens/Metadata.tsx index fa8ee2959f..d189a9a451 100644 --- a/src/lib/Components/Consignments/Screens/Metadata.tsx +++ b/src/lib/Components/Consignments/Screens/Metadata.tsx @@ -3,7 +3,6 @@ import React from "react" import { Keyboard, LayoutAnimation, - NavigatorIOS, Picker, Route, ScrollView, @@ -11,6 +10,7 @@ import { View, ViewProperties, } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { ConsignmentMetadata } from "../" import ConsignmentBG from "../Components/ConsignmentBG" diff --git a/src/lib/Components/Consignments/Screens/Overview.tsx b/src/lib/Components/Consignments/Screens/Overview.tsx index 28ecad69d4..ed5b8e7c72 100644 --- a/src/lib/Components/Consignments/Screens/Overview.tsx +++ b/src/lib/Components/Consignments/Screens/Overview.tsx @@ -1,6 +1,8 @@ import { Schema, screenTrack, Track, track as _track } from "lib/utils/track" import React from "react" -import { AsyncStorage, Dimensions, NavigatorIOS, Route, ScrollView, View, ViewProperties } from "react-native" + +import { AsyncStorage, Dimensions, Route, ScrollView, View, ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { ConsignmentMetadata, ConsignmentSetup, SearchResult } from "../" import SwitchBoard from "../../../NativeModules/SwitchBoard" diff --git a/src/lib/Components/Consignments/Screens/Provenance.tsx b/src/lib/Components/Consignments/Screens/Provenance.tsx index 350c21b902..89e8bead3c 100644 --- a/src/lib/Components/Consignments/Screens/Provenance.tsx +++ b/src/lib/Components/Consignments/Screens/Provenance.tsx @@ -3,7 +3,9 @@ import React from "react" import ConsignmentBG from "../Components/ConsignmentBG" import DoneButton from "../Components/DoneButton" -import { NavigatorIOS, Route, View, ViewProperties } from "react-native" +import { Route, View, ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" + import TextArea from "../Components/TextArea" import { ConsignmentSetup } from "../index" diff --git a/src/lib/Components/Consignments/Screens/SelectFromPhotoLibrary.tsx b/src/lib/Components/Consignments/Screens/SelectFromPhotoLibrary.tsx index 18d8f17320..748a67b8bd 100644 --- a/src/lib/Components/Consignments/Screens/SelectFromPhotoLibrary.tsx +++ b/src/lib/Components/Consignments/Screens/SelectFromPhotoLibrary.tsx @@ -14,12 +14,13 @@ import { Dimensions, Linking, NativeModules, - NavigatorIOS, Route, ScrollView, View, ViewProperties, } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" + import { ConsignmentSetup } from "../index" const { ARCocoaConstantsModule, ARTakeCameraPhotoModule } = NativeModules diff --git a/src/lib/Components/Consignments/Screens/Welcome.tsx b/src/lib/Components/Consignments/Screens/Welcome.tsx index 42234df943..00df615db2 100644 --- a/src/lib/Components/Consignments/Screens/Welcome.tsx +++ b/src/lib/Components/Consignments/Screens/Welcome.tsx @@ -3,7 +3,8 @@ */ import React from "react" -import { Image, LayoutChangeEvent, NavigatorIOS, Route, ScrollView, TextProperties, ViewProperties } from "react-native" +import { Image, LayoutChangeEvent, Route, ScrollView, TextProperties, ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { Schema, screenTrack } from "lib/utils/track" import CloseButton from "../Components/CloseButton" diff --git a/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Edition-tests.tsx.snap b/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Edition-tests.tsx.snap index 5224c69edc..ee2f1dd44c 100644 --- a/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Edition-tests.tsx.snap +++ b/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Edition-tests.tsx.snap @@ -882,6 +882,7 @@ exports[`Shows and additional 2 inputs when there's edition info 1`] = ` onFocus={[Function]} placeholder="Edition Size" placeholderTextColor="#666666" + rejectResponderTermination={true} selectionColor="#cccccc" style={ Array [ @@ -941,6 +942,7 @@ exports[`Shows and additional 2 inputs when there's edition info 1`] = ` onFocus={[Function]} placeholder="Edition Number" placeholderTextColor="#666666" + rejectResponderTermination={true} selectionColor="#cccccc" style={ Array [ diff --git a/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Location-tests.tsx.snap b/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Location-tests.tsx.snap index 727ceeeae7..7ef1b3c21c 100644 --- a/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Location-tests.tsx.snap +++ b/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Location-tests.tsx.snap @@ -112,6 +112,7 @@ exports[`Sets up the right view hierarchy 1`] = ` onFocus={[Function]} placeholder="City, Country" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="search" selectionColor="#cccccc" style={ diff --git a/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Metadata-tests.tsx.snap b/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Metadata-tests.tsx.snap index f3f42f8201..f5f4317e02 100644 --- a/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Metadata-tests.tsx.snap +++ b/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Metadata-tests.tsx.snap @@ -121,6 +121,7 @@ exports[`state is set up with empty consignment metadata 1`] = ` onSubmitEditing={[Function]} placeholder="Title" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="next" selectionColor="#cccccc" style={ @@ -195,6 +196,7 @@ exports[`state is set up with empty consignment metadata 1`] = ` onSubmitEditing={[Function]} placeholder="Year" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="next" selectionColor="#cccccc" style={ @@ -269,6 +271,7 @@ exports[`state is set up with empty consignment metadata 1`] = ` onSubmitEditing={[Function]} placeholder="Medium" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="next" selectionColor="#cccccc" style={ @@ -344,6 +347,7 @@ exports[`state is set up with empty consignment metadata 1`] = ` onSubmitEditing={[Function]} placeholder="Width" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="next" selectionColor="#cccccc" style={ @@ -406,6 +410,7 @@ exports[`state is set up with empty consignment metadata 1`] = ` onSubmitEditing={[Function]} placeholder="Height" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="next" selectionColor="#cccccc" style={ @@ -481,6 +486,7 @@ exports[`state is set up with empty consignment metadata 1`] = ` onSubmitEditing={[Function]} placeholder="Depth" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="next" selectionColor="#cccccc" style={ @@ -909,6 +915,7 @@ exports[`state is set up with filled consignment metadata 1`] = ` onSubmitEditing={[Function]} placeholder="Title" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="next" selectionColor="#cccccc" style={ @@ -984,6 +991,7 @@ exports[`state is set up with filled consignment metadata 1`] = ` onSubmitEditing={[Function]} placeholder="Year" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="next" selectionColor="#cccccc" style={ @@ -1059,6 +1067,7 @@ exports[`state is set up with filled consignment metadata 1`] = ` onSubmitEditing={[Function]} placeholder="Medium" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="next" selectionColor="#cccccc" style={ @@ -1135,6 +1144,7 @@ exports[`state is set up with filled consignment metadata 1`] = ` onSubmitEditing={[Function]} placeholder="Width" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="next" selectionColor="#cccccc" style={ @@ -1198,6 +1208,7 @@ exports[`state is set up with filled consignment metadata 1`] = ` onSubmitEditing={[Function]} placeholder="Height" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="next" selectionColor="#cccccc" style={ @@ -1274,6 +1285,7 @@ exports[`state is set up with filled consignment metadata 1`] = ` onSubmitEditing={[Function]} placeholder="Depth" placeholderTextColor="#666666" + rejectResponderTermination={true} returnKeyType="next" selectionColor="#cccccc" style={ diff --git a/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Provenance-tests.tsx.snap b/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Provenance-tests.tsx.snap index 8a62dd4cd3..81b581250e 100644 --- a/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Provenance-tests.tsx.snap +++ b/src/lib/Components/Consignments/Screens/__tests__/__snapshots__/Provenance-tests.tsx.snap @@ -110,6 +110,7 @@ exports[`Sets up the right view hierarchy 1`] = ` keyboardAppearance="dark" multiline={true} onChangeText={[Function]} + rejectResponderTermination={true} selectionColor="#cccccc" style={ Array [ @@ -279,6 +280,7 @@ exports[`with an existing state Sets up the right view hierarchy 1`] = ` keyboardAppearance="dark" multiline={true} onChangeText={[Function]} + rejectResponderTermination={true} selectionColor="#cccccc" style={ Array [ diff --git a/src/lib/Components/Consignments/index.tsx b/src/lib/Components/Consignments/index.tsx index 011c6eca44..fca43e5a83 100644 --- a/src/lib/Components/Consignments/index.tsx +++ b/src/lib/Components/Consignments/index.tsx @@ -1,7 +1,8 @@ import React from "react" import Welcome from "./Screens/Welcome" -import { NavigatorIOS, ViewProperties } from "react-native" +import { ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" /** The metadata for a consigned work */ export interface ConsignmentMetadata { diff --git a/src/lib/Components/Countdown/__tests__/StateManager-tests.tsx b/src/lib/Components/Countdown/__tests__/StateManager-tests.tsx index 5a23f4d85c..26de7f31e7 100644 --- a/src/lib/Components/Countdown/__tests__/StateManager-tests.tsx +++ b/src/lib/Components/Countdown/__tests__/StateManager-tests.tsx @@ -19,7 +19,7 @@ describe("StateManager", () => { date: new Date(Date.now() + 1000).toISOString(), label: "foo", })} - onNextTickerState={jest.fn(() => ({ label: "bar", date: null }))} + onNextTickerState={jest.fn(() => ({ label: "bar", date: null, state: "foo" }))} /> ) diff --git a/src/lib/Components/DottedLine.tsx b/src/lib/Components/DottedLine.tsx index f497bb3f37..7d5833ba2b 100644 --- a/src/lib/Components/DottedLine.tsx +++ b/src/lib/Components/DottedLine.tsx @@ -22,4 +22,4 @@ class DottedLine extends React.Component { export default DottedLine -const NativeDottedLine: React.ComponentClass = requireNativeComponent("ARDottedLine", DottedLine) +const NativeDottedLine: React.ComponentClass = requireNativeComponent("ARDottedLine") diff --git a/src/lib/Components/Inbox/Conversations/__tests__/__snapshots__/Composer-tests.tsx.snap b/src/lib/Components/Inbox/Conversations/__tests__/__snapshots__/Composer-tests.tsx.snap index 5c029838b4..928c2d1d59 100644 --- a/src/lib/Components/Inbox/Conversations/__tests__/__snapshots__/Composer-tests.tsx.snap +++ b/src/lib/Components/Inbox/Conversations/__tests__/__snapshots__/Composer-tests.tsx.snap @@ -52,6 +52,7 @@ exports[`looks correct when rendered 1`] = ` onFocus={[Function]} placeholder="Reply..." placeholderTextColor="#666666" + rejectResponderTermination={true} style={ Object { "flex": 1, @@ -93,375 +94,7 @@ exports[`looks correct when rendered 1`] = ` `; -exports[`regarding the send button disables it even if it contains text if the disabled prop is true 1`] = ` -ShallowWrapper { - Symbol(enzyme.__root__): [Circular], - Symbol(enzyme.__unrendered__): , - Symbol(enzyme.__renderer__): Object { - "batchedUpdates": [Function], - "checkPropTypes": [Function], - "getNode": [Function], - "render": [Function], - "simulateError": [Function], - "simulateEvent": [Function], - "unmount": [Function], - }, - Symbol(enzyme.__node__): Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "behavior": "padding", - "children": Array [ - undefined, - - - - - SEND - - - , - ], - "keyboardVerticalOffset": 20, - }, - "ref": null, - "rendered": Array [ - undefined, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "active": false, - "children": Array [ - , - - - SEND - - , - ], - }, - "ref": null, - "rendered": Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "allowFontScaling": true, - "autoFocus": false, - "keyboardAppearance": "dark", - "multiline": true, - "onChangeText": [Function], - "onEndEditing": [Function], - "onFocus": [Function], - "placeholder": "Reply...", - "placeholderTextColor": "#666666", - "style": Object { - "flex": 1, - "fontFamily": "AGaramondPro-Regular", - "fontSize": 13, - "paddingBottom": 10, - "paddingLeft": 10, - "paddingRight": 10, - "paddingTop": 13, - }, - "underlineColorAndroid": "transparent", - "value": "History repeats itself, first as tragedy, second as farce.", - }, - "ref": [Function], - "rendered": null, - "type": [Function], - }, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": - SEND - , - "disabled": true, - "onPress": [Function], - }, - "ref": null, - "rendered": Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": "SEND", - "disabled": true, - }, - "ref": null, - "rendered": "SEND", - "type": [Function], - }, - "type": [Function], - }, - ], - "type": [Function], - }, - ], - "type": [Function], - }, - Symbol(enzyme.__nodes__): Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "behavior": "padding", - "children": Array [ - undefined, - - - - - SEND - - - , - ], - "keyboardVerticalOffset": 20, - }, - "ref": null, - "rendered": Array [ - undefined, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "active": false, - "children": Array [ - , - - - SEND - - , - ], - }, - "ref": null, - "rendered": Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "allowFontScaling": true, - "autoFocus": false, - "keyboardAppearance": "dark", - "multiline": true, - "onChangeText": [Function], - "onEndEditing": [Function], - "onFocus": [Function], - "placeholder": "Reply...", - "placeholderTextColor": "#666666", - "style": Object { - "flex": 1, - "fontFamily": "AGaramondPro-Regular", - "fontSize": 13, - "paddingBottom": 10, - "paddingLeft": 10, - "paddingRight": 10, - "paddingTop": 13, - }, - "underlineColorAndroid": "transparent", - "value": "History repeats itself, first as tragedy, second as farce.", - }, - "ref": [Function], - "rendered": null, - "type": [Function], - }, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": - SEND - , - "disabled": true, - "onPress": [Function], - }, - "ref": null, - "rendered": Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": "SEND", - "disabled": true, - }, - "ref": null, - "rendered": "SEND", - "type": [Function], - }, - "type": [Function], - }, - ], - "type": [Function], - }, - ], - "type": [Function], - }, - ], - Symbol(enzyme.__options__): Object { - "adapter": ReactSixteenAdapter { - "options": Object { - "enableComponentDidUpdateOnSetState": true, - "legacyContextMode": "parent", - "lifecycles": Object { - "componentDidUpdate": Object { - "onSetState": true, - }, - "getChildContext": Object { - "calledByRenderer": false, - }, - "getDerivedStateFromProps": true, - "getSnapshotBeforeUpdate": true, - "setState": Object { - "skipsComponentDidUpdateOnNullish": true, - }, - }, - }, - }, - }, -} -`; +exports[`regarding the send button disables it even if it contains text if the disabled prop is true 1`] = `ShallowWrapper {}`; exports[`regarding the send button disables it when there is no text 1`] = ` @@ -52,6 +52,7 @@ exports[`looks correct when rendered 1`] = ` refreshing={false} /> } + removeClippedSubviews={false} renderItem={[Function]} scrollEventThrottle={50} stickyHeaderIndices={Array []} diff --git a/src/lib/Components/Inbox/Conversations/__tests__/__snapshots__/ZeroStateInbox-tests.tsx.snap b/src/lib/Components/Inbox/Conversations/__tests__/__snapshots__/ZeroStateInbox-tests.tsx.snap index e4561637a4..f1cf0c5fa4 100644 --- a/src/lib/Components/Inbox/Conversations/__tests__/__snapshots__/ZeroStateInbox-tests.tsx.snap +++ b/src/lib/Components/Inbox/Conversations/__tests__/__snapshots__/ZeroStateInbox-tests.tsx.snap @@ -20,6 +20,7 @@ exports[`looks correct for iPad in landscape mode when the user has no conversat onScroll={[Function]} onScrollBeginDrag={[Function]} onScrollEndDrag={[Function]} + removeClippedSubviews={false} renderItem={[Function]} scrollEventThrottle={500} stickyHeaderIndices={Array []} @@ -52,6 +53,7 @@ exports[`looks correct for iPad in portrait mode when the user has no conversati onScroll={[Function]} onScrollBeginDrag={[Function]} onScrollEndDrag={[Function]} + removeClippedSubviews={false} renderItem={[Function]} scrollEventThrottle={500} stickyHeaderIndices={Array []} @@ -84,6 +86,7 @@ exports[`looks correct for iPhone 4 when the user has no conversations 1`] = ` onScroll={[Function]} onScrollBeginDrag={[Function]} onScrollEndDrag={[Function]} + removeClippedSubviews={false} renderItem={[Function]} scrollEventThrottle={500} stickyHeaderIndices={Array []} @@ -116,6 +119,7 @@ exports[`looks correct for iPhone 5 when the user has no conversations 1`] = ` onScroll={[Function]} onScrollBeginDrag={[Function]} onScrollEndDrag={[Function]} + removeClippedSubviews={false} renderItem={[Function]} scrollEventThrottle={500} stickyHeaderIndices={Array []} @@ -148,6 +152,7 @@ exports[`looks correct for iPhone 6 when the user has no conversations 1`] = ` onScroll={[Function]} onScrollBeginDrag={[Function]} onScrollEndDrag={[Function]} + removeClippedSubviews={false} renderItem={[Function]} scrollEventThrottle={500} stickyHeaderIndices={Array []} diff --git a/src/lib/Components/LoadFailureView.tsx b/src/lib/Components/LoadFailureView.tsx index 13f6e0529f..ca8ccc8387 100644 --- a/src/lib/Components/LoadFailureView.tsx +++ b/src/lib/Components/LoadFailureView.tsx @@ -23,4 +23,4 @@ export default class LoadFailureView extends React.Component { } } -const NativeLoadFailureView = requireNativeComponent("ARLoadFailureView", LoadFailureView) +const NativeLoadFailureView = requireNativeComponent("ARLoadFailureView") diff --git a/src/lib/Components/OpaqueImageView.tsx b/src/lib/Components/OpaqueImageView.tsx index b647acefc1..dc38caf867 100644 --- a/src/lib/Components/OpaqueImageView.tsx +++ b/src/lib/Components/OpaqueImageView.tsx @@ -130,4 +130,4 @@ export default class OpaqueImageView extends React.Component { } } -const NativeOpaqueImageView = requireNativeComponent("AROpaqueImageView", OpaqueImageView) +const NativeOpaqueImageView = requireNativeComponent("AROpaqueImageView") diff --git a/src/lib/Components/Spinner.tsx b/src/lib/Components/Spinner.tsx index cdf0a61dae..84bddfa6f4 100644 --- a/src/lib/Components/Spinner.tsx +++ b/src/lib/Components/Spinner.tsx @@ -37,4 +37,4 @@ const styles = StyleSheet.create({ }, }) -const NativeSpinner: React.ComponentClass = requireNativeComponent("ARSpinner", Spinner) +const NativeSpinner: React.ComponentClass = requireNativeComponent("ARSpinner") diff --git a/src/lib/Components/Storybooks/SectionBrowser.tsx b/src/lib/Components/Storybooks/SectionBrowser.tsx index 64e1bc92b8..5b21923c09 100644 --- a/src/lib/Components/Storybooks/SectionBrowser.tsx +++ b/src/lib/Components/Storybooks/SectionBrowser.tsx @@ -1,5 +1,6 @@ import React from "react" -import { ListView, NavigatorIOS, Route, TouchableHighlight, View, ViewProperties } from "react-native" +import { ListView, Route, TouchableHighlight, View, ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { StorySection } from "./" import StoryBrowser from "./StoryBrowser" diff --git a/src/lib/Components/Storybooks/StoryBrowser.tsx b/src/lib/Components/Storybooks/StoryBrowser.tsx index 70a35bda28..8a1d145e1c 100644 --- a/src/lib/Components/Storybooks/StoryBrowser.tsx +++ b/src/lib/Components/Storybooks/StoryBrowser.tsx @@ -1,5 +1,6 @@ import React from "react" -import { ListView, NavigatorIOS, Route, TouchableHighlight, View, ViewProperties } from "react-native" +import { ListView, Route, TouchableHighlight, View, ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { Story, StorySection } from "./" import { Background, BodyText, Separator, Title } from "./Styles" diff --git a/src/lib/Components/Storybooks/index.tsx b/src/lib/Components/Storybooks/index.tsx index 46daa6e48a..54e64650ea 100644 --- a/src/lib/Components/Storybooks/index.tsx +++ b/src/lib/Components/Storybooks/index.tsx @@ -1,5 +1,6 @@ import React from "react" -import { AppRegistry, NavigatorIOS } from "react-native" +import { AppRegistry } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import * as storybook from "@storybook/react-native" diff --git a/src/lib/Components/SwitchView.tsx b/src/lib/Components/SwitchView.tsx index 6934827a45..9390efe18c 100644 --- a/src/lib/Components/SwitchView.tsx +++ b/src/lib/Components/SwitchView.tsx @@ -24,4 +24,4 @@ export default class SwitchView extends React.Component { } } -const NativeSwitchView: React.ComponentClass = requireNativeComponent("ARSwitchView", SwitchView) +const NativeSwitchView: React.ComponentClass = requireNativeComponent("ARSwitchView") diff --git a/src/lib/Components/Video.tsx b/src/lib/Components/Video.tsx index 8f5c09e91c..2f82d159d7 100644 --- a/src/lib/Components/Video.tsx +++ b/src/lib/Components/Video.tsx @@ -79,4 +79,4 @@ export class Video extends React.Component { } } -const NativeVideo: React.ComponentClass = requireNativeComponent("ARVideo", Video) +const NativeVideo: React.ComponentClass = requireNativeComponent("ARVideo") diff --git a/src/lib/Containers/BidFlow.tsx b/src/lib/Containers/BidFlow.tsx index 6b208a886c..ec3973924b 100644 --- a/src/lib/Containers/BidFlow.tsx +++ b/src/lib/Containers/BidFlow.tsx @@ -1,5 +1,7 @@ import React from "react" -import { NavigatorIOS, ViewProperties } from "react-native" +import { ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" + import { createFragmentContainer, graphql } from "react-relay" import { TimeOffsetProvider } from "../Components/Bidding/Context/TimeOffsetProvider" diff --git a/src/lib/Containers/RegistrationFlow.tsx b/src/lib/Containers/RegistrationFlow.tsx index 27c05662ec..beac47ea5a 100644 --- a/src/lib/Containers/RegistrationFlow.tsx +++ b/src/lib/Containers/RegistrationFlow.tsx @@ -1,5 +1,6 @@ import React from "react" -import { NavigatorIOS, ViewProperties } from "react-native" +import { ViewProperties } from "react-native" +import NavigatorIOS from "react-native-navigator-ios" import { createFragmentContainer, graphql } from "react-relay" import { RegistrationFlow_me } from "__generated__/RegistrationFlow_me.graphql" diff --git a/src/lib/Containers/__tests__/__snapshots__/Conversation-tests.tsx.snap b/src/lib/Containers/__tests__/__snapshots__/Conversation-tests.tsx.snap index 2c979f6fb0..a543d2a46a 100644 --- a/src/lib/Containers/__tests__/__snapshots__/Conversation-tests.tsx.snap +++ b/src/lib/Containers/__tests__/__snapshots__/Conversation-tests.tsx.snap @@ -1,1413 +1,5 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`displays a connectivity banner when network is down 1`] = ` -ShallowWrapper { - Symbol(enzyme.__root__): [Circular], - Symbol(enzyme.__unrendered__): , - Symbol(enzyme.__renderer__): Object { - "batchedUpdates": [Function], - "checkPropTypes": [Function], - "getNode": [Function], - "render": [Function], - "simulateError": [Function], - "simulateEvent": [Function], - "unmount": [Function], - }, - Symbol(enzyme.__node__): Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": - - - - Kimberly Klark - - - - - - - , - "disabled": true, - "onSubmit": [Function], - "value": null, - }, - "ref": [Function], - "rendered": Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": Array [ - - - - Kimberly Klark - - - - , - , - , - ], - }, - "ref": null, - "rendered": Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": - - Kimberly Klark - - - , - }, - "ref": null, - "rendered": Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": Array [ - - Kimberly Klark - , - , - ], - }, - "ref": null, - "rendered": Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "function", - "props": Object { - "children": "Kimberly Klark", - "style": Object { - "fontSize": 14, - }, - }, - "ref": null, - "rendered": "Kimberly Klark", - "type": [Function], - }, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object {}, - "ref": null, - "rendered": null, - "type": [Function], - }, - ], - "type": [Function], - }, - "type": [Function], - }, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object {}, - "ref": null, - "rendered": null, - "type": [Function], - }, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "componentRef": [Function], - "conversation": Object { - "__id": "conversation-420", - "from": Object { - "email": "anita@garibaldi.br", - "initials": "AG", - "name": "Anita Garibaldi", - }, - "id": "420", - "initial_message": "Adoro! Por favor envie-me mais informações", - "items": Array [ - Object { - "item": Object { - "__typename": "Artwork", - "artist_names": "Adrian Piper", - "date": "1974", - "href": "/artwork/adrian-piper-the-mythic-being-sols-drawing-number-1-5", - "id": "adrian-piper-the-mythic-being-sols-drawing-number-1-5", - "image": Object { - "image_url": "https://d32dm0rphc51dk.cloudfront.net/J0uofgV9e8cIxGiZwn12mg/:version.jpg", - "url": "https://d32dm0rphc51dk.cloudfront.net/W1FkNoM9IjrND_xv_DTkeg/normalized.jpg", - }, - "title": "The Mythic Being: Sol’s Drawing #1–5", - }, - "title": "The Mythic Being: Sol’s Drawing #1–5", - }, - ], - "last_message_id": "222", - "messages": Object { - "edges": Array [ - Object { - "node": Object { - "__id": "unique-id", - "attachments": Array [], - "body": "Adoro! Por favor envie-me mais informações", - "from": Object { - "email": "percy@cat.com", - "name": "Percy", - }, - "from_email_address": "anita@garibaldi.br", - "id": 222, - }, - }, - ], - }, - "to": Object { - "initials": "KK", - "name": "Kimberly Klark", - }, - "unread": false, - }, - "onDataFetching": [Function], - }, - "ref": null, - "rendered": null, - "type": [Function], - }, - ], - "type": [Function], - }, - "type": [Function], - }, - Symbol(enzyme.__nodes__): Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": - - - - Kimberly Klark - - - - - - - , - "disabled": true, - "onSubmit": [Function], - "value": null, - }, - "ref": [Function], - "rendered": Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": Array [ - - - - Kimberly Klark - - - - , - , - , - ], - }, - "ref": null, - "rendered": Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": - - Kimberly Klark - - - , - }, - "ref": null, - "rendered": Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": Array [ - - Kimberly Klark - , - , - ], - }, - "ref": null, - "rendered": Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "function", - "props": Object { - "children": "Kimberly Klark", - "style": Object { - "fontSize": 14, - }, - }, - "ref": null, - "rendered": "Kimberly Klark", - "type": [Function], - }, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object {}, - "ref": null, - "rendered": null, - "type": [Function], - }, - ], - "type": [Function], - }, - "type": [Function], - }, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object {}, - "ref": null, - "rendered": null, - "type": [Function], - }, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "componentRef": [Function], - "conversation": Object { - "__id": "conversation-420", - "from": Object { - "email": "anita@garibaldi.br", - "initials": "AG", - "name": "Anita Garibaldi", - }, - "id": "420", - "initial_message": "Adoro! Por favor envie-me mais informações", - "items": Array [ - Object { - "item": Object { - "__typename": "Artwork", - "artist_names": "Adrian Piper", - "date": "1974", - "href": "/artwork/adrian-piper-the-mythic-being-sols-drawing-number-1-5", - "id": "adrian-piper-the-mythic-being-sols-drawing-number-1-5", - "image": Object { - "image_url": "https://d32dm0rphc51dk.cloudfront.net/J0uofgV9e8cIxGiZwn12mg/:version.jpg", - "url": "https://d32dm0rphc51dk.cloudfront.net/W1FkNoM9IjrND_xv_DTkeg/normalized.jpg", - }, - "title": "The Mythic Being: Sol’s Drawing #1–5", - }, - "title": "The Mythic Being: Sol’s Drawing #1–5", - }, - ], - "last_message_id": "222", - "messages": Object { - "edges": Array [ - Object { - "node": Object { - "__id": "unique-id", - "attachments": Array [], - "body": "Adoro! Por favor envie-me mais informações", - "from": Object { - "email": "percy@cat.com", - "name": "Percy", - }, - "from_email_address": "anita@garibaldi.br", - "id": 222, - }, - }, - ], - }, - "to": Object { - "initials": "KK", - "name": "Kimberly Klark", - }, - "unread": false, - }, - "onDataFetching": [Function], - }, - "ref": null, - "rendered": null, - "type": [Function], - }, - ], - "type": [Function], - }, - "type": [Function], - }, - ], - Symbol(enzyme.__options__): Object { - "adapter": ReactSixteenAdapter { - "options": Object { - "enableComponentDidUpdateOnSetState": true, - "legacyContextMode": "parent", - "lifecycles": Object { - "componentDidUpdate": Object { - "onSetState": true, - }, - "getChildContext": Object { - "calledByRenderer": false, - }, - "getDerivedStateFromProps": true, - "getSnapshotBeforeUpdate": true, - "setState": Object { - "skipsComponentDidUpdateOnNullish": true, - }, - }, - }, - }, - }, -} -`; +exports[`displays a connectivity banner when network is down 1`] = `ShallowWrapper {}`; -exports[`looks correct when rendered 1`] = ` -ShallowWrapper { - Symbol(enzyme.__root__): [Circular], - Symbol(enzyme.__unrendered__): , - Symbol(enzyme.__renderer__): Object { - "batchedUpdates": [Function], - "checkPropTypes": [Function], - "getNode": [Function], - "render": [Function], - "simulateError": [Function], - "simulateEvent": [Function], - "unmount": [Function], - }, - Symbol(enzyme.__node__): Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": - - - - Kimberly Klark - - - - - - , - "disabled": false, - "onSubmit": [Function], - "value": null, - }, - "ref": [Function], - "rendered": Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": Array [ - - - - Kimberly Klark - - - - , - false, - , - ], - }, - "ref": null, - "rendered": Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": - - Kimberly Klark - - - , - }, - "ref": null, - "rendered": Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": Array [ - - Kimberly Klark - , - , - ], - }, - "ref": null, - "rendered": Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "function", - "props": Object { - "children": "Kimberly Klark", - "style": Object { - "fontSize": 14, - }, - }, - "ref": null, - "rendered": "Kimberly Klark", - "type": [Function], - }, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object {}, - "ref": null, - "rendered": null, - "type": [Function], - }, - ], - "type": [Function], - }, - "type": [Function], - }, - false, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "componentRef": [Function], - "conversation": Object { - "__id": "conversation-420", - "from": Object { - "email": "anita@garibaldi.br", - "initials": "AG", - "name": "Anita Garibaldi", - }, - "id": "420", - "initial_message": "Adoro! Por favor envie-me mais informações", - "items": Array [ - Object { - "item": Object { - "__typename": "Artwork", - "artist_names": "Adrian Piper", - "date": "1974", - "href": "/artwork/adrian-piper-the-mythic-being-sols-drawing-number-1-5", - "id": "adrian-piper-the-mythic-being-sols-drawing-number-1-5", - "image": Object { - "image_url": "https://d32dm0rphc51dk.cloudfront.net/J0uofgV9e8cIxGiZwn12mg/:version.jpg", - "url": "https://d32dm0rphc51dk.cloudfront.net/W1FkNoM9IjrND_xv_DTkeg/normalized.jpg", - }, - "title": "The Mythic Being: Sol’s Drawing #1–5", - }, - "title": "The Mythic Being: Sol’s Drawing #1–5", - }, - ], - "last_message_id": "222", - "messages": Object { - "edges": Array [ - Object { - "node": Object { - "__id": "unique-id", - "attachments": Array [], - "body": "Adoro! Por favor envie-me mais informações", - "from": Object { - "email": "percy@cat.com", - "name": "Percy", - }, - "from_email_address": "anita@garibaldi.br", - "id": 222, - }, - }, - ], - }, - "to": Object { - "initials": "KK", - "name": "Kimberly Klark", - }, - "unread": false, - }, - "onDataFetching": [Function], - }, - "ref": null, - "rendered": null, - "type": [Function], - }, - ], - "type": [Function], - }, - "type": [Function], - }, - Symbol(enzyme.__nodes__): Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": - - - - Kimberly Klark - - - - - - , - "disabled": false, - "onSubmit": [Function], - "value": null, - }, - "ref": [Function], - "rendered": Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": Array [ - - - - Kimberly Klark - - - - , - false, - , - ], - }, - "ref": null, - "rendered": Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": - - Kimberly Klark - - - , - }, - "ref": null, - "rendered": Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "children": Array [ - - Kimberly Klark - , - , - ], - }, - "ref": null, - "rendered": Array [ - Object { - "instance": null, - "key": undefined, - "nodeType": "function", - "props": Object { - "children": "Kimberly Klark", - "style": Object { - "fontSize": 14, - }, - }, - "ref": null, - "rendered": "Kimberly Klark", - "type": [Function], - }, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object {}, - "ref": null, - "rendered": null, - "type": [Function], - }, - ], - "type": [Function], - }, - "type": [Function], - }, - false, - Object { - "instance": null, - "key": undefined, - "nodeType": "class", - "props": Object { - "componentRef": [Function], - "conversation": Object { - "__id": "conversation-420", - "from": Object { - "email": "anita@garibaldi.br", - "initials": "AG", - "name": "Anita Garibaldi", - }, - "id": "420", - "initial_message": "Adoro! Por favor envie-me mais informações", - "items": Array [ - Object { - "item": Object { - "__typename": "Artwork", - "artist_names": "Adrian Piper", - "date": "1974", - "href": "/artwork/adrian-piper-the-mythic-being-sols-drawing-number-1-5", - "id": "adrian-piper-the-mythic-being-sols-drawing-number-1-5", - "image": Object { - "image_url": "https://d32dm0rphc51dk.cloudfront.net/J0uofgV9e8cIxGiZwn12mg/:version.jpg", - "url": "https://d32dm0rphc51dk.cloudfront.net/W1FkNoM9IjrND_xv_DTkeg/normalized.jpg", - }, - "title": "The Mythic Being: Sol’s Drawing #1–5", - }, - "title": "The Mythic Being: Sol’s Drawing #1–5", - }, - ], - "last_message_id": "222", - "messages": Object { - "edges": Array [ - Object { - "node": Object { - "__id": "unique-id", - "attachments": Array [], - "body": "Adoro! Por favor envie-me mais informações", - "from": Object { - "email": "percy@cat.com", - "name": "Percy", - }, - "from_email_address": "anita@garibaldi.br", - "id": 222, - }, - }, - ], - }, - "to": Object { - "initials": "KK", - "name": "Kimberly Klark", - }, - "unread": false, - }, - "onDataFetching": [Function], - }, - "ref": null, - "rendered": null, - "type": [Function], - }, - ], - "type": [Function], - }, - "type": [Function], - }, - ], - Symbol(enzyme.__options__): Object { - "adapter": ReactSixteenAdapter { - "options": Object { - "enableComponentDidUpdateOnSetState": true, - "legacyContextMode": "parent", - "lifecycles": Object { - "componentDidUpdate": Object { - "onSetState": true, - }, - "getChildContext": Object { - "calledByRenderer": false, - }, - "getDerivedStateFromProps": true, - "getSnapshotBeforeUpdate": true, - "setState": Object { - "skipsComponentDidUpdateOnNullish": true, - }, - }, - }, - }, - }, -} -`; +exports[`looks correct when rendered 1`] = `ShallowWrapper {}`; diff --git a/src/lib/Containers/__tests__/__snapshots__/Inquiry-tests.tsx.snap b/src/lib/Containers/__tests__/__snapshots__/Inquiry-tests.tsx.snap index 5617e78d1f..02a07a19ff 100644 --- a/src/lib/Containers/__tests__/__snapshots__/Inquiry-tests.tsx.snap +++ b/src/lib/Containers/__tests__/__snapshots__/Inquiry-tests.tsx.snap @@ -344,6 +344,7 @@ exports[`renders correctly 1`] = ` multiline={true} onChangeText={[Function]} onEndEditing={[Function]} + rejectResponderTermination={true} style={ Array [ Object { diff --git a/src/lib/Scenes/City/Components/FairEventSection/Components/__tests__/FairEventSectionCard-tests.tsx b/src/lib/Scenes/City/Components/FairEventSection/Components/__tests__/FairEventSectionCard-tests.tsx index 24b0d5a4ab..85a902c74e 100644 --- a/src/lib/Scenes/City/Components/FairEventSection/Components/__tests__/FairEventSectionCard-tests.tsx +++ b/src/lib/Scenes/City/Components/FairEventSection/Components/__tests__/FairEventSectionCard-tests.tsx @@ -1,5 +1,5 @@ import { FairEventSectionCard } from "../FairEventSectionCard" describe(FairEventSectionCard, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/Components/SavedEventSection/__tests__/index-tests.tsx b/src/lib/Scenes/City/Components/SavedEventSection/__tests__/index-tests.tsx index 44d3704619..416131eb57 100644 --- a/src/lib/Scenes/City/Components/SavedEventSection/__tests__/index-tests.tsx +++ b/src/lib/Scenes/City/Components/SavedEventSection/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import { SavedEventSection } from "../index" describe(SavedEventSection, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/Components/__tests__/AllEvents-tests.tsx b/src/lib/Scenes/City/Components/__tests__/AllEvents-tests.tsx index 9ff2f5cf92..7e33088be8 100644 --- a/src/lib/Scenes/City/Components/__tests__/AllEvents-tests.tsx +++ b/src/lib/Scenes/City/Components/__tests__/AllEvents-tests.tsx @@ -1,5 +1,5 @@ import { AllEvents } from "../AllEvents" describe(AllEvents, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/Components/__tests__/EventList-tests.tsx b/src/lib/Scenes/City/Components/__tests__/EventList-tests.tsx index 2a1bfc26e0..4550750521 100644 --- a/src/lib/Scenes/City/Components/__tests__/EventList-tests.tsx +++ b/src/lib/Scenes/City/Components/__tests__/EventList-tests.tsx @@ -1,5 +1,5 @@ import { EventList } from "../EventList" describe(EventList, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/__tests__/CityBMWList-tests.tsx b/src/lib/Scenes/City/__tests__/CityBMWList-tests.tsx index 01b669f9a8..4ed7e531a6 100644 --- a/src/lib/Scenes/City/__tests__/CityBMWList-tests.tsx +++ b/src/lib/Scenes/City/__tests__/CityBMWList-tests.tsx @@ -1,5 +1,5 @@ import CityBMWList from "../CityBMWList" describe(CityBMWList, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/__tests__/CityFairList-tests.tsx b/src/lib/Scenes/City/__tests__/CityFairList-tests.tsx index 966a7a2116..2d83e3ed84 100644 --- a/src/lib/Scenes/City/__tests__/CityFairList-tests.tsx +++ b/src/lib/Scenes/City/__tests__/CityFairList-tests.tsx @@ -1,5 +1,5 @@ import CityFairList from "../CityFairList" describe(CityFairList, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/__tests__/CityPicker-tests.tsx b/src/lib/Scenes/City/__tests__/CityPicker-tests.tsx index 5ce1c36e37..70f4b74877 100644 --- a/src/lib/Scenes/City/__tests__/CityPicker-tests.tsx +++ b/src/lib/Scenes/City/__tests__/CityPicker-tests.tsx @@ -1,5 +1,5 @@ import { CityPicker } from "../CityPicker" describe(CityPicker, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/__tests__/CitySavedList-tests.tsx b/src/lib/Scenes/City/__tests__/CitySavedList-tests.tsx index 966a7a2116..2d83e3ed84 100644 --- a/src/lib/Scenes/City/__tests__/CitySavedList-tests.tsx +++ b/src/lib/Scenes/City/__tests__/CitySavedList-tests.tsx @@ -1,5 +1,5 @@ import CityFairList from "../CityFairList" describe(CityFairList, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/__tests__/CitySectionList-tests.tsx b/src/lib/Scenes/City/__tests__/CitySectionList-tests.tsx index f6e557e5b7..82213f9c77 100644 --- a/src/lib/Scenes/City/__tests__/CitySectionList-tests.tsx +++ b/src/lib/Scenes/City/__tests__/CitySectionList-tests.tsx @@ -1,5 +1,5 @@ import CitySectionList from "../CitySectionList" describe(CitySectionList, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Fair/Screens/__tests__/FairBooth-tests.tsx b/src/lib/Scenes/Fair/Screens/__tests__/FairBooth-tests.tsx index fb6009106b..1e41bc48ce 100644 --- a/src/lib/Scenes/Fair/Screens/__tests__/FairBooth-tests.tsx +++ b/src/lib/Scenes/Fair/Screens/__tests__/FairBooth-tests.tsx @@ -8,7 +8,9 @@ import { FairBoothContainer as FairBooth } from "../FairBooth" jest.unmock("react-relay") -// This test is intentionally disabled as of RN 0.59 upgrade +// FIXME: This one is unstable. It passes most of the time but not always. Because we take snapshots of HTML it is hard +// to understand exactly what changed. We should switch to snapshotting JSON and determine if the FairBooth +// renders correctly atm. xit("renders properly", async () => { const tree = await renderUntil( wrapper => wrapper.find(FairBoothHeader).length > 0, diff --git a/src/lib/Scenes/Favorites/Components/Artists/__tests__/index-tests.tsx b/src/lib/Scenes/Favorites/Components/Artists/__tests__/index-tests.tsx index b2d41e0bce..f03476d170 100644 --- a/src/lib/Scenes/Favorites/Components/Artists/__tests__/index-tests.tsx +++ b/src/lib/Scenes/Favorites/Components/Artists/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import FavoriteArtists from "../index" describe(FavoriteArtists, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Favorites/Components/Artworks/__tests__/index-tests.tsx b/src/lib/Scenes/Favorites/Components/Artworks/__tests__/index-tests.tsx index c4b694abcb..830c0445a2 100644 --- a/src/lib/Scenes/Favorites/Components/Artworks/__tests__/index-tests.tsx +++ b/src/lib/Scenes/Favorites/Components/Artworks/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import FavoriteArtworks from "../index" describe(FavoriteArtworks, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Favorites/Components/Categories/__tests__/index-tests.tsx b/src/lib/Scenes/Favorites/Components/Categories/__tests__/index-tests.tsx index 79ae9be320..22cd72fca0 100644 --- a/src/lib/Scenes/Favorites/Components/Categories/__tests__/index-tests.tsx +++ b/src/lib/Scenes/Favorites/Components/Categories/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import FavoriteCategories from "../index" describe(FavoriteCategories, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Favorites/Components/Fairs/__tests__/index-tests.tsx b/src/lib/Scenes/Favorites/Components/Fairs/__tests__/index-tests.tsx index c1dc945a54..5b8d110d06 100644 --- a/src/lib/Scenes/Favorites/Components/Fairs/__tests__/index-tests.tsx +++ b/src/lib/Scenes/Favorites/Components/Fairs/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import FavoriteFairs from "../index" describe(FavoriteFairs, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Favorites/Components/Shows/__tests__/index-tests.tsx b/src/lib/Scenes/Favorites/Components/Shows/__tests__/index-tests.tsx index d1d002974b..da8d108abf 100644 --- a/src/lib/Scenes/Favorites/Components/Shows/__tests__/index-tests.tsx +++ b/src/lib/Scenes/Favorites/Components/Shows/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import FavoriteShows from "../index" describe(FavoriteShows, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Favorites/__tests__/index-tests.tsx b/src/lib/Scenes/Favorites/__tests__/index-tests.tsx index 46075b6561..452bc620ed 100644 --- a/src/lib/Scenes/Favorites/__tests__/index-tests.tsx +++ b/src/lib/Scenes/Favorites/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import Favorites from "../index" describe(Favorites, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Home/Components/Sales/__tests__/__snapshots__/index-tests.tsx.snap b/src/lib/Scenes/Home/Components/Sales/__tests__/__snapshots__/index-tests.tsx.snap index a3a800b9aa..f08e7d1445 100644 --- a/src/lib/Scenes/Home/Components/Sales/__tests__/__snapshots__/index-tests.tsx.snap +++ b/src/lib/Scenes/Home/Components/Sales/__tests__/__snapshots__/index-tests.tsx.snap @@ -354,6 +354,7 @@ exports[`looks correct when rendered 1`] = ` onScroll={[Function]} onScrollBeginDrag={[Function]} onScrollEndDrag={[Function]} + removeClippedSubviews={false} renderItem={[Function]} scrollEventThrottle={50} stickyHeaderIndices={Array []} diff --git a/src/lib/Scenes/Show/Components/Shows/__tests__/__snapshots__/index-tests.tsx.snap b/src/lib/Scenes/Show/Components/Shows/__tests__/__snapshots__/index-tests.tsx.snap index 0b6b82466e..0aab9dd031 100644 --- a/src/lib/Scenes/Show/Components/Shows/__tests__/__snapshots__/index-tests.tsx.snap +++ b/src/lib/Scenes/Show/Components/Shows/__tests__/__snapshots__/index-tests.tsx.snap @@ -640,6 +640,7 @@ Array [ onScroll={[Function]} onScrollBeginDrag={[Function]} onScrollEndDrag={[Function]} + removeClippedSubviews={false} renderItem={[Function]} scrollEventThrottle={50} showsHorizontalScrollIndicator={false} diff --git a/src/lib/Scenes/Show/Screens/__tests__/Detail-tests.tsx b/src/lib/Scenes/Show/Screens/__tests__/Detail-tests.tsx index 1b026c4248..a5f5db840f 100644 --- a/src/lib/Scenes/Show/Screens/__tests__/Detail-tests.tsx +++ b/src/lib/Scenes/Show/Screens/__tests__/Detail-tests.tsx @@ -41,5 +41,5 @@ it("Renders the Show Detail Screen", async () => { }) describe("with missing schedule values", () => { - pending("it renders without (the missing) opening hours") + it.todo("renders without (the missing) opening hours") }) diff --git a/src/lib/relay/middlewares/__tests__/cacheMiddleware-tests.ts b/src/lib/relay/middlewares/__tests__/cacheMiddleware-tests.ts index ec12ee0b6a..4275666fb4 100644 --- a/src/lib/relay/middlewares/__tests__/cacheMiddleware-tests.ts +++ b/src/lib/relay/middlewares/__tests__/cacheMiddleware-tests.ts @@ -1,9 +1,7 @@ jest.mock("../../../NativeModules/GraphQLQueryCache") import * as _cache from "../../../NativeModules/GraphQLQueryCache" -type Mockify = { [P in keyof T]: jest.MockInstance } - -const cache: Mockify = _cache as any +const cache: jest.Mocked = _cache as any import { NetworkError } from "lib/utils/errors" import { cacheMiddleware } from "../cacheMiddleware" @@ -58,7 +56,7 @@ describe("cacheMiddleware", () => { expect(cache.set.mock.calls[0][0]).toEqual(operation.id) }) - describe("a response with errors", async () => { + describe("a response with errors", () => { it("clears the cache and throws an error", async () => { const mockedErrorsNext = () => { return new Promise(resolve => { diff --git a/src/lib/tests/__tests__/MockRelayRenderer-tests.tsx b/src/lib/tests/__tests__/MockRelayRenderer-tests.tsx index 8fb6615f46..73c0138a23 100644 --- a/src/lib/tests/__tests__/MockRelayRenderer-tests.tsx +++ b/src/lib/tests/__tests__/MockRelayRenderer-tests.tsx @@ -36,7 +36,7 @@ describe("MockRelayRenderer", () => { }) it("renders an error when child components throw", () => { - console.error = () => null // MockRelayRenderer prints out error info to the console, let's silence it. + console.log = () => null // MockRelayRenderer prints out error info to the console, let's silence it. const tree = mount( { }) it("renders an error when child components throw", () => { - console.error = () => null // MockRelayRenderer prints out error info to the console, let's silence it. + console.log = () => null // MockRelayRenderer prints out error info to the console, let's silence it. const tree = mount( -track.mockImplementation(_ => x => x) +track.mockImplementation((_ => x => x) as any) // Mock this separately so react-tracking can be unmocked in tests but not result in the `window` global being accessed. jest.mock("react-tracking/build/dispatchTrackingEvent") diff --git a/yarn.lock b/yarn.lock index 501397e6b3..ee9281d82c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14,18 +14,10 @@ "@babel/code-frame@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" + integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA== dependencies: "@babel/highlight" "^7.0.0" -"@babel/code-frame@^7.0.0-beta.35": - version "7.0.0-beta.38" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.38.tgz#c0af5930617e55e050336838e3a3670983b0b2b2" - integrity sha512-JNHofQND7Iiuy3f6RXSillN1uBe87DAp+1ktsBfSxfL3xWeGFyJC9jH5zu2zs7eqVGp2qXWvJZFiJIwOYnaCQw== - dependencies: - chalk "^2.0.0" - esutils "^2.0.2" - js-tokens "^3.0.0" - "@babel/core@^7.0.0": version "7.1.2" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e" @@ -46,6 +38,26 @@ semver "^5.4.1" source-map "^0.5.0" +"@babel/core@^7.1.0": + version "7.4.0" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.0.tgz#248fd6874b7d755010bfe61f557461d4f446d9e9" + integrity sha512-Dzl7U0/T69DFOTwqz/FJdnOSWS57NpjNfCwMKHABr589Lg8uX1RrlBIJ7L5Dubt/xkLsx0xH5EBFzlBVes1ayA== + dependencies: + "@babel/code-frame" "^7.0.0" + "@babel/generator" "^7.4.0" + "@babel/helpers" "^7.4.0" + "@babel/parser" "^7.4.0" + "@babel/template" "^7.4.0" + "@babel/traverse" "^7.4.0" + "@babel/types" "^7.4.0" + convert-source-map "^1.1.0" + debug "^4.1.0" + json5 "^2.1.0" + lodash "^4.17.11" + resolve "^1.3.2" + semver "^5.4.1" + source-map "^0.5.0" + "@babel/core@^7.1.2": version "7.1.6" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3" @@ -65,7 +77,18 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/generator@^7.0.0", "@babel/generator@^7.1.2", "@babel/generator@^7.1.3": +"@babel/generator@^7.0.0", "@babel/generator@^7.1.3", "@babel/generator@^7.4.0": + version "7.4.0" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.0.tgz#c230e79589ae7a729fd4631b9ded4dc220418196" + integrity sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ== + dependencies: + "@babel/types" "^7.4.0" + jsesc "^2.5.1" + lodash "^4.17.11" + source-map "^0.5.0" + trim-right "^1.0.1" + +"@babel/generator@^7.1.2": version "7.1.3" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.3.tgz#2103ec9c42d9bdad9190a6ad5ff2d456fd7b8673" integrity sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1VnYN8q3QPFQ== @@ -86,17 +109,6 @@ source-map "^0.5.0" trim-right "^1.0.1" -"@babel/generator@^7.4.0": - version "7.4.0" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.0.tgz#c230e79589ae7a729fd4631b9ded4dc220418196" - integrity sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ== - dependencies: - "@babel/types" "^7.4.0" - jsesc "^2.5.1" - lodash "^4.17.11" - source-map "^0.5.0" - trim-right "^1.0.1" - "@babel/helper-annotate-as-pure@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32" @@ -265,14 +277,7 @@ "@babel/template" "^7.1.0" "@babel/types" "^7.0.0" -"@babel/helper-split-export-declaration@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813" - integrity sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag== - dependencies: - "@babel/types" "^7.0.0" - -"@babel/helper-split-export-declaration@^7.4.0": +"@babel/helper-split-export-declaration@^7.0.0", "@babel/helper-split-export-declaration@^7.4.0": version "7.4.0" resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz#571bfd52701f492920d63b7f735030e9a3e10b55" integrity sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw== @@ -306,6 +311,15 @@ "@babel/traverse" "^7.1.5" "@babel/types" "^7.1.5" +"@babel/helpers@^7.4.0": + version "7.4.2" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.2.tgz#3bdfa46a552ca77ef5a0f8551be5f0845ae989be" + integrity sha512-gQR1eQeroDzFBikhrCccm5Gs2xBjZ57DNjGbqTaHo911IpmSxflOQWMAHPw/TXk8L3isv7s9lYzUkexOeTQUYg== + dependencies: + "@babel/template" "^7.4.0" + "@babel/traverse" "^7.4.0" + "@babel/types" "^7.4.0" + "@babel/highlight@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4" @@ -315,20 +329,15 @@ esutils "^2.0.2" js-tokens "^4.0.0" -"@babel/parser@^7.0.0", "@babel/parser@^7.1.2", "@babel/parser@^7.1.3": - version "7.1.3" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77" - integrity sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w== +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.1.2", "@babel/parser@^7.1.3", "@babel/parser@^7.4.0": + version "7.4.2" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.2.tgz#b4521a400cb5a871eab3890787b4bc1326d38d91" + integrity sha512-9fJTDipQFvlfSVdD/JBtkiY0br9BtfvW2R8wo6CX/Ej2eMuV0gWPk1M67Mt3eggQvBqYW1FCEk8BN7WvGm/g5g== "@babel/parser@^7.1.6": version "7.1.6" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854" -"@babel/parser@^7.4.0": - version "7.4.2" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.2.tgz#b4521a400cb5a871eab3890787b4bc1326d38d91" - integrity sha512-9fJTDipQFvlfSVdD/JBtkiY0br9BtfvW2R8wo6CX/Ej2eMuV0gWPk1M67Mt3eggQvBqYW1FCEk8BN7WvGm/g5g== - "@babel/plugin-external-helpers@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0.tgz#61ee7ba5dba27d7cad72a13d46bec23c060b762e" @@ -357,14 +366,13 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-proposal-decorators@^7.1.2": - version "7.1.2" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.1.2.tgz#79829bd75fced6581ec6c7ab1930e8d738e892e7" - integrity sha512-YooynBO6PmBgHvAd0fl5e5Tq/a0pEC6RqF62ouafme8FzdIVH41Mz/u1dn8fFVm4jzEJ+g/MsOxouwybJPuP8Q== + version "7.4.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.0.tgz#8e1bfd83efa54a5f662033afcc2b8e701f4bb3a9" + integrity sha512-d08TLmXeK/XbgCo7ZeZ+JaeZDtDai/2ctapTRsWWkkmy7G/cqz8DQN/HlWG7RR4YmfXxmExsbU3SuCjlM7AtUg== dependencies: + "@babel/helper-create-class-features-plugin" "^7.4.0" "@babel/helper-plugin-utils" "^7.0.0" - "@babel/helper-replace-supers" "^7.1.0" - "@babel/helper-split-export-declaration" "^7.0.0" - "@babel/plugin-syntax-decorators" "^7.1.0" + "@babel/plugin-syntax-decorators" "^7.2.0" "@babel/plugin-proposal-export-default-from@^7.0.0": version "7.0.0" @@ -413,10 +421,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-syntax-decorators@^7.1.0": - version "7.1.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.1.0.tgz#2fa7c1a7905a299c9853ebcef340306675f9cbdc" - integrity sha512-uQvRSbgQ0nQg3jsmIixXXDCgSpkBolJ9X7NYThMKCcjvE8dN2uWJUzTUNNAeuKOjARTd+wUQV0ztXpgunZYKzQ== +"@babel/plugin-syntax-decorators@^7.2.0": + version "7.2.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.2.0.tgz#c50b1b957dcc69e4b1127b65e1c33eef61570c1b" + integrity sha512-38QdqVoXdHUQfTpZo3rQwqQdWtCn5tMv4uV6r2RMfTqNBuv4ZBhz79SfaQWKTVmxHjeFv/DnXVC/+agHCklYWA== dependencies: "@babel/helper-plugin-utils" "^7.0.0" @@ -456,9 +464,9 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-object-rest-spread@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0.tgz#37d8fbcaf216bd658ea1aebbeb8b75e88ebc549b" - integrity sha512-5A0n4p6bIiVe5OvQPxBnesezsgFJdHhSs3uFSvaPdMqtsovajLZ+G2vZyvNe10EzJBWWo3AcHGKhAFUxqwp2dw== + version "7.2.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz#3b7a3e733510c57e820b9142a6579ac8b0dfad2e" + integrity sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA== dependencies: "@babel/helper-plugin-utils" "^7.0.0" @@ -676,9 +684,9 @@ semver "^5.5.1" "@babel/plugin-transform-runtime@^7.2.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.2.0.tgz#566bc43f7d0aedc880eaddbd29168d0f248966ea" - integrity sha512-jIgkljDdq4RYDnJyQsiWbdvGeei/0MOTtSHKO/rfbd/mXBxNpdlulMx49L0HQ4pug1fXannxoqCI+fYSle9eSw== + version "7.4.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.4.0.tgz#b4d8c925ed957471bc57e0b9da53408ebb1ed457" + integrity sha512-1uv2h9wnRj98XX3g0l4q+O3jFM6HfayKup7aIu4pnnlzGz0H+cYckGBC74FZIWJXJSXAmeJ9Yu5Gg2RQpS4hWg== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/helper-plugin-utils" "^7.0.0" @@ -723,10 +731,10 @@ "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-typescript" "^7.0.0" -"@babel/plugin-transform-typescript@^7.1.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.2.0.tgz#bce7c06300434de6a860ae8acf6a442ef74a99d1" - integrity sha512-EnI7i2/gJ7ZNr2MuyvN2Hu+BHJENlxWte5XygPvfj/MbvtOkWor9zcnHpMMQL2YYaaCcqtIvJUyJ7QVfoGs7ew== +"@babel/plugin-transform-typescript@^7.3.2": + version "7.4.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.4.0.tgz#0389ec53a34e80f99f708c4ca311181449a68eb1" + integrity sha512-U7/+zKnRZg04ggM/Bm+xmu2B/PrwyDQTT/V89FXWYWNMxBDwSx56u6jtk9SEbfLFbZaEI72L+5LPvQjeZgFCrQ== dependencies: "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-typescript" "^7.2.0" @@ -749,12 +757,12 @@ regenerator-runtime "^0.11.1" "@babel/preset-typescript@^7.1.0": - version "7.1.0" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.1.0.tgz#49ad6e2084ff0bfb5f1f7fb3b5e76c434d442c7f" - integrity sha512-LYveByuF9AOM8WrsNne5+N79k1YxjNB6gmpCQsnuSBAcV8QUeB+ZUxQzL7Rz7HksPbahymKkq2qBR+o36ggFZA== + version "7.3.3" + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.3.3.tgz#88669911053fa16b2b276ea2ede2ca603b3f307a" + integrity sha512-mzMVuIP4lqtn4du2ynEfdO0+RYcslwrZiJHXu4MGaC1ctJiW2fyaeDrtjJGs7R/KebZ1sgowcIoWf4uRpEfKEg== dependencies: "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-transform-typescript" "^7.1.0" + "@babel/plugin-transform-typescript" "^7.3.2" "@babel/register@^7.0.0": version "7.0.0" @@ -783,21 +791,23 @@ dependencies: regenerator-runtime "^0.12.0" -"@babel/runtime@^7.1.2": +"@babel/runtime@^7.1.2", "@babel/runtime@^7.2.0": version "7.4.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.2.tgz#f5ab6897320f16decd855eed70b705908a313fe8" integrity sha512-7Bl2rALb7HpvXFL7TETNzKSAeBVCPHELzc0C//9FCxN8nsiueWSJBqaF+2oIJScyILStASR/Cx5WMkXGYTiJFA== dependencies: regenerator-runtime "^0.13.2" -"@babel/runtime@^7.2.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.2.0.tgz#b03e42eeddf5898e00646e4c840fa07ba8dcad7f" - integrity sha512-oouEibCbHMVdZSDlJBO6bZmID/zA/G/Qx3H1d3rSNPTD+L8UNKvCat7aKWSJ74zYbm5zWGh0GQN0hKj8zYFTCg== +"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.4.0": + version "7.4.0" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.0.tgz#12474e9c077bae585c5d835a95c0b0b790c25c8b" + integrity sha512-SOWwxxClTTh5NdbbYZ0BmaBVzxzTh2tO/TeLTbF6MO6EzVhHTnff8CdBXx3mEtazFBoysmEM6GU/wF+SuSx4Fw== dependencies: - regenerator-runtime "^0.12.0" + "@babel/code-frame" "^7.0.0" + "@babel/parser" "^7.4.0" + "@babel/types" "^7.4.0" -"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.1.2": +"@babel/template@^7.1.2": version "7.1.2" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644" integrity sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag== @@ -806,7 +816,22 @@ "@babel/parser" "^7.1.2" "@babel/types" "^7.1.2" -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0": +"@babel/traverse@^7.0.0", "@babel/traverse@^7.4.0": + version "7.4.0" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.0.tgz#14006967dd1d2b3494cdd650c686db9daf0ddada" + integrity sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA== + dependencies: + "@babel/code-frame" "^7.0.0" + "@babel/generator" "^7.4.0" + "@babel/helper-function-name" "^7.1.0" + "@babel/helper-split-export-declaration" "^7.4.0" + "@babel/parser" "^7.4.0" + "@babel/types" "^7.4.0" + debug "^4.1.0" + globals "^11.1.0" + lodash "^4.17.11" + +"@babel/traverse@^7.1.0": version "7.1.4" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.4.tgz#f4f83b93d649b4b2c91121a9087fa2fa949ec2b4" integrity sha512-my9mdrAIGdDiSVBuMjpn/oXYpva0/EZwWL3sm3Wcy/AVWO2eXnsoZruOT9jOGNRXU8KbCIu5zsKnXcAJ6PcV6Q== @@ -835,22 +860,16 @@ globals "^11.1.0" lodash "^4.17.10" -"@babel/traverse@^7.4.0": +"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.3", "@babel/types@^7.3.0", "@babel/types@^7.4.0": version "7.4.0" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.0.tgz#14006967dd1d2b3494cdd650c686db9daf0ddada" - integrity sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA== + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c" + integrity sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA== dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/generator" "^7.4.0" - "@babel/helper-function-name" "^7.1.0" - "@babel/helper-split-export-declaration" "^7.4.0" - "@babel/parser" "^7.4.0" - "@babel/types" "^7.4.0" - debug "^4.1.0" - globals "^11.1.0" + esutils "^2.0.2" lodash "^4.17.11" + to-fast-properties "^2.0.0" -"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.5", "@babel/types@^7.1.6": +"@babel/types@^7.1.5", "@babel/types@^7.1.6": version "7.1.6" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce" dependencies: @@ -858,28 +877,155 @@ lodash "^4.17.10" to-fast-properties "^2.0.0" -"@babel/types@^7.1.3": - version "7.1.3" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d" - integrity sha512-RpPOVfK+yatXyn8n4PB1NW6k9qjinrXrRR8ugBN8fD6hCy5RXI6PSbVqpOJBO9oSaY7Nom4ohj35feb0UR9hSA== - dependencies: - esutils "^2.0.2" - lodash "^4.17.10" - to-fast-properties "^2.0.0" - -"@babel/types@^7.4.0": - version "7.4.0" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c" - integrity sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA== +"@cnakazawa/watch@^1.0.3": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef" + integrity sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA== dependencies: - esutils "^2.0.2" - lodash "^4.17.11" - to-fast-properties "^2.0.0" + exec-sh "^0.3.2" + minimist "^1.2.0" "@emmetio/extract-abbreviation@0.1.6": version "0.1.6" resolved "https://registry.yarnpkg.com/@emmetio/extract-abbreviation/-/extract-abbreviation-0.1.6.tgz#e4a9856c1057f0aff7d443b8536477c243abe28c" +"@jest/console@^24.3.0": + version "24.3.0" + resolved "https://registry.yarnpkg.com/@jest/console/-/console-24.3.0.tgz#7bd920d250988ba0bf1352c4493a48e1cb97671e" + integrity sha512-NaCty/OOei6rSDcbPdMiCbYCI0KGFGPgGO6B09lwWt5QTxnkuhKYET9El5u5z1GAcSxkQmSMtM63e24YabCWqA== + dependencies: + "@jest/source-map" "^24.3.0" + "@types/node" "*" + chalk "^2.0.1" + slash "^2.0.0" + +"@jest/core@^24.5.0": + version "24.5.0" + resolved "https://registry.yarnpkg.com/@jest/core/-/core-24.5.0.tgz#2cefc6a69e9ebcae1da8f7c75f8a257152ba1ec0" + integrity sha512-RDZArRzAs51YS7dXG1pbXbWGxK53rvUu8mCDYsgqqqQ6uSOaTjcVyBl2Jce0exT2rSLk38ca7az7t2f3b0/oYQ== + dependencies: + "@jest/console" "^24.3.0" + "@jest/reporters" "^24.5.0" + "@jest/test-result" "^24.5.0" + "@jest/transform" "^24.5.0" + "@jest/types" "^24.5.0" + ansi-escapes "^3.0.0" + chalk "^2.0.1" + exit "^0.1.2" + graceful-fs "^4.1.15" + jest-changed-files "^24.5.0" + jest-config "^24.5.0" + jest-haste-map "^24.5.0" + jest-message-util "^24.5.0" + jest-regex-util "^24.3.0" + jest-resolve-dependencies "^24.5.0" + jest-runner "^24.5.0" + jest-runtime "^24.5.0" + jest-snapshot "^24.5.0" + jest-util "^24.5.0" + jest-validate "^24.5.0" + jest-watcher "^24.5.0" + micromatch "^3.1.10" + p-each-series "^1.0.0" + pirates "^4.0.1" + realpath-native "^1.1.0" + rimraf "^2.5.4" + strip-ansi "^5.0.0" + +"@jest/environment@^24.5.0": + version "24.5.0" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-24.5.0.tgz#a2557f7808767abea3f9e4cc43a172122a63aca8" + integrity sha512-tzUHR9SHjMXwM8QmfHb/EJNbF0fjbH4ieefJBvtwO8YErLTrecc1ROj0uo2VnIT6SlpEGZnvdCK6VgKYBo8LsA== + dependencies: + "@jest/fake-timers" "^24.5.0" + "@jest/transform" "^24.5.0" + "@jest/types" "^24.5.0" + "@types/node" "*" + jest-mock "^24.5.0" + +"@jest/fake-timers@^24.5.0": + version "24.5.0" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-24.5.0.tgz#4a29678b91fd0876144a58f8d46e6c62de0266f0" + integrity sha512-i59KVt3QBz9d+4Qr4QxsKgsIg+NjfuCjSOWj3RQhjF5JNy+eVJDhANQ4WzulzNCHd72srMAykwtRn5NYDGVraw== + dependencies: + "@jest/types" "^24.5.0" + "@types/node" "*" + jest-message-util "^24.5.0" + jest-mock "^24.5.0" + +"@jest/reporters@^24.5.0": + version "24.5.0" + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-24.5.0.tgz#9363a210d0daa74696886d9cb294eb8b3ad9b4d9" + integrity sha512-vfpceiaKtGgnuC3ss5czWOihKOUSyjJA4M4udm6nH8xgqsuQYcyDCi4nMMcBKsHXWgz9/V5G7iisnZGfOh1w6Q== + dependencies: + "@jest/environment" "^24.5.0" + "@jest/test-result" "^24.5.0" + "@jest/transform" "^24.5.0" + "@jest/types" "^24.5.0" + chalk "^2.0.1" + exit "^0.1.2" + glob "^7.1.2" + istanbul-api "^2.1.1" + istanbul-lib-coverage "^2.0.2" + istanbul-lib-instrument "^3.0.1" + istanbul-lib-source-maps "^3.0.1" + jest-haste-map "^24.5.0" + jest-resolve "^24.5.0" + jest-runtime "^24.5.0" + jest-util "^24.5.0" + jest-worker "^24.4.0" + node-notifier "^5.2.1" + slash "^2.0.0" + source-map "^0.6.0" + string-length "^2.0.0" + +"@jest/source-map@^24.3.0": + version "24.3.0" + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-24.3.0.tgz#563be3aa4d224caf65ff77edc95cd1ca4da67f28" + integrity sha512-zALZt1t2ou8le/crCeeiRYzvdnTzaIlpOWaet45lNSqNJUnXbppUUFR4ZUAlzgDmKee4Q5P/tKXypI1RiHwgag== + dependencies: + callsites "^3.0.0" + graceful-fs "^4.1.15" + source-map "^0.6.0" + +"@jest/test-result@^24.5.0": + version "24.5.0" + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-24.5.0.tgz#ab66fb7741a04af3363443084e72ea84861a53f2" + integrity sha512-u66j2vBfa8Bli1+o3rCaVnVYa9O8CAFZeqiqLVhnarXtreSXG33YQ6vNYBogT7+nYiFNOohTU21BKiHlgmxD5A== + dependencies: + "@jest/console" "^24.3.0" + "@jest/types" "^24.5.0" + "@types/istanbul-lib-coverage" "^1.1.0" + +"@jest/transform@^24.5.0": + version "24.5.0" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-24.5.0.tgz#6709fc26db918e6af63a985f2cc3c464b4cf99d9" + integrity sha512-XSsDz1gdR/QMmB8UCKlweAReQsZrD/DK7FuDlNo/pE8EcKMrfi2kqLRk8h8Gy/PDzgqJj64jNEzOce9pR8oj1w== + dependencies: + "@babel/core" "^7.1.0" + "@jest/types" "^24.5.0" + babel-plugin-istanbul "^5.1.0" + chalk "^2.0.1" + convert-source-map "^1.4.0" + fast-json-stable-stringify "^2.0.0" + graceful-fs "^4.1.15" + jest-haste-map "^24.5.0" + jest-regex-util "^24.3.0" + jest-util "^24.5.0" + micromatch "^3.1.10" + realpath-native "^1.1.0" + slash "^2.0.0" + source-map "^0.6.1" + write-file-atomic "2.4.1" + +"@jest/types@^24.5.0": + version "24.5.0" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.5.0.tgz#feee214a4d0167b0ca447284e95a57aa10b3ee95" + integrity sha512-kN7RFzNMf2R8UDadPOl6ReyI+MT8xfqRuAnuVL+i4gwjv/zubdDK+EDeLHYwq1j0CSSR2W/MmgaRlMZJzXdmVA== + dependencies: + "@types/istanbul-lib-coverage" "^1.1.0" + "@types/yargs" "^12.0.9" + "@mapbox/react-native-mapbox-gl@l2succes/react-native-mapbox-gl#fix-gesture-recognizer": version "6.1.4" resolved "https://codeload.github.com/l2succes/react-native-mapbox-gl/tar.gz/8ad2d3a2207da62024c82624c71df5bf5dabc126" @@ -938,6 +1084,46 @@ parse-glob "3.0.4" promise-retry "1.1.1" +"@react-native-community/cli@^1.2.1": + version "1.4.6" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-1.4.6.tgz#fc719675cb95d1146c004c8829ae32d50fb4dde3" + integrity sha512-xOVUDyrIatFnxz3ot/lKHWPXiOsoYlaTYxvtfLC8lf5d3vZ8TQjH31g2ltFsSTgxWpkOk07R3z2f/ShFP0wguQ== + dependencies: + chalk "^1.1.1" + commander "^2.19.0" + compression "^1.7.1" + connect "^3.6.5" + denodeify "^1.2.1" + envinfo "^5.7.0" + errorhandler "^1.5.0" + escape-string-regexp "^1.0.5" + execa "^1.0.0" + fs-extra "^7.0.1" + glob "^7.1.1" + graceful-fs "^4.1.3" + inquirer "^3.0.6" + lodash "^4.17.5" + metro "^0.51.0" + metro-config "^0.51.0" + metro-core "^0.51.0" + metro-memory-fs "^0.51.0" + metro-react-native-babel-transformer "^0.51.0" + mime "^1.3.4" + minimist "^1.2.0" + mkdirp "^0.5.1" + morgan "^1.9.0" + node-fetch "^2.2.0" + node-notifier "^5.2.1" + opn "^3.0.2" + plist "^3.0.0" + semver "^5.0.3" + serve-static "^1.13.1" + shell-quote "1.6.1" + slash "^2.0.0" + ws "^1.1.0" + xcode "^2.0.0" + xmldoc "^0.4.0" + "@storybook/addon-actions@^3.3.11": version "3.3.11" resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-3.3.11.tgz#158a64f01c97fcf6922e7a370c6519d216544bcd" @@ -1109,6 +1295,39 @@ resolved "https://registry.yarnpkg.com/@turf/helpers/-/helpers-4.6.0.tgz#12398733b8ae28420df6166fa44c7ee8ffd6414c" integrity sha1-EjmHM7iuKEIN9hZvpEx+6P/WQUw= +"@types/babel__core@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.0.tgz#710f2487dda4dcfd010ca6abb2b4dc7394365c51" + integrity sha512-wJTeJRt7BToFx3USrCDs2BhEi4ijBInTQjOIukj6a/5tEkwpFMVZ+1ppgmE+Q/FQyc5P/VWUbx7I9NELrKruHA== + dependencies: + "@babel/parser" "^7.1.0" + "@babel/types" "^7.0.0" + "@types/babel__generator" "*" + "@types/babel__template" "*" + "@types/babel__traverse" "*" + +"@types/babel__generator@*": + version "7.0.2" + resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.0.2.tgz#d2112a6b21fad600d7674274293c85dce0cb47fc" + integrity sha512-NHcOfab3Zw4q5sEE2COkpfXjoE7o+PmqD9DQW4koUT3roNxwziUdXGnRndMat/LJNUtePwn1TlP4do3uoe3KZQ== + dependencies: + "@babel/types" "^7.0.0" + +"@types/babel__template@*": + version "7.0.2" + resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.0.2.tgz#4ff63d6b52eddac1de7b975a5223ed32ecea9307" + integrity sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg== + dependencies: + "@babel/parser" "^7.1.0" + "@babel/types" "^7.0.0" + +"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": + version "7.0.6" + resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.6.tgz#328dd1a8fc4cfe3c8458be9477b219ea158fd7b2" + integrity sha512-XYVgHF2sQ0YblLRMLNPB3CkFMewzFmlDsH/TneZFHUXDlABQgh88uOxuez7ZcXxayLFrqLwtDH1t+FmlFwNZxw== + dependencies: + "@babel/types" "^7.3.0" + "@types/chalk@^2.2.0": version "2.2.0" resolved "https://registry.yarnpkg.com/@types/chalk/-/chalk-2.2.0.tgz#b7f6e446f4511029ee8e3f43075fb5b73fbaa0ba" @@ -1121,10 +1340,22 @@ resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.6.tgz#416f388a06b227784a2d91a88a53f14de05cd54b" integrity sha512-f6qai3iR62QuMPPdgyH+LyiXTL2n9Rf62UniJjV7KHrbiwzLTZUKsdq0mFSTxAHbO7JvwxwC4tH0m1UnweuLrA== -"@types/jest@^23.3.9": - version "23.3.9" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.9.tgz#c16b55186ee73ae65e001fbee69d392c51337ad1" - integrity sha512-wNMwXSUcwyYajtbayfPp55tSayuDVU6PfY5gzvRSj80UvxdXEJOVPnUVajaOp7NgXLm+1e2ZDLULmpsU9vDvQw== +"@types/istanbul-lib-coverage@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-1.1.0.tgz#2cc2ca41051498382b43157c8227fea60363f94a" + integrity sha512-ohkhb9LehJy+PA40rDtGAji61NCgdtKLAlFoYp4cnuuQEswwdK3vz9SOIkkyc3wrk8dzjphQApNs56yyXLStaQ== + +"@types/jest-diff@*": + version "20.0.1" + resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89" + integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA== + +"@types/jest@^24.0.11": + version "24.0.11" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.11.tgz#1f099bea332c228ea6505a88159bfa86a5858340" + integrity sha512-2kLuPC5FDnWIDvaJBzsGTBQaBbnDweznicvK7UGYzlIJP4RJR2a4A/ByLUXEyEgag6jz8eHdlWExGDtH3EYUXQ== + dependencies: + "@types/jest-diff" "*" "@types/lodash@^4.14.64": version "4.14.91" @@ -1138,6 +1369,11 @@ dependencies: moment ">=2.14.0" +"@types/node@*": + version "11.11.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-11.11.4.tgz#8808bd5a82bbf6f5d412eff1c228d178e7c24bb3" + integrity sha512-02tIL+QIi/RW4E5xILdoAMjeJ9kYq5t5S2vciUdFPXv/ikFTb0zK8q9vXkg4+WAJuYXGiVT1H28AkD2C+IkXVw== + "@types/node@^11.9.6": version "11.9.6" resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.6.tgz#c632bbcc780a1349673a6e2e9b9dfa8c369d3c74" @@ -1153,10 +1389,10 @@ resolved "https://registry.yarnpkg.com/@types/query-string/-/query-string-5.0.1.tgz#6cb41c724cb1644d56c2d1dae7c7b204e706b39e" integrity sha512-qlH3YtJ5ipp6z5SU9G0LJsBnNEZqTKPeGjNIyMcGD5Dhbooz0CCsW/sILsgb+LBRrDeTehRtQviXV2kfLm3dqg== -"@types/react-native@^0.57.7": - version "0.57.7" - resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.7.tgz#4cbc81de4f0f54985b20dc25010744889176e775" - integrity sha512-nYiQzxaZzuUkht+VsAOuFFkg3QzyIDi9Lx5X/1ngwvMhiY94HYSQDz9lozbtVgxZZJrLt0wCW6KwIUGwhw+bnA== +"@types/react-native@^0.57.42": + version "0.57.42" + resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.42.tgz#06ad92cd1378146402b7667de13cb7b935d194d6" + integrity sha512-Ms4RI8Oyi8HOIwlteFhgRE7TA9chP/mliLeJCzjKBOywYpile5TrXQF8lRDYzcC1zyTyoopu/u8VMlF+FS7VnA== dependencies: "@types/prop-types" "*" "@types/react" "*" @@ -1169,10 +1405,10 @@ "@types/react" "*" "@types/relay-runtime" "*" -"@types/react-test-renderer@^16.0.2": - version "16.0.2" - resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-16.0.2.tgz#2715eae40df08f80b3620c498598c8615693b6c6" - integrity sha512-lK+a393eI42Bz47pLJ9g9XSy45BdAOtHjY8OYbvePw0T7zJc1kgnlVovu+D31dINpB5cKgkYVNq65A/EQWz6jQ== +"@types/react-test-renderer@^16.8.1": + version "16.8.1" + resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-16.8.1.tgz#96f3ce45a3a41c94eca532a99103dd3042c9d055" + integrity sha512-8gU69ELfJGxzVWVYj4MTtuHxz9nO+d175XeQ1XrXXxesUBsB4KK6OCfzVhEX6leZWWBDVtMJXp/rUjhClzL7gw== dependencies: "@types/react" "*" @@ -1183,10 +1419,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^16.3.0": - version "16.4.18" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.18.tgz#2e28a2e7f92d3fa7d6a65f2b73275c3e3138a13d" - integrity sha512-eFzJKEg6pdeaukVLVZ8Xb79CTl/ysX+ExmOfAAqcFlCCK5TgFDD9kWR0S18sglQ3EmM8U+80enjUqbfnUyqpdA== +"@types/react@*", "@types/react@^16.8.10": + version "16.8.10" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.10.tgz#1ccb6fde17f71a62ef055382ec68bdc379d4d8d9" + integrity sha512-7bUQeZKP4XZH/aB4i7k1i5yuwymDu/hnLMhD9NjVZvQQH7ZUgRN3d6iu8YXzx4sN/tNr0bj8jgguk8hhObzGvA== dependencies: "@types/prop-types" "*" csstype "^2.2.0" @@ -1201,6 +1437,11 @@ resolved "https://registry.yarnpkg.com/@types/relay-runtime/-/relay-runtime-1.3.7.tgz#b25f5014c672ff3cda394e562691cadae706a827" integrity sha512-lay9Ni0EbJ6hxQLuBu0uA8F1JrRjq5XQp+W4+G6GDzM1lh8jgJzP2YLIbh9GlKUEyVDrZRaBw+ymN47bNHmdjA== +"@types/stack-utils@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" + integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== + "@types/styled-system@^3.0.1": version "3.0.1" resolved "https://registry.yarnpkg.com/@types/styled-system/-/styled-system-3.0.1.tgz#6d55d48adcfec8fc15d72d7fa6226292bbf31317" @@ -1215,6 +1456,11 @@ dependencies: "@types/geojson" "*" +"@types/yargs@^12.0.2", "@types/yargs@^12.0.9": + version "12.0.10" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.10.tgz#17a8ec65cd8e88f51b418ceb271af18d3137df67" + integrity sha512-WsVzTPshvCSbHThUduGGxbmnwcpkgSctHGHTqzWyFg4lYAuV5qXlyFPOsP3OWqCINfmg/8VXP+zJaa4OxEsBQQ== + abab@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f" @@ -1432,6 +1678,11 @@ ansi-regex@^3.0.0: resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= +ansi-regex@^4.0.0, ansi-regex@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" + integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== + ansi-styles@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.1.0.tgz#eaecbf66cd706882760b2f4691582b8f55d7a7de" @@ -1512,16 +1763,12 @@ app-root-path@^2.0.0: resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.1.0.tgz#98bf6599327ecea199309866e8140368fd2e646a" integrity sha1-mL9lmTJ+zqGZMJhm6BQDaP0uZGo= -app-root-path@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.0.1.tgz#cd62dcf8e4fd5a417efc664d2e5b10653c651b46" - -append-transform@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991" - integrity sha1-126/jKlNJ24keja61EpLdKthGZE= +append-transform@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-1.0.0.tgz#046a52ae582a228bd72f58acfbe2967c678759ab" + integrity sha512-P009oYkeHyU742iSZJzZZywj4QRJdnTWffaKuJQLablCZ1uz6/cW4yaRgcDaoQ+uwOxxnt0gRUcwfsNP2ri0gw== dependencies: - default-require-extensions "^1.0.0" + default-require-extensions "^2.0.0" aproba@^1.0.3, aproba@^1.1.1: version "1.2.0" @@ -1605,6 +1852,11 @@ array-equal@^1.0.0: resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93" integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM= +array-filter@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83" + integrity sha1-uveeYubvTCpMC4MSMtr/7CUfnYM= + array-filter@~0.0.0: version "0.0.1" resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec" @@ -1749,13 +2001,20 @@ async@^1.4.0: resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo= -async@^2.1.2, async@^2.1.4, async@^2.4.0: +async@^2.1.2, async@^2.4.0: version "2.6.0" resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4" integrity sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw== dependencies: lodash "^4.14.0" +async@^2.6.1: + version "2.6.2" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381" + integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg== + dependencies: + lodash "^4.17.11" + asynckit@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" @@ -1833,12 +2092,12 @@ babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: esutils "^2.0.2" js-tokens "^3.0.2" -babel-core@^6.0.0, babel-core@^7.0.0-bridge.0: +babel-core@^7.0.0-bridge.0: version "7.0.0-bridge.0" resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== -babel-generator@^6.18.0, babel-generator@^6.26.0: +babel-generator@^6.26.0: version "6.26.0" resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.0.tgz#ac1ae20070b79f6e3ca1d3269613053774f20dc5" integrity sha1-rBriAHC3n248odMmlhMFN3TyDcU= @@ -2020,13 +2279,18 @@ babel-helper-to-multiple-sequence-expressions@^0.2.0: resolved "https://registry.yarnpkg.com/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.2.0.tgz#d1a419634c6cb301f27858c659167cfee0a9d318" integrity sha512-ij9lpfdP3+Zc/7kNwa+NXbTrUlsYEWPwt/ugmQO0qflzLrveTIkbfOqQztvitk81aG5NblYDQXDlRohzu3oa8Q== -babel-jest@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-23.6.0.tgz#a644232366557a2240a0c083da6b25786185a2f1" - integrity sha512-lqKGG6LYXYu+DQh/slrQ8nxXQkEkhugdXsU6St7GmhVS7Ilc/22ArwqXNJrf0QaOBjZB0360qZMwXqDYQHXaew== +babel-jest@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-24.5.0.tgz#0ea042789810c2bec9065f7c8ab4dc18e1d28559" + integrity sha512-0fKCXyRwxFTJL0UXDJiT2xYxO9Lu2vBd9n+cC+eDjESzcVG3s2DRGAxbzJX21fceB1WYoBjAh8pQ83dKcl003g== dependencies: - babel-plugin-istanbul "^4.1.6" - babel-preset-jest "^23.2.0" + "@jest/transform" "^24.5.0" + "@jest/types" "^24.5.0" + "@types/babel__core" "^7.1.0" + babel-plugin-istanbul "^5.1.0" + babel-preset-jest "^24.3.0" + chalk "^2.4.2" + slash "^2.0.0" babel-loader@^7.1.2: version "7.1.2" @@ -2051,20 +2315,21 @@ babel-plugin-check-es2015-constants@^6.22.0, babel-plugin-check-es2015-constants dependencies: babel-runtime "^6.22.0" -babel-plugin-istanbul@^4.1.6: - version "4.1.6" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz#36c59b2192efce81c5b378321b74175add1c9a45" - integrity sha512-PWP9FQ1AhZhS01T/4qLSKoHGY/xvkZdVBGlKM/HuxxS3+sC66HhTNR7+MpbO/so/cz/wY94MeSWJuP1hXIPfwQ== +babel-plugin-istanbul@^5.1.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.1.1.tgz#7981590f1956d75d67630ba46f0c22493588c893" + integrity sha512-RNNVv2lsHAXJQsEJ5jonQwrJVWK8AcZpG1oxhnjCUaAjL7xahYLANhPUZbzEQHjKy1NMYUwn+0NPKQc8iSY4xQ== dependencies: - babel-plugin-syntax-object-rest-spread "^6.13.0" - find-up "^2.1.0" - istanbul-lib-instrument "^1.10.1" - test-exclude "^4.2.1" + find-up "^3.0.0" + istanbul-lib-instrument "^3.0.0" + test-exclude "^5.0.0" -babel-plugin-jest-hoist@^23.2.0: - version "23.2.0" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.2.0.tgz#e61fae05a1ca8801aadee57a6d66b8cefaf44167" - integrity sha1-5h+uBaHKiAGq3uV6bWa4zvr0QWc= +babel-plugin-jest-hoist@^24.3.0: + version "24.3.0" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-24.3.0.tgz#f2e82952946f6e40bb0a75d266a3790d854c8b5b" + integrity sha512-nWh4N1mVH55Tzhx2isvUN5ebM5CDUvIpXPZYMRazQughie/EqGnbR+czzoQlhUmJG9pPJmYDRhvocotb2THl1w== + dependencies: + "@types/babel__traverse" "^7.0.6" babel-plugin-minify-builtins@^0.2.0: version "0.2.0" @@ -2210,7 +2475,7 @@ babel-plugin-syntax-jsx@^6.3.13, babel-plugin-syntax-jsx@^6.8.0: resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946" integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY= -babel-plugin-syntax-object-rest-spread@^6.13.0, babel-plugin-syntax-object-rest-spread@^6.8.0: +babel-plugin-syntax-object-rest-spread@^6.8.0: version "6.13.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5" integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U= @@ -2765,13 +3030,13 @@ babel-preset-flow@^6.23.0: dependencies: babel-plugin-transform-flow-strip-types "^6.22.0" -babel-preset-jest@^23.2.0: - version "23.2.0" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-23.2.0.tgz#8ec7a03a138f001a1a8fb1e8113652bf1a55da46" - integrity sha1-jsegOhOPABoaj7HoETZSvxpV2kY= +babel-preset-jest@^24.3.0: + version "24.3.0" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-24.3.0.tgz#db88497e18869f15b24d9c0e547d8e0ab950796d" + integrity sha512-VGTV2QYBa/Kn3WCOKdfS31j9qomaXSgJqi65B6o05/1GsJyj9LVhSljM9ro4S+IBGj/ENhNBuH9bpqzztKAQSw== dependencies: - babel-plugin-jest-hoist "^23.2.0" - babel-plugin-syntax-object-rest-spread "^6.13.0" + "@babel/plugin-syntax-object-rest-spread" "^7.0.0" + babel-plugin-jest-hoist "^24.3.0" babel-preset-minify@^0.2.0: version "0.2.0" @@ -2869,7 +3134,7 @@ babel-runtime@6.x, babel-runtime@6.x.x, babel-runtime@^6.11.6, babel-runtime@^6. core-js "^2.4.0" regenerator-runtime "^0.11.0" -babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0: +babel-template@^6.24.1, babel-template@^6.26.0: version "6.26.0" resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02" integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI= @@ -2880,7 +3145,7 @@ babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0: babylon "^6.18.0" lodash "^4.17.4" -babel-traverse@^6.0.0, babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-traverse@^6.26.0: +babel-traverse@^6.24.1, babel-traverse@^6.26.0: version "6.26.0" resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee" integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4= @@ -2895,7 +3160,7 @@ babel-traverse@^6.0.0, babel-traverse@^6.18.0, babel-traverse@^6.24.1, babel-tra invariant "^2.2.2" lodash "^4.17.4" -babel-types@^6.0.0, babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0: +babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0: version "6.26.0" resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc= @@ -3088,9 +3353,9 @@ bplist-parser@0.1.1: big-integer "^1.6.7" brace-expansion@^1.1.7: - version "1.1.8" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292" - integrity sha1-wHshHHyVLsH479Uad+8NHTmQopI= + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== dependencies: balanced-match "^1.0.0" concat-map "0.0.1" @@ -3267,6 +3532,11 @@ btoa-lite@^1.0.0: resolved "https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337" integrity sha1-M3dm2hWAEhD92VbCLpxokaudAzc= +buffer-crc32@^0.2.13: + version "0.2.13" + resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" + integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= + buffer-equal-constant-time@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" @@ -3374,6 +3644,11 @@ callsites@^2.0.0: resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= +callsites@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.0.0.tgz#fb7eb569b72ad7a45812f93fd9430a3e410b3dd3" + integrity sha512-tWnkwu9YEq2uzlBDI4RcLn8jrFvF9AOi8PxDNU3hZZjJcjkcRAq3vCI+vZcg1SuxISDYe86k9VZFwAxDiJGoAw== + camel-case@3.0.x, camel-case@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz#ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73" @@ -3406,6 +3681,11 @@ camelcase@^3.0.0: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" integrity sha1-MvxLn82vhF/N9+c7uXysImHwqwo= +camelcase@^5.0.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.2.0.tgz#e7522abda5ed94cc0489e1b8466610e88404cf45" + integrity sha512-IXFsBS2pC+X0j0N/GE7Dm7j3bsEBp+oTpb7F50dwEVX7rf3IgwO9XatnegTsDtniKCUtEJH4fSU6Asw7uoVLfQ== + caniuse-api@^1.5.2: version "1.6.1" resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-1.6.1.tgz#b534e7c734c4f81ec5fbe8aca2ad24354b962c6c" @@ -3442,6 +3722,13 @@ capture-exit@^1.2.0: dependencies: rsvp "^3.3.3" +capture-exit@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" + integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g== + dependencies: + rsvp "^4.8.4" + capture-stack-trace@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz#4a6fa07399c26bba47f0b2496b4d0fb408c5550d" @@ -3470,7 +3757,7 @@ center-align@^0.1.1: align-text "^0.1.3" lazy-cache "^1.0.3" -chalk@*, chalk@^2.0.1, chalk@^2.4.2: +chalk@*, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.0, chalk@^2.4.2: version "2.4.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== @@ -3501,7 +3788,7 @@ chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: strip-ansi "^3.0.0" supports-color "^2.0.0" -chalk@^2.0.0, chalk@^2.1.0: +chalk@^2.1.0: version "2.3.0" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba" integrity sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q== @@ -3650,14 +3937,13 @@ clap@^1.0.9: chalk "^1.1.3" class-utils@^0.3.5: - version "0.3.5" - resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.5.tgz#17e793103750f9627b2176ea34cfd1b565903c80" - integrity sha1-F+eTEDdQ+WJ7IXbqNM/RtWWQPIA= + version "0.3.6" + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== dependencies: arr-union "^3.1.0" define-property "^0.2.5" isobject "^3.0.0" - lazy-cache "^2.0.2" static-extend "^0.1.1" classnames@^2.2.5: @@ -3755,9 +4041,9 @@ cliui@^4.0.0: wrap-ansi "^2.0.0" clone-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-1.0.0.tgz#eae0a2413f55c0942f818c229fefce845d7f3b1c" - integrity sha1-6uCiQT9VwJQvgYwin+/OhF1/Oxw= + version "1.0.1" + resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-1.0.1.tgz#051805cd33173375d82118fc0918606da39fd60f" + integrity sha512-Fcij9IwRW27XedRIJnSOEupS7RVcXtObJXbcUOX93UCLqqOdRpkvzKywOOSizmEK/Is3S/RHX9dLdfo6R1Q1mw== dependencies: is-regexp "^1.0.0" is-supported-regexp-flag "^1.0.0" @@ -3804,25 +4090,13 @@ color-convert@^1.3.0: dependencies: color-name "^1.1.1" -color-convert@^1.9.0: - version "1.9.2" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.2.tgz#49881b8fba67df12a96bdf3f56c0aab9e7913147" - integrity sha512-3NUJZdhMhcdPn8vJ9v2UQJoH0qqoGUkYTgFEPZaPjEtwmmKUfNV46zZmgB2M5M4DCEQHMaCfWHCxiBflLm04Tg== - dependencies: - color-name "1.1.1" - -color-convert@^1.9.1: +color-convert@^1.9.0, color-convert@^1.9.1: version "1.9.3" resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== dependencies: color-name "1.1.3" -color-name@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.1.tgz#4b1415304cf50028ea81643643bd82ea05803689" - integrity sha1-SxQVMEz1ACjqgWQ2Q72C6gWANok= - color-name@1.1.3, color-name@^1.0.0, color-name@^1.1.1: version "1.1.3" resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" @@ -3906,7 +4180,7 @@ commander@2.6.0: resolved "https://registry.yarnpkg.com/commander/-/commander-2.6.0.tgz#9df7e52fb2a0cb0fb89058ee80c3104225f37e1d" integrity sha1-nfflL7Kgyw+4kFjugMMQQiXzfh0= -commander@^2.11.0, commander@^2.18.0: +commander@^2.11.0, commander@^2.18.0, commander@^2.19.0, commander@~2.19.0: version "2.19.0" resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg== @@ -3936,6 +4210,11 @@ commondir@^1.0.1: resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= +compare-versions@^3.2.1: + version "3.4.0" + resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.4.0.tgz#e0747df5c9cb7f054d6d3dc3e1dbc444f9e92b26" + integrity sha512-tK69D7oNXXqUW3ZNo/z7NXTEz22TCF0pTE+YF9cxvaAM9XnkLo1fV621xCLrRR6aevJlKxExkss0vWqUCUpqdg== + component-classes@^1.2.5: version "1.2.6" resolved "https://registry.yarnpkg.com/component-classes/-/component-classes-1.2.6.tgz#c642394c3618a4d8b0b8919efccbbd930e5cd691" @@ -4076,9 +4355,11 @@ content-type@~1.0.4: integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== convert-source-map@^1.1.0, convert-source-map@^1.4.0: - version "1.5.1" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5" - integrity sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU= + version "1.6.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20" + integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A== + dependencies: + safe-buffer "~5.1.1" cookie-signature@1.0.6: version "1.0.6" @@ -4258,6 +4539,17 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0: shebang-command "^1.2.0" which "^1.2.9" +cross-spawn@^6.0.0: + version "6.0.5" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" + integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== + dependencies: + nice-try "^1.0.4" + path-key "^2.0.1" + semver "^5.5.0" + shebang-command "^1.2.0" + which "^1.2.9" + crypto-browserify@^3.11.0: version "3.12.0" resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" @@ -4587,7 +4879,7 @@ decamelize-keys@^1.0.0: decamelize "^1.1.0" map-obj "^1.0.0" -decamelize@^1.0.0, decamelize@^1.1.0, decamelize@^1.1.1, decamelize@^1.1.2: +decamelize@^1.0.0, decamelize@^1.1.0, decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= @@ -4622,22 +4914,14 @@ deepmerge@^3.2.0: resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-3.2.0.tgz#58ef463a57c08d376547f8869fdc5bcee957f44e" integrity sha512-6+LuZGU7QCNUnAJyX8cIrlzoEgggTM6B7mm+znKOX4t5ltluT9KLjN6g61ECMS0LTsLW7yDpNoxhix5FZcrIow== -default-require-extensions@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-1.0.0.tgz#f37ea15d3e13ffd9b437d33e1a75b5fb97874cb8" - integrity sha1-836hXT4T/9m0N9M+GnW1+5eHTLg= - dependencies: - strip-bom "^2.0.0" - -define-properties@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.2.tgz#83a73f2fea569898fb737193c8f873caf6d45c94" - integrity sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ= +default-require-extensions@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-2.0.0.tgz#f5f8fbb18a7d6d50b21f641f649ebb522cfe24f7" + integrity sha1-9fj7sYp9bVCyH2QfZJ67Uiz+JPc= dependencies: - foreach "^2.0.5" - object-keys "^1.0.8" + strip-bom "^3.0.0" -define-properties@^1.1.3: +define-properties@^1.1.2, define-properties@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== @@ -4756,6 +5040,11 @@ detect-port@1.2.1: address "^1.0.1" debug "^2.6.0" +diff-sequences@^24.3.0: + version "24.3.0" + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.3.0.tgz#0f20e8a1df1abddaf4d9c226680952e64118b975" + integrity sha512-xLqpez+Zj9GKSnPWS0WZw1igGocZ+uua8+y+5dDNTT934N3QuY1sp2LkHzwiaYQGz60hMq0pjAshdeXm5VUOEw== + diff@^3.2.0: version "3.4.0" resolved "https://registry.yarnpkg.com/diff/-/diff-3.4.0.tgz#b1d85507daf3964828de54b37d0d73ba67dda56c" @@ -5016,41 +5305,43 @@ envinfo@^5.7.0: integrity sha512-rXbzXWvnQxy+TcqZlARbWVQwgGVVouVJgFZhLVN5htjLxl1thstrP2ZGi0pXC309AbK7gVOPU+ulz/tmpCI7iw== enzyme-adapter-react-16@^1.9.1: - version "1.9.1" - resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.9.1.tgz#6d49a3a31c3a0fccf527610f31b837e0f307128a" - integrity sha512-Egzogv1y77DUxdnq/CyHxLHaNxmSSKDDSDNNB/EiAXCZVFXdFibaNy2uUuRQ1n24T2m6KH/1Rw16XDRq+1yVEg== + version "1.11.2" + resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.11.2.tgz#8efeafb27e96873a5492fdef3f423693182eb9d4" + integrity sha512-2ruTTCPRb0lPuw/vKTXGVZVBZqh83MNDnakMhzxhpJcIbneEwNy2Cv0KvL97pl57/GOazJHflWNLjwWhex5AAA== dependencies: - enzyme-adapter-utils "^1.10.0" - function.prototype.name "^1.1.0" + enzyme-adapter-utils "^1.10.1" object.assign "^4.1.0" object.values "^1.1.0" - prop-types "^15.6.2" - react-is "^16.7.0" + prop-types "^15.7.2" + react-is "^16.8.4" react-test-renderer "^16.0.0-0" + semver "^5.6.0" -enzyme-adapter-utils@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.10.0.tgz#5836169f68b9e8733cb5b69cad5da2a49e34f550" - integrity sha512-VnIXJDYVTzKGbdW+lgK8MQmYHJquTQZiGzu/AseCZ7eHtOMAj4Rtvk8ZRopodkfPves0EXaHkXBDkVhPa3t0jA== +enzyme-adapter-utils@^1.10.1: + version "1.10.1" + resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.10.1.tgz#58264efa19a7befdbf964fb7981a108a5452ac96" + integrity sha512-oasinhhLoBuZsIkTe8mx0HiudtfErUtG0Ooe1FOplu/t4c9rOmyG5gtrBASK6u4whHIRWvv0cbZMElzNTR21SA== dependencies: function.prototype.name "^1.1.0" object.assign "^4.1.0" object.fromentries "^2.0.0" - prop-types "^15.6.2" + prop-types "^15.7.2" semver "^5.6.0" enzyme@^3.1.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.7.0.tgz#9b499e8ca155df44fef64d9f1558961ba1385a46" - integrity sha512-QLWx+krGK6iDNyR1KlH5YPZqxZCQaVF6ike1eDJAOg0HvSkSCVImPsdWaNw6v+VrnK92Kg8jIOYhuOSS9sBpyg== + version "3.9.0" + resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.9.0.tgz#2b491f06ca966eb56b6510068c7894a7e0be3909" + integrity sha512-JqxI2BRFHbmiP7/UFqvsjxTirWoM1HfeaJrmVSZ9a1EADKkZgdPcAuISPMpoUiHlac9J4dYt81MC5BBIrbJGMg== dependencies: array.prototype.flat "^1.2.1" cheerio "^1.0.0-rc.2" function.prototype.name "^1.1.0" has "^1.0.3" + html-element-map "^1.0.0" is-boolean-object "^1.0.0" is-callable "^1.1.4" is-number-object "^1.0.3" + is-regex "^1.0.4" is-string "^1.0.4" is-subset "^0.1.1" lodash.escape "^4.0.1" @@ -5083,13 +5374,20 @@ errno@~0.1.7: dependencies: prr "~1.0.1" -error-ex@^1.2.0, error-ex@^1.3.1: +error-ex@^1.2.0: version "1.3.1" resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc" integrity sha1-+FWobOYa3E6GIcPNoh56dhLDqNw= dependencies: is-arrayish "^0.2.1" +error-ex@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + dependencies: + is-arrayish "^0.2.1" + errorhandler@^1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/errorhandler/-/errorhandler-1.5.0.tgz#eaba64ca5d542a311ac945f582defc336165d9f4" @@ -5109,7 +5407,7 @@ es-abstract@^1.10.0, es-abstract@^1.5.0: is-callable "^1.1.3" is-regex "^1.0.4" -es-abstract@^1.11.0, es-abstract@^1.12.0: +es-abstract@^1.11.0, es-abstract@^1.12.0, es-abstract@^1.5.1: version "1.13.0" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9" integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg== @@ -5121,7 +5419,7 @@ es-abstract@^1.11.0, es-abstract@^1.12.0: is-regex "^1.0.4" object-keys "^1.0.12" -es-abstract@^1.5.1, es-abstract@^1.6.1: +es-abstract@^1.6.1: version "1.10.0" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864" integrity sha512-/uh/DhdqIOSkAWifU+8nG78vlQxdLckUdI/sPgy0VhuXi2qJ7T8czBmqIYtLQVpCIFYafChnsRsB5pyb1JdmCQ== @@ -5132,16 +5430,7 @@ es-abstract@^1.5.1, es-abstract@^1.6.1: is-callable "^1.1.3" is-regex "^1.0.4" -es-to-primitive@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d" - integrity sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0= - dependencies: - is-callable "^1.1.1" - is-date-object "^1.0.1" - is-symbol "^1.0.1" - -es-to-primitive@^1.2.0: +es-to-primitive@^1.1.1, es-to-primitive@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377" integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg== @@ -5333,6 +5622,11 @@ exec-sh@^0.2.0: dependencies: merge "^1.1.3" +exec-sh@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.2.tgz#6738de2eb7c8e671d0366aea0b0db8c6f7d7391b" + integrity sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg== + execa@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/execa/-/execa-0.4.0.tgz#4eb6467a36a095fabb2970ff9d5e3fb7bce6ebc3" @@ -5384,7 +5678,21 @@ execa@^0.8.0: signal-exit "^3.0.0" strip-eof "^1.0.0" -execa@^1.0.0, execall@^1.0.0: +execa@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" + integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== + dependencies: + cross-spawn "^6.0.0" + get-stream "^4.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + +execall@^1.0.0: + name execa version "1.0.0" resolved "https://registry.yarnpkg.com/execall/-/execall-1.0.0.tgz#73d0904e395b3cab0658b08d09ec25307f29bb73" integrity sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M= @@ -5440,17 +5748,17 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2: dependencies: homedir-polyfill "^1.0.1" -expect@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/expect/-/expect-23.6.0.tgz#1e0c8d3ba9a581c87bd71fb9bc8862d443425f98" - integrity sha512-dgSoOHgmtn/aDGRVFWclQyPDKl2CQRq0hmIEoUAuQs/2rn2NcvCWcSCovm6BLeuB/7EZuLGu2QfnR+qRt5OM4w== +expect@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/expect/-/expect-24.5.0.tgz#492fb0df8378d8474cc84b827776b069f46294ed" + integrity sha512-p2Gmc0CLxOgkyA93ySWmHFYHUPFIHG6XZ06l7WArWAsrqYVaVEkOU5NtT5i68KUyGKbkQgDCkiT65bWmdoL6Bw== dependencies: + "@jest/types" "^24.5.0" ansi-styles "^3.2.0" - jest-diff "^23.6.0" - jest-get-type "^22.1.0" - jest-matcher-utils "^23.6.0" - jest-message-util "^23.4.0" - jest-regex-util "^23.3.0" + jest-get-type "^24.3.0" + jest-matcher-utils "^24.5.0" + jest-message-util "^24.5.0" + jest-regex-util "^24.3.0" express@^4.16.2: version "4.16.2" @@ -5502,14 +5810,7 @@ extend-shallow@^2.0.1: dependencies: is-extendable "^0.1.0" -extend-shallow@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.1.tgz#4b6d8c49b147fee029dc9eb9484adb770f689844" - integrity sha512-Fg1xXAv+qXKdwHiJFMcZSqsMcbPlkzsZtf8KkLJ2fqnP+lqg2RjEKgDcSfO9CO1+p4LZKgApDBUUUqKaaRhwZQ== - dependencies: - is-extendable "^1.0.1" - -extend-shallow@^3.0.2: +extend-shallow@^3.0.0, extend-shallow@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= @@ -5560,6 +5861,7 @@ extglob@^2.0.2: extglob@^2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== dependencies: array-unique "^0.3.2" define-property "^1.0.0" @@ -5739,7 +6041,7 @@ filename-regex@^2.0.0: resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26" integrity sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY= -fileset@^2.0.2: +fileset@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/fileset/-/fileset-2.0.3.tgz#8e7548a96d3cc2327ee5e674168723a333bba2a0" integrity sha1-jnVIqW08wjJ+5eZ0FocjozO7oqA= @@ -5807,6 +6109,11 @@ find-parent-dir@^0.3.0: resolved "https://registry.yarnpkg.com/find-parent-dir/-/find-parent-dir-0.3.0.tgz#33c44b429ab2b2f0646299c5f9f718f376ff8d54" integrity sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ= +find-root@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" + integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== + find-up@^1.0.0: version "1.1.2" resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" @@ -5877,11 +6184,6 @@ for-own@^0.1.4: dependencies: for-in "^1.0.1" -foreach@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99" - integrity sha1-C+4AUBiusmDQo6865ljdATbsG5k= - forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" @@ -5957,6 +6259,15 @@ fs-extra@^4.0.1: jsonfile "^4.0.0" universalify "^0.1.0" +fs-extra@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" + integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== + dependencies: + graceful-fs "^4.1.2" + jsonfile "^4.0.0" + universalify "^0.1.0" + fs-minipass@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d" @@ -6064,6 +6375,13 @@ get-stream@^3.0.0: resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= +get-stream@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" + integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== + dependencies: + pump "^3.0.0" + get-value@^2.0.3, get-value@^2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" @@ -6195,9 +6513,9 @@ global@^4.3.0, global@^4.3.2: process "~0.5.1" globals@^11.1.0: - version "11.3.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.3.0.tgz#e04fdb7b9796d8adac9c8f64c14837b2313378b0" - integrity sha512-kkpcKNlmQan9Z5ZmgqKH/SMbSmjxQ7QjyNqfXVc8VJcoBV2UEg+sxQD15GQofGRh2hfpwUb70VC31DR7Rq5Hdw== + version "11.11.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-11.11.0.tgz#dcf93757fa2de5486fbeed7118538adf789e9c2e" + integrity sha512-WHq43gS+6ufNOEqlrDBxVEbb8ntfXrfAUU2ZOpCxrBdGKW3gyv8mCxAfIBD0DroPKGrJ2eSsXsLtY9MPntsyTw== globals@^9.18.0: version "9.18.0" @@ -6257,7 +6575,7 @@ got@^6.7.1: unzip-response "^2.0.1" url-parse-lax "^1.0.0" -graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6: +graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6: version "4.1.15" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA== @@ -6338,7 +6656,7 @@ growly@^1.3.0: resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= -handlebars@4.0.10, handlebars@^4.0.3: +handlebars@4.0.10: version "4.0.10" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.10.tgz#3d30c718b09a3d96f23ea4cc1f403c4d3ba9ff4f" integrity sha1-PTDHGLCaPZbyPqTMH0A8TTup/08= @@ -6349,6 +6667,17 @@ handlebars@4.0.10, handlebars@^4.0.3: optionalDependencies: uglify-js "^2.6" +handlebars@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.1.tgz#6e4e41c18ebe7719ae4d38e5aca3d32fa3dd23d3" + integrity sha512-3Zhi6C0euYZL5sM0Zcy7lInLXKQ+YLcF/olbN010mzGQ4XVm50JeyBnMqofHh696GrciGruC7kCcApPDJvVgwA== + dependencies: + neo-async "^2.6.0" + optimist "^0.6.1" + source-map "^0.6.1" + optionalDependencies: + uglify-js "^3.1.4" + har-schema@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" @@ -6430,14 +6759,7 @@ has-values@^1.0.0: is-number "^3.0.0" kind-of "^4.0.0" -has@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28" - integrity sha1-hGFzP1OLCDfJNh45qauelwTcLyg= - dependencies: - function-bind "^1.0.2" - -has@^1.0.3: +has@^1.0.1, has@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== @@ -6512,9 +6834,9 @@ homedir-polyfill@^1.0.0, homedir-polyfill@^1.0.1: parse-passwd "^1.0.0" hosted-git-info@^2.1.4: - version "2.6.0" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.6.0.tgz#23235b29ab230c576aab0d4f13fc046b0b038222" - integrity sha512-lIbgIIQA3lz5XaB6vxakj6sDHADJiZadYEJB+FgA+C4nubM1NwcuvUr9EJPmnH1skZqpqUzWborWo8EIUi0Sdw== + version "2.7.1" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047" + integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w== html-comment-regex@^1.1.0: version "1.1.1" @@ -6526,6 +6848,13 @@ html-element-attributes@^1.0.0: resolved "https://registry.yarnpkg.com/html-element-attributes/-/html-element-attributes-1.3.0.tgz#f06ebdfce22de979db82020265cac541fb17d4fc" integrity sha1-8G69/OIt6XnbggICZcrFQfsX1Pw= +html-element-map@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.0.0.tgz#19a41940225153ecdfead74f8509154ff1cdc18b" + integrity sha512-/SP6aOiM5Ai9zALvCxDubIeez0LvG3qP7R9GcRDnJEP/HBmv0A8A9K0o8+HFudcFt46+i921ANjzKsjPjb7Enw== + dependencies: + array-filter "^1.0.0" + html-encoding-sniffer@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8" @@ -6750,12 +7079,12 @@ import-lazy@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc" -import-local@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc" - integrity sha512-vAaZHieK9qjGo58agRBg+bhHX3hoTZU/Oa3GESWLz7t1U62fk63aHuDJJEteXoDeTCcPmUT+z38gkHPZkkmpmQ== +import-local@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" + integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== dependencies: - pkg-dir "^2.0.0" + pkg-dir "^3.0.0" resolve-cwd "^2.0.0" imurmurhash@^0.1.4: @@ -6864,6 +7193,7 @@ invariant@2.2.2, invariant@^2.2.2: invariant@^2.2.4: version "2.2.4" resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" + integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== dependencies: loose-envify "^1.0.0" @@ -6872,6 +7202,11 @@ invert-kv@^1.0.0: resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= +invert-kv@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02" + integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA== + ip@1.1.5: version "1.1.5" resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" @@ -6958,12 +7293,7 @@ is-builtin-module@^1.0.0: dependencies: builtin-modules "^1.0.0" -is-callable@^1.1.1, is-callable@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2" - integrity sha1-hut1OSgF3cM69xySoO7fdO52BLI= - -is-callable@^1.1.4: +is-callable@^1.1.3, is-callable@^1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" @@ -7014,16 +7344,7 @@ is-descriptor@^0.1.0: is-data-descriptor "^0.1.4" kind-of "^5.0.0" -is-descriptor@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.1.tgz#2c6023599bde2de9d5d2c8b9a9d94082036b6ef2" - integrity sha512-G3fFVFTqfaqu7r4YuSBHKBAuOaLz8Sy7ekklUpFEliaLMP1Y2ZjoN9jS62YWCAPQrQpMUQSitRlrzibbuCZjdA== - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - -is-descriptor@^1.0.2: +is-descriptor@^1.0.0, is-descriptor@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== @@ -7100,10 +7421,10 @@ is-function@^1.0.1: resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.1.tgz#12cfb98b65b57dd3d193a3121f5f6e2f437602b5" integrity sha1-Es+5i2W1fdPRk6MSH19uL0N2ArU= -is-generator-fn@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-1.0.0.tgz#969d49e1bb3329f6bb7f09089be26578b2ddd46a" - integrity sha1-lp1J4bszKfa7fwkIm+JleLLd1Go= +is-generator-fn@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.0.0.tgz#038c31b774709641bda678b1f06a4e3227c10b3e" + integrity sha512-elzyIdM7iKoFHzcrndIqjYomImhxrFRnGP3galODoII4TB9gI7mZ+FnlLQmmjf27SxHS2gKEeyhX5/+YRS6H9g== is-glob@^2.0.0, is-glob@^2.0.1: version "2.0.1" @@ -7271,9 +7592,9 @@ is-subset@^0.1.1: integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY= is-supported-regexp-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.0.tgz#8b520c85fae7a253382d4b02652e045576e13bb8" - integrity sha1-i1IMhfrnolM4LUsCZS4EVXbhO7g= + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.1.tgz#21ee16518d2c1dd3edd3e9a0d57e50207ac364ca" + integrity sha512-3vcJecUUrpgCqc/ca0aWeNu64UGgxcvO60K/Fkr1N6RSvfGCTU60UKN68JDmKokgba0rFFJs12EnzOQa14ubKQ== is-svg@^2.0.0: version "2.1.0" @@ -7282,11 +7603,6 @@ is-svg@^2.0.0: dependencies: html-comment-regex "^1.1.0" -is-symbol@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572" - integrity sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI= - is-symbol@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38" @@ -7319,6 +7635,7 @@ is-whitespace-character@^1.0.0: is-windows@^1.0.1, is-windows@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== is-word-character@^1.0.0: version "1.0.1" @@ -7365,149 +7682,131 @@ isstream@0.1.2, isstream@~0.1.2: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -istanbul-api@^1.3.1: - version "1.3.7" - resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-1.3.7.tgz#a86c770d2b03e11e3f778cd7aedd82d2722092aa" - integrity sha512-4/ApBnMVeEPG3EkSzcw25wDe4N66wxwn+KKn6b47vyek8Xb3NBAcg4xfuQbS7BqcZuTX4wxfD5lVagdggR3gyA== - dependencies: - async "^2.1.4" - fileset "^2.0.2" - istanbul-lib-coverage "^1.2.1" - istanbul-lib-hook "^1.2.2" - istanbul-lib-instrument "^1.10.2" - istanbul-lib-report "^1.1.5" - istanbul-lib-source-maps "^1.2.6" - istanbul-reports "^1.5.1" - js-yaml "^3.7.0" - mkdirp "^0.5.1" +istanbul-api@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-2.1.1.tgz#194b773f6d9cbc99a9258446848b0f988951c4d0" + integrity sha512-kVmYrehiwyeBAk/wE71tW6emzLiHGjYIiDrc8sfyty4F8M02/lrgXSm+R1kXysmF20zArvmZXjlE/mg24TVPJw== + dependencies: + async "^2.6.1" + compare-versions "^3.2.1" + fileset "^2.0.3" + istanbul-lib-coverage "^2.0.3" + istanbul-lib-hook "^2.0.3" + istanbul-lib-instrument "^3.1.0" + istanbul-lib-report "^2.0.4" + istanbul-lib-source-maps "^3.0.2" + istanbul-reports "^2.1.1" + js-yaml "^3.12.0" + make-dir "^1.3.0" + minimatch "^3.0.4" once "^1.4.0" -istanbul-lib-coverage@^1.2.0, istanbul-lib-coverage@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz#ccf7edcd0a0bb9b8f729feeb0930470f9af664f0" - integrity sha512-PzITeunAgyGbtY1ibVIUiV679EFChHjoMNRibEIobvmrCRaIgwLxNucOSimtNWUhEib/oO7QY2imD75JVgCJWQ== +istanbul-lib-coverage@^2.0.2, istanbul-lib-coverage@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#0b891e5ad42312c2b9488554f603795f9a2211ba" + integrity sha512-dKWuzRGCs4G+67VfW9pBFFz2Jpi4vSp/k7zBcJ888ofV5Mi1g5CUML5GvMvV6u9Cjybftu+E8Cgp+k0dI1E5lw== -istanbul-lib-hook@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.2.2.tgz#bc6bf07f12a641fbf1c85391d0daa8f0aea6bf86" - integrity sha512-/Jmq7Y1VeHnZEQ3TL10VHyb564mn6VrQXHchON9Jf/AEcmQ3ZIiyD1BVzNOKTZf/G3gE+kiGK6SmpF9y3qGPLw== +istanbul-lib-hook@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-2.0.3.tgz#e0e581e461c611be5d0e5ef31c5f0109759916fb" + integrity sha512-CLmEqwEhuCYtGcpNVJjLV1DQyVnIqavMLFHV/DP+np/g3qvdxu3gsPqYoJMXm15sN84xOlckFB3VNvRbf5yEgA== dependencies: - append-transform "^0.4.0" + append-transform "^1.0.0" -istanbul-lib-instrument@^1.10.1, istanbul-lib-instrument@^1.10.2: - version "1.10.2" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz#1f55ed10ac3c47f2bdddd5307935126754d0a9ca" - integrity sha512-aWHxfxDqvh/ZlxR8BBaEPVSWDPUkGD63VjGQn3jcw8jCp7sHEMKcrj4xfJn/ABzdMEHiQNyvDQhqm5o8+SQg7A== +istanbul-lib-instrument@^3.0.0, istanbul-lib-instrument@^3.0.1, istanbul-lib-instrument@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.1.0.tgz#a2b5484a7d445f1f311e93190813fa56dfb62971" + integrity sha512-ooVllVGT38HIk8MxDj/OIHXSYvH+1tq/Vb38s8ixt9GoJadXska4WkGY+0wkmtYCZNYtaARniH/DixUGGLZ0uA== dependencies: - babel-generator "^6.18.0" - babel-template "^6.16.0" - babel-traverse "^6.18.0" - babel-types "^6.18.0" - babylon "^6.18.0" - istanbul-lib-coverage "^1.2.1" - semver "^5.3.0" + "@babel/generator" "^7.0.0" + "@babel/parser" "^7.0.0" + "@babel/template" "^7.0.0" + "@babel/traverse" "^7.0.0" + "@babel/types" "^7.0.0" + istanbul-lib-coverage "^2.0.3" + semver "^5.5.0" -istanbul-lib-report@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.1.5.tgz#f2a657fc6282f96170aaf281eb30a458f7f4170c" - integrity sha512-UsYfRMoi6QO/doUshYNqcKJqVmFe9w51GZz8BS3WB0lYxAllQYklka2wP9+dGZeHYaWIdcXUx8JGdbqaoXRXzw== +istanbul-lib-report@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.4.tgz#bfd324ee0c04f59119cb4f07dab157d09f24d7e4" + integrity sha512-sOiLZLAWpA0+3b5w5/dq0cjm2rrNdAfHWaGhmn7XEFW6X++IV9Ohn+pnELAl9K3rfpaeBfbmH9JU5sejacdLeA== dependencies: - istanbul-lib-coverage "^1.2.1" - mkdirp "^0.5.1" - path-parse "^1.0.5" - supports-color "^3.1.2" + istanbul-lib-coverage "^2.0.3" + make-dir "^1.3.0" + supports-color "^6.0.0" -istanbul-lib-source-maps@^1.2.4, istanbul-lib-source-maps@^1.2.6: - version "1.2.6" - resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.6.tgz#37b9ff661580f8fca11232752ee42e08c6675d8f" - integrity sha512-TtbsY5GIHgbMsMiRw35YBHGpZ1DVFEO19vxxeiDMYaeOFOCzfnYVxvl6pOUIZR4dtPhAGpSMup8OyF8ubsaqEg== +istanbul-lib-source-maps@^3.0.1, istanbul-lib-source-maps@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.2.tgz#f1e817229a9146e8424a28e5d69ba220fda34156" + integrity sha512-JX4v0CiKTGp9fZPmoxpu9YEkPbEqCqBbO3403VabKjH+NRXo72HafD5UgnjTEqHL2SAjaZK1XDuDOkn6I5QVfQ== dependencies: - debug "^3.1.0" - istanbul-lib-coverage "^1.2.1" - mkdirp "^0.5.1" - rimraf "^2.6.1" - source-map "^0.5.3" + debug "^4.1.1" + istanbul-lib-coverage "^2.0.3" + make-dir "^1.3.0" + rimraf "^2.6.2" + source-map "^0.6.1" -istanbul-reports@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.5.1.tgz#97e4dbf3b515e8c484caea15d6524eebd3ff4e1a" - integrity sha512-+cfoZ0UXzWjhAdzosCPP3AN8vvef8XDkWtTfgaN+7L3YTpNYITnCaEkceo5SEYy644VkHka/P1FvkWvrG/rrJw== +istanbul-reports@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.1.1.tgz#72ef16b4ecb9a4a7bd0e2001e00f95d1eec8afa9" + integrity sha512-FzNahnidyEPBCI0HcufJoSEoKykesRlFcSzQqjH9x0+LC8tnnE/p/90PBLu8iZTxr8yYZNyTtiAujUqyN+CIxw== dependencies: - handlebars "^4.0.3" + handlebars "^4.1.0" iterall@^1.1.3, iterall@^1.2.1: version "1.2.2" resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7" integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA== -jest-changed-files@^23.4.2: - version "23.4.2" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-23.4.2.tgz#1eed688370cd5eebafe4ae93d34bb3b64968fe83" - integrity sha512-EyNhTAUWEfwnK0Is/09LxoqNDOn7mU7S3EHskG52djOFS/z+IT0jT3h3Ql61+dklcG7bJJitIWEMB4Sp1piHmA== +jest-changed-files@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-24.5.0.tgz#4075269ee115d87194fd5822e642af22133cf705" + integrity sha512-Ikl29dosYnTsH9pYa1Tv9POkILBhN/TLZ37xbzgNsZ1D2+2n+8oEZS2yP1BrHn/T4Rs4Ggwwbp/x8CKOS5YJOg== dependencies: + "@jest/types" "^24.5.0" + execa "^1.0.0" throat "^4.0.0" -jest-cli@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-23.6.0.tgz#61ab917744338f443ef2baa282ddffdd658a5da4" - integrity sha512-hgeD1zRUp1E1zsiyOXjEn4LzRLWdJBV//ukAHGlx6s5mfCNJTbhbHjgxnDUXA8fsKWN/HqFFF6X5XcCwC/IvYQ== +jest-cli@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-24.5.0.tgz#598139d3446d1942fb7dc93944b9ba766d756d4b" + integrity sha512-P+Jp0SLO4KWN0cGlNtC7JV0dW1eSFR7eRpoOucP2UM0sqlzp/bVHeo71Omonvigrj9AvCKy7NtQANtqJ7FXz8g== dependencies: - ansi-escapes "^3.0.0" + "@jest/core" "^24.5.0" + "@jest/test-result" "^24.5.0" + "@jest/types" "^24.5.0" chalk "^2.0.1" exit "^0.1.2" - glob "^7.1.2" - graceful-fs "^4.1.11" - import-local "^1.0.0" - is-ci "^1.0.10" - istanbul-api "^1.3.1" - istanbul-lib-coverage "^1.2.0" - istanbul-lib-instrument "^1.10.1" - istanbul-lib-source-maps "^1.2.4" - jest-changed-files "^23.4.2" - jest-config "^23.6.0" - jest-environment-jsdom "^23.4.0" - jest-get-type "^22.1.0" - jest-haste-map "^23.6.0" - jest-message-util "^23.4.0" - jest-regex-util "^23.3.0" - jest-resolve-dependencies "^23.6.0" - jest-runner "^23.6.0" - jest-runtime "^23.6.0" - jest-snapshot "^23.6.0" - jest-util "^23.4.0" - jest-validate "^23.6.0" - jest-watcher "^23.4.0" - jest-worker "^23.2.0" - micromatch "^2.3.11" - node-notifier "^5.2.1" - prompts "^0.1.9" - realpath-native "^1.0.0" - rimraf "^2.5.4" - slash "^1.0.0" - string-length "^2.0.0" - strip-ansi "^4.0.0" - which "^1.2.12" - yargs "^11.0.0" - -jest-config@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-23.6.0.tgz#f82546a90ade2d8c7026fbf6ac5207fc22f8eb1d" - integrity sha512-i8V7z9BeDXab1+VNo78WM0AtWpBRXJLnkT+lyT+Slx/cbP5sZJ0+NDuLcmBE5hXAoK0aUp7vI+MOxR+R4d8SRQ== - dependencies: - babel-core "^6.0.0" - babel-jest "^23.6.0" + import-local "^2.0.0" + is-ci "^2.0.0" + jest-config "^24.5.0" + jest-util "^24.5.0" + jest-validate "^24.5.0" + prompts "^2.0.1" + realpath-native "^1.1.0" + yargs "^12.0.2" + +jest-config@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-24.5.0.tgz#404d1bc6bb81aed6bd1890d07e2dca9fbba2e121" + integrity sha512-t2UTh0Z2uZhGBNVseF8wA2DS2SuBiLOL6qpLq18+OZGfFUxTM7BzUVKyHFN/vuN+s/aslY1COW95j1Rw81huOQ== + dependencies: + "@babel/core" "^7.1.0" + "@jest/types" "^24.5.0" + babel-jest "^24.5.0" chalk "^2.0.1" glob "^7.1.1" - jest-environment-jsdom "^23.4.0" - jest-environment-node "^23.4.0" - jest-get-type "^22.1.0" - jest-jasmine2 "^23.6.0" - jest-regex-util "^23.3.0" - jest-resolve "^23.6.0" - jest-util "^23.4.0" - jest-validate "^23.6.0" - micromatch "^2.3.11" - pretty-format "^23.6.0" + jest-environment-jsdom "^24.5.0" + jest-environment-node "^24.5.0" + jest-get-type "^24.3.0" + jest-jasmine2 "^24.5.0" + jest-regex-util "^24.3.0" + jest-resolve "^24.5.0" + jest-util "^24.5.0" + jest-validate "^24.5.0" + micromatch "^3.1.10" + pretty-format "^24.5.0" + realpath-native "^1.1.0" jest-diff@21.3.0-beta.15, jest-diff@test: version "21.3.0-beta.15" @@ -7519,47 +7818,56 @@ jest-diff@21.3.0-beta.15, jest-diff@test: jest-get-type "21.3.0-beta.15" pretty-format "21.3.0-beta.15" -jest-diff@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-23.6.0.tgz#1500f3f16e850bb3d71233408089be099f610c7d" - integrity sha512-Gz9l5Ov+X3aL5L37IT+8hoCUsof1CVYBb2QEkOupK64XyRR3h+uRpYIm97K7sY8diFxowR8pIGEdyfMKTixo3g== +jest-diff@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.5.0.tgz#a2d8627964bb06a91893c0fbcb28ab228c257652" + integrity sha512-mCILZd9r7zqL9Uh6yNoXjwGQx0/J43OD2vvWVKwOEOLZliQOsojXwqboubAQ+Tszrb6DHGmNU7m4whGeB9YOqw== dependencies: chalk "^2.0.1" - diff "^3.2.0" - jest-get-type "^22.1.0" - pretty-format "^23.6.0" + diff-sequences "^24.3.0" + jest-get-type "^24.3.0" + pretty-format "^24.5.0" -jest-docblock@23.2.0, jest-docblock@^23.2.0: - version "23.2.0" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-23.2.0.tgz#f085e1f18548d99fdd69b20207e6fd55d91383a7" - integrity sha1-8IXh8YVI2Z/dabICB+b9VdkTg6c= +jest-docblock@^24.3.0: + version "24.3.0" + resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-24.3.0.tgz#b9c32dac70f72e4464520d2ba4aec02ab14db5dd" + integrity sha512-nlANmF9Yq1dufhFlKG9rasfQlrY7wINJbo3q01tu56Jv5eBU5jirylhF2O5ZBnLxzOVBGRDz/9NAwNyBtG4Nyg== dependencies: detect-newline "^2.1.0" -jest-each@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-23.6.0.tgz#ba0c3a82a8054387016139c733a05242d3d71575" - integrity sha512-x7V6M/WGJo6/kLoissORuvLIeAoyo2YqLOoCDkohgJ4XOXSqOtyvr8FbInlAWS77ojBsZrafbozWoKVRdtxFCg== +jest-each@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-24.5.0.tgz#da14d017a1b7d0f01fb458d338314cafe7f72318" + integrity sha512-6gy3Kh37PwIT5sNvNY2VchtIFOOBh8UCYnBlxXMb5sr5wpJUDPTUATX2Axq1Vfk+HWTMpsYPeVYp4TXx5uqUBw== dependencies: + "@jest/types" "^24.5.0" chalk "^2.0.1" - pretty-format "^23.6.0" - -jest-environment-jsdom@^23.4.0: - version "23.4.0" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-23.4.0.tgz#056a7952b3fea513ac62a140a2c368c79d9e6023" - integrity sha1-BWp5UrP+pROsYqFAosNox52eYCM= - dependencies: - jest-mock "^23.2.0" - jest-util "^23.4.0" + jest-get-type "^24.3.0" + jest-util "^24.5.0" + pretty-format "^24.5.0" + +jest-environment-jsdom@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-24.5.0.tgz#1c3143063e1374100f8c2723a8b6aad23b6db7eb" + integrity sha512-62Ih5HbdAWcsqBx2ktUnor/mABBo1U111AvZWcLKeWN/n/gc5ZvDBKe4Og44fQdHKiXClrNGC6G0mBo6wrPeGQ== + dependencies: + "@jest/environment" "^24.5.0" + "@jest/fake-timers" "^24.5.0" + "@jest/types" "^24.5.0" + jest-mock "^24.5.0" + jest-util "^24.5.0" jsdom "^11.5.1" -jest-environment-node@^23.4.0: - version "23.4.0" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-23.4.0.tgz#57e80ed0841dea303167cce8cd79521debafde10" - integrity sha1-V+gO0IQd6jAxZ8zozXlSHeuv3hA= +jest-environment-node@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-24.5.0.tgz#763eebdf529f75b60aa600c6cf8cb09873caa6ab" + integrity sha512-du6FuyWr/GbKLsmAbzNF9mpr2Iu2zWSaq/BNHzX+vgOcts9f2ayXBweS7RAhr+6bLp6qRpMB6utAMF5Ygktxnw== dependencies: - jest-mock "^23.2.0" - jest-util "^23.4.0" + "@jest/environment" "^24.5.0" + "@jest/fake-timers" "^24.5.0" + "@jest/types" "^24.5.0" + jest-mock "^24.5.0" + jest-util "^24.5.0" jest-get-type@21.3.0-beta.15: version "21.3.0-beta.15" @@ -7571,63 +7879,67 @@ jest-get-type@^21.2.0: resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-21.2.0.tgz#f6376ab9db4b60d81e39f30749c6c466f40d4a23" integrity sha512-y2fFw3C+D0yjNSDp7ab1kcd6NUYfy3waPTlD8yWkAtiocJdBRQqNoRqVfMNxgj+IjT0V5cBIHJO0z9vuSSZ43Q== -jest-get-type@^22.1.0: - version "22.1.0" - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-22.1.0.tgz#4e90af298ed6181edc85d2da500dbd2753e0d5a9" - integrity sha512-nD97IVOlNP6fjIN5i7j5XRH+hFsHL7VlauBbzRvueaaUe70uohrkz7pL/N8lx/IAwZRTJ//wOdVgh85OgM7g3w== +jest-get-type@^24.3.0: + version "24.3.0" + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-24.3.0.tgz#582cfd1a4f91b5cdad1d43d2932f816d543c65da" + integrity sha512-HYF6pry72YUlVcvUx3sEpMRwXEWGEPlJ0bSPVnB3b3n++j4phUEoSPcS6GC0pPJ9rpyPSe4cb5muFo6D39cXow== -jest-haste-map@23.5.0: - version "23.5.0" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-23.5.0.tgz#d4ca618188bd38caa6cb20349ce6610e194a8065" - integrity sha512-bt9Swigb6KZ6ZQq/fQDUwdUeHenVvZ6G/lKwJjwRGp+Fap8D4B3bND3FaeJg7vXVsLX8hXshRArbVxLop/5wLw== +jest-haste-map@24.0.0-alpha.6: + version "24.0.0-alpha.6" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.0.0-alpha.6.tgz#fb2c785080f391b923db51846b86840d0d773076" + integrity sha512-+NO2HMbjvrG8BC39ieLukdpFrcPhhjCJGhpbHodHNZygH1Tt06WrlNYGpZtWKx/zpf533tCtMQXO/q59JenjNw== dependencies: fb-watchman "^2.0.0" graceful-fs "^4.1.11" invariant "^2.2.4" - jest-docblock "^23.2.0" - jest-serializer "^23.0.1" - jest-worker "^23.2.0" + jest-serializer "^24.0.0-alpha.6" + jest-worker "^24.0.0-alpha.6" micromatch "^2.3.11" - sane "^2.0.0" + sane "^3.0.0" -jest-haste-map@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-23.6.0.tgz#2e3eb997814ca696d62afdb3f2529f5bbc935e16" - integrity sha512-uyNhMyl6dr6HaXGHp8VF7cK6KpC6G9z9LiMNsst+rJIZ8l7wY0tk8qwjPmEghczojZ2/ZhtEdIabZ0OQRJSGGg== +jest-haste-map@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.5.0.tgz#3f17d0c548b99c0c96ed2893f9c0ccecb2eb9066" + integrity sha512-mb4Yrcjw9vBgSvobDwH8QUovxApdimGcOkp+V1ucGGw4Uvr3VzZQBJhNm1UY3dXYm4XXyTW2G7IBEZ9pM2ggRQ== dependencies: + "@jest/types" "^24.5.0" fb-watchman "^2.0.0" - graceful-fs "^4.1.11" + graceful-fs "^4.1.15" invariant "^2.2.4" - jest-docblock "^23.2.0" - jest-serializer "^23.0.1" - jest-worker "^23.2.0" - micromatch "^2.3.11" - sane "^2.0.0" + jest-serializer "^24.4.0" + jest-util "^24.5.0" + jest-worker "^24.4.0" + micromatch "^3.1.10" + sane "^4.0.3" -jest-jasmine2@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-23.6.0.tgz#840e937f848a6c8638df24360ab869cc718592e0" - integrity sha512-pe2Ytgs1nyCs8IvsEJRiRTPC0eVYd8L/dXJGU08GFuBwZ4sYH/lmFDdOL3ZmvJR8QKqV9MFuwlsAi/EWkFUbsQ== +jest-jasmine2@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-24.5.0.tgz#e6af4d7f73dc527d007cca5a5b177c0bcc29d111" + integrity sha512-sfVrxVcx1rNUbBeyIyhkqZ4q+seNKyAG6iM0S2TYBdQsXjoFDdqWFfsUxb6uXSsbimbXX/NMkJIwUZ1uT9+/Aw== dependencies: - babel-traverse "^6.0.0" + "@babel/traverse" "^7.1.0" + "@jest/environment" "^24.5.0" + "@jest/test-result" "^24.5.0" + "@jest/types" "^24.5.0" chalk "^2.0.1" co "^4.6.0" - expect "^23.6.0" - is-generator-fn "^1.0.0" - jest-diff "^23.6.0" - jest-each "^23.6.0" - jest-matcher-utils "^23.6.0" - jest-message-util "^23.4.0" - jest-snapshot "^23.6.0" - jest-util "^23.4.0" - pretty-format "^23.6.0" - -jest-leak-detector@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-23.6.0.tgz#e4230fd42cf381a1a1971237ad56897de7e171de" - integrity sha512-f/8zA04rsl1Nzj10HIyEsXvYlMpMPcy0QkQilVZDFOaPbv2ur71X5u2+C4ZQJGyV/xvVXtCCZ3wQ99IgQxftCg== - dependencies: - pretty-format "^23.6.0" + expect "^24.5.0" + is-generator-fn "^2.0.0" + jest-each "^24.5.0" + jest-matcher-utils "^24.5.0" + jest-message-util "^24.5.0" + jest-runtime "^24.5.0" + jest-snapshot "^24.5.0" + jest-util "^24.5.0" + pretty-format "^24.5.0" + throat "^4.0.0" + +jest-leak-detector@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-24.5.0.tgz#21ae2b3b0da252c1171cd494f75696d65fb6fa89" + integrity sha512-LZKBjGovFRx3cRBkqmIg+BZnxbrLqhQl09IziMk3oeh1OV81Hg30RUIx885mq8qBv1PA0comB9bjKcuyNO1bCQ== + dependencies: + pretty-format "^24.5.0" jest-matcher-utils@21.3.0-beta.15: version "21.3.0-beta.15" @@ -7638,118 +7950,147 @@ jest-matcher-utils@21.3.0-beta.15: jest-get-type "21.3.0-beta.15" pretty-format "21.3.0-beta.15" -jest-matcher-utils@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-23.6.0.tgz#726bcea0c5294261a7417afb6da3186b4b8cac80" - integrity sha512-rosyCHQfBcol4NsckTn01cdelzWLU9Cq7aaigDf8VwwpIRvWE/9zLgX2bON+FkEW69/0UuYslUe22SOdEf2nog== +jest-matcher-utils@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-24.5.0.tgz#5995549dcf09fa94406e89526e877b094dad8770" + integrity sha512-QM1nmLROjLj8GMGzg5VBra3I9hLpjMPtF1YqzQS3rvWn2ltGZLrGAO1KQ9zUCVi5aCvrkbS5Ndm2evIP9yZg1Q== dependencies: chalk "^2.0.1" - jest-get-type "^22.1.0" - pretty-format "^23.6.0" + jest-diff "^24.5.0" + jest-get-type "^24.3.0" + pretty-format "^24.5.0" -jest-message-util@^23.4.0: - version "23.4.0" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-23.4.0.tgz#17610c50942349508d01a3d1e0bda2c079086a9f" - integrity sha1-F2EMUJQjSVCNAaPR4L2iwHkIap8= +jest-message-util@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.5.0.tgz#181420a65a7ef2e8b5c2f8e14882c453c6d41d07" + integrity sha512-6ZYgdOojowCGiV0D8WdgctZEAe+EcFU+KrVds+0ZjvpZurUW2/oKJGltJ6FWY2joZwYXN5VL36GPV6pNVRqRnQ== dependencies: - "@babel/code-frame" "^7.0.0-beta.35" + "@babel/code-frame" "^7.0.0" + "@jest/test-result" "^24.5.0" + "@jest/types" "^24.5.0" + "@types/stack-utils" "^1.0.1" chalk "^2.0.1" - micromatch "^2.3.11" - slash "^1.0.0" + micromatch "^3.1.10" + slash "^2.0.0" stack-utils "^1.0.1" -jest-mock@^23.2.0: - version "23.2.0" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-23.2.0.tgz#ad1c60f29e8719d47c26e1138098b6d18b261134" - integrity sha1-rRxg8p6HGdR8JuETgJi20YsmETQ= +jest-mock@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-24.5.0.tgz#976912c99a93f2a1c67497a9414aa4d9da4c7b76" + integrity sha512-ZnAtkWrKf48eERgAOiUxVoFavVBziO2pAi2MfZ1+bGXVkDfxWLxU0//oJBkgwbsv6OAmuLBz4XFFqvCFMqnGUw== + dependencies: + "@jest/types" "^24.5.0" + +jest-pnp-resolver@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz#ecdae604c077a7fbc70defb6d517c3c1c898923a" + integrity sha512-pgFw2tm54fzgYvc/OHrnysABEObZCUNFnhjoRjaVOCN8NYc032/gVjPaHD4Aq6ApkSieWtfKAFQtmDKAmhupnQ== -jest-regex-util@^23.3.0: - version "23.3.0" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-23.3.0.tgz#5f86729547c2785c4002ceaa8f849fe8ca471bc5" - integrity sha1-X4ZylUfCeFxAAs6qj4Sf6MpHG8U= +jest-regex-util@^24.3.0: + version "24.3.0" + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.3.0.tgz#d5a65f60be1ae3e310d5214a0307581995227b36" + integrity sha512-tXQR1NEOyGlfylyEjg1ImtScwMq8Oh3iJbGTjN7p0J23EuVX1MA8rwU69K4sLbCmwzgCUbVkm0FkSF9TdzOhtg== -jest-resolve-dependencies@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-23.6.0.tgz#b4526af24c8540d9a3fab102c15081cf509b723d" - integrity sha512-EkQWkFWjGKwRtRyIwRwI6rtPAEyPWlUC2MpzHissYnzJeHcyCn1Hc8j7Nn1xUVrS5C6W5+ZL37XTem4D4pLZdA== +jest-resolve-dependencies@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-24.5.0.tgz#1a0dae9cdd41349ca4a84148b3e78da2ba33fd4b" + integrity sha512-dRVM1D+gWrFfrq2vlL5P9P/i8kB4BOYqYf3S7xczZ+A6PC3SgXYSErX/ScW/469pWMboM1uAhgLF+39nXlirCQ== dependencies: - jest-regex-util "^23.3.0" - jest-snapshot "^23.6.0" + "@jest/types" "^24.5.0" + jest-regex-util "^24.3.0" + jest-snapshot "^24.5.0" -jest-resolve@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-23.6.0.tgz#cf1d1a24ce7ee7b23d661c33ba2150f3aebfa0ae" - integrity sha512-XyoRxNtO7YGpQDmtQCmZjum1MljDqUCob7XlZ6jy9gsMugHdN2hY4+Acz9Qvjz2mSsOnPSH7skBmDYCHXVZqkA== +jest-resolve@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-24.5.0.tgz#8c16ba08f60a1616c3b1cd7afb24574f50a24d04" + integrity sha512-ZIfGqLX1Rg8xJpQqNjdoO8MuxHV1q/i2OO1hLXjgCWFWs5bsedS8UrOdgjUqqNae6DXA+pCyRmdcB7lQEEbXew== dependencies: + "@jest/types" "^24.5.0" browser-resolve "^1.11.3" chalk "^2.0.1" - realpath-native "^1.0.0" - -jest-runner@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-23.6.0.tgz#3894bd219ffc3f3cb94dc48a4170a2e6f23a5a38" - integrity sha512-kw0+uj710dzSJKU6ygri851CObtCD9cN8aNkg8jWJf4ewFyEa6kwmiH/r/M1Ec5IL/6VFa0wnAk6w+gzUtjJzA== - dependencies: + jest-pnp-resolver "^1.2.1" + realpath-native "^1.1.0" + +jest-runner@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-24.5.0.tgz#9be26ece4fd4ab3dfb528b887523144b7c5ffca8" + integrity sha512-oqsiS9TkIZV5dVkD+GmbNfWBRPIvxqmlTQ+AQUJUQ07n+4xTSDc40r+aKBynHw9/tLzafC00DIbJjB2cOZdvMA== + dependencies: + "@jest/console" "^24.3.0" + "@jest/environment" "^24.5.0" + "@jest/test-result" "^24.5.0" + "@jest/types" "^24.5.0" + chalk "^2.4.2" exit "^0.1.2" - graceful-fs "^4.1.11" - jest-config "^23.6.0" - jest-docblock "^23.2.0" - jest-haste-map "^23.6.0" - jest-jasmine2 "^23.6.0" - jest-leak-detector "^23.6.0" - jest-message-util "^23.4.0" - jest-runtime "^23.6.0" - jest-util "^23.4.0" - jest-worker "^23.2.0" + graceful-fs "^4.1.15" + jest-config "^24.5.0" + jest-docblock "^24.3.0" + jest-haste-map "^24.5.0" + jest-jasmine2 "^24.5.0" + jest-leak-detector "^24.5.0" + jest-message-util "^24.5.0" + jest-resolve "^24.5.0" + jest-runtime "^24.5.0" + jest-util "^24.5.0" + jest-worker "^24.4.0" source-map-support "^0.5.6" throat "^4.0.0" -jest-runtime@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-23.6.0.tgz#059e58c8ab445917cd0e0d84ac2ba68de8f23082" - integrity sha512-ycnLTNPT2Gv+TRhnAYAQ0B3SryEXhhRj1kA6hBPSeZaNQkJ7GbZsxOLUkwg6YmvWGdX3BB3PYKFLDQCAE1zNOw== - dependencies: - babel-core "^6.0.0" - babel-plugin-istanbul "^4.1.6" +jest-runtime@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-24.5.0.tgz#3a76e0bfef4db3896d5116e9e518be47ba771aa2" + integrity sha512-GTFHzfLdwpaeoDPilNpBrorlPoNZuZrwKKzKJs09vWwHo+9TOsIIuszK8cWOuKC7ss07aN1922Ge8fsGdsqCuw== + dependencies: + "@jest/console" "^24.3.0" + "@jest/environment" "^24.5.0" + "@jest/source-map" "^24.3.0" + "@jest/transform" "^24.5.0" + "@jest/types" "^24.5.0" + "@types/yargs" "^12.0.2" chalk "^2.0.1" - convert-source-map "^1.4.0" exit "^0.1.2" - fast-json-stable-stringify "^2.0.0" - graceful-fs "^4.1.11" - jest-config "^23.6.0" - jest-haste-map "^23.6.0" - jest-message-util "^23.4.0" - jest-regex-util "^23.3.0" - jest-resolve "^23.6.0" - jest-snapshot "^23.6.0" - jest-util "^23.4.0" - jest-validate "^23.6.0" - micromatch "^2.3.11" - realpath-native "^1.0.0" - slash "^1.0.0" - strip-bom "3.0.0" - write-file-atomic "^2.1.0" - yargs "^11.0.0" + glob "^7.1.3" + graceful-fs "^4.1.15" + jest-config "^24.5.0" + jest-haste-map "^24.5.0" + jest-message-util "^24.5.0" + jest-mock "^24.5.0" + jest-regex-util "^24.3.0" + jest-resolve "^24.5.0" + jest-snapshot "^24.5.0" + jest-util "^24.5.0" + jest-validate "^24.5.0" + realpath-native "^1.1.0" + slash "^2.0.0" + strip-bom "^3.0.0" + yargs "^12.0.2" -jest-serializer@23.0.1, jest-serializer@^23.0.1: - version "23.0.1" - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-23.0.1.tgz#a3776aeb311e90fe83fab9e533e85102bd164165" - integrity sha1-o3dq6zEekP6D+rnlM+hRAr0WQWU= +jest-serializer@24.0.0-alpha.6: + version "24.0.0-alpha.6" + resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.0.0-alpha.6.tgz#27d2fee4b1a85698717a30c3ec2ab80767312597" + integrity sha512-IPA5T6/GhlE6dedSk7Cd7YfuORnYjN0VD5iJVFn1Q81RJjpj++Hen5kJbKcg547vXsQ1TddV15qOA/zeIfOCLw== -jest-snapshot@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-23.6.0.tgz#f9c2625d1b18acda01ec2d2b826c0ce58a5aa17a" - integrity sha512-tM7/Bprftun6Cvj2Awh/ikS7zV3pVwjRYU2qNYS51VZHgaAMBs5l4o/69AiDHhQrj5+LA2Lq4VIvK7zYk/bswg== +jest-serializer@^24.0.0-alpha.6, jest-serializer@^24.4.0: + version "24.4.0" + resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.4.0.tgz#f70c5918c8ea9235ccb1276d232e459080588db3" + integrity sha512-k//0DtglVstc1fv+GY/VHDIjrtNjdYvYjMlbLUed4kxrE92sIUewOi5Hj3vrpB8CXfkJntRPDRjCrCvUhBdL8Q== + +jest-snapshot@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-24.5.0.tgz#e5d224468a759fd19e36f01217aac912f500f779" + integrity sha512-eBEeJb5ROk0NcpodmSKnCVgMOo+Qsu5z9EDl3tGffwPzK1yV37mjGWF2YeIz1NkntgTzP+fUL4s09a0+0dpVWA== dependencies: - babel-types "^6.0.0" + "@babel/types" "^7.0.0" + "@jest/types" "^24.5.0" chalk "^2.0.1" - jest-diff "^23.6.0" - jest-matcher-utils "^23.6.0" - jest-message-util "^23.4.0" - jest-resolve "^23.6.0" + expect "^24.5.0" + jest-diff "^24.5.0" + jest-matcher-utils "^24.5.0" + jest-message-util "^24.5.0" + jest-resolve "^24.5.0" mkdirp "^0.5.1" natural-compare "^1.4.0" - pretty-format "^23.6.0" + pretty-format "^24.5.0" semver "^5.5.0" jest-snapshot@test: @@ -7771,18 +8112,23 @@ jest-styled-components@^4.10.0: dependencies: css "^2.2.1" -jest-util@^23.4.0: - version "23.4.0" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.4.0.tgz#4d063cb927baf0a23831ff61bec2cbbf49793561" - integrity sha1-TQY8uSe68KI4Mf9hvsLLv0l5NWE= - dependencies: - callsites "^2.0.0" +jest-util@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-24.5.0.tgz#9d9cb06d9dcccc8e7cc76df91b1635025d7baa84" + integrity sha512-Xy8JsD0jvBz85K7VsTIQDuY44s+hYJyppAhcsHsOsGisVtdhar6fajf2UOf2mEVEgh15ZSdA0zkCuheN8cbr1Q== + dependencies: + "@jest/console" "^24.3.0" + "@jest/fake-timers" "^24.5.0" + "@jest/source-map" "^24.3.0" + "@jest/test-result" "^24.5.0" + "@jest/types" "^24.5.0" + "@types/node" "*" + callsites "^3.0.0" chalk "^2.0.1" - graceful-fs "^4.1.11" - is-ci "^1.0.10" - jest-message-util "^23.4.0" + graceful-fs "^4.1.15" + is-ci "^2.0.0" mkdirp "^0.5.1" - slash "^1.0.0" + slash "^2.0.0" source-map "^0.6.0" jest-validate@^21.1.0: @@ -7795,39 +8141,55 @@ jest-validate@^21.1.0: leven "^2.1.0" pretty-format "^21.2.1" -jest-validate@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.6.0.tgz#36761f99d1ed33fcd425b4e4c5595d62b6597474" - integrity sha512-OFKapYxe72yz7agrDAWi8v2WL8GIfVqcbKRCLbRG9PAxtzF9b1SEDdTpytNDN12z2fJynoBwpMpvj2R39plI2A== +jest-validate@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-24.5.0.tgz#62fd93d81214c070bb2d7a55f329a79d8057c7de" + integrity sha512-gg0dYszxjgK2o11unSIJhkOFZqNRQbWOAB2/LOUdsd2LfD9oXiMeuee8XsT0iRy5EvSccBgB4h/9HRbIo3MHgQ== dependencies: + "@jest/types" "^24.5.0" + camelcase "^5.0.0" chalk "^2.0.1" - jest-get-type "^22.1.0" + jest-get-type "^24.3.0" leven "^2.1.0" - pretty-format "^23.6.0" + pretty-format "^24.5.0" -jest-watcher@^23.4.0: - version "23.4.0" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-23.4.0.tgz#d2e28ce74f8dad6c6afc922b92cabef6ed05c91c" - integrity sha1-0uKM50+NrWxq/JIrksq+9u0FyRw= +jest-watcher@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-24.5.0.tgz#da7bd9cb5967e274889b42078c8f501ae1c47761" + integrity sha512-/hCpgR6bg0nKvD3nv4KasdTxuhwfViVMHUATJlnGCD0r1QrmIssimPbmc5KfAQblAVxkD8xrzuij9vfPUk1/rA== dependencies: + "@jest/test-result" "^24.5.0" + "@jest/types" "^24.5.0" + "@types/node" "*" + "@types/yargs" "^12.0.9" ansi-escapes "^3.0.0" chalk "^2.0.1" + jest-util "^24.5.0" string-length "^2.0.0" -jest-worker@23.2.0, jest-worker@^23.2.0: - version "23.2.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-23.2.0.tgz#faf706a8da36fae60eb26957257fa7b5d8ea02b9" - integrity sha1-+vcGqNo2+uYOsmlXJX+ntdjqArk= +jest-worker@24.0.0-alpha.6: + version "24.0.0-alpha.6" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.0.0-alpha.6.tgz#463681b92c117c57107135c14b9b9d6cd51d80ce" + integrity sha512-iXtH7MR9bjWlNnlnRBcrBRrb4cSVxML96La5vsnmBvDI+mJnkP5uEt6Fgpo5Y8f3z9y2Rd7wuPnKRxqQsiU/dA== dependencies: merge-stream "^1.0.1" -jest@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/jest/-/jest-23.6.0.tgz#ad5835e923ebf6e19e7a1d7529a432edfee7813d" - integrity sha512-lWzcd+HSiqeuxyhG+EnZds6iO3Y3ZEnMrfZq/OTGvF/C+Z4fPMCdhWTGSAiO2Oym9rbEXfwddHhh6jqrTF3+Lw== +jest-worker@^24.0.0-alpha.6, jest-worker@^24.4.0: + version "24.4.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.4.0.tgz#fbc452b0120bb5c2a70cdc88fa132b48eeb11dd0" + integrity sha512-BH9X/klG9vxwoO99ZBUbZFfV8qO0XNZ5SIiCyYK2zOuJBl6YJVAeNIQjcoOVNu4HGEHeYEKsUWws8kSlSbZ9YQ== dependencies: - import-local "^1.0.0" - jest-cli "^23.6.0" + "@types/node" "*" + merge-stream "^1.0.1" + supports-color "^6.1.0" + +jest@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/jest/-/jest-24.5.0.tgz#38f11ae2c2baa2f86c2bc4d8a91d2b51612cd19a" + integrity sha512-lxL+Fq5/RH7inxxmfS2aZLCf8MsS+YCUBfeiNO6BWz/MmjhDGaIEA/2bzEf9q4Q0X+mtFHiinHFvQ0u+RvW/qQ== + dependencies: + import-local "^2.0.0" + jest-cli "^24.5.0" jju@^1.3.0: version "1.3.0" @@ -7860,6 +8222,14 @@ js-tokens@^3.0.0, js-tokens@^3.0.2: resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== +js-yaml@^3.12.0: + version "3.13.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e" + integrity sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + js-yaml@^3.4.3, js-yaml@^3.7.0, js-yaml@^3.9.0: version "3.10.0" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc" @@ -7919,9 +8289,9 @@ jsesc@^1.3.0: integrity sha1-RsP+yMGJKxKwgz25vHYiF226s0s= jsesc@^2.5.1: - version "2.5.1" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe" - integrity sha1-5CGiqOINawgZ3yiQj3glJrlt0f4= + version "2.5.2" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" + integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== jsesc@~0.5.0: version "0.5.0" @@ -7943,9 +8313,9 @@ json-loader@^0.5.4, json-loader@^0.5.7: integrity sha512-QLPs8Dj7lnf3e3QYS1zkCo+4ZwqOiF9d/nZnYozTISxXWCfNs9yuky5rJw4/W34s7POaNlbZmQGaB5NiXCbP4w== json-parse-better-errors@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.1.tgz#50183cd1b2d25275de069e9e71b467ac9eab973a" - integrity sha512-xyQpxeWWMKyJps9CuGJYeng6ssI5bpqS9ltQpdVQ90t4ql6NdnxFKh95JcRt2cun/DjMVNrdjniLPuMA69xmCw== + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" + integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== json-schema-traverse@^0.3.0: version "0.3.1" @@ -8113,10 +8483,10 @@ klaw@^1.0.0: optionalDependencies: graceful-fs "^4.1.9" -kleur@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-2.0.2.tgz#b704f4944d95e255d038f0cb05fb8a602c55a300" - integrity sha512-77XF9iTllATmG9lSlIv0qdQ2BQ/h9t0bJllHlbvsQ0zUWfU7Yi0S8L5JXzPZgkefIiajLmBJJ4BsMJmqcf7oxQ== +kleur@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.2.tgz#83c7ec858a41098b613d5998a7b653962b504f68" + integrity sha512-3h7B2WRT5LNXOtQiAaWonilegHcPSf9nLVXlSTci8lu1dZUuui61+EsPEZqSVxY7rXYmB2DVKMQILxaO5WL61Q== known-css-properties@^0.9.0: version "0.9.0" @@ -8134,13 +8504,6 @@ lazy-cache@^1.0.3: resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" integrity sha1-odePw6UEdMuAhF07O24dpJpEbo4= -lazy-cache@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-2.0.2.tgz#b9190a4f913354694840859f8a8f7084d8822264" - integrity sha1-uRkKT5EzVGlIQIWfio9whNiCImQ= - dependencies: - set-getter "^0.1.0" - lazy-req@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/lazy-req/-/lazy-req-2.0.0.tgz#c9450a363ecdda2e6f0c70132ad4f37f8f06f2b4" @@ -8153,6 +8516,13 @@ lcid@^1.0.0: dependencies: invert-kv "^1.0.0" +lcid@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/lcid/-/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f397253cf" + integrity sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA== + dependencies: + invert-kv "^2.0.0" + left-pad@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e" @@ -8530,6 +8900,7 @@ lodash@4.17.4, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.3, lodash@^4.17.4, l lodash@^4.17.10, lodash@^4.17.11: version "4.17.11" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" + integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== lodash@^4.17.5: version "4.17.5" @@ -8652,6 +9023,13 @@ make-dir@^1.0.0: dependencies: pify "^3.0.0" +make-dir@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" + integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== + dependencies: + pify "^3.0.0" + make-error@1.x: version "1.3.5" resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8" @@ -8669,6 +9047,13 @@ makeerror@1.0.x: dependencies: tmpl "1.0.x" +map-age-cleaner@^0.1.1: + version "0.1.3" + resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" + integrity sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w== + dependencies: + p-defer "^1.0.0" + map-cache@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" @@ -8739,6 +9124,15 @@ mem@^1.1.0: dependencies: mimic-fn "^1.0.0" +mem@^4.0.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/mem/-/mem-4.2.0.tgz#5ee057680ed9cb8dad8a78d820f9a8897a102025" + integrity sha512-5fJxa68urlY0Ir8ijatKa3eRz5lwXnRCTvo9+TbTGAuTFJOwpGcY0X05moBd0nW45965Njt4CDI2GFQoG8DvqA== + dependencies: + map-age-cleaner "^0.1.1" + mimic-fn "^2.0.0" + p-is-promise "^2.0.0" + memfs-or-file-map-to-github-branch@^1.1.0: version "1.1.2" resolved "https://registry.yarnpkg.com/memfs-or-file-map-to-github-branch/-/memfs-or-file-map-to-github-branch-1.1.2.tgz#9d46c02481b7eca8e5ee8a94f170b7e0138cad67" @@ -8797,10 +9191,10 @@ methods@~1.1.2: resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= -metro-babel-register@^0.48.1: - version "0.48.5" - resolved "https://registry.yarnpkg.com/metro-babel-register/-/metro-babel-register-0.48.5.tgz#ece8131f959a1f7acf37af83c8e5696bfd0a448e" - integrity sha512-bJCessd7THqEfXrKEoj284XVjg9AGYbGqZiyV622l6ex9TvtVi1lToDY0TuAAuDXOm+V4vQXV7/HvR6JPP0dTQ== +metro-babel-register@0.51.0: + version "0.51.0" + resolved "https://registry.yarnpkg.com/metro-babel-register/-/metro-babel-register-0.51.0.tgz#d86d3f2d90b45c7a3c6ae67a53bd1e50bad7a24d" + integrity sha512-rhdvHFOZ7/ub019A3+aYs8YeLydb02/FAMsKr2Nz2Jlf6VUxWrMnrcT0NYX16F9TGdi2ulRlJ9dwvUmdhkk+Bw== dependencies: "@babel/core" "^7.0.0" "@babel/plugin-proposal-class-properties" "^7.0.0" @@ -8815,12 +9209,19 @@ metro-babel-register@^0.48.1: core-js "^2.2.2" escape-string-regexp "^1.0.5" -metro-babel7-plugin-react-transform@0.48.5: - version "0.48.5" - resolved "https://registry.yarnpkg.com/metro-babel7-plugin-react-transform/-/metro-babel7-plugin-react-transform-0.48.5.tgz#312eb0adf3764357c79b79acc6eb92646051b349" - integrity sha512-S0cA0msHBGw7PSwB6nAsvtHEpQXVwzKBaE4AibLpaBiIVdWkYpIOok653zs9x+E9QvQgcghAnlVnDV+MDM+rSw== +metro-babel-transformer@0.51.0: + version "0.51.0" + resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.51.0.tgz#9ee5199163ac46b2057527b3f8cbd8b089ffc03e" + integrity sha512-M7KEY/hjD3E8tJEliWgI0VOSaJtqaznC0ItM6FiMrhoGDqqa1BvGofl+EPcKqjBSOV1UgExua/T1VOIWbjwQsw== dependencies: - "@babel/helper-module-imports" "^7.0.0" + "@babel/core" "^7.0.0" + +metro-babel-transformer@0.51.1: + version "0.51.1" + resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.51.1.tgz#97be9e2b96c78aa202b52ae05fb86f71327aef72" + integrity sha512-+tOnZZzOzufB86ASdfimUEGB1jBKsdsVpPdjNJZkueTFyvYlGqWDQKHM1w9bwKMeM/czPQ48Y6m8Bou6le0X4w== + dependencies: + "@babel/core" "^7.0.0" metro-babel7-plugin-react-transform@0.49.0: version "0.49.0" @@ -8829,53 +9230,67 @@ metro-babel7-plugin-react-transform@0.49.0: dependencies: "@babel/helper-module-imports" "^7.0.0" -metro-cache@0.48.5: - version "0.48.5" - resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.48.5.tgz#5ab3ad13c9df527f4196f0de096a3d496db97a6b" - integrity sha512-vlUf3A6+U3LXcf6wAn42N22q1h7MMoopA25w5KR4Flwd0xKVokxHwsTo9v06vpn4gqFtpXWCpEJSBaYRrWYJwg== +metro-babel7-plugin-react-transform@0.51.0: + version "0.51.0" + resolved "https://registry.yarnpkg.com/metro-babel7-plugin-react-transform/-/metro-babel7-plugin-react-transform-0.51.0.tgz#af27dd81666b91f05d2b371b0d6d283c585e38b6" + integrity sha512-dZ95kXcE2FJMoRsYhxr7YLCbOlHWKwe0bOpihRhfImDTgFfuKIzU4ROQwMUbE0NCbzB+ATFsa2FZ3pHDJ5GI0w== + dependencies: + "@babel/helper-module-imports" "^7.0.0" + +metro-babel7-plugin-react-transform@0.51.1: + version "0.51.1" + resolved "https://registry.yarnpkg.com/metro-babel7-plugin-react-transform/-/metro-babel7-plugin-react-transform-0.51.1.tgz#9cce2c340cc4006fc82aa6dfab27af22d592607e" + integrity sha512-wzn4X9KgmAMZ7Bi6v9KxA7dw+AHGL0RODPxU5NDJ3A6d0yERvzfZ3qkzWhz8jbFkVBK12cu5DTho3HBazKQDOw== + dependencies: + "@babel/helper-module-imports" "^7.0.0" + +metro-cache@0.51.1: + version "0.51.1" + resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.51.1.tgz#d0b296eab8e009214413bba87e4eac3d9b44cd04" + integrity sha512-0m1+aicsw77LVAehNuTxDpE1c/7Xv/ajRD+UL/lFCWUxnrjSbxVtIKr8l5DxEY11082c1axVRuaV9e436W+eXg== dependencies: - jest-serializer "23.0.1" - metro-core "0.48.5" + jest-serializer "24.0.0-alpha.6" + metro-core "0.51.1" mkdirp "^0.5.1" rimraf "^2.5.4" -metro-config@0.48.5: - version "0.48.5" - resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.48.5.tgz#05624064617eb648ee6e336951b60ac665230a45" - integrity sha512-b+EmFgBOAEUM5THjJ2EU6CJxnULLC5V1Q8S8dz4xX4v96eLIsRCLPrXgYKATHJTVi0qw99ATVRsOBZVZ77fwjg== +metro-config@0.51.1, metro-config@^0.51.0: + version "0.51.1" + resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.51.1.tgz#8f1a241ce2c0b521cd492c39bc5c6c69e3397b82" + integrity sha512-WCNd0tTI9gb/ubgTqK1+ljZL4b3hsXVinsOAtep4nHiVb6DSDdbO2yXDD2rpYx3NE6hDRMFS9HHg6G0139pAqQ== dependencies: cosmiconfig "^5.0.5" - metro "0.48.5" - metro-cache "0.48.5" - metro-core "0.48.5" - pretty-format "^23.4.1" + metro "0.51.1" + metro-cache "0.51.1" + metro-core "0.51.1" + pretty-format "24.0.0-alpha.6" -metro-core@0.48.5, metro-core@^0.48.1: - version "0.48.5" - resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.48.5.tgz#eef57d0ea947cfd2e44d86b20592a321ca234b89" - integrity sha512-Yp0BOAHhxf/qdNkwJhemVdD2Y59iyaTjwxUimCmeD8u5VEL6mLgEC1S0KczyWEiAgX3Fs48rezCAcx3mo67wXg== +metro-core@0.51.1, metro-core@^0.51.0: + version "0.51.1" + resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.51.1.tgz#e7227fb1dd1bb3f953272fad9876e6201140b038" + integrity sha512-sG1yACjdFqmIzZN50HqLTKUMp1oy0AehHhmIuYeIllo1DjX6Y2o3UAT3rGP8U+SAqJGXf/OWzl6VNyRPGDENfA== dependencies: - jest-haste-map "23.5.0" + jest-haste-map "24.0.0-alpha.6" lodash.throttle "^4.1.1" - metro-resolver "0.48.5" + metro-resolver "0.51.1" wordwrap "^1.0.0" -metro-memory-fs@^0.48.1: - version "0.48.5" - resolved "https://registry.yarnpkg.com/metro-memory-fs/-/metro-memory-fs-0.48.5.tgz#ae390f494ff0d54f2fb60531a3e4b83282a6b66d" - integrity sha512-dxN0dBtMOR1CvyRIOM/NE+uFirybWb4y2PZke0Z8bpYn6ttmv8ZF3PVdFxJf9v9irVBSOIPD0mD5zllxQkXzhg== +metro-memory-fs@^0.51.0: + version "0.51.1" + resolved "https://registry.yarnpkg.com/metro-memory-fs/-/metro-memory-fs-0.51.1.tgz#624291f5956b0fd11532d80b1b85d550926f96c9" + integrity sha512-dXVUpLPLwfQcYHd1HlqHGVzBsiwvUdT92TDSbdc10152TP+iynHBqLDWbxt0MAtd6c/QXwOuGZZ1IcX3+lv5iw== -metro-minify-uglify@0.48.5: - version "0.48.5" - resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.48.5.tgz#c8e878ce31adc1f9af3550917da7028b9eb91bc1" - integrity sha512-tiHVYlUMuL91YjQPx9BzzzXy5jAAA5SWLqlvWfmM6m9faWtFeCv8Se27vVNuPDkOPYyL8qPCRhUpZMUhA0yN2g== +metro-minify-uglify@0.51.1: + version "0.51.1" + resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.51.1.tgz#60cd8fe4d3e82d6670c717b8ddb52ae63199c0e4" + integrity sha512-HAqd/rFrQ6mnbqVAszDXIKTg2rqHlY9Fm8DReakgbkAeyMbF2mH3kEgtesPmTrhajdFk81UZcNSm6wxj1JMgVg== dependencies: uglify-es "^3.1.9" -metro-react-native-babel-preset@0.48.5: - version "0.48.5" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.48.5.tgz#cafa1c3ea326a447a89031928b0932f38a65815c" - integrity sha512-ldG1bsusB5zlS1fhAiSLRjUA7I/Chn/dniaXTlkUpgiqyEAaDDmqhkDJ8gyZw3rhlLMVswlBd3o6I8yYti+57w== +metro-react-native-babel-preset@0.49.0: + version "0.49.0" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.49.0.tgz#c74480d88817f32aec7474e45e7eda1716112ecf" + integrity sha512-pwjfnNlXdmPsRMof0SSO5juroYXGw3oRF6+Irzn0aBzAjW7aaIYyT5f7hSMuVU5iL1J9izQt9V4pI2ObkVjnwg== dependencies: "@babel/plugin-proposal-class-properties" "^7.0.0" "@babel/plugin-proposal-export-default-from" "^7.0.0" @@ -8910,13 +9325,13 @@ metro-react-native-babel-preset@0.48.5: "@babel/plugin-transform-typescript" "^7.0.0" "@babel/plugin-transform-unicode-regex" "^7.0.0" "@babel/template" "^7.0.0" - metro-babel7-plugin-react-transform "0.48.5" + metro-babel7-plugin-react-transform "0.49.0" react-transform-hmr "^1.0.4" -metro-react-native-babel-preset@0.49.0: - version "0.49.0" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.49.0.tgz#c74480d88817f32aec7474e45e7eda1716112ecf" - integrity sha512-pwjfnNlXdmPsRMof0SSO5juroYXGw3oRF6+Irzn0aBzAjW7aaIYyT5f7hSMuVU5iL1J9izQt9V4pI2ObkVjnwg== +metro-react-native-babel-preset@0.51.0: + version "0.51.0" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.51.0.tgz#978d960acf2d214bbbe43e59145878d663bd07de" + integrity sha512-Y/aPeLl4RzY8IEAneOyDcpdjto/8yjIuX9eUWRngjSqdHYhGQtqiSBpfTpo0BvXpwNRLwCLHyXo58gNpckTJFw== dependencies: "@babel/plugin-proposal-class-properties" "^7.0.0" "@babel/plugin-proposal-export-default-from" "^7.0.0" @@ -8951,27 +9366,88 @@ metro-react-native-babel-preset@0.49.0: "@babel/plugin-transform-typescript" "^7.0.0" "@babel/plugin-transform-unicode-regex" "^7.0.0" "@babel/template" "^7.0.0" - metro-babel7-plugin-react-transform "0.49.0" + metro-babel7-plugin-react-transform "0.51.0" + react-transform-hmr "^1.0.4" + +metro-react-native-babel-preset@0.51.1: + version "0.51.1" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.51.1.tgz#44aeeedfea37f7c2ab8f6f273fa71b90fe65f089" + integrity sha512-e9tsYDFhU70gar0jQWcZXRPJVCv4k7tEs6Pm74wXO2OO/T1MEumbvniDIGwGG8bG8RUnYdHhjcaiub2Vc5BRWw== + dependencies: + "@babel/plugin-proposal-class-properties" "^7.0.0" + "@babel/plugin-proposal-export-default-from" "^7.0.0" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" + "@babel/plugin-proposal-optional-catch-binding" "^7.0.0" + "@babel/plugin-proposal-optional-chaining" "^7.0.0" + "@babel/plugin-syntax-dynamic-import" "^7.0.0" + "@babel/plugin-syntax-export-default-from" "^7.0.0" + "@babel/plugin-transform-arrow-functions" "^7.0.0" + "@babel/plugin-transform-block-scoping" "^7.0.0" + "@babel/plugin-transform-classes" "^7.0.0" + "@babel/plugin-transform-computed-properties" "^7.0.0" + "@babel/plugin-transform-destructuring" "^7.0.0" + "@babel/plugin-transform-exponentiation-operator" "^7.0.0" + "@babel/plugin-transform-flow-strip-types" "^7.0.0" + "@babel/plugin-transform-for-of" "^7.0.0" + "@babel/plugin-transform-function-name" "^7.0.0" + "@babel/plugin-transform-literals" "^7.0.0" + "@babel/plugin-transform-modules-commonjs" "^7.0.0" + "@babel/plugin-transform-object-assign" "^7.0.0" + "@babel/plugin-transform-parameters" "^7.0.0" + "@babel/plugin-transform-react-display-name" "^7.0.0" + "@babel/plugin-transform-react-jsx" "^7.0.0" + "@babel/plugin-transform-react-jsx-source" "^7.0.0" + "@babel/plugin-transform-regenerator" "^7.0.0" + "@babel/plugin-transform-runtime" "^7.0.0" + "@babel/plugin-transform-shorthand-properties" "^7.0.0" + "@babel/plugin-transform-spread" "^7.0.0" + "@babel/plugin-transform-sticky-regex" "^7.0.0" + "@babel/plugin-transform-template-literals" "^7.0.0" + "@babel/plugin-transform-typescript" "^7.0.0" + "@babel/plugin-transform-unicode-regex" "^7.0.0" + "@babel/template" "^7.0.0" + metro-babel7-plugin-react-transform "0.51.1" react-transform-hmr "^1.0.4" -metro-resolver@0.48.5: - version "0.48.5" - resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.48.5.tgz#d2ff84afab13ec3962685953ebd03d878e1f4c36" - integrity sha512-lScSpLJKZMmNPRwvcY6zj28AwMOcI1M5bCCv+m06VWcISCTq1KlaKVwqLKmFgUtPkoFtFLD+PVKRKCRUxj1opg== +metro-react-native-babel-transformer@0.51.0: + version "0.51.0" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.51.0.tgz#57a695e97a19d95de63c9633f9d0dc024ee8e99a" + integrity sha512-VFnqtE0qrVmU1HV9B04o53+NZHvDwR+CWCoEx4+7vCqJ9Tvas741biqCjah9xtifoKdElQELk6x0soOAWCDFJA== + dependencies: + "@babel/core" "^7.0.0" + babel-preset-fbjs "^3.0.1" + metro-babel-transformer "0.51.0" + metro-react-native-babel-preset "0.51.0" + +metro-react-native-babel-transformer@^0.51.0: + version "0.51.1" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.51.1.tgz#bac34f988c150c725cd1875c13701cc2032615f9" + integrity sha512-D0KU+JPb/Z76nUWt3+bkjKggOlGvqAVI2BpIH2JFKprpUyBjWaCRqHnkBfZGixYwUfmu93MIlKJWr6iKzzFrlg== + dependencies: + "@babel/core" "^7.0.0" + babel-preset-fbjs "^3.0.1" + metro-babel-transformer "0.51.1" + metro-react-native-babel-preset "0.51.1" + +metro-resolver@0.51.1: + version "0.51.1" + resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.51.1.tgz#4c26f0baee47d30250187adca3d34c902e627611" + integrity sha512-zmWbD/287NDA/jLPuPV0hne/YMMSG0dljzu21TYMg2lXRLur/zROJHHhyepZvuBHgInXBi4Vhr2wvuSnY39SuA== dependencies: absolute-path "^0.0.0" -metro-source-map@0.48.5: - version "0.48.5" - resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.48.5.tgz#ab738f5cea4627fdae839d09237f85dd13d972ab" - integrity sha512-+BbcU9vfEl/XhMlVV0RwuHuEkai4lq7RmlQkxgoOoWl1u0yXCAPRZ5sqa326fPlJzElOR3cp0y7+Oc2nbIguyg== +metro-source-map@0.51.1: + version "0.51.1" + resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.51.1.tgz#1a8da138e98e184304d5558b4f92a5c2141822d0" + integrity sha512-JyrE+RV4YumrboHPHTGsUUGERjQ681ImRLrSYDGcmNv4tfpk9nvAK26UAas4IvBYFCC9oW90m0udt3kaQGv59Q== dependencies: source-map "^0.5.6" -metro@0.48.5, metro@^0.48.1: - version "0.48.5" - resolved "https://registry.yarnpkg.com/metro/-/metro-0.48.5.tgz#94fb4476ea18d3cf2e96e5c37dc85a21b69b4bf1" - integrity sha512-aCarzjxdYqh+9I40bF+Hh1ayrwfPrnDwVOvpQg3VZFWU4wfeMiJb+tzeRN9p94cC/MKhBTOjRmUF3plzrHoe0w== +metro@0.51.1, metro@^0.51.0: + version "0.51.1" + resolved "https://registry.yarnpkg.com/metro/-/metro-0.51.1.tgz#b0aad4731593b9f244261bad1abb2a006d1c8969" + integrity sha512-nM0dqn8LQlMjhChl2fzTUq2EWiUebZM7nkesD9vQe47W10bj/tbRLPiIIAxht6SRDbPd/hRA+t39PxLhPSKEKg== dependencies: "@babel/core" "^7.0.0" "@babel/generator" "^7.0.0" @@ -8983,7 +9459,8 @@ metro@0.48.5, metro@^0.48.1: absolute-path "^0.0.0" async "^2.4.0" babel-preset-fbjs "^3.0.1" - chalk "^1.1.1" + buffer-crc32 "^0.2.13" + chalk "^2.4.1" concat-stream "^1.6.0" connect "^3.6.5" debug "^2.2.0" @@ -8993,19 +9470,20 @@ metro@0.48.5, metro@^0.48.1: fs-extra "^1.0.0" graceful-fs "^4.1.3" image-size "^0.6.0" - jest-docblock "23.2.0" - jest-haste-map "23.5.0" - jest-worker "23.2.0" + invariant "^2.2.4" + jest-haste-map "24.0.0-alpha.6" + jest-worker "24.0.0-alpha.6" json-stable-stringify "^1.0.1" lodash.throttle "^4.1.1" merge-stream "^1.0.1" - metro-cache "0.48.5" - metro-config "0.48.5" - metro-core "0.48.5" - metro-minify-uglify "0.48.5" - metro-react-native-babel-preset "0.48.5" - metro-resolver "0.48.5" - metro-source-map "0.48.5" + metro-babel-transformer "0.51.1" + metro-cache "0.51.1" + metro-config "0.51.1" + metro-core "0.51.1" + metro-minify-uglify "0.51.1" + metro-react-native-babel-preset "0.51.1" + metro-resolver "0.51.1" + metro-source-map "0.51.1" mime-types "2.1.11" mkdirp "^0.5.1" node-fetch "^2.2.0" @@ -9019,7 +9497,7 @@ metro@0.48.5, metro@^0.48.1: throat "^4.1.0" wordwrap "^1.0.0" write-file-atomic "^1.2.0" - ws "^1.1.0" + ws "^1.1.5" xpipe "^1.0.5" yargs "^9.0.0" @@ -9213,6 +9691,11 @@ mimic-fn@^1.0.0: resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18" integrity sha1-5md4PZLonb00KBi1IwudYqZyrRg= +mimic-fn@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.0.0.tgz#0913ff0b121db44ef5848242c38bbb35d44cabde" + integrity sha512-jbex9Yd/3lmICXwYT6gA/j2mNQGU48wCh/VzRd+/Y/PjYQtlg1gLMdZqvu9s/xH7qKvngxRObl56XZR609IMbA== + min-document@^2.19.0: version "2.19.0" resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685" @@ -9292,9 +9775,9 @@ mississippi@^2.0.0: through2 "^2.0.0" mixin-deep@^1.2.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.0.tgz#47a8732ba97799457c8c1eca28f95132d7e8150a" - integrity sha512-dgaCvoh6i1nosAUBKb0l0pfJ78K8+S9fluyIR2YvAeUD/QuMahnFnF3xYty5eYXMjhGSsB0DsW6A0uAZyetoAg== + version "1.3.1" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe" + integrity sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ== dependencies: for-in "^1.0.2" is-extendable "^1.0.1" @@ -9435,11 +9918,16 @@ negotiator@0.6.1: resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" integrity sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk= -neo-async@^2.5.0: +neo-async@^2.5.0, neo-async@^2.6.0: version "2.6.0" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.0.tgz#b9d15e4d71c6762908654b5183ed38b753340835" integrity sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA== +nice-try@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" + integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== + no-case@^2.2.0: version "2.3.2" resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac" @@ -9566,7 +10054,17 @@ nopt@^4.0.1: abbrev "1" osenv "^0.1.4" -normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: +normalize-package-data@^2.3.2: + version "2.5.0" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" + integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== + dependencies: + hosted-git-info "^2.1.4" + resolve "^1.10.0" + semver "2 || 3 || 4 || 5" + validate-npm-package-license "^3.0.1" + +normalize-package-data@^2.3.4: version "2.4.0" resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f" integrity sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw== @@ -9736,11 +10234,6 @@ object-keys@^1.0.12: resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.0.tgz#11bd22348dd2e096a045ab06f6c85bcc340fa032" integrity sha512-6OO5X1+2tYkNyNEx6TsCxEqFfRWaqx6EtMiSbGrw8Ob8v9Ne+Hl8rBAgLBZn5wjEz3s/s6U1WXFUFOcxxAwUpg== -object-keys@^1.0.8: - version "1.0.11" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d" - integrity sha1-xUYBd4rVYPEULODgG8yotW0TQm0= - object-visit@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" @@ -9927,6 +10420,15 @@ os-locale@^2.0.0: lcid "^1.0.0" mem "^1.1.0" +os-locale@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a" + integrity sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q== + dependencies: + execa "^1.0.0" + lcid "^2.0.0" + mem "^4.0.0" + os-name@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/os-name/-/os-name-2.0.1.tgz#b9a386361c17ae3a21736ef0599405c9a8c5dc5e" @@ -9953,11 +10455,28 @@ override-require@^1.1.1: resolved "https://registry.yarnpkg.com/override-require/-/override-require-1.1.1.tgz#6ae22fadeb1f850ffb0cf4c20ff7b87e5eb650df" integrity sha1-auIvresfhQ/7DPTCD/e4fl62UN8= +p-defer@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" + integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= + +p-each-series@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-1.0.0.tgz#930f3d12dd1f50e7434457a22cd6f04ac6ad7f71" + integrity sha1-kw89Et0fUOdDRFeiLNbwSsatf3E= + dependencies: + p-reduce "^1.0.0" + p-finally@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= +p-is-promise@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.0.0.tgz#7554e3d572109a87e1f3f53f6a7d85d1b194f4c5" + integrity sha512-pzQPhYMCAgLAKPWD2jC3Se9fEfrD9npNos0y150EeqZll7akhEgGhTW/slB6lHku8AvYGiJ+YJ5hfHKePPgFWg== + p-limit@^1.1.0: version "1.3.0" resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" @@ -9966,9 +10485,9 @@ p-limit@^1.1.0: p-try "^1.0.0" p-limit@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.0.0.tgz#e624ed54ee8c460a778b3c9f3670496ff8a57aec" - integrity sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A== + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2" + integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ== dependencies: p-try "^2.0.0" @@ -9991,14 +10510,20 @@ p-map@^1.1.1: resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b" integrity sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA== +p-reduce@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa" + integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo= + p-try@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= p-try@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.0.0.tgz#85080bb87c64688fa47996fe8f7dfbe8211760b1" + version "2.1.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.1.0.tgz#c1a0f1030e97de018bb2c718929d2af59463e505" + integrity sha512-H2RyIJ7+A3rjkwKC2l5GGtU4H1vkxKCAGsWasNVd0Set+6i4znxbWy6/j16YDPJDWxhsgZiKAstMEP8wCdSpjA== package-json@^4.0.0: version "4.0.1" @@ -10207,16 +10732,11 @@ path-key@^1.0.0: resolved "https://registry.yarnpkg.com/path-key/-/path-key-1.0.0.tgz#5d53d578019646c0d68800db4e146e6bdc2ac7af" integrity sha1-XVPVeAGWRsDWiADbThRua9wqx68= -path-key@^2.0.0: +path-key@^2.0.0, path-key@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= -path-parse@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1" - integrity sha1-PBrfhx6pzWyUMbbqK9dKD/BVxME= - path-parse@^1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" @@ -10304,6 +10824,13 @@ pirates@^4.0.0: dependencies: node-modules-regexp "^1.0.0" +pirates@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87" + integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== + dependencies: + node-modules-regexp "^1.0.0" + pkg-dir@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b" @@ -10339,7 +10866,7 @@ plist@2.0.1: xmlbuilder "8.2.2" xmldom "0.1.x" -plist@^3.0.0: +plist@^3.0.0, plist@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.1.tgz#a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c" integrity sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ== @@ -10846,6 +11373,14 @@ pretty-format@21.3.0-beta.15: ansi-regex "^3.0.0" ansi-styles "^3.2.0" +pretty-format@24.0.0-alpha.6: + version "24.0.0-alpha.6" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.0.0-alpha.6.tgz#25ad2fa46b342d6278bf241c5d2114d4376fbac1" + integrity sha512-zG2m6YJeuzwBFqb5EIdmwYVf30sap+iMRuYNPytOccEXZMAJbPIFGKVJ/U0WjQegmnQbRo9CI7j6j3HtDaifiA== + dependencies: + ansi-regex "^4.0.0" + ansi-styles "^3.2.0" + pretty-format@^20.0.3: version "20.0.3" resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-20.0.3.tgz#020e350a560a1fe1a98dc3beb6ccffb386de8b14" @@ -10862,18 +11397,15 @@ pretty-format@^21.2.1: ansi-regex "^3.0.0" ansi-styles "^3.2.0" -pretty-format@^23.4.1, pretty-format@^23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.6.0.tgz#5eaac8eeb6b33b987b7fe6097ea6a8a146ab5760" - integrity sha512-zf9NV1NSlDLDjycnwm6hpFATCGl/K1lt0R/GdkAK2O5LN/rwJoB+Mh93gGJjut4YbmecbfgLWVGSTCr0Ewvvbw== +pretty-format@^24.5.0: + version "24.5.0" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.5.0.tgz#cc69a0281a62cd7242633fc135d6930cd889822d" + integrity sha512-/3RuSghukCf8Riu5Ncve0iI+BzVkbRU5EeUoArKARZobREycuH5O4waxvaNIloEXdb0qwgmEAed5vTpX1HNROQ== dependencies: - ansi-regex "^3.0.0" + "@jest/types" "^24.5.0" + ansi-regex "^4.0.0" ansi-styles "^3.2.0" - -pretty-format@^4.2.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-4.3.1.tgz#530be5c42b3c05b36414a7a2a4337aa80acd0e8d" - integrity sha1-UwvlxCs8BbNkFKeipDN6qArNDo0= + react-is "^16.8.4" private@^0.1.6: version "0.1.8" @@ -10920,13 +11452,13 @@ promise@^7.1.1: dependencies: asap "~2.0.3" -prompts@^0.1.9: - version "0.1.14" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-0.1.14.tgz#a8e15c612c5c9ec8f8111847df3337c9cbd443b2" - integrity sha512-rxkyiE9YH6zAz/rZpywySLKkpaj0NMVyNw1qhsubdbjjSgcayjTShDreZGlFMcGSu5sab3bAKPfFk78PB90+8w== +prompts@^2.0.1: + version "2.0.4" + resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.0.4.tgz#179f9d4db3128b9933aa35f93a800d8fce76a682" + integrity sha512-HTzM3UWp/99A0gk51gAegwo1QRYA7xjcZufMNe33rCclFszUYAuHe1fIN/3ZmiHeGPkUsNaRyQm1hHOfM0PKxA== dependencies: - kleur "^2.0.1" - sisteransi "^0.1.1" + kleur "^3.0.2" + sisteransi "^1.0.0" prop-types@15.x: version "15.6.2" @@ -10935,7 +11467,7 @@ prop-types@15.x: loose-envify "^1.3.1" object-assign "^4.1.1" -prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.8, prop-types@^15.5.9, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2: +prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.8, prop-types@^15.5.9, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2: version "15.7.2" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== @@ -11000,6 +11532,14 @@ pump@^2.0.0, pump@^2.0.1: end-of-stream "^1.1.0" once "^1.3.1" +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + pumpify@^1.3.3: version "1.5.1" resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" @@ -11233,23 +11773,23 @@ react-deep-force-update@^1.0.0: resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.1.2.tgz#3d2ae45c2c9040cbb1772be52f8ea1ade6ca2ee1" integrity sha512-WUSQJ4P/wWcusaH+zZmbECOk7H5N2pOIl0vzheeornkIMhu+qrNdGFm0bDZLCb0hSF0jf/kH1SgkNGfBdTc4wA== -react-devtools-core@^3.4.2: - version "3.4.3" - resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.4.3.tgz#1a06b7dc546d41ecf8dc4fbabea2d79d339353cf" - integrity sha512-t3f6cRH5YSKv8qjRl1Z+1e0OwBZwJSdOAhJ9QAJdVKML7SmqAKKv3DxF+Ue03pE1N2UipPsLmaNcPzzMjIdZQg== +react-devtools-core@^3.6.0: + version "3.6.1" + resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.6.1.tgz#51af81ceada65209bbccb8b547a01187cd1cbf04" + integrity sha512-I/LSX+tpeTrGKaF1wXSfJ/kP+6iaP2JfshEjW8LtQBdz6c6HhzOJtjZXhqOUrAdysuey8M1/JgPY1flSVVt8Ig== dependencies: shell-quote "^1.6.1" ws "^3.3.1" -react-dom@16.6.1: - version "16.6.1" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.6.1.tgz#5476e08694ae504ae385a28b62ecc4fe3a29add9" - integrity sha512-zm+wBuEMGm009Wt1uE4Zw5KcXOW7qC4E/xW/fpJsCsbOco4U/R84u+DzzO/S4SYSdNBcqcaulcp4w3FXl8pImw== +react-dom@16.8.3: + version "16.8.3" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.3.tgz#ae236029e66210783ac81999d3015dfc475b9c32" + integrity sha512-ttMem9yJL4/lpItZAQ2NTFAbV7frotHk5DZEHXUOws2rMmrsvh1Na7ThGT0dTzUIl6pqTOi5tYREfL8AEna3lA== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" prop-types "^15.6.2" - scheduler "^0.11.0" + scheduler "^0.13.3" react-fuzzy@^0.5.1: version "0.5.2" @@ -11294,16 +11834,16 @@ react-is@^16.3.1, react-is@^16.8.1, react-is@^16.8.4: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2" integrity sha512-PVadd+WaUDOAciICm/J1waJaSvgq+4rHE/K70j0PFqKhkTBsPv/82UGQJNXAngz1fOQLLxI6z1sEDmJDQhCTAA== -react-is@^16.6.0-alpha.8af6728: - version "16.6.0" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.0.tgz#456645144581a6e99f6816ae2bd24ee94bdd0c01" - integrity sha512-q8U7k0Fi7oxF1HvQgyBjPwDXeMplEsArnKt2iYhuIF86+GBbgLHdAmokL3XUFjTd7Q363OSNG55FOGUdONVn1g== - react-is@^16.7.0: version "16.8.2" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.2.tgz#09891d324cad1cb0c1f2d91f70a71a4bee34df0f" integrity sha512-D+NxhSR2HUCjYky1q1DwpNUD44cDpUXzSmmFyC3ug1bClcU/iDNy0YNn1iwme28fn+NFhpA13IndOd42CrFb+Q== +react-is@^16.8.3: + version "16.8.6" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16" + integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA== + react-lifecycles-compat@^3.0.0, react-lifecycles-compat@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" @@ -11337,6 +11877,10 @@ react-native-iphone-x-helper@^1.0.1: resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.2.0.tgz#9f8a376eb00bc712115abff4420318a0063fa796" integrity sha512-xIeTo4s77wwKgBZLVRIZC9tM9/PkXS46Ul76NXmvmixEb3ZwqGdQesR3zRiLMOoIdfOURB6N9bba9po7+x9Bag== +"react-native-navigator-ios@https://github.com/orta/react-native-navigator-ios#license_podspec": + version "1.0.0" + resolved "https://github.com/orta/react-native-navigator-ios#695725296669114ceeed76bba218fd91cde381c1" + react-native-parallax-scroll-view@orta/react-native-parallax-scroll-view: version "0.18.2" resolved "https://codeload.github.com/orta/react-native-parallax-scroll-view/tar.gz/3c4c94ec493b64a6e10840c7457515e37762a5dc" @@ -11380,32 +11924,35 @@ react-native-svg@^9.0.4: dependencies: color "^2.0.1" -react-native-typescript-transformer@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/react-native-typescript-transformer/-/react-native-typescript-transformer-1.2.3.tgz#10433dae575200b9c0356bf33cc5d3e613787080" +react-native-typescript-transformer@^1.2.12: + version "1.2.12" + resolved "https://registry.yarnpkg.com/react-native-typescript-transformer/-/react-native-typescript-transformer-1.2.12.tgz#ec234d31446d1aee213a2d5fb7e7584beff5dba3" + integrity sha512-X+4aykwXKGoaayLT1Xi8sB6q5CrJD0LCrFDYHa5A6WVwqO8Hom31W2Af5ch1gShFL0j0L9ZjiYQRuOD6Xsvqog== dependencies: - app-root-path "^2.0.1" + babel-traverse "^6.26.0" + chalk "^2.4.0" + find-root "^1.1.0" jju "^1.3.0" semver "^5.4.1" source-map "^0.5.6" -react-native@0.57.7: - version "0.57.7" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.57.7.tgz#5b3af1c43366c41d8d8d2540fea8ce590060bca1" - integrity sha512-mdNibV6NblH8gbbcWjLjH6lVOkrXuCiIi+RQ+6e2QlrOIJVsKC216VvBhHsvdDIRO94v1qD8LMnTYlBY09qzQQ== +react-native@0.59.2: + version "0.59.2" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.2.tgz#c2e2d9e185b04e54948f170841d97c24661a0fa9" + integrity sha512-gIygrCr42rGEQnfjcAZdCOqgjC0oZtTIp+mdbUW+yqHpNUU1PbYKzUkLlvSFGeN+IUcL8WTaC1JtJvghKhaLmA== dependencies: "@babel/runtime" "^7.0.0" + "@react-native-community/cli" "^1.2.1" absolute-path "^0.0.0" art "^0.10.0" base64-js "^1.1.2" - chalk "^1.1.1" + chalk "^2.4.1" commander "^2.9.0" compression "^1.7.1" connect "^3.6.5" create-react-class "^15.6.3" debug "^2.2.0" denodeify "^1.2.1" - envinfo "^5.7.0" errorhandler "^1.5.0" escape-string-regexp "^1.0.5" event-target-shim "^1.0.5" @@ -11415,11 +11962,10 @@ react-native@0.57.7: glob "^7.1.1" graceful-fs "^4.1.3" inquirer "^3.0.6" + invariant "^2.2.4" lodash "^4.17.5" - metro "^0.48.1" - metro-babel-register "^0.48.1" - metro-core "^0.48.1" - metro-memory-fs "^0.48.1" + metro-babel-register "0.51.0" + metro-react-native-babel-transformer "0.51.0" mime "^1.3.4" minimist "^1.2.0" mkdirp "^0.5.1" @@ -11427,23 +11973,22 @@ react-native@0.57.7: node-fetch "^2.2.0" node-notifier "^5.2.1" npmlog "^2.0.4" + nullthrows "^1.1.0" opn "^3.0.2" optimist "^0.6.1" plist "^3.0.0" - pretty-format "^4.2.1" + pretty-format "24.0.0-alpha.6" promise "^7.1.1" prop-types "^15.5.8" react-clone-referenced-element "^1.0.1" - react-devtools-core "^3.4.2" - react-timer-mixin "^0.13.2" + react-devtools-core "^3.6.0" regenerator-runtime "^0.11.0" rimraf "^2.5.4" semver "^5.0.3" serve-static "^1.13.1" shell-quote "1.6.1" stacktrace-parser "^0.1.3" - ws "^1.1.0" - xcode "^1.0.0" + ws "^1.1.5" xmldoc "^0.4.0" yargs "^9.0.0" @@ -11498,15 +12043,15 @@ react-style-proptype@^3.0.0: dependencies: prop-types "^15.5.4" -react-test-renderer@16.6.0-alpha.8af6728: - version "16.6.0-alpha.8af6728" - resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.6.0-alpha.8af6728.tgz#5b9eaa972f0016c95d1ef5d93f727c5dc4a5a0ee" - integrity sha512-42RB1hvEjVuJGrGddGqVj1obs9NhWiuijkz+qsuY0qRzF0ygD5xg4eRdm0H4YNtkp+332g6OWO9O2ussu67cFQ== +react-test-renderer@16.8.3: + version "16.8.3" + resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.8.3.tgz#230006af264cc46aeef94392e04747c21839e05e" + integrity sha512-rjJGYebduKNZH0k1bUivVrRLX04JfIQ0FKJLPK10TAb06XWhfi4gTobooF9K/DEFNW98iGac3OSxkfIJUN9Mdg== dependencies: object-assign "^4.1.1" prop-types "^15.6.2" - react-is "^16.6.0-alpha.8af6728" - scheduler "^0.10.0-alpha.8af6728" + react-is "^16.8.3" + scheduler "^0.13.3" react-test-renderer@^16.0.0-0: version "16.8.4" @@ -11518,11 +12063,6 @@ react-test-renderer@^16.0.0-0: react-is "^16.8.4" scheduler "^0.13.4" -react-timer-mixin@^0.13.2: - version "0.13.4" - resolved "https://registry.yarnpkg.com/react-timer-mixin/-/react-timer-mixin-0.13.4.tgz#75a00c3c94c13abe29b43d63b4c65a88fc8264d3" - integrity sha512-4+ow23tp/Tv7hBM5Az5/Be/eKKF7DIvJ09voz5LyHGQaqqz9WV8YMs31eFvcYQs7d451LSg7kDJV70XYN/Ug/Q== - react-timer-mixin@^0.13.3: version "0.13.3" resolved "https://registry.yarnpkg.com/react-timer-mixin/-/react-timer-mixin-0.13.3.tgz#0da8b9f807ec07dc3e854d082c737c65605b3d22" @@ -11566,15 +12106,15 @@ react-treebeard@^2.1.0: shallowequal "^0.2.2" velocity-react "^1.3.1" -react@16.6.1: - version "16.6.1" - resolved "https://registry.yarnpkg.com/react/-/react-16.6.1.tgz#ee2aef4f0a09e494594882029821049772f915fe" - integrity sha512-OtawJThYlvRgm9BXK+xTL7BIlDx8vv21j+fbQDjRRUyok6y7NyjlweGorielTahLZHYIdKUoK2Dp9ByVWuMqxw== +react@16.8.3: + version "16.8.3" + resolved "https://registry.yarnpkg.com/react/-/react-16.8.3.tgz#c6f988a2ce895375de216edcfaedd6b9a76451d9" + integrity sha512-3UoSIsEq8yTJuSu0luO1QQWYbgGEILm+eJl2QN/VLDi7hL+EN18M3q3oVZwmVzzBJ3DkM7RMdRwBmZZ+b4IzSA== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" prop-types "^15.6.2" - scheduler "^0.11.0" + scheduler "^0.13.3" react@^16.5.0: version "16.6.0" @@ -11609,6 +12149,14 @@ read-pkg-up@^3.0.0: find-up "^2.0.0" read-pkg "^3.0.0" +read-pkg-up@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-4.0.0.tgz#1b221c6088ba7799601c808f91161c66e58f8978" + integrity sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA== + dependencies: + find-up "^3.0.0" + read-pkg "^3.0.0" + read-pkg@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" @@ -11681,7 +12229,7 @@ readline-sync@^1.4.9: resolved "https://registry.yarnpkg.com/readline-sync/-/readline-sync-1.4.9.tgz#3eda8e65f23cd2a17e61301b1f0003396af5ecda" integrity sha1-PtqOZfI80qF+YTAbHwADOWr17No= -realpath-native@^1.0.0: +realpath-native@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c" integrity sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA== @@ -11788,14 +12336,7 @@ regex-cache@^0.4.2: dependencies: is-equal-shallow "^0.1.3" -regex-not@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.0.tgz#42f83e39771622df826b02af176525d6a5f157f9" - integrity sha1-Qvg+OXcWIt+CawKvF2Ul1qXxV/k= - dependencies: - extend-shallow "^2.0.1" - -regex-not@^1.0.2: +regex-not@^1.0.0, regex-not@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== @@ -12119,7 +12660,7 @@ resolve@1.1.7: resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= -resolve@1.x, resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1: +resolve@1.x, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1: version "1.10.0" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.0.tgz#3bdaaeaf45cc07f375656dfd2e54ed0810b101ba" integrity sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg== @@ -12202,6 +12743,11 @@ rsvp@^3.3.3: resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a" integrity sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw== +rsvp@^4.8.4: + version "4.8.4" + resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.4.tgz#b50e6b34583f3dd89329a2f23a8a2be072845911" + integrity sha512-6FomvYPfs+Jy9TfXmBpBuMWNH94SgCsZmJKcanySzgNNP6LjWxBvyLTa9KaMfDDM5oxRfrKDB0r/qeRsLwnBfA== + run-async@^2.2.0: version "2.3.0" resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0" @@ -12267,14 +12813,15 @@ safe-regex@^1.1.0: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sane@^2.0.0: - version "2.5.2" - resolved "https://registry.yarnpkg.com/sane/-/sane-2.5.2.tgz#b4dc1861c21b427e929507a3e751e2a2cb8ab3fa" - integrity sha1-tNwYYcIbQn6SlQej51HiosuKs/o= +sane@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/sane/-/sane-3.1.0.tgz#995193b7dc1445ef1fe41ddfca2faf9f111854c6" + integrity sha512-G5GClRRxT1cELXfdAq7UKtUsv8q/ZC5k8lQGmjEm4HcAl3HzBy68iglyNCmw4+0tiXPCBZntslHlRhbnsSws+Q== dependencies: anymatch "^2.0.0" capture-exit "^1.2.0" exec-sh "^0.2.0" + execa "^1.0.0" fb-watchman "^2.0.0" micromatch "^3.1.4" minimist "^1.1.1" @@ -12283,6 +12830,21 @@ sane@^2.0.0: optionalDependencies: fsevents "^1.2.3" +sane@^4.0.3: + version "4.1.0" + resolved "https://registry.yarnpkg.com/sane/-/sane-4.1.0.tgz#ed881fd922733a6c461bc189dc2b6c006f3ffded" + integrity sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA== + dependencies: + "@cnakazawa/watch" "^1.0.3" + anymatch "^2.0.0" + capture-exit "^2.0.0" + exec-sh "^0.3.2" + execa "^1.0.0" + fb-watchman "^2.0.0" + micromatch "^3.1.4" + minimist "^1.1.1" + walker "~1.0.5" + sax@^1.2.4, sax@~1.2.1: version "1.2.4" resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" @@ -12293,22 +12855,14 @@ sax@~1.1.1: resolved "https://registry.yarnpkg.com/sax/-/sax-1.1.6.tgz#5d616be8a5e607d54e114afae55b7eaf2fcc3240" integrity sha1-XWFr6KXmB9VOEUr65Vt+ry/MMkA= -scheduler@^0.10.0, scheduler@^0.10.0-alpha.8af6728: +scheduler@^0.10.0: version "0.10.0" resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.10.0.tgz#7988de90fe7edccc774ea175a783e69c40c521e1" dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" -scheduler@^0.11.0: - version "0.11.3" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.11.3.tgz#b5769b90cf8b1464f3f3cfcafe8e3cd7555a2d6b" - integrity sha512-i9X9VRRVZDd3xZw10NY5Z2cVMbdYg6gqFecfj79USv1CFN+YrJ3gIPRKf1qlY+Sxly4djoKdfx1T+m9dnRB8kQ== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - -scheduler@^0.13.4: +scheduler@^0.13.3, scheduler@^0.13.4: version "0.13.4" resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.13.4.tgz#8fef05e7a3580c76c0364d2df5e550e4c9140298" integrity sha512-cvSOlRPxOHs5dAhP9yiS/6IDmVAVxmk33f0CtTJRkmUWcb1Us+t7b1wqdzoC0REw2muC9V5f1L/w5R5uKGaepA== @@ -12343,15 +12897,15 @@ semver-diff@^2.0.0: dependencies: semver "^5.0.3" -"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1: +"semver@2 || 3 || 4 || 5", semver@^5.0.1, semver@^5.0.3, semver@^5.1.0, semver@^5.4.1, semver@^5.5, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" + +semver@^5.3.0: version "5.5.0" resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA== -semver@^5.0.1, semver@^5.0.3, semver@^5.1.0, semver@^5.5, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0: - version "5.6.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" - send@0.15.3: version "0.15.3" resolved "https://registry.yarnpkg.com/send/-/send-0.15.3.tgz#5013f9f99023df50d1bd9892c19e3defd1d53309" @@ -12485,13 +13039,6 @@ set-blocking@^2.0.0, set-blocking@~2.0.0: resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= -set-getter@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/set-getter/-/set-getter-0.1.0.tgz#d769c182c9d5a51f409145f2fba82e5e86e80376" - integrity sha1-12nBgsnVpR9AkUXy+6guXoboA3Y= - dependencies: - to-object-path "^0.3.0" - set-value@^0.4.3: version "0.4.3" resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1" @@ -12606,6 +13153,15 @@ simple-plist@^0.2.1: bplist-parser "0.1.1" plist "2.0.1" +simple-plist@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/simple-plist/-/simple-plist-1.0.0.tgz#bed3085633b22f371e111f45d159a1ccf94b81eb" + integrity sha512-043L2rO80LVF7zfZ+fqhsEkoJFvW8o59rt/l4ctx1TJWoTx7/jkiS1R5TatD15Z1oYnuLJytzE7gcnnBuIPL2g== + dependencies: + bplist-creator "0.0.7" + bplist-parser "0.1.1" + plist "^3.0.1" + simple-swizzle@^0.2.2: version "0.2.2" resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" @@ -12613,10 +13169,10 @@ simple-swizzle@^0.2.2: dependencies: is-arrayish "^0.3.1" -sisteransi@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-0.1.1.tgz#5431447d5f7d1675aac667ccd0b865a4994cb3ce" - integrity sha512-PmGOd02bM9YO5ifxpw36nrNMBTptEtfRl4qUYl9SndkolplkrZZOW7PGHjrZL53QvMVj9nQ+TKqUnRsw4tJa4g== +sisteransi@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.0.tgz#77d9622ff909080f1c19e5f4a1df0c1b0a27b88c" + integrity sha512-N+z4pHB4AmUv0SjveWRd6q1Nj5w62m5jodv+GD8lvmbY/83T/rpbJGZOnK5T149OldDj4Db07BSv9xY4K6NTPQ== slash@^1.0.0: version "1.0.0" @@ -12626,6 +13182,7 @@ slash@^1.0.0: slash@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" + integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== slice-ansi@0.0.4: version "0.0.4" @@ -13014,10 +13571,12 @@ strip-ansi@^4.0.0: dependencies: ansi-regex "^3.0.0" -strip-bom@3.0.0, strip-bom@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" - integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= +strip-ansi@^5.0.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" + integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== + dependencies: + ansi-regex "^4.1.0" strip-bom@^2.0.0: version "2.0.0" @@ -13026,6 +13585,11 @@ strip-bom@^2.0.0: dependencies: is-utf8 "^0.2.0" +strip-bom@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" + integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= + strip-eof@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" @@ -13200,7 +13764,7 @@ supports-color@^2.0.0: resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= -supports-color@^3.1.2, supports-color@^3.2.3: +supports-color@^3.2.3: version "3.2.3" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6" integrity sha1-ZawFBLOVQXHYpklGsq48u4pfVPY= @@ -13221,7 +13785,7 @@ supports-color@^5.0.0, supports-color@^5.1.0, supports-color@^5.3.0, supports-co dependencies: has-flag "^3.0.0" -supports-color@^6.1.0: +supports-color@^6.0.0, supports-color@^6.1.0: version "6.1.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== @@ -13336,14 +13900,14 @@ term-size@^1.2.0: dependencies: execa "^0.7.0" -test-exclude@^4.2.1: - version "4.2.3" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.3.tgz#a9a5e64474e4398339245a0a769ad7c2f4a97c20" +test-exclude@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.1.0.tgz#6ba6b25179d2d38724824661323b73e03c0c1de1" + integrity sha512-gwf0S2fFsANC55fSeSqpb8BYk6w3FDvwZxfNjeF6FRgvFa43r+7wRiA/Q0IxoRU37wB/LE8IQ4221BsNucTaCA== dependencies: arrify "^1.0.1" - micromatch "^2.3.11" - object-assign "^4.1.0" - read-pkg-up "^1.0.1" + minimatch "^3.0.4" + read-pkg-up "^4.0.0" require-main-filename "^1.0.1" throat@^4.0.0, throat@^4.1.0: @@ -13386,10 +13950,10 @@ timers-browserify@^2.0.4: dependencies: setimmediate "^1.0.4" -tipsi-stripe@5.2.4: - version "5.2.4" - resolved "https://registry.yarnpkg.com/tipsi-stripe/-/tipsi-stripe-5.2.4.tgz#bb68509359f0efb36434c332df889d867b19047a" - integrity sha512-FVPAAOXHXHz4P2rt4IjSCUxyG/oZDypAjBXdvpRCSPEzk5ipXkAYD71PDC2RYtg0LRT5T2gn5HMKC8+6ITBgcg== +tipsi-stripe@7.4.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/tipsi-stripe/-/tipsi-stripe-7.4.0.tgz#ddea184becad2e72b163f38ece561e87cd65cb70" + integrity sha512-GM9K10ahkcw42awSFsF/CHJnzmqEwzpR2Rr4ejy6g4TChYp+w2q0UNmPowvK+OmdPFNFK75D1SWJHTjsouS+pg== title-case@^2.1.0: version "2.1.1" @@ -13448,16 +14012,7 @@ to-regex-range@^2.1.0: is-number "^3.0.0" repeat-string "^1.6.1" -to-regex@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.1.tgz#15358bee4a2c83bd76377ba1dc049d0f18837aae" - integrity sha1-FTWL7kosg712N3uh3ASdDxiDeq4= - dependencies: - define-property "^0.2.5" - extend-shallow "^2.0.1" - regex-not "^1.0.0" - -to-regex@^3.0.2: +to-regex@^3.0.1, to-regex@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== @@ -13520,10 +14075,10 @@ trough@^1.0.0: resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.3.tgz#e29bd1614c6458d44869fc28b255ab7857ef7c24" integrity sha512-fwkLWH+DimvA4YCy+/nvJd61nWQQ2liO/nF/RjkTpiOGi+zxZzVkhb1mvbHIIW4b/8nDsYI8uTmAlc0nNkRMOw== -ts-jest@^23.10.4: - version "23.10.5" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-23.10.5.tgz#cdb550df4466a30489bf70ba867615799f388dd5" - integrity sha512-MRCs9qnGoyKgFc8adDEntAOP64fWK1vZKnOYU1o2HxaqjdJvGqmkLCPCnVq1/If4zkUmEjKPnCiUisTrlX2p2A== +ts-jest@^24.0.0: + version "24.0.0" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-24.0.0.tgz#3f26bf2ec1fa584863a5a9c29bd8717d549efbf6" + integrity sha512-o8BO3TkMREpAATaFTrXkovMsCpBl2z4NDBoLJuWZcJJj1ijI49UnvDMfVpj+iogn/Jl8Pbhuei5nc/Ti+frEHw== dependencies: bs-logger "0.x" buffer-from "1.x" @@ -13672,6 +14227,14 @@ uglify-js@^2.6, uglify-js@^2.8.29: optionalDependencies: uglify-to-browserify "~1.0.0" +uglify-js@^3.1.4: + version "3.5.1" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.5.1.tgz#29cb91e76c9941899bc74b075ad0e6da9250abd5" + integrity sha512-kI+3c+KphOAKIikQsZoT2oDsVYH5qvhpTtFObfMCdhPAYnjSvmW4oTWMhvDD4jtAGHJwztlBXQgozGcq3Xw9oQ== + dependencies: + commander "~2.19.0" + source-map "~0.6.1" + uglify-to-browserify@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7" @@ -14310,7 +14873,7 @@ which-module@^2.0.0: resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= -which@^1.2.10, which@^1.2.12, which@^1.2.8, which@^1.2.9, which@^1.3.0: +which@^1.2.10, which@^1.2.8, which@^1.2.9, which@^1.3.0: version "1.3.1" resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== @@ -14391,6 +14954,15 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= +write-file-atomic@2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.1.tgz#d0b05463c188ae804396fd5ab2a370062af87529" + integrity sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg== + dependencies: + graceful-fs "^4.1.11" + imurmurhash "^0.1.4" + signal-exit "^3.0.2" + write-file-atomic@^1.2.0: version "1.3.4" resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-1.3.4.tgz#f807a4f0b1d9e913ae7a48112e6cc3af1991b45f" @@ -14400,7 +14972,7 @@ write-file-atomic@^1.2.0: imurmurhash "^0.1.4" slide "^1.1.5" -write-file-atomic@^2.0.0, write-file-atomic@^2.1.0: +write-file-atomic@^2.0.0: version "2.4.2" resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.2.tgz#a7181706dfba17855d221140a9c06e15fcdd87b9" integrity sha512-s0b6vB3xIVRLWywa6X9TOMA7k9zio0TMOsl9ZnDkliA/cfJlpHXAscj0gbHVJiTdIuAYpIyqS5GW91fqm6gG5g== @@ -14416,7 +14988,7 @@ write@^0.2.1: dependencies: mkdirp "^0.5.1" -ws@^1.1.0: +ws@^1.1.0, ws@^1.1.5: version "1.1.5" resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51" integrity sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w== @@ -14453,6 +15025,14 @@ xcode@^1.0.0: simple-plist "^0.2.1" uuid "^3.3.2" +xcode@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/xcode/-/xcode-2.0.0.tgz#134f1f94c26fbfe8a9aaa9724bfb2772419da1a2" + integrity sha512-5xF6RCjAdDEiEsbbZaS/gBRt3jZ/177otZcpoLCjGN/u1LrfgH7/Sgeeavpr/jELpyDqN2im3AKosl2G2W8hfw== + dependencies: + simple-plist "^1.0.0" + uuid "^3.3.2" + xdg-basedir@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" @@ -14505,7 +15085,7 @@ y18n@^3.2.1: resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= -y18n@^4.0.0: +"y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== @@ -14526,6 +15106,14 @@ yargs-parser@10.x, yargs-parser@^10.0.0: dependencies: camelcase "^4.1.0" +yargs-parser@^11.1.1: + version "11.1.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4" + integrity sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ== + dependencies: + camelcase "^5.0.0" + decamelize "^1.2.0" + yargs-parser@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a" @@ -14565,6 +15153,24 @@ yargs@^11.0.0: y18n "^3.2.1" yargs-parser "^9.0.2" +yargs@^12.0.2: + version "12.0.5" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" + integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw== + dependencies: + cliui "^4.0.0" + decamelize "^1.2.0" + find-up "^3.0.0" + get-caller-file "^1.0.1" + os-locale "^3.0.0" + require-directory "^2.1.1" + require-main-filename "^1.0.1" + set-blocking "^2.0.0" + string-width "^2.0.0" + which-module "^2.0.0" + y18n "^3.2.1 || ^4.0.0" + yargs-parser "^11.1.1" + yargs@^7.0.1: version "7.1.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8"