From 2d6a9a9a8d751725535ab94f948b901aedbc238b Mon Sep 17 00:00:00 2001 From: bartronx7 Date: Sat, 21 Sep 2019 12:21:05 -0500 Subject: [PATCH] redo xcode project for react-native 0.60 --- ios/Podfile | 93 +- ios/Podfile.lock | 241 ++- ios/aretherecookies-tvOS/Info.plist | 29 +- ios/aretherecookies.xcodeproj/project.pbxproj | 1659 ++++------------- .../xcschemes/aretherecookies-tvOS.xcscheme | 36 +- .../xcschemes/aretherecookies.xcscheme | 16 +- ios/aretherecookies/AppDelegate.h | 6 +- ios/aretherecookies/AppDelegate.m | 16 +- .../Base.lproj/LaunchScreen.xib | 2 +- ios/aretherecookies/main.m | 2 +- .../aretherecookiesTests.m | 8 +- 11 files changed, 624 insertions(+), 1484 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 54792ca..73cc146 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,65 +1,50 @@ -# Uncomment the next line to define a global platform for your project -# platform :ios, '9.0' +platform :ios, '9.0' +require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' -source 'https://github.com/CocoaPods/Specs.git' +target 'aretherecookies' do + # Pods for aretherecookies + pod 'React', :path => '../node_modules/react-native/' + pod 'React-Core', :path => '../node_modules/react-native/React' + pod 'React-DevSupport', :path => '../node_modules/react-native/React' + pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS' + pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation' + pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob' + pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image' + pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS' + pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network' + pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings' + pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text' + pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration' + pod 'React-RCTWebSocket', :path => '../node_modules/react-native/Libraries/WebSocket' -# target 'AreThereCookies' do -# # Uncomment the next line if you're using Swift or would like to use dynamic frameworks -# # use_frameworks! + pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact' + pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi' + pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor' + pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector' + pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga' -# # Pods for AreThereCookies -# pod 'GooglePlaces', '~> 3.0' -# pod 'GoogleMaps', '~> 3.0' -# pod 'GooglePlacePicker', '~> 3.0' - -# target 'AreThereCookiesTests' do -# inherit! :search_paths -# # Pods for testing -# end - -# end - - - - - - -target 'AreThereCookies' do - - # Pods for _YOUR_PROJECT_TARGET_ - pod 'React', :path => '../node_modules/react-native', :subspecs => [ - 'Core', - 'CxxBridge', - 'DevSupport', - 'RCTText', - 'RCTImage', - 'RCTNetwork', - 'RCTWebSocket', - 'RCTSettings', - 'RCTAnimation', - 'RCTLinkingIOS', - # Add any other subspecs you want to use in your project - # Remove any subspecs you don't want to use in your project - ] - - pod "yoga", :path => "../node_modules/react-native/ReactCommon/yoga" pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec' pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec' pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec' - # This should already be auto-added for you, if not add the line below + pod 'react-native-google-places', :path => '../node_modules/react-native-google-places' + pod 'react-native-geolocation', path: '../node_modules/@react-native-community/geolocation' -end -post_install do |installer| - installer.pods_project.targets.each do |target| - if target.name == 'react-native-google-places' - target.build_configurations.each do |config| - config.build_settings['CLANG_ENABLE_MODULES'] = 'No' - end - end - if target.name == "React" - target.remove_from_project - end + target 'aretherecookiesTests' do + inherit! :search_paths + # Pods for testing end + + use_native_modules! +end + +target 'aretherecookies-tvOS' do + # Pods for aretherecookies-tvOS + + target 'aretherecookies-tvOSTests' do + inherit! :search_paths + # Pods for testing + end + end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 4443d99..4c4b71d 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,7 +1,14 @@ PODS: + - A0Auth0 (1.5.0): + - React - boost-for-react-native (1.63.0) - DoubleConversion (1.1.6) - Folly (2018.10.22.00): + - boost-for-react-native + - DoubleConversion + - Folly/Default (= 2018.10.22.00) + - glog + - Folly/Default (2018.10.22.00): - boost-for-react-native - DoubleConversion - glog @@ -13,85 +20,129 @@ PODS: - GoogleMaps/Base - GooglePlaces (3.1.0): - GoogleMaps/Base (= 3.1.0) - - React (0.59.10): - - React/Core (= 0.59.10) - - react-native-google-places (3.1.1): - - GoogleMaps (~> 3.1.0) - - GooglePlaces (~> 3.1.0) - - React - - React/Core (0.59.10): - - yoga (= 0.59.10.React) - - React/CxxBridge (0.59.10): + - React (0.60.5): + - React-Core (= 0.60.5) + - React-DevSupport (= 0.60.5) + - React-RCTActionSheet (= 0.60.5) + - React-RCTAnimation (= 0.60.5) + - React-RCTBlob (= 0.60.5) + - React-RCTImage (= 0.60.5) + - React-RCTLinking (= 0.60.5) + - React-RCTNetwork (= 0.60.5) + - React-RCTSettings (= 0.60.5) + - React-RCTText (= 0.60.5) + - React-RCTVibration (= 0.60.5) + - React-RCTWebSocket (= 0.60.5) + - React-Core (0.60.5): - Folly (= 2018.10.22.00) - - React/Core - - React/cxxreact - - React/jsiexecutor - - React/cxxreact (0.59.10): + - React-cxxreact (= 0.60.5) + - React-jsiexecutor (= 0.60.5) + - yoga (= 0.60.5.React) + - React-cxxreact (0.60.5): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React/jsinspector - - React/DevSupport (0.59.10): - - React/Core - - React/RCTWebSocket - - React/fishhook (0.59.10) - - React/jsi (0.59.10): + - React-jsinspector (= 0.60.5) + - React-DevSupport (0.60.5): + - React-Core (= 0.60.5) + - React-RCTWebSocket (= 0.60.5) + - React-jsi (0.60.5): + - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React/jsiexecutor (0.59.10): + - React-jsi/Default (= 0.60.5) + - React-jsi/Default (0.60.5): + - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2018.10.22.00) - glog - - React/cxxreact - - React/jsi - - React/jsinspector (0.59.10) - - React/RCTAnimation (0.59.10): - - React/Core - - React/RCTBlob (0.59.10): - - React/Core - - React/RCTImage (0.59.10): - - React/Core - - React/RCTNetwork - - React/RCTLinkingIOS (0.59.10): - - React/Core - - React/RCTNetwork (0.59.10): - - React/Core - - React/RCTSettings (0.59.10): - - React/Core - - React/RCTText (0.59.10): - - React/Core - - React/RCTWebSocket (0.59.10): - - React/Core - - React/fishhook - - React/RCTBlob - - yoga (0.59.10.React) + - React-jsiexecutor (0.60.5): + - DoubleConversion + - Folly (= 2018.10.22.00) + - glog + - React-cxxreact (= 0.60.5) + - React-jsi (= 0.60.5) + - React-jsinspector (0.60.5) + - react-native-geolocation (1.4.2): + - React + - react-native-google-places (3.1.2): + - GoogleMaps (~> 3.1.0) + - GooglePlaces (~> 3.1.0) + - React + - react-native-image-picker (1.1.0): + - React + - react-native-maps (0.25.0): + - React + - React-RCTActionSheet (0.60.5): + - React-Core (= 0.60.5) + - React-RCTAnimation (0.60.5): + - React-Core (= 0.60.5) + - React-RCTBlob (0.60.5): + - React-Core (= 0.60.5) + - React-RCTNetwork (= 0.60.5) + - React-RCTWebSocket (= 0.60.5) + - React-RCTImage (0.60.5): + - React-Core (= 0.60.5) + - React-RCTNetwork (= 0.60.5) + - React-RCTLinking (0.60.5): + - React-Core (= 0.60.5) + - React-RCTNetwork (0.60.5): + - React-Core (= 0.60.5) + - React-RCTSettings (0.60.5): + - React-Core (= 0.60.5) + - React-RCTText (0.60.5): + - React-Core (= 0.60.5) + - React-RCTVibration (0.60.5): + - React-Core (= 0.60.5) + - React-RCTWebSocket (0.60.5): + - React-Core (= 0.60.5) + - RNSnackbar (2.0.2): + - React + - RNVectorIcons (6.6.0): + - React + - yoga (0.60.5.React) DEPENDENCIES: + - A0Auth0 (from `../node_modules/react-native-auth0`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) + - React (from `../node_modules/react-native/`) + - React-Core (from `../node_modules/react-native/React`) + - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`) + - React-DevSupport (from `../node_modules/react-native/React`) + - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`) + - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) + - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`) + - "react-native-geolocation (from `../node_modules/@react-native-community/geolocation`)" - react-native-google-places (from `../node_modules/react-native-google-places`) - - React/Core (from `../node_modules/react-native`) - - React/CxxBridge (from `../node_modules/react-native`) - - React/DevSupport (from `../node_modules/react-native`) - - React/RCTAnimation (from `../node_modules/react-native`) - - React/RCTImage (from `../node_modules/react-native`) - - React/RCTLinkingIOS (from `../node_modules/react-native`) - - React/RCTNetwork (from `../node_modules/react-native`) - - React/RCTSettings (from `../node_modules/react-native`) - - React/RCTText (from `../node_modules/react-native`) - - React/RCTWebSocket (from `../node_modules/react-native`) + - react-native-image-picker (from `../node_modules/react-native-image-picker`) + - react-native-maps (from `../node_modules/react-native-maps`) + - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`) + - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`) + - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`) + - React-RCTImage (from `../node_modules/react-native/Libraries/Image`) + - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`) + - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`) + - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`) + - React-RCTText (from `../node_modules/react-native/Libraries/Text`) + - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) + - React-RCTWebSocket (from `../node_modules/react-native/Libraries/WebSocket`) + - RNSnackbar (from `../node_modules/react-native-snackbar`) + - RNVectorIcons (from `../node_modules/react-native-vector-icons`) - yoga (from `../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: - https://github.com/cocoapods/specs.git: + trunk: - boost-for-react-native - GoogleMaps - GooglePlaces EXTERNAL SOURCES: + A0Auth0: + :path: "../node_modules/react-native-auth0" DoubleConversion: :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" Folly: @@ -99,23 +150,87 @@ EXTERNAL SOURCES: glog: :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec" React: - :path: "../node_modules/react-native" + :path: "../node_modules/react-native/" + React-Core: + :path: "../node_modules/react-native/React" + React-cxxreact: + :path: "../node_modules/react-native/ReactCommon/cxxreact" + React-DevSupport: + :path: "../node_modules/react-native/React" + React-jsi: + :path: "../node_modules/react-native/ReactCommon/jsi" + React-jsiexecutor: + :path: "../node_modules/react-native/ReactCommon/jsiexecutor" + React-jsinspector: + :path: "../node_modules/react-native/ReactCommon/jsinspector" + react-native-geolocation: + :path: "../node_modules/@react-native-community/geolocation" react-native-google-places: :path: "../node_modules/react-native-google-places" + react-native-image-picker: + :path: "../node_modules/react-native-image-picker" + react-native-maps: + :path: "../node_modules/react-native-maps" + React-RCTActionSheet: + :path: "../node_modules/react-native/Libraries/ActionSheetIOS" + React-RCTAnimation: + :path: "../node_modules/react-native/Libraries/NativeAnimation" + React-RCTBlob: + :path: "../node_modules/react-native/Libraries/Blob" + React-RCTImage: + :path: "../node_modules/react-native/Libraries/Image" + React-RCTLinking: + :path: "../node_modules/react-native/Libraries/LinkingIOS" + React-RCTNetwork: + :path: "../node_modules/react-native/Libraries/Network" + React-RCTSettings: + :path: "../node_modules/react-native/Libraries/Settings" + React-RCTText: + :path: "../node_modules/react-native/Libraries/Text" + React-RCTVibration: + :path: "../node_modules/react-native/Libraries/Vibration" + React-RCTWebSocket: + :path: "../node_modules/react-native/Libraries/WebSocket" + RNSnackbar: + :path: "../node_modules/react-native-snackbar" + RNVectorIcons: + :path: "../node_modules/react-native-vector-icons" yoga: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: + A0Auth0: dcaf9aa37457f4e90eb5ba5bc44a21eeeb151062 boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c - DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd - Folly: de497beb10f102453a1afa9edbf8cf8a251890de - glog: aefd1eb5dda2ab95ba0938556f34b98e2da3a60d + DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2 + Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51 + glog: 1f3da668190260b06b429bb211bfbee5cd790c28 GoogleMaps: 5c13302e6fe6bb6e686b267196586b91cd594225 GooglePlaces: e874db179f2675c4f3eeda0b686b540273a578b0 - React: 36d0768f9e93be2473b37e7fa64f92c1d5341eef - react-native-google-places: d09138fdb5d77c071981a4c6170823c8538d2e20 - yoga: 684513b14b03201579ba3cee20218c9d1298b0cc + React: 53c53c4d99097af47cf60594b8706b4e3321e722 + React-Core: ba421f6b4f4cbe2fb17c0b6fc675f87622e78a64 + React-cxxreact: 8384287780c4999351ad9b6e7a149d9ed10a2395 + React-DevSupport: 197fb409737cff2c4f9986e77c220d7452cb9f9f + React-jsi: 4d8c9efb6312a9725b18d6fc818ffc103f60fec2 + React-jsiexecutor: 90ad2f9db09513fc763bc757fdc3c4ff8bde2a30 + React-jsinspector: e08662d1bf5b129a3d556eb9ea343a3f40353ae4 + react-native-geolocation: a7b94614afbd5fd8350e0233a2025c8228fc8041 + react-native-google-places: 34e976a0e13cb55cc9603ef2fa6764ed534af806 + react-native-image-picker: 7a85cf7b0a53845f03ae52fb4592a2748ded069b + react-native-maps: 190c02ca533fddac5bb49cf17bdece3644612107 + React-RCTActionSheet: b0f1ea83f4bf75fb966eae9bfc47b78c8d3efd90 + React-RCTAnimation: 359ba1b5690b1e87cc173558a78e82d35919333e + React-RCTBlob: 5e2b55f76e9a1c7ae52b826923502ddc3238df24 + React-RCTImage: f5f1c50922164e89bdda67bcd0153952a5cfe719 + React-RCTLinking: d0ecbd791e9ddddc41fa1f66b0255de90e8ee1e9 + React-RCTNetwork: e26946300b0ab7bb6c4a6348090e93fa21f33a9d + React-RCTSettings: d0d37cb521b7470c998595a44f05847777cc3f42 + React-RCTText: b074d89033583d4f2eb5faf7ea2db3a13c7553a2 + React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0 + React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4 + RNSnackbar: f6d5a0f66f5e75794e1d94b62827b78ce37bd530 + RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4 + yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411 -PODFILE CHECKSUM: 5a81856c7abbc2cb4729e6fcb84c67c8f6428613 +PODFILE CHECKSUM: 702016785759f22e0f5c7560c54f1797f93efccf -COCOAPODS: 1.6.1 +COCOAPODS: 1.8.0.beta.2 diff --git a/ios/aretherecookies-tvOS/Info.plist b/ios/aretherecookies-tvOS/Info.plist index 2fb6a11..ecbd496 100644 --- a/ios/aretherecookies-tvOS/Info.plist +++ b/ios/aretherecookies-tvOS/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier) + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -22,6 +22,19 @@ 1 LSRequiresIPhoneOS + NSAppTransportSecurity + + NSExceptionDomains + + localhost + + NSExceptionAllowsInsecureHTTPLoads + + + + + NSLocationWhenInUseUsageDescription + UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities @@ -36,19 +49,5 @@ UIViewControllerBasedStatusBarAppearance - NSLocationWhenInUseUsageDescription - - NSAppTransportSecurity - - - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - - diff --git a/ios/aretherecookies.xcodeproj/project.pbxproj b/ios/aretherecookies.xcodeproj/project.pbxproj index 01d28c4..e3a7ac4 100644 --- a/ios/aretherecookies.xcodeproj/project.pbxproj +++ b/ios/aretherecookies.xcodeproj/project.pbxproj @@ -7,482 +7,90 @@ objects = { /* Begin PBXBuildFile section */ - 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; - 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; }; - 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; }; - 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; }; - 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; }; - 00E356F31AD99517003FC87E /* AreThereCookiesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* AreThereCookiesTests.m */; }; - 029B651D0B0E4AE3837F4281 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8F9368F722A4808842C3802 /* AddressBook.framework */; }; - 0BB615C49CCD433DA593C478 /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BFB7419F05149A0AA3B5196 /* libRNVectorIcons.a */; }; - 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; - 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; }; - 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; }; - 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; }; + 00E356F31AD99517003FC87E /* aretherecookiesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* aretherecookiesTests.m */; }; + 059B94808F77442BE9D23D4F /* libPods-aretherecookies-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0BD2C1DF6FC2DCAF8FF7251F /* libPods-aretherecookies-tvOSTests.a */; }; 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; }; 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; - 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; - 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; - 1BA919979FB9491D9A9FD5B2 /* FontAwesome5_Brands.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9C594C7BB4CB41A186372233 /* FontAwesome5_Brands.ttf */; }; - 1D81FF2A34F541A29A1BBC89 /* FontAwesome5_Solid.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 214A46B0158E452CA1009197 /* FontAwesome5_Solid.ttf */; }; - 21A5DFC9CE404E0FB5AE2738 /* Roboto-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1A1081C5AC6A4355A7934EDE /* Roboto-BlackItalic.ttf */; }; 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; - 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; - 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */; }; - 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */; }; - 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */; }; - 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */; }; - 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */; }; - 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */; }; - 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D16E6891FA4F8E400B85C8A /* libReact.a */; }; - 2D3494321C8A477BB5FA1C40 /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 58F3E8D932CA42CCBE826FCC /* Octicons.ttf */; }; - 2DCD954D1E0B4F2C00145EB5 /* AreThereCookiesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* AreThereCookiesTests.m */; }; - 2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; }; - 36B20041268B4878A62CE84C /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FF328AF2E4504AAD81574332 /* FontAwesome.ttf */; }; - 3C37B2B1682543FD95F340B4 /* Roboto-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C93FAF8572F54F189A859FAC /* Roboto-Bold.ttf */; }; - 417D040493BD1950B68C01DD /* libPods-AreThereCookies.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D47EBABC8CF468100A3AE407 /* libPods-AreThereCookies.a */; }; - 42F9AC2255DF4556AC6D7967 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 39E5D242E4F44F41AB357CFE /* Ionicons.ttf */; }; - 48E301A6DF864C6FA3068DA2 /* Roboto-ThinItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7EADFEEDB73A42B9B934DD48 /* Roboto-ThinItalic.ttf */; }; - 4BCAF68147A24F79A4905DC5 /* Roboto-Thin.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5FF3D276AFF64A23A2B5E680 /* Roboto-Thin.ttf */; }; - 50D90B6D80A04AC8ABAD6829 /* Roboto-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9D44E016C6284FE5AA672A79 /* Roboto-Regular.ttf */; }; - 55FDEE79293C4EFA86063F22 /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4D75338FE719450A97754019 /* Entypo.ttf */; }; - 58AA5BD96D1F473CAF1D0297 /* libAirMaps.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 484774914A724BB18F8CBAC7 /* libAirMaps.a */; }; - 5AAA204F998B478B8817CB33 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E8312BB21594022857FE94F /* libz.tbd */; }; - 5F2AA8F2235A4CD68207EAB7 /* libA0Auth0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 55BE16B9C73846718D1F0095 /* libA0Auth0.a */; }; - 63AD07B6F9C740D4BA67D619 /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3BA6445F50EA4148970391C2 /* Foundation.ttf */; }; - 6D42E5626E694AD8B2E1F392 /* libRNImagePicker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B39ECE2FC3546CDBD026A5B /* libRNImagePicker.a */; }; - 761A158B50BE4290B39D8637 /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 28807711BA664F9EB49B3B76 /* SimpleLineIcons.ttf */; }; - 7D83C54E807D47FCBF127E23 /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 53F298ED1335413584C3533A /* EvilIcons.ttf */; }; - 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; }; - 840DA421AD5C4037A8396890 /* Roboto-LightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2AEFED41912C4269B1A34B8D /* Roboto-LightItalic.ttf */; }; - 859F0E069073420E9D810864 /* Roboto-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D015CCB188D0418A8C94D524 /* Roboto-Italic.ttf */; }; - 861EFBF42274B81B005A103F /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBE52274B81B005A103F /* Octicons.ttf */; }; - 861EFBF52274B81B005A103F /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBE62274B81B005A103F /* Feather.ttf */; }; - 861EFBF62274B81B005A103F /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBE72274B81B005A103F /* Entypo.ttf */; }; - 861EFBF72274B81B005A103F /* FontAwesome5_Brands.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBE82274B81B005A103F /* FontAwesome5_Brands.ttf */; }; - 861EFBF82274B81B005A103F /* MaterialCommunityIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBE92274B81B005A103F /* MaterialCommunityIcons.ttf */; }; - 861EFBF92274B81B005A103F /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBEA2274B81B005A103F /* AntDesign.ttf */; }; - 861EFBFA2274B81B005A103F /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBEB2274B81B005A103F /* Foundation.ttf */; }; - 861EFBFB2274B81B005A103F /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBEC2274B81B005A103F /* Ionicons.ttf */; }; - 861EFBFC2274B81B005A103F /* FontAwesome5_Solid.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBED2274B81B005A103F /* FontAwesome5_Solid.ttf */; }; - 861EFBFD2274B81B005A103F /* FontAwesome5_Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBEE2274B81B005A103F /* FontAwesome5_Regular.ttf */; }; - 861EFBFE2274B81B005A103F /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBEF2274B81B005A103F /* FontAwesome.ttf */; }; - 861EFBFF2274B81B005A103F /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBF02274B81B005A103F /* Zocial.ttf */; }; - 861EFC002274B81B005A103F /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBF12274B81B005A103F /* EvilIcons.ttf */; }; - 861EFC012274B81B005A103F /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBF22274B81B005A103F /* SimpleLineIcons.ttf */; }; - 861EFC022274B81B005A103F /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 861EFBF32274B81B005A103F /* MaterialIcons.ttf */; }; - 8FB7992CBE064AF4A7A5A812 /* Roboto-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 63417ECCAEBD4001932D07CF /* Roboto-BoldItalic.ttf */; }; - 9EC2D5A4B51B408C897B1BD3 /* libRNSnackbar.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E1417884DC3F4C11A7738305 /* libRNSnackbar.a */; }; - A0722B1992204F5B94FD38A6 /* FontAwesome5_Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 8FB8920840B04753AE5E450E /* FontAwesome5_Regular.ttf */; }; - A1CC54A87DDF4FADB9557E40 /* Roboto-MediumItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D32EFBE8AB52428E896D1650 /* Roboto-MediumItalic.ttf */; }; - A1CF0A85A34940CDA949E850 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 840A8631BCFC4F9E8370035F /* SystemConfiguration.framework */; }; - B861BE92B155457990C8500E /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D53B3F694EB44AC8B196FE53 /* Zocial.ttf */; }; - BC10DD5B7CA14D9D9C7C8041 /* MaterialCommunityIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 452874387CAA42D7B120E03E /* MaterialCommunityIcons.ttf */; }; - C45F4C3259C643E7A69C05D8 /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C547107D34794AD7B535271C /* MaterialIcons.ttf */; }; - D2C2690538484953B1A2F79A /* Roboto-Black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 89AC73049079482DBCBB2CD9 /* Roboto-Black.ttf */; }; - E1379B5F683347CBB4906496 /* Feather.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 92DB919838DA4ED997CD48E4 /* Feather.ttf */; }; - EA087CEA76394C3DB637FCA4 /* SafariServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A166D2AEF7429D9D52FF2D /* SafariServices.framework */; }; - ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED297162215061F000B7C4FE /* JavaScriptCore.framework */; }; - ED2971652150620600B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED2971642150620600B7C4FE /* JavaScriptCore.framework */; }; - F1553D38922A40629C3CE271 /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 1F5ACA76D45A42F7B97E5907 /* AntDesign.ttf */; }; - F2620B0961574CA9A84954D6 /* Roboto-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 962B2A8EF37D4811AA86ED44 /* Roboto-Light.ttf */; }; - F9EB2CC891AE4139A1329A52 /* Roboto-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 389FDF9FC3DF4163B2578E88 /* Roboto-Medium.ttf */; }; + 2DCD954D1E0B4F2C00145EB5 /* aretherecookiesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* aretherecookiesTests.m */; }; + 3EB3A0C32ACC6A1EB36E8C78 /* libPods-aretherecookies.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8F558C5D7B66C984A1E191FD /* libPods-aretherecookies.a */; }; + 40B5869F9D5A784F8BAF5B2A /* libPods-aretherecookies-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9B0C0C61A65682F4FAF5A57D /* libPods-aretherecookies-tvOS.a */; }; + 483EC2D374DE88D6D9191BA7 /* libPods-aretherecookiesTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0138EED8EB9F5930C25F445A /* libPods-aretherecookiesTests.a */; }; + 864B2F272336930000D30B44 /* Roboto-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 864B2F1B2336930000D30B44 /* Roboto-Italic.ttf */; }; + 864B2F282336930000D30B44 /* Roboto-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 864B2F1C2336930000D30B44 /* Roboto-Regular.ttf */; }; + 864B2F292336930000D30B44 /* Roboto-Black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 864B2F1D2336930000D30B44 /* Roboto-Black.ttf */; }; + 864B2F2A2336930000D30B44 /* Roboto-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 864B2F1E2336930000D30B44 /* Roboto-Bold.ttf */; }; + 864B2F2B2336930000D30B44 /* Roboto-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 864B2F1F2336930000D30B44 /* Roboto-Light.ttf */; }; + 864B2F2C2336930000D30B44 /* Roboto-LightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 864B2F202336930000D30B44 /* Roboto-LightItalic.ttf */; }; + 864B2F2D2336930000D30B44 /* Roboto-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 864B2F212336930000D30B44 /* Roboto-BoldItalic.ttf */; }; + 864B2F2E2336930000D30B44 /* Roboto-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 864B2F222336930000D30B44 /* Roboto-Medium.ttf */; }; + 864B2F2F2336930000D30B44 /* Roboto-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 864B2F232336930000D30B44 /* Roboto-BlackItalic.ttf */; }; + 864B2F302336930000D30B44 /* Roboto-MediumItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 864B2F242336930000D30B44 /* Roboto-MediumItalic.ttf */; }; + 864B2F312336930000D30B44 /* Roboto-Thin.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 864B2F252336930000D30B44 /* Roboto-Thin.ttf */; }; + 864B2F322336930000D30B44 /* Roboto-ThinItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 864B2F262336930000D30B44 /* Roboto-ThinItalic.ttf */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 134814201AA4EA6300B7C361; - remoteInfo = RCTActionSheet; - }; - 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 134814201AA4EA6300B7C361; - remoteInfo = RCTGeolocation; - }; - 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 58B5115D1A9E6B3D00147676; - remoteInfo = RCTImage; - }; - 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 58B511DB1A9E6C8500147676; - remoteInfo = RCTNetwork; - }; - 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 832C81801AAF6DEF007FA2F7; - remoteInfo = RCTVibration; - }; 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; proxyType = 1; remoteGlobalIDString = 13B07F861A680F5B00A75B9A; - remoteInfo = AreThereCookies; - }; - 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 134814201AA4EA6300B7C361; - remoteInfo = RCTSettings; - }; - 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3C86DF461ADF2C930047B81A; - remoteInfo = RCTWebSocket; - }; - 146834031AC3E56700842450 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192; - remoteInfo = React; + remoteInfo = aretherecookies; }; 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; proxyType = 1; remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7; - remoteInfo = "AreThereCookies-tvOS"; - }; - 2D16E6831FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3DBE0D001F3B181A0099AA32; - remoteInfo = fishhook; - }; - 2D16E6851FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3DBE0D0D1F3B181C0099AA32; - remoteInfo = "fishhook-tvOS"; - }; - 2DF0FFDE2056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = EBF21BDC1FC498900052F4D5; - remoteInfo = jsinspector; - }; - 2DF0FFE02056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = EBF21BFA1FC4989A0052F4D5; - remoteInfo = "jsinspector-tvOS"; - }; - 2DF0FFE22056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 139D7ECE1E25DB7D00323FB7; - remoteInfo = "third-party"; - }; - 2DF0FFE42056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D383D3C1EBD27B6005632C8; - remoteInfo = "third-party-tvOS"; - }; - 2DF0FFE62056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 139D7E881E25C6D100323FB7; - remoteInfo = "double-conversion"; - }; - 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D383D621EBD27B9005632C8; - remoteInfo = "double-conversion-tvOS"; - }; - 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A283A1D9B042B00D4039D; - remoteInfo = "RCTImage-tvOS"; - }; - 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28471D9B043800D4039D; - remoteInfo = "RCTLinking-tvOS"; - }; - 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28541D9B044C00D4039D; - remoteInfo = "RCTNetwork-tvOS"; - }; - 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28611D9B046600D4039D; - remoteInfo = "RCTSettings-tvOS"; - }; - 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A287B1D9B048500D4039D; - remoteInfo = "RCTText-tvOS"; - }; - 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28881D9B049200D4039D; - remoteInfo = "RCTWebSocket-tvOS"; - }; - 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28131D9B038B00D4039D; - remoteInfo = "React-tvOS"; - }; - 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D3C059A1DE3340900C268FA; - remoteInfo = yoga; - }; - 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D3C06751DE3340C00C268FA; - remoteInfo = "yoga-tvOS"; - }; - 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D3CD9251DE5FBEC00167DC4; - remoteInfo = cxxreact; - }; - 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 3D3CD9321DE5FBEE00167DC4; - remoteInfo = "cxxreact-tvOS"; - }; - 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 134814201AA4EA6300B7C361; - remoteInfo = RCTAnimation; - }; - 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 2D2A28201D9B03D100D4039D; - remoteInfo = "RCTAnimation-tvOS"; - }; - 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 134814201AA4EA6300B7C361; - remoteInfo = RCTLinking; - }; - 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 58B5119B1A9E6C1200147676; - remoteInfo = RCTText; - }; - 8626C59D2258FE3B00664303 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 40366698AD0243C08C474E18 /* A0Auth0.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 134814201AA4EA6300B7C361; - remoteInfo = A0Auth0; - }; - 8626C5A02258FE3B00664303 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = CA8120963AF94E0FB384289D /* AirMaps.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 11FA5C511C4A1296003AC2EE; - remoteInfo = AirMaps; - }; - 8626C5AC2258FE3B00664303 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 1CDCCD20971D43E3A647B5AA /* RNImagePicker.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 014A3B5C1C6CF33500B6D375; - remoteInfo = RNImagePicker; - }; - 8626C5AF2258FE3B00664303 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = C68D60C5A4D14EB1B5FCF548 /* RNSnackbar.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 4114DC4C1C187C3A003CD988; - remoteInfo = RNSnackbar; - }; - 8626C5B32258FE3B00664303 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = ABBDD4481F9A4A879DC2DA9B /* RNVectorIcons.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 5DBEB1501B18CEA900B34395; - remoteInfo = RNVectorIcons; - }; - 8626C5B52258FE3B00664303 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = ABBDD4481F9A4A879DC2DA9B /* RNVectorIcons.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = A39873CE1EA65EE60051E01A; - remoteInfo = "RNVectorIcons-tvOS"; - }; - 86DE46CB22D1044700B70CBA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = EDEBC6D6214B3E7000DD5AC8; - remoteInfo = jsi; - }; - 86DE46CD22D1044700B70CBA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = EDEBC73B214B45A300DD5AC8; - remoteInfo = jsiexecutor; - }; - 86DE46CF22D1044700B70CBA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = ED296FB6214C9A0900B7C4FE; - remoteInfo = "jsi-tvOS"; - }; - 86DE46D122D1044700B70CBA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = ED296FEE214C9CF800B7C4FE; - remoteInfo = "jsiexecutor-tvOS"; + remoteInfo = "aretherecookies-tvOS"; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = ""; }; - 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = ""; }; - 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = ""; }; - 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = ""; }; - 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = ""; }; - 00E356EE1AD99517003FC87E /* AreThereCookiesTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AreThereCookiesTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = ""; }; + 00E356EE1AD99517003FC87E /* aretherecookiesTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = aretherecookiesTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 00E356F21AD99517003FC87E /* AreThereCookiesTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AreThereCookiesTests.m; sourceTree = ""; }; - 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = ""; }; - 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = ""; }; - 13B07F961A680F5B00A75B9A /* AreThereCookies.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AreThereCookies.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = AreThereCookies/AppDelegate.h; sourceTree = ""; }; - 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = AreThereCookies/AppDelegate.m; sourceTree = ""; }; + 00E356F21AD99517003FC87E /* aretherecookiesTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = aretherecookiesTests.m; sourceTree = ""; }; + 0138EED8EB9F5930C25F445A /* libPods-aretherecookiesTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-aretherecookiesTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 0BD2C1DF6FC2DCAF8FF7251F /* libPods-aretherecookies-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-aretherecookies-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 13B07F961A680F5B00A75B9A /* aretherecookies.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = aretherecookies.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = aretherecookies/AppDelegate.h; sourceTree = ""; }; + 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = aretherecookies/AppDelegate.m; sourceTree = ""; }; 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = AreThereCookies/Images.xcassets; sourceTree = ""; }; - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = AreThereCookies/Info.plist; sourceTree = ""; }; - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = AreThereCookies/main.m; sourceTree = ""; }; - 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = ""; }; - 1A1081C5AC6A4355A7934EDE /* Roboto-BlackItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-BlackItalic.ttf"; path = "../static/fonts/Roboto-BlackItalic.ttf"; sourceTree = ""; }; - 1CDCCD20971D43E3A647B5AA /* RNImagePicker.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNImagePicker.xcodeproj; path = "../node_modules/react-native-image-picker/ios/RNImagePicker.xcodeproj"; sourceTree = ""; }; - 1E8312BB21594022857FE94F /* libz.tbd */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; }; - 1F5ACA76D45A42F7B97E5907 /* AntDesign.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = AntDesign.ttf; path = "../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf"; sourceTree = ""; }; - 214A46B0158E452CA1009197 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Solid.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf"; sourceTree = ""; }; - 28807711BA664F9EB49B3B76 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = ""; }; - 2AEFED41912C4269B1A34B8D /* Roboto-LightItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-LightItalic.ttf"; path = "../static/fonts/Roboto-LightItalic.ttf"; sourceTree = ""; }; - 2D02E47B1E0B4A5D006451C7 /* aretherecookies-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "aretherecookies-tvOS.app"; path = "AreThereCookies-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D02E4901E0B4A5D006451C7 /* aretherecookies-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "aretherecookies-tvOSTests.xctest"; path = "AreThereCookies-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 389FDF9FC3DF4163B2578E88 /* Roboto-Medium.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Medium.ttf"; path = "../static/fonts/Roboto-Medium.ttf"; sourceTree = ""; }; - 39E5D242E4F44F41AB357CFE /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = ""; }; - 3BA6445F50EA4148970391C2 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = ""; }; - 40366698AD0243C08C474E18 /* A0Auth0.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = A0Auth0.xcodeproj; path = "../node_modules/react-native-auth0/ios/A0Auth0.xcodeproj"; sourceTree = ""; }; - 44FFE9EC7CB7E38CB33D7533 /* Pods-AreThereCookies.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AreThereCookies.debug.xcconfig"; path = "Target Support Files/Pods-AreThereCookies/Pods-AreThereCookies.debug.xcconfig"; sourceTree = ""; }; - 452874387CAA42D7B120E03E /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialCommunityIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = ""; }; - 484774914A724BB18F8CBAC7 /* libAirMaps.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libAirMaps.a; sourceTree = ""; }; - 4B39ECE2FC3546CDBD026A5B /* libRNImagePicker.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNImagePicker.a; sourceTree = ""; }; - 4D75338FE719450A97754019 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = ""; }; - 53F298ED1335413584C3533A /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = ""; }; - 55BE16B9C73846718D1F0095 /* libA0Auth0.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libA0Auth0.a; sourceTree = ""; }; - 58F3E8D932CA42CCBE826FCC /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = ""; }; - 5BFB7419F05149A0AA3B5196 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNVectorIcons.a; sourceTree = ""; }; - 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = ""; }; - 5FF3D276AFF64A23A2B5E680 /* Roboto-Thin.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Thin.ttf"; path = "../static/fonts/Roboto-Thin.ttf"; sourceTree = ""; }; - 63417ECCAEBD4001932D07CF /* Roboto-BoldItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-BoldItalic.ttf"; path = "../static/fonts/Roboto-BoldItalic.ttf"; sourceTree = ""; }; - 7164AF7E77DB51BBE253F0CE /* Pods-AreThereCookies.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AreThereCookies.release.xcconfig"; path = "Target Support Files/Pods-AreThereCookies/Pods-AreThereCookies.release.xcconfig"; sourceTree = ""; }; - 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = ""; }; - 7EADFEEDB73A42B9B934DD48 /* Roboto-ThinItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-ThinItalic.ttf"; path = "../static/fonts/Roboto-ThinItalic.ttf"; sourceTree = ""; }; - 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = ""; }; - 840A8631BCFC4F9E8370035F /* SystemConfiguration.framework */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; - 84A166D2AEF7429D9D52FF2D /* SafariServices.framework */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = wrapper.framework; name = SafariServices.framework; path = System/Library/Frameworks/SafariServices.framework; sourceTree = SDKROOT; }; - 861EFBE52274B81B005A103F /* Octicons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Octicons.ttf; sourceTree = ""; }; - 861EFBE62274B81B005A103F /* Feather.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Feather.ttf; sourceTree = ""; }; - 861EFBE72274B81B005A103F /* Entypo.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Entypo.ttf; sourceTree = ""; }; - 861EFBE82274B81B005A103F /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = FontAwesome5_Brands.ttf; sourceTree = ""; }; - 861EFBE92274B81B005A103F /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = MaterialCommunityIcons.ttf; sourceTree = ""; }; - 861EFBEA2274B81B005A103F /* AntDesign.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = AntDesign.ttf; sourceTree = ""; }; - 861EFBEB2274B81B005A103F /* Foundation.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Foundation.ttf; sourceTree = ""; }; - 861EFBEC2274B81B005A103F /* Ionicons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Ionicons.ttf; sourceTree = ""; }; - 861EFBED2274B81B005A103F /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = FontAwesome5_Solid.ttf; sourceTree = ""; }; - 861EFBEE2274B81B005A103F /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = FontAwesome5_Regular.ttf; sourceTree = ""; }; - 861EFBEF2274B81B005A103F /* FontAwesome.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = FontAwesome.ttf; sourceTree = ""; }; - 861EFBF02274B81B005A103F /* Zocial.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Zocial.ttf; sourceTree = ""; }; - 861EFBF12274B81B005A103F /* EvilIcons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = EvilIcons.ttf; sourceTree = ""; }; - 861EFBF22274B81B005A103F /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = SimpleLineIcons.ttf; sourceTree = ""; }; - 861EFBF32274B81B005A103F /* MaterialIcons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = MaterialIcons.ttf; sourceTree = ""; }; - 89AC73049079482DBCBB2CD9 /* Roboto-Black.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Black.ttf"; path = "../static/fonts/Roboto-Black.ttf"; sourceTree = ""; }; - 8FB8920840B04753AE5E450E /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Regular.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = ""; }; - 92DB919838DA4ED997CD48E4 /* Feather.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Feather.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Feather.ttf"; sourceTree = ""; }; - 962B2A8EF37D4811AA86ED44 /* Roboto-Light.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Light.ttf"; path = "../static/fonts/Roboto-Light.ttf"; sourceTree = ""; }; - 9C594C7BB4CB41A186372233 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Brands.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf"; sourceTree = ""; }; - 9D44E016C6284FE5AA672A79 /* Roboto-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Regular.ttf"; path = "../static/fonts/Roboto-Regular.ttf"; sourceTree = ""; }; - ABBDD4481F9A4A879DC2DA9B /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = ""; }; - C547107D34794AD7B535271C /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = ""; }; - C68D60C5A4D14EB1B5FCF548 /* RNSnackbar.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNSnackbar.xcodeproj; path = "../node_modules/react-native-snackbar/ios/RNSnackbar.xcodeproj"; sourceTree = ""; }; - C93FAF8572F54F189A859FAC /* Roboto-Bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Bold.ttf"; path = "../static/fonts/Roboto-Bold.ttf"; sourceTree = ""; }; - CA8120963AF94E0FB384289D /* AirMaps.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = AirMaps.xcodeproj; path = "../node_modules/react-native-maps/lib/ios/AirMaps.xcodeproj"; sourceTree = ""; }; - D015CCB188D0418A8C94D524 /* Roboto-Italic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Italic.ttf"; path = "../static/fonts/Roboto-Italic.ttf"; sourceTree = ""; }; - D32EFBE8AB52428E896D1650 /* Roboto-MediumItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-MediumItalic.ttf"; path = "../static/fonts/Roboto-MediumItalic.ttf"; sourceTree = ""; }; - D47EBABC8CF468100A3AE407 /* libPods-AreThereCookies.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AreThereCookies.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - D53B3F694EB44AC8B196FE53 /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = ""; }; - E1417884DC3F4C11A7738305 /* libRNSnackbar.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNSnackbar.a; sourceTree = ""; }; + 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = aretherecookies/Images.xcassets; sourceTree = ""; }; + 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = aretherecookies/Info.plist; sourceTree = ""; }; + 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = aretherecookies/main.m; sourceTree = ""; }; + 16BDF95E88444554395C9619 /* Pods-aretherecookiesTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aretherecookiesTests.debug.xcconfig"; path = "Target Support Files/Pods-aretherecookiesTests/Pods-aretherecookiesTests.debug.xcconfig"; sourceTree = ""; }; + 2D02E47B1E0B4A5D006451C7 /* aretherecookies-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "aretherecookies-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2D02E4901E0B4A5D006451C7 /* aretherecookies-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "aretherecookies-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5EFE6F6533996B77ED8319E1 /* Pods-aretherecookies.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aretherecookies.debug.xcconfig"; path = "Target Support Files/Pods-aretherecookies/Pods-aretherecookies.debug.xcconfig"; sourceTree = ""; }; + 79D753C2DEA55DC82D3DC21E /* Pods-aretherecookies.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aretherecookies.release.xcconfig"; path = "Target Support Files/Pods-aretherecookies/Pods-aretherecookies.release.xcconfig"; sourceTree = ""; }; + 864B2F1B2336930000D30B44 /* Roboto-Italic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Italic.ttf"; path = "../static/fonts/Roboto-Italic.ttf"; sourceTree = ""; }; + 864B2F1C2336930000D30B44 /* Roboto-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Regular.ttf"; path = "../static/fonts/Roboto-Regular.ttf"; sourceTree = ""; }; + 864B2F1D2336930000D30B44 /* Roboto-Black.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Black.ttf"; path = "../static/fonts/Roboto-Black.ttf"; sourceTree = ""; }; + 864B2F1E2336930000D30B44 /* Roboto-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Bold.ttf"; path = "../static/fonts/Roboto-Bold.ttf"; sourceTree = ""; }; + 864B2F1F2336930000D30B44 /* Roboto-Light.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Light.ttf"; path = "../static/fonts/Roboto-Light.ttf"; sourceTree = ""; }; + 864B2F202336930000D30B44 /* Roboto-LightItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-LightItalic.ttf"; path = "../static/fonts/Roboto-LightItalic.ttf"; sourceTree = ""; }; + 864B2F212336930000D30B44 /* Roboto-BoldItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-BoldItalic.ttf"; path = "../static/fonts/Roboto-BoldItalic.ttf"; sourceTree = ""; }; + 864B2F222336930000D30B44 /* Roboto-Medium.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Medium.ttf"; path = "../static/fonts/Roboto-Medium.ttf"; sourceTree = ""; }; + 864B2F232336930000D30B44 /* Roboto-BlackItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-BlackItalic.ttf"; path = "../static/fonts/Roboto-BlackItalic.ttf"; sourceTree = ""; }; + 864B2F242336930000D30B44 /* Roboto-MediumItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-MediumItalic.ttf"; path = "../static/fonts/Roboto-MediumItalic.ttf"; sourceTree = ""; }; + 864B2F252336930000D30B44 /* Roboto-Thin.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-Thin.ttf"; path = "../static/fonts/Roboto-Thin.ttf"; sourceTree = ""; }; + 864B2F262336930000D30B44 /* Roboto-ThinItalic.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Roboto-ThinItalic.ttf"; path = "../static/fonts/Roboto-ThinItalic.ttf"; sourceTree = ""; }; + 8F558C5D7B66C984A1E191FD /* libPods-aretherecookies.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-aretherecookies.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 996F38314CE5C56ED0171810 /* Pods-aretherecookies-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aretherecookies-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-aretherecookies-tvOSTests/Pods-aretherecookies-tvOSTests.release.xcconfig"; sourceTree = ""; }; + 9B0C0C61A65682F4FAF5A57D /* libPods-aretherecookies-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-aretherecookies-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + B1E3D3780A5838126F29C8D1 /* Pods-aretherecookies-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aretherecookies-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-aretherecookies-tvOSTests/Pods-aretherecookies-tvOSTests.debug.xcconfig"; sourceTree = ""; }; + B41CD910A4154DDECE69AF9E /* Pods-aretherecookies-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aretherecookies-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-aretherecookies-tvOS/Pods-aretherecookies-tvOS.debug.xcconfig"; sourceTree = ""; }; + B5B76F0CFFD3FECFC296152E /* Pods-aretherecookiesTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aretherecookiesTests.release.xcconfig"; path = "Target Support Files/Pods-aretherecookiesTests/Pods-aretherecookiesTests.release.xcconfig"; sourceTree = ""; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; }; - F8F9368F722A4808842C3802 /* AddressBook.framework */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = wrapper.framework; name = AddressBook.framework; path = System/Library/Frameworks/AddressBook.framework; sourceTree = SDKROOT; }; - FF328AF2E4504AAD81574332 /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = ""; }; + EDF48D9B600BF039DF905409 /* Pods-aretherecookies-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-aretherecookies-tvOS.release.xcconfig"; path = "Target Support Files/Pods-aretherecookies-tvOS/Pods-aretherecookies-tvOS.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -490,8 +98,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */, - 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */, + 483EC2D374DE88D6D9191BA7 /* libPods-aretherecookiesTests.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -499,28 +106,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ED2971652150620600B7C4FE /* JavaScriptCore.framework in Frameworks */, - 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */, - 146834051AC3E58100842450 /* libReact.a in Frameworks */, - 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */, - 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */, - 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */, - 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */, - 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */, - 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */, - 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */, - 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */, - 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */, - 6D42E5626E694AD8B2E1F392 /* libRNImagePicker.a in Frameworks */, - 0BB615C49CCD433DA593C478 /* libRNVectorIcons.a in Frameworks */, - 58AA5BD96D1F473CAF1D0297 /* libAirMaps.a in Frameworks */, - 5AAA204F998B478B8817CB33 /* libz.tbd in Frameworks */, - EA087CEA76394C3DB637FCA4 /* SafariServices.framework in Frameworks */, - A1CF0A85A34940CDA949E850 /* SystemConfiguration.framework in Frameworks */, - 029B651D0B0E4AE3837F4281 /* AddressBook.framework in Frameworks */, - 5F2AA8F2235A4CD68207EAB7 /* libA0Auth0.a in Frameworks */, - 9EC2D5A4B51B408C897B1BD3 /* libRNSnackbar.a in Frameworks */, - 417D040493BD1950B68C01DD /* libPods-AreThereCookies.a in Frameworks */, + 3EB3A0C32ACC6A1EB36E8C78 /* libPods-aretherecookies.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -528,14 +114,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */, - 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */, - 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */, - 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */, - 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */, - 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */, - 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */, - 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */, + 40B5869F9D5A784F8BAF5B2A /* libPods-aretherecookies-tvOS.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -543,62 +122,20 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */, + 059B94808F77442BE9D23D4F /* libPods-aretherecookies-tvOSTests.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00C302A81ABCB8CE00DB3ED1 /* Products */ = { + 00E356EF1AD99517003FC87E /* aretherecookiesTests */ = { isa = PBXGroup; children = ( - 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */, - ); - name = Products; - sourceTree = ""; - }; - 00C302B61ABCB90400DB3ED1 /* Products */ = { - isa = PBXGroup; - children = ( - 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */, - ); - name = Products; - sourceTree = ""; - }; - 00C302BC1ABCB91800DB3ED1 /* Products */ = { - isa = PBXGroup; - children = ( - 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */, - 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; - 00C302D41ABCB9D200DB3ED1 /* Products */ = { - isa = PBXGroup; - children = ( - 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */, - 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; - 00C302E01ABCB9EE00DB3ED1 /* Products */ = { - isa = PBXGroup; - children = ( - 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */, - ); - name = Products; - sourceTree = ""; - }; - 00E356EF1AD99517003FC87E /* AreThereCookiesTests */ = { - isa = PBXGroup; - children = ( - 00E356F21AD99517003FC87E /* AreThereCookiesTests.m */, + 00E356F21AD99517003FC87E /* aretherecookiesTests.m */, 00E356F01AD99517003FC87E /* Supporting Files */, ); - path = AreThereCookiesTests; + path = aretherecookiesTests; sourceTree = ""; }; 00E356F01AD99517003FC87E /* Supporting Files */ = { @@ -609,30 +146,29 @@ name = "Supporting Files"; sourceTree = ""; }; - 139105B71AF99BAD00B5F7CC /* Products */ = { + 01F7F2DCC70146A3A3543B0F /* Resources */ = { isa = PBXGroup; children = ( - 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */, - 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */, + 864B2F1D2336930000D30B44 /* Roboto-Black.ttf */, + 864B2F232336930000D30B44 /* Roboto-BlackItalic.ttf */, + 864B2F1E2336930000D30B44 /* Roboto-Bold.ttf */, + 864B2F212336930000D30B44 /* Roboto-BoldItalic.ttf */, + 864B2F1B2336930000D30B44 /* Roboto-Italic.ttf */, + 864B2F1F2336930000D30B44 /* Roboto-Light.ttf */, + 864B2F202336930000D30B44 /* Roboto-LightItalic.ttf */, + 864B2F222336930000D30B44 /* Roboto-Medium.ttf */, + 864B2F242336930000D30B44 /* Roboto-MediumItalic.ttf */, + 864B2F1C2336930000D30B44 /* Roboto-Regular.ttf */, + 864B2F252336930000D30B44 /* Roboto-Thin.ttf */, + 864B2F262336930000D30B44 /* Roboto-ThinItalic.ttf */, ); - name = Products; + name = Resources; sourceTree = ""; }; - 139FDEE71B06529A00C62182 /* Products */ = { + 13B07FAE1A68108700A75B9A /* aretherecookies */ = { isa = PBXGroup; children = ( - 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */, - 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */, - 2D16E6841FA4F8DC00B85C8A /* libfishhook.a */, - 2D16E6861FA4F8DC00B85C8A /* libfishhook-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; - 13B07FAE1A68108700A75B9A /* AreThereCookies */ = { - isa = PBXGroup; - children = ( - 861EFBE42274B81B005A103F /* Fonts */, + 008F07F21AC5B25A0029DE68 /* main.jsbundle */, 13B07FAF1A68108700A75B9A /* AppDelegate.h */, 13B07FB01A68108700A75B9A /* AppDelegate.m */, 13B07FB51A68108700A75B9A /* Images.xcassets */, @@ -640,250 +176,79 @@ 13B07FB11A68108700A75B9A /* LaunchScreen.xib */, 13B07FB71A68108700A75B9A /* main.m */, ); - name = AreThereCookies; + name = aretherecookies; sourceTree = ""; }; - 146834001AC3E56700842450 /* Products */ = { + 155329BE38B5B21AA2D08380 /* Pods */ = { isa = PBXGroup; children = ( - 146834041AC3E56700842450 /* libReact.a */, - 3DAD3EA31DF850E9000B6D8A /* libReact.a */, - 3DAD3EA51DF850E9000B6D8A /* libyoga.a */, - 3DAD3EA71DF850E9000B6D8A /* libyoga.a */, - 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */, - 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */, - 2DF0FFDF2056DD460020B375 /* libjsinspector.a */, - 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */, - 2DF0FFE32056DD460020B375 /* libthird-party.a */, - 2DF0FFE52056DD460020B375 /* libthird-party.a */, - 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */, - 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */, - 86DE46CC22D1044700B70CBA /* libjsi.a */, - 86DE46CE22D1044700B70CBA /* libjsiexecutor.a */, - 86DE46D022D1044700B70CBA /* libjsi-tvOS.a */, - 86DE46D222D1044700B70CBA /* libjsiexecutor-tvOS.a */, + 5EFE6F6533996B77ED8319E1 /* Pods-aretherecookies.debug.xcconfig */, + 79D753C2DEA55DC82D3DC21E /* Pods-aretherecookies.release.xcconfig */, + B41CD910A4154DDECE69AF9E /* Pods-aretherecookies-tvOS.debug.xcconfig */, + EDF48D9B600BF039DF905409 /* Pods-aretherecookies-tvOS.release.xcconfig */, + B1E3D3780A5838126F29C8D1 /* Pods-aretherecookies-tvOSTests.debug.xcconfig */, + 996F38314CE5C56ED0171810 /* Pods-aretherecookies-tvOSTests.release.xcconfig */, + 16BDF95E88444554395C9619 /* Pods-aretherecookiesTests.debug.xcconfig */, + B5B76F0CFFD3FECFC296152E /* Pods-aretherecookiesTests.release.xcconfig */, ); - name = Products; + path = Pods; sourceTree = ""; }; 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { isa = PBXGroup; children = ( - 2D16E6891FA4F8E400B85C8A /* libReact.a */, - D47EBABC8CF468100A3AE407 /* libPods-AreThereCookies.a */, + ED297162215061F000B7C4FE /* JavaScriptCore.framework */, + ED2971642150620600B7C4FE /* JavaScriptCore.framework */, + 8F558C5D7B66C984A1E191FD /* libPods-aretherecookies.a */, + 9B0C0C61A65682F4FAF5A57D /* libPods-aretherecookies-tvOS.a */, + 0BD2C1DF6FC2DCAF8FF7251F /* libPods-aretherecookies-tvOSTests.a */, + 0138EED8EB9F5930C25F445A /* libPods-aretherecookiesTests.a */, ); name = Frameworks; sourceTree = ""; }; - 5E91572E1DD0AC6500FF2AA8 /* Products */ = { - isa = PBXGroup; - children = ( - 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */, - 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */, - ); - name = Products; - sourceTree = ""; - }; - 7080528B7A4F4FBA89B50416 /* Resources */ = { - isa = PBXGroup; - children = ( - 1F5ACA76D45A42F7B97E5907 /* AntDesign.ttf */, - 92DB919838DA4ED997CD48E4 /* Feather.ttf */, - 9C594C7BB4CB41A186372233 /* FontAwesome5_Brands.ttf */, - 8FB8920840B04753AE5E450E /* FontAwesome5_Regular.ttf */, - 214A46B0158E452CA1009197 /* FontAwesome5_Solid.ttf */, - 89AC73049079482DBCBB2CD9 /* Roboto-Black.ttf */, - 1A1081C5AC6A4355A7934EDE /* Roboto-BlackItalic.ttf */, - C93FAF8572F54F189A859FAC /* Roboto-Bold.ttf */, - 63417ECCAEBD4001932D07CF /* Roboto-BoldItalic.ttf */, - D015CCB188D0418A8C94D524 /* Roboto-Italic.ttf */, - 962B2A8EF37D4811AA86ED44 /* Roboto-Light.ttf */, - 2AEFED41912C4269B1A34B8D /* Roboto-LightItalic.ttf */, - 389FDF9FC3DF4163B2578E88 /* Roboto-Medium.ttf */, - D32EFBE8AB52428E896D1650 /* Roboto-MediumItalic.ttf */, - 9D44E016C6284FE5AA672A79 /* Roboto-Regular.ttf */, - 5FF3D276AFF64A23A2B5E680 /* Roboto-Thin.ttf */, - 7EADFEEDB73A42B9B934DD48 /* Roboto-ThinItalic.ttf */, - ); - name = Resources; - sourceTree = ""; - }; - 78C398B11ACF4ADC00677621 /* Products */ = { - isa = PBXGroup; - children = ( - 78C398B91ACF4ADC00677621 /* libRCTLinking.a */, - 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; 832341AE1AAA6A7D00B99B32 /* Libraries */ = { isa = PBXGroup; children = ( - 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */, - 146833FF1AC3E56700842450 /* React.xcodeproj */, - 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */, - 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */, - 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */, - 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */, - 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */, - 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */, - 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */, - 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */, - 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */, - 1CDCCD20971D43E3A647B5AA /* RNImagePicker.xcodeproj */, - ABBDD4481F9A4A879DC2DA9B /* RNVectorIcons.xcodeproj */, - CA8120963AF94E0FB384289D /* AirMaps.xcodeproj */, - 40366698AD0243C08C474E18 /* A0Auth0.xcodeproj */, - C68D60C5A4D14EB1B5FCF548 /* RNSnackbar.xcodeproj */, ); name = Libraries; sourceTree = ""; }; - 832341B11AAA6A8300B99B32 /* Products */ = { - isa = PBXGroup; - children = ( - 832341B51AAA6A8300B99B32 /* libRCTText.a */, - 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; 83CBB9F61A601CBA00E9B192 = { isa = PBXGroup; children = ( - 13B07FAE1A68108700A75B9A /* AreThereCookies */, + 13B07FAE1A68108700A75B9A /* aretherecookies */, 832341AE1AAA6A7D00B99B32 /* Libraries */, - 00E356EF1AD99517003FC87E /* AreThereCookiesTests */, + 00E356EF1AD99517003FC87E /* aretherecookiesTests */, 83CBBA001A601CBA00E9B192 /* Products */, 2D16E6871FA4F8E400B85C8A /* Frameworks */, - 8626C5682258FE3900664303 /* Recovered References */, - B0A1BA1AC1EBB3B69ACEFD8E /* Pods */, - 7080528B7A4F4FBA89B50416 /* Resources */, + 155329BE38B5B21AA2D08380 /* Pods */, + 01F7F2DCC70146A3A3543B0F /* Resources */, ); indentWidth = 2; sourceTree = ""; tabWidth = 2; + usesTabs = 0; }; 83CBBA001A601CBA00E9B192 /* Products */ = { isa = PBXGroup; children = ( - 13B07F961A680F5B00A75B9A /* AreThereCookies.app */, - 00E356EE1AD99517003FC87E /* AreThereCookiesTests.xctest */, + 13B07F961A680F5B00A75B9A /* aretherecookies.app */, + 00E356EE1AD99517003FC87E /* aretherecookiesTests.xctest */, 2D02E47B1E0B4A5D006451C7 /* aretherecookies-tvOS.app */, 2D02E4901E0B4A5D006451C7 /* aretherecookies-tvOSTests.xctest */, ); name = Products; sourceTree = ""; }; - 861EFBE42274B81B005A103F /* Fonts */ = { - isa = PBXGroup; - children = ( - 861EFBE52274B81B005A103F /* Octicons.ttf */, - 861EFBE62274B81B005A103F /* Feather.ttf */, - 861EFBE72274B81B005A103F /* Entypo.ttf */, - 861EFBE82274B81B005A103F /* FontAwesome5_Brands.ttf */, - 861EFBE92274B81B005A103F /* MaterialCommunityIcons.ttf */, - 861EFBEA2274B81B005A103F /* AntDesign.ttf */, - 861EFBEB2274B81B005A103F /* Foundation.ttf */, - 861EFBEC2274B81B005A103F /* Ionicons.ttf */, - 861EFBED2274B81B005A103F /* FontAwesome5_Solid.ttf */, - 861EFBEE2274B81B005A103F /* FontAwesome5_Regular.ttf */, - 861EFBEF2274B81B005A103F /* FontAwesome.ttf */, - 861EFBF02274B81B005A103F /* Zocial.ttf */, - 861EFBF12274B81B005A103F /* EvilIcons.ttf */, - 861EFBF22274B81B005A103F /* SimpleLineIcons.ttf */, - 861EFBF32274B81B005A103F /* MaterialIcons.ttf */, - ); - name = Fonts; - path = "../node_modules/react-native-vector-icons/Fonts"; - sourceTree = ""; - }; - 8626C5682258FE3900664303 /* Recovered References */ = { - isa = PBXGroup; - children = ( - 4B39ECE2FC3546CDBD026A5B /* libRNImagePicker.a */, - 5BFB7419F05149A0AA3B5196 /* libRNVectorIcons.a */, - 484774914A724BB18F8CBAC7 /* libAirMaps.a */, - 1E8312BB21594022857FE94F /* libz.tbd */, - 84A166D2AEF7429D9D52FF2D /* SafariServices.framework */, - 840A8631BCFC4F9E8370035F /* SystemConfiguration.framework */, - F8F9368F722A4808842C3802 /* AddressBook.framework */, - 55BE16B9C73846718D1F0095 /* libA0Auth0.a */, - E1417884DC3F4C11A7738305 /* libRNSnackbar.a */, - 4D75338FE719450A97754019 /* Entypo.ttf */, - 53F298ED1335413584C3533A /* EvilIcons.ttf */, - FF328AF2E4504AAD81574332 /* FontAwesome.ttf */, - 3BA6445F50EA4148970391C2 /* Foundation.ttf */, - 39E5D242E4F44F41AB357CFE /* Ionicons.ttf */, - 452874387CAA42D7B120E03E /* MaterialCommunityIcons.ttf */, - C547107D34794AD7B535271C /* MaterialIcons.ttf */, - 58F3E8D932CA42CCBE826FCC /* Octicons.ttf */, - 28807711BA664F9EB49B3B76 /* SimpleLineIcons.ttf */, - D53B3F694EB44AC8B196FE53 /* Zocial.ttf */, - ED2971642150620600B7C4FE /* JavaScriptCore.framework */, - ED297162215061F000B7C4FE /* JavaScriptCore.framework */, - ); - name = "Recovered References"; - sourceTree = ""; - }; - 8626C58C2258FE3B00664303 /* Products */ = { - isa = PBXGroup; - children = ( - 8626C5A12258FE3B00664303 /* libAirMaps.a */, - ); - name = Products; - sourceTree = ""; - }; - 8626C58E2258FE3B00664303 /* Products */ = { - isa = PBXGroup; - children = ( - 8626C59E2258FE3B00664303 /* libA0Auth0.a */, - ); - name = Products; - sourceTree = ""; - }; - 8626C5942258FE3B00664303 /* Products */ = { - isa = PBXGroup; - children = ( - 8626C5B02258FE3B00664303 /* libRNSnackbar.a */, - ); - name = Products; - sourceTree = ""; - }; - 8626C5982258FE3B00664303 /* Products */ = { - isa = PBXGroup; - children = ( - 8626C5AD2258FE3B00664303 /* libRNImagePicker.a */, - ); - name = Products; - sourceTree = ""; - }; - 8626C59A2258FE3B00664303 /* Products */ = { - isa = PBXGroup; - children = ( - 8626C5B42258FE3B00664303 /* libRNVectorIcons.a */, - 8626C5B62258FE3B00664303 /* libRNVectorIcons-tvOS.a */, - ); - name = Products; - sourceTree = ""; - }; - B0A1BA1AC1EBB3B69ACEFD8E /* Pods */ = { - isa = PBXGroup; - children = ( - 44FFE9EC7CB7E38CB33D7533 /* Pods-AreThereCookies.debug.xcconfig */, - 7164AF7E77DB51BBE253F0CE /* Pods-AreThereCookies.release.xcconfig */, - ); - path = Pods; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 00E356ED1AD99517003FC87E /* AreThereCookiesTests */ = { + 00E356ED1AD99517003FC87E /* aretherecookiesTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "AreThereCookiesTests" */; + buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "aretherecookiesTests" */; buildPhases = ( + F000EFB4BA9CAE58B7AABDDB /* [CP] Check Pods Manifest.lock */, 00E356EA1AD99517003FC87E /* Sources */, 00E356EB1AD99517003FC87E /* Frameworks */, 00E356EC1AD99517003FC87E /* Resources */, @@ -893,35 +258,38 @@ dependencies = ( 00E356F51AD99517003FC87E /* PBXTargetDependency */, ); - name = AreThereCookiesTests; - productName = AreThereCookiesTests; - productReference = 00E356EE1AD99517003FC87E /* AreThereCookiesTests.xctest */; + name = aretherecookiesTests; + productName = aretherecookiesTests; + productReference = 00E356EE1AD99517003FC87E /* aretherecookiesTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; - 13B07F861A680F5B00A75B9A /* AreThereCookies */ = { + 13B07F861A680F5B00A75B9A /* aretherecookies */ = { isa = PBXNativeTarget; - buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "AreThereCookies" */; + buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "aretherecookies" */; buildPhases = ( - E06654CADD25E198C33CC7BD /* [CP] Check Pods Manifest.lock */, + 1C549CBF9E52A4D4768CE210 /* [CP] Check Pods Manifest.lock */, + FD10A7F022414F080027D42C /* Start Packager */, 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C1A680F5B00A75B9A /* Frameworks */, 13B07F8E1A680F5B00A75B9A /* Resources */, 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, - 424F6332428A90779DE16750 /* [CP] Copy Pods Resources */, + A16F5C3E81C6933D218EDF88 /* [CP] Copy Pods Resources */, ); buildRules = ( ); dependencies = ( ); - name = AreThereCookies; - productName = "Hello World"; - productReference = 13B07F961A680F5B00A75B9A /* AreThereCookies.app */; + name = aretherecookies; + productName = aretherecookies; + productReference = 13B07F961A680F5B00A75B9A /* aretherecookies.app */; productType = "com.apple.product-type.application"; }; - 2D02E47A1E0B4A5D006451C7 /* AreThereCookies-tvOS */ = { + 2D02E47A1E0B4A5D006451C7 /* aretherecookies-tvOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "AreThereCookies-tvOS" */; + buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "aretherecookies-tvOS" */; buildPhases = ( + 5D679EA2DE63D135DADE8511 /* [CP] Check Pods Manifest.lock */, + FD10A7F122414F3F0027D42C /* Start Packager */, 2D02E4771E0B4A5D006451C7 /* Sources */, 2D02E4781E0B4A5D006451C7 /* Frameworks */, 2D02E4791E0B4A5D006451C7 /* Resources */, @@ -931,15 +299,16 @@ ); dependencies = ( ); - name = "AreThereCookies-tvOS"; - productName = "AreThereCookies-tvOS"; + name = "aretherecookies-tvOS"; + productName = "aretherecookies-tvOS"; productReference = 2D02E47B1E0B4A5D006451C7 /* aretherecookies-tvOS.app */; productType = "com.apple.product-type.application"; }; - 2D02E48F1E0B4A5D006451C7 /* AreThereCookies-tvOSTests */ = { + 2D02E48F1E0B4A5D006451C7 /* aretherecookies-tvOSTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "AreThereCookies-tvOSTests" */; + buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "aretherecookies-tvOSTests" */; buildPhases = ( + 603E7DD1A971A03AF5F8B1A7 /* [CP] Check Pods Manifest.lock */, 2D02E48C1E0B4A5D006451C7 /* Sources */, 2D02E48D1E0B4A5D006451C7 /* Frameworks */, 2D02E48E1E0B4A5D006451C7 /* Resources */, @@ -949,8 +318,8 @@ dependencies = ( 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */, ); - name = "AreThereCookies-tvOSTests"; - productName = "AreThereCookies-tvOSTests"; + name = "aretherecookies-tvOSTests"; + productName = "aretherecookies-tvOSTests"; productReference = 2D02E4901E0B4A5D006451C7 /* aretherecookies-tvOSTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; @@ -989,372 +358,16 @@ mainGroup = 83CBB9F61A601CBA00E9B192; productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 8626C58E2258FE3B00664303 /* Products */; - ProjectRef = 40366698AD0243C08C474E18 /* A0Auth0.xcodeproj */; - }, - { - ProductGroup = 8626C58C2258FE3B00664303 /* Products */; - ProjectRef = CA8120963AF94E0FB384289D /* AirMaps.xcodeproj */; - }, - { - ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */; - ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */; - }, - { - ProductGroup = 5E91572E1DD0AC6500FF2AA8 /* Products */; - ProjectRef = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; - }, - { - ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */; - ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */; - }, - { - ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */; - ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; - }, - { - ProductGroup = 78C398B11ACF4ADC00677621 /* Products */; - ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; - }, - { - ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */; - ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; - }, - { - ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */; - ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; - }, - { - ProductGroup = 832341B11AAA6A8300B99B32 /* Products */; - ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; - }, - { - ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */; - ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */; - }, - { - ProductGroup = 139FDEE71B06529A00C62182 /* Products */; - ProjectRef = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; - }, - { - ProductGroup = 146834001AC3E56700842450 /* Products */; - ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */; - }, - { - ProductGroup = 8626C5982258FE3B00664303 /* Products */; - ProjectRef = 1CDCCD20971D43E3A647B5AA /* RNImagePicker.xcodeproj */; - }, - { - ProductGroup = 8626C5942258FE3B00664303 /* Products */; - ProjectRef = C68D60C5A4D14EB1B5FCF548 /* RNSnackbar.xcodeproj */; - }, - { - ProductGroup = 8626C59A2258FE3B00664303 /* Products */; - ProjectRef = ABBDD4481F9A4A879DC2DA9B /* RNVectorIcons.xcodeproj */; - }, - ); projectRoot = ""; targets = ( - 13B07F861A680F5B00A75B9A /* AreThereCookies */, - 00E356ED1AD99517003FC87E /* AreThereCookiesTests */, - 2D02E47A1E0B4A5D006451C7 /* AreThereCookies-tvOS */, - 2D02E48F1E0B4A5D006451C7 /* AreThereCookies-tvOSTests */, + 13B07F861A680F5B00A75B9A /* aretherecookies */, + 00E356ED1AD99517003FC87E /* aretherecookiesTests */, + 2D02E47A1E0B4A5D006451C7 /* aretherecookies-tvOS */, + 2D02E48F1E0B4A5D006451C7 /* aretherecookies-tvOSTests */, ); }; /* End PBXProject section */ -/* Begin PBXReferenceProxy section */ - 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTActionSheet.a; - remoteRef = 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTGeolocation.a; - remoteRef = 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTImage.a; - remoteRef = 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTNetwork.a; - remoteRef = 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTVibration.a; - remoteRef = 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTSettings.a; - remoteRef = 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTWebSocket.a; - remoteRef = 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 146834041AC3E56700842450 /* libReact.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libReact.a; - remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2D16E6841FA4F8DC00B85C8A /* libfishhook.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libfishhook.a; - remoteRef = 2D16E6831FA4F8DC00B85C8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2D16E6861FA4F8DC00B85C8A /* libfishhook-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libfishhook-tvOS.a"; - remoteRef = 2D16E6851FA4F8DC00B85C8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFDF2056DD460020B375 /* libjsinspector.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libjsinspector.a; - remoteRef = 2DF0FFDE2056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libjsinspector-tvOS.a"; - remoteRef = 2DF0FFE02056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFE32056DD460020B375 /* libthird-party.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libthird-party.a"; - remoteRef = 2DF0FFE22056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFE52056DD460020B375 /* libthird-party.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libthird-party.a"; - remoteRef = 2DF0FFE42056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libdouble-conversion.a"; - remoteRef = 2DF0FFE62056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libdouble-conversion.a"; - remoteRef = 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTImage-tvOS.a"; - remoteRef = 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTLinking-tvOS.a"; - remoteRef = 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTNetwork-tvOS.a"; - remoteRef = 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTSettings-tvOS.a"; - remoteRef = 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTText-tvOS.a"; - remoteRef = 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTWebSocket-tvOS.a"; - remoteRef = 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EA31DF850E9000B6D8A /* libReact.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libReact.a; - remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EA51DF850E9000B6D8A /* libyoga.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libyoga.a; - remoteRef = 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EA71DF850E9000B6D8A /* libyoga.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libyoga.a; - remoteRef = 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libcxxreact.a; - remoteRef = 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libcxxreact.a; - remoteRef = 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTAnimation.a; - remoteRef = 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTAnimation.a; - remoteRef = 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTLinking.a; - remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 832341B51AAA6A8300B99B32 /* libRCTText.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRCTText.a; - remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 8626C59E2258FE3B00664303 /* libA0Auth0.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libA0Auth0.a; - remoteRef = 8626C59D2258FE3B00664303 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 8626C5A12258FE3B00664303 /* libAirMaps.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libAirMaps.a; - remoteRef = 8626C5A02258FE3B00664303 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 8626C5AD2258FE3B00664303 /* libRNImagePicker.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRNImagePicker.a; - remoteRef = 8626C5AC2258FE3B00664303 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 8626C5B02258FE3B00664303 /* libRNSnackbar.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRNSnackbar.a; - remoteRef = 8626C5AF2258FE3B00664303 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 8626C5B42258FE3B00664303 /* libRNVectorIcons.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libRNVectorIcons.a; - remoteRef = 8626C5B32258FE3B00664303 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 8626C5B62258FE3B00664303 /* libRNVectorIcons-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRNVectorIcons-tvOS.a"; - remoteRef = 8626C5B52258FE3B00664303 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 86DE46CC22D1044700B70CBA /* libjsi.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libjsi.a; - remoteRef = 86DE46CB22D1044700B70CBA /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 86DE46CE22D1044700B70CBA /* libjsiexecutor.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libjsiexecutor.a; - remoteRef = 86DE46CD22D1044700B70CBA /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 86DE46D022D1044700B70CBA /* libjsi-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libjsi-tvOS.a"; - remoteRef = 86DE46CF22D1044700B70CBA /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 86DE46D222D1044700B70CBA /* libjsiexecutor-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libjsiexecutor-tvOS.a"; - remoteRef = 86DE46D122D1044700B70CBA /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - /* Begin PBXResourcesBuildPhase section */ 00E356EC1AD99517003FC87E /* Resources */ = { isa = PBXResourcesBuildPhase; @@ -1367,50 +380,20 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 861EFBFC2274B81B005A103F /* FontAwesome5_Solid.ttf in Resources */, + 864B2F2E2336930000D30B44 /* Roboto-Medium.ttf in Resources */, + 864B2F2D2336930000D30B44 /* Roboto-BoldItalic.ttf in Resources */, 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, + 864B2F272336930000D30B44 /* Roboto-Italic.ttf in Resources */, + 864B2F302336930000D30B44 /* Roboto-MediumItalic.ttf in Resources */, + 864B2F2C2336930000D30B44 /* Roboto-LightItalic.ttf in Resources */, + 864B2F2A2336930000D30B44 /* Roboto-Bold.ttf in Resources */, + 864B2F2F2336930000D30B44 /* Roboto-BlackItalic.ttf in Resources */, + 864B2F292336930000D30B44 /* Roboto-Black.ttf in Resources */, + 864B2F2B2336930000D30B44 /* Roboto-Light.ttf in Resources */, + 864B2F322336930000D30B44 /* Roboto-ThinItalic.ttf in Resources */, + 864B2F282336930000D30B44 /* Roboto-Regular.ttf in Resources */, + 864B2F312336930000D30B44 /* Roboto-Thin.ttf in Resources */, 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */, - 55FDEE79293C4EFA86063F22 /* Entypo.ttf in Resources */, - 7D83C54E807D47FCBF127E23 /* EvilIcons.ttf in Resources */, - 36B20041268B4878A62CE84C /* FontAwesome.ttf in Resources */, - 63AD07B6F9C740D4BA67D619 /* Foundation.ttf in Resources */, - 861EFBF92274B81B005A103F /* AntDesign.ttf in Resources */, - 42F9AC2255DF4556AC6D7967 /* Ionicons.ttf in Resources */, - BC10DD5B7CA14D9D9C7C8041 /* MaterialCommunityIcons.ttf in Resources */, - 861EFBFA2274B81B005A103F /* Foundation.ttf in Resources */, - 861EFBFB2274B81B005A103F /* Ionicons.ttf in Resources */, - 861EFBF52274B81B005A103F /* Feather.ttf in Resources */, - 861EFBF72274B81B005A103F /* FontAwesome5_Brands.ttf in Resources */, - 861EFC022274B81B005A103F /* MaterialIcons.ttf in Resources */, - 861EFBFD2274B81B005A103F /* FontAwesome5_Regular.ttf in Resources */, - 861EFC012274B81B005A103F /* SimpleLineIcons.ttf in Resources */, - C45F4C3259C643E7A69C05D8 /* MaterialIcons.ttf in Resources */, - 861EFBFF2274B81B005A103F /* Zocial.ttf in Resources */, - 2D3494321C8A477BB5FA1C40 /* Octicons.ttf in Resources */, - 861EFC002274B81B005A103F /* EvilIcons.ttf in Resources */, - 861EFBF42274B81B005A103F /* Octicons.ttf in Resources */, - 861EFBFE2274B81B005A103F /* FontAwesome.ttf in Resources */, - 861EFBF82274B81B005A103F /* MaterialCommunityIcons.ttf in Resources */, - 761A158B50BE4290B39D8637 /* SimpleLineIcons.ttf in Resources */, - 861EFBF62274B81B005A103F /* Entypo.ttf in Resources */, - B861BE92B155457990C8500E /* Zocial.ttf in Resources */, - F1553D38922A40629C3CE271 /* AntDesign.ttf in Resources */, - E1379B5F683347CBB4906496 /* Feather.ttf in Resources */, - 1BA919979FB9491D9A9FD5B2 /* FontAwesome5_Brands.ttf in Resources */, - A0722B1992204F5B94FD38A6 /* FontAwesome5_Regular.ttf in Resources */, - 1D81FF2A34F541A29A1BBC89 /* FontAwesome5_Solid.ttf in Resources */, - D2C2690538484953B1A2F79A /* Roboto-Black.ttf in Resources */, - 21A5DFC9CE404E0FB5AE2738 /* Roboto-BlackItalic.ttf in Resources */, - 3C37B2B1682543FD95F340B4 /* Roboto-Bold.ttf in Resources */, - 8FB7992CBE064AF4A7A5A812 /* Roboto-BoldItalic.ttf in Resources */, - 859F0E069073420E9D810864 /* Roboto-Italic.ttf in Resources */, - F2620B0961574CA9A84954D6 /* Roboto-Light.ttf in Resources */, - 840DA421AD5C4037A8396890 /* Roboto-LightItalic.ttf in Resources */, - F9EB2CC891AE4139A1329A52 /* Roboto-Medium.ttf in Resources */, - A1CC54A87DDF4FADB9557E40 /* Roboto-MediumItalic.ttf in Resources */, - 50D90B6D80A04AC8ABAD6829 /* Roboto-Regular.ttf in Resources */, - 4BCAF68147A24F79A4905DC5 /* Roboto-Thin.ttf in Resources */, - 48E301A6DF864C6FA3068DA2 /* Roboto-ThinItalic.ttf in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1446,45 +429,7 @@ shellPath = /bin/sh; shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; }; - 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Bundle React Native Code And Images"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; - }; - 424F6332428A90779DE16750 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-AreThereCookies/Pods-AreThereCookies-resources.sh", - "${PODS_ROOT}/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle", - "${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle", - ); - name = "[CP] Copy Pods Resources"; - outputFileListPaths = ( - ); - outputPaths = ( - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GooglePlaces.bundle", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AreThereCookies/Pods-AreThereCookies-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - E06654CADD25E198C33CC7BD /* [CP] Check Pods Manifest.lock */ = { + 1C549CBF9E52A4D4768CE210 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -1499,13 +444,183 @@ outputFileListPaths = ( ); outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-AreThereCookies-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-aretherecookies-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; + 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Bundle React Native Code And Images"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; + }; + 5D679EA2DE63D135DADE8511 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-aretherecookies-tvOS-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 603E7DD1A971A03AF5F8B1A7 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-aretherecookies-tvOSTests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + A16F5C3E81C6933D218EDF88 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-aretherecookies/Pods-aretherecookies-resources.sh", + "${PODS_ROOT}/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle", + "${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Foundation.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf", + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GooglePlaces.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Feather.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Brands.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Regular.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Solid.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Fontisto.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Foundation.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Ionicons.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialCommunityIcons.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialIcons.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Octicons.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-aretherecookies/Pods-aretherecookies-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + F000EFB4BA9CAE58B7AABDDB /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-aretherecookiesTests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + FD10A7F022414F080027D42C /* Start Packager */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + name = "Start Packager"; + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n"; + showEnvVarsInLog = 0; + }; + FD10A7F122414F3F0027D42C /* Start Packager */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + name = "Start Packager"; + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n"; + showEnvVarsInLog = 0; + }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -1513,7 +628,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00E356F31AD99517003FC87E /* AreThereCookiesTests.m in Sources */, + 00E356F31AD99517003FC87E /* aretherecookiesTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1539,7 +654,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2DCD954D1E0B4F2C00145EB5 /* AreThereCookiesTests.m in Sources */, + 2DCD954D1E0B4F2C00145EB5 /* aretherecookiesTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1548,12 +663,12 @@ /* Begin PBXTargetDependency section */ 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 13B07F861A680F5B00A75B9A /* AreThereCookies */; + target = 13B07F861A680F5B00A75B9A /* aretherecookies */; targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; }; 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 2D02E47A1E0B4A5D006451C7 /* AreThereCookies-tvOS */; + target = 2D02E47A1E0B4A5D006451C7 /* aretherecookies-tvOS */; targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -1565,7 +680,7 @@ 13B07FB21A68108700A75B9A /* Base */, ); name = LaunchScreen.xib; - path = AreThereCookies; + path = aretherecookies; sourceTree = ""; }; /* End PBXVariantGroup section */ @@ -1573,88 +688,55 @@ /* Begin XCBuildConfiguration section */ 00E356F61AD99517003FC87E /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 16BDF95E88444554395C9619 /* Pods-aretherecookiesTests.debug.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-image-picker/ios", - "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", - "$(SRCROOT)/../node_modules/react-native-maps/lib/ios/**", - "$(SRCROOT)/../node_modules/react-native-auth0/ios", - "$(SRCROOT)/../node_modules/react-native-google-places/ios", - "$(SRCROOT)/../node_modules/react-native-snackbar/ios", - ); INFOPLIST_FILE = aretherecookiesTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); OTHER_LDFLAGS = ( "-ObjC", "-lc++", + "$(inherited)", ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AreThereCookies.app/AreThereCookies"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/aretherecookies.app/aretherecookies"; }; name = Debug; }; 00E356F71AD99517003FC87E /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = B5B76F0CFFD3FECFC296152E /* Pods-aretherecookiesTests.release.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; COPY_PHASE_STRIP = NO; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-image-picker/ios", - "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", - "$(SRCROOT)/../node_modules/react-native-maps/lib/ios/**", - "$(SRCROOT)/../node_modules/react-native-auth0/ios", - "$(SRCROOT)/../node_modules/react-native-google-places/ios", - "$(SRCROOT)/../node_modules/react-native-snackbar/ios", - ); INFOPLIST_FILE = aretherecookiesTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); OTHER_LDFLAGS = ( "-ObjC", "-lc++", + "$(inherited)", ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AreThereCookies.app/AreThereCookies"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/aretherecookies.app/aretherecookies"; }; name = Release; }; 13B07F941A680F5B00A75B9A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 44FFE9EC7CB7E38CB33D7533 /* Pods-AreThereCookies.debug.xcconfig */; + baseConfigurationReference = 5EFE6F6533996B77ED8319E1 /* Pods-aretherecookies.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = NO; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-image-picker/ios", - "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", - "$(SRCROOT)/../node_modules/react-native-maps/lib/ios/**", - "$(SRCROOT)/../node_modules/react-native-auth0/ios", - "$(SRCROOT)/../node_modules/react-native-google-places/ios", - "$(SRCROOT)/../node_modules/react-native-snackbar/ios", - ); - INFOPLIST_FILE = AreThereCookies/Info.plist; + INFOPLIST_FILE = aretherecookies/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", @@ -1662,27 +744,18 @@ "-lc++", ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = AreThereCookies; + PRODUCT_NAME = aretherecookies; VERSIONING_SYSTEM = "apple-generic"; }; name = Debug; }; 13B07F951A680F5B00A75B9A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7164AF7E77DB51BBE253F0CE /* Pods-AreThereCookies.release.xcconfig */; + baseConfigurationReference = 79D753C2DEA55DC82D3DC21E /* Pods-aretherecookies.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = 1; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-image-picker/ios", - "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", - "$(SRCROOT)/../node_modules/react-native-maps/lib/ios/**", - "$(SRCROOT)/../node_modules/react-native-auth0/ios", - "$(SRCROOT)/../node_modules/react-native-google-places/ios", - "$(SRCROOT)/../node_modules/react-native-snackbar/ios", - ); - INFOPLIST_FILE = AreThereCookies/Info.plist; + INFOPLIST_FILE = aretherecookies/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", @@ -1697,6 +770,7 @@ }; 2D02E4971E0B4A5E006451C7 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = B41CD910A4154DDECE69AF9E /* Pods-aretherecookies-tvOS.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; @@ -1707,27 +781,14 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_TESTABILITY = YES; GCC_NO_COMMON_BLOCKS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-image-picker/ios", - "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", - "$(SRCROOT)/../node_modules/react-native-maps/lib/ios/**", - "$(SRCROOT)/../node_modules/react-native-auth0/ios", - "$(SRCROOT)/../node_modules/react-native-google-places/ios", - "$(SRCROOT)/../node_modules/react-native-snackbar/ios", - ); - INFOPLIST_FILE = "AreThereCookies-tvOS/Info.plist"; + INFOPLIST_FILE = "aretherecookies-tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); OTHER_LDFLAGS = ( + "$(inherited)", "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.AreThereCookies-tvOS"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.aretherecookies-tvOS"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; TARGETED_DEVICE_FAMILY = 3; @@ -1737,6 +798,7 @@ }; 2D02E4981E0B4A5E006451C7 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = EDF48D9B600BF039DF905409 /* Pods-aretherecookies-tvOS.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; @@ -1747,27 +809,14 @@ COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_NO_COMMON_BLOCKS = YES; - HEADER_SEARCH_PATHS = ( - "$(inherited)", - "$(SRCROOT)/../node_modules/react-native-image-picker/ios", - "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager", - "$(SRCROOT)/../node_modules/react-native-maps/lib/ios/**", - "$(SRCROOT)/../node_modules/react-native-auth0/ios", - "$(SRCROOT)/../node_modules/react-native-google-places/ios", - "$(SRCROOT)/../node_modules/react-native-snackbar/ios", - ); - INFOPLIST_FILE = "AreThereCookies-tvOS/Info.plist"; + INFOPLIST_FILE = "aretherecookies-tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); OTHER_LDFLAGS = ( + "$(inherited)", "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.AreThereCookies-tvOS"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.aretherecookies-tvOS"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; TARGETED_DEVICE_FAMILY = 3; @@ -1777,6 +826,7 @@ }; 2D02E4991E0B4A5E006451C7 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = B1E3D3780A5838126F29C8D1 /* Pods-aretherecookies-tvOSTests.debug.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ANALYZER_NONNULL = YES; @@ -1786,27 +836,24 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_TESTABILITY = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "AreThereCookies-tvOSTests/Info.plist"; + INFOPLIST_FILE = "aretherecookies-tvOSTests/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); OTHER_LDFLAGS = ( + "$(inherited)", "-ObjC", "-lc++", ); PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.aretherecookies-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AreThereCookies-tvOS.app/AreThereCookies-tvOS"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/aretherecookies-tvOS.app/aretherecookies-tvOS"; TVOS_DEPLOYMENT_TARGET = 10.1; }; name = Debug; }; 2D02E49A1E0B4A5E006451C7 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 996F38314CE5C56ED0171810 /* Pods-aretherecookies-tvOSTests.release.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ANALYZER_NONNULL = YES; @@ -1816,21 +863,17 @@ COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "AreThereCookies-tvOSTests/Info.plist"; + INFOPLIST_FILE = "aretherecookies-tvOSTests/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); OTHER_LDFLAGS = ( + "$(inherited)", "-ObjC", "-lc++", ); PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.aretherecookies-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AreThereCookies-tvOS.app/AreThereCookies-tvOS"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/aretherecookies-tvOS.app/aretherecookies-tvOS"; TVOS_DEPLOYMENT_TARGET = 10.1; }; name = Release; @@ -1937,7 +980,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "AreThereCookiesTests" */ = { + 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "aretherecookiesTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 00E356F61AD99517003FC87E /* Debug */, @@ -1946,7 +989,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "AreThereCookies" */ = { + 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "aretherecookies" */ = { isa = XCConfigurationList; buildConfigurations = ( 13B07F941A680F5B00A75B9A /* Debug */, @@ -1955,7 +998,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "AreThereCookies-tvOS" */ = { + 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "aretherecookies-tvOS" */ = { isa = XCConfigurationList; buildConfigurations = ( 2D02E4971E0B4A5E006451C7 /* Debug */, @@ -1964,7 +1007,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "AreThereCookies-tvOSTests" */ = { + 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "aretherecookies-tvOSTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 2D02E4991E0B4A5E006451C7 /* Debug */, diff --git a/ios/aretherecookies.xcodeproj/xcshareddata/xcschemes/aretherecookies-tvOS.xcscheme b/ios/aretherecookies.xcodeproj/xcshareddata/xcschemes/aretherecookies-tvOS.xcscheme index 4361d5c..8a26ac9 100644 --- a/ios/aretherecookies.xcodeproj/xcshareddata/xcschemes/aretherecookies-tvOS.xcscheme +++ b/ios/aretherecookies.xcodeproj/xcshareddata/xcschemes/aretherecookies-tvOS.xcscheme @@ -29,9 +29,9 @@ + BuildableName = "aretherecookies-tvOS.app" + BlueprintName = "aretherecookies-tvOS" + ReferencedContainer = "container:aretherecookies.xcodeproj"> + BuildableName = "aretherecookies-tvOSTests.xctest" + BlueprintName = "aretherecookies-tvOSTests" + ReferencedContainer = "container:aretherecookies.xcodeproj"> @@ -61,9 +61,9 @@ + BuildableName = "aretherecookies-tvOSTests.xctest" + BlueprintName = "aretherecookies-tvOSTests" + ReferencedContainer = "container:aretherecookies.xcodeproj"> @@ -71,9 +71,9 @@ + BuildableName = "aretherecookies-tvOS.app" + BlueprintName = "aretherecookies-tvOS" + ReferencedContainer = "container:aretherecookies.xcodeproj"> @@ -94,9 +94,9 @@ + BuildableName = "aretherecookies-tvOS.app" + BlueprintName = "aretherecookies-tvOS" + ReferencedContainer = "container:aretherecookies.xcodeproj"> @@ -113,9 +113,9 @@ + BuildableName = "aretherecookies-tvOS.app" + BlueprintName = "aretherecookies-tvOS" + ReferencedContainer = "container:aretherecookies.xcodeproj"> diff --git a/ios/aretherecookies.xcodeproj/xcshareddata/xcschemes/aretherecookies.xcscheme b/ios/aretherecookies.xcodeproj/xcshareddata/xcschemes/aretherecookies.xcscheme index 88ed59b..662b391 100644 --- a/ios/aretherecookies.xcodeproj/xcshareddata/xcschemes/aretherecookies.xcscheme +++ b/ios/aretherecookies.xcodeproj/xcshareddata/xcschemes/aretherecookies.xcscheme @@ -30,7 +30,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "13B07F861A680F5B00A75B9A" BuildableName = "aretherecookies.app" - BlueprintName = "AreThereCookies" + BlueprintName = "aretherecookies" ReferencedContainer = "container:aretherecookies.xcodeproj"> @@ -43,8 +43,8 @@ @@ -61,8 +61,8 @@ @@ -72,7 +72,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "13B07F861A680F5B00A75B9A" BuildableName = "aretherecookies.app" - BlueprintName = "AreThereCookies" + BlueprintName = "aretherecookies" ReferencedContainer = "container:aretherecookies.xcodeproj"> @@ -95,7 +95,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "13B07F861A680F5B00A75B9A" BuildableName = "aretherecookies.app" - BlueprintName = "AreThereCookies" + BlueprintName = "aretherecookies" ReferencedContainer = "container:aretherecookies.xcodeproj"> @@ -114,7 +114,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "13B07F861A680F5B00A75B9A" BuildableName = "aretherecookies.app" - BlueprintName = "AreThereCookies" + BlueprintName = "aretherecookies" ReferencedContainer = "container:aretherecookies.xcodeproj"> diff --git a/ios/aretherecookies/AppDelegate.h b/ios/aretherecookies/AppDelegate.h index 2dd8d34..2726d5e 100644 --- a/ios/aretherecookies/AppDelegate.h +++ b/ios/aretherecookies/AppDelegate.h @@ -1,14 +1,12 @@ /** - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ -#import #import - -//@interface AppDelegate : UIResponder +#import @interface AppDelegate : UIResponder diff --git a/ios/aretherecookies/AppDelegate.m b/ios/aretherecookies/AppDelegate.m index 019c078..e1d8643 100644 --- a/ios/aretherecookies/AppDelegate.m +++ b/ios/aretherecookies/AppDelegate.m @@ -1,5 +1,5 @@ /** - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -7,20 +7,22 @@ #import "AppDelegate.h" +#import #import #import -#import - @import GooglePlaces; - @import GoogleMaps; +@import GooglePlaces; +@import GoogleMaps; @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions]; - RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge moduleName:@"AreThereCookies" initialProperties:nil]; - + RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge + moduleName:@"aretherecookies" + initialProperties:nil]; + rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1]; self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; @@ -28,10 +30,8 @@ rootViewController.view = rootView; self.window.rootViewController = rootViewController; [self.window makeKeyAndVisible]; - [GMSPlacesClient provideAPIKey:@"AIzaSyCZ9qD2riEctXe5gbmyWCGGsaBUf81h2PU"]; [GMSServices provideAPIKey:@"AIzaSyCZ9qD2riEctXe5gbmyWCGGsaBUf81h2PU"]; - return YES; } diff --git a/ios/aretherecookies/Base.lproj/LaunchScreen.xib b/ios/aretherecookies/Base.lproj/LaunchScreen.xib index 60581a0..126fc73 100644 --- a/ios/aretherecookies/Base.lproj/LaunchScreen.xib +++ b/ios/aretherecookies/Base.lproj/LaunchScreen.xib @@ -18,7 +18,7 @@ -