diff --git a/.gitignore b/.gitignore index 59f701c..ff6260b 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ buck-out/ # Bundle artifact *.jsbundle +ios/Pods/* diff --git a/android/app/build.gradle b/android/app/build.gradle index aa8f379..28f118d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -140,6 +140,7 @@ android { } dependencies { + compile project(':react-native-google-places') api project(':react-native-firebase') api project(':react-native-snackbar') api project(':react-native-google-places') diff --git a/android/app/src/main/java/com/aretherecookies/MainApplication.java b/android/app/src/main/java/com/aretherecookies/MainApplication.java index 767d87c..3b1f730 100644 --- a/android/app/src/main/java/com/aretherecookies/MainApplication.java +++ b/android/app/src/main/java/com/aretherecookies/MainApplication.java @@ -3,6 +3,7 @@ package com.aretherecookies; import android.app.Application; import com.facebook.react.ReactApplication; +import com.arttitude360.reactnative.rngoogleplaces.RNGooglePlacesPackage; import com.azendoo.reactnativesnackbar.SnackbarPackage; import com.arttitude360.reactnative.rngoogleplaces.RNGooglePlacesPackage; import com.auth0.react.A0Auth0Package; @@ -32,6 +33,7 @@ public class MainApplication extends Application implements ReactApplication { protected List getPackages() { return Arrays.asList( new MainReactPackage(), + new RNGooglePlacesPackage(), new RNFirebasePackage(), new RNFirebaseCrashlyticsPackage(), new SnackbarPackage(), diff --git a/android/settings.gradle b/android/settings.gradle index 104d2e0..4a6f15d 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -1,4 +1,6 @@ rootProject.name = 'AreThereCookies' +include ':react-native-google-places' +project(':react-native-google-places').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-google-places/android') include ':react-native-firebase' project(':react-native-firebase').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-firebase/android') include ':react-native-snackbar' diff --git a/index.ios.js b/index.ios.js index a23819b..cc16bf1 100644 --- a/index.ios.js +++ b/index.ios.js @@ -1,53 +1,68 @@ -/** - * Sample React Native App - * https://github.com/facebook/react-native - * @flow - */ +// /** +// * Sample React Native App +// * https://github.com/facebook/react-native +// * @flow +// */ + +// import React, { Component } from 'react'; +// import { +// AppRegistry, +// StyleSheet, +// Text, +// View +// } from 'react-native'; + +// export default class AreThereCookies extends Component { +// render() { +// return ( +// +// +// Welcome to React Native! +// +// +// To get started, edit index.ios.js +// +// +// Press Cmd+R to reload,{'\n'} +// Cmd+D or shake for dev menu +// +// +// ); +// } +// } + +// const styles = StyleSheet.create({ +// container: { +// flex: 1, +// justifyContent: 'center', +// alignItems: 'center', +// backgroundColor: '#F5FCFF', +// }, +// welcome: { +// fontSize: 20, +// textAlign: 'center', +// margin: 10, +// }, +// instructions: { +// textAlign: 'center', +// color: '#333333', +// marginBottom: 5, +// }, +// }); + +// AppRegistry.registerComponent('AreThereCookies', () => AreThereCookies); import React, { Component } from 'react'; -import { - AppRegistry, - StyleSheet, - Text, - View -} from 'react-native'; +import { AppRegistry, UIManager, Text, View } from 'react-native'; -export default class AreThereCookies extends Component { +// UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true); + +class Dummy extends Component { render() { - return ( - - - Welcome to React Native! - - - To get started, edit index.ios.js - - - Press Cmd+R to reload,{'\n'} - Cmd+D or shake for dev menu - - - ); + return Aretherecookies? } } -const styles = StyleSheet.create({ - container: { - flex: 1, - justifyContent: 'center', - alignItems: 'center', - backgroundColor: '#F5FCFF', - }, - welcome: { - fontSize: 20, - textAlign: 'center', - margin: 10, - }, - instructions: { - textAlign: 'center', - color: '#333333', - marginBottom: 5, - }, -}); +AppRegistry.registerComponent('AreThereCookies', () => Dummy); + -AppRegistry.registerComponent('AreThereCookies', () => AreThereCookies); diff --git a/ios/Podfile b/ios/Podfile new file mode 100644 index 0000000..822d696 --- /dev/null +++ b/ios/Podfile @@ -0,0 +1,20 @@ +# Uncomment the next line to define a global platform for your project +# platform :ios, '9.0' + +source 'https://github.com/CocoaPods/Specs.git' + +target 'AreThereCookies' do + # Uncomment the next line if you're using Swift or would like to use dynamic frameworks + # use_frameworks! + + # Pods for AreThereCookies + pod 'GooglePlaces', '~> 2.7' + pod 'GoogleMaps', '~> 2.7' + pod 'GooglePlacePicker', '~> 2.7' + + target 'AreThereCookiesTests' do + inherit! :search_paths + # Pods for testing + end + +end diff --git a/ios/Podfile.lock b/ios/Podfile.lock new file mode 100644 index 0000000..ef39e70 --- /dev/null +++ b/ios/Podfile.lock @@ -0,0 +1,31 @@ +PODS: + - GoogleMaps (2.7.0): + - GoogleMaps/Maps (= 2.7.0) + - GoogleMaps/Base (2.7.0) + - GoogleMaps/Maps (2.7.0): + - GoogleMaps/Base + - GooglePlacePicker (2.7.0): + - GoogleMaps (= 2.7.0) + - GooglePlaces (= 2.7.0) + - GooglePlaces (2.7.0): + - GoogleMaps/Base (= 2.7.0) + +DEPENDENCIES: + - GoogleMaps (~> 2.7) + - GooglePlacePicker (~> 2.7) + - GooglePlaces (~> 2.7) + +SPEC REPOS: + https://github.com/cocoapods/specs.git: + - GoogleMaps + - GooglePlacePicker + - GooglePlaces + +SPEC CHECKSUMS: + GoogleMaps: f79af95cb24d869457b1f961c93d3ce8b2f3b848 + GooglePlacePicker: 59ea44db173c58486ad6123993e81feefcbce9c3 + GooglePlaces: 3d06e6c99654545b4738ce49648745779c25f2ef + +PODFILE CHECKSUM: cfd1de49b9cdf4af5bee4d0d1efbe8acf784251b + +COCOAPODS: 1.6.1 diff --git a/ios/aretherecookies.xcodeproj/project.pbxproj b/ios/aretherecookies.xcodeproj/project.pbxproj index 132a852..5f17dbf 100644 --- a/ios/aretherecookies.xcodeproj/project.pbxproj +++ b/ios/aretherecookies.xcodeproj/project.pbxproj @@ -5,14 +5,18 @@ }; objectVersion = 46; objects = { + /* Begin PBXBuildFile section */ 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; }; 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 */; }; + 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 */; }; + 1242B1F0F0FB4315B5CADEC5 /* libRCTImageResizer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E3D55C0169946DB80AA27E5 /* libRCTImageResizer.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 */; }; @@ -33,31 +37,44 @@ 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 */; }; - 2DCD954D1E0B4F2C00145EB5 /* aretherecookiesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* aretherecookiesTests.m */; }; + 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 */; }; - 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; }; - 6D42E5626E694AD8B2E1F392 /* libRNImagePicker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B39ECE2FC3546CDBD026A5B /* libRNImagePicker.a */; }; - 0BB615C49CCD433DA593C478 /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BFB7419F05149A0AA3B5196 /* libRNVectorIcons.a */; }; - 55FDEE79293C4EFA86063F22 /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 4D75338FE719450A97754019 /* Entypo.ttf */; }; - 7D83C54E807D47FCBF127E23 /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 53F298ED1335413584C3533A /* EvilIcons.ttf */; }; 36B20041268B4878A62CE84C /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FF328AF2E4504AAD81574332 /* FontAwesome.ttf */; }; - 63AD07B6F9C740D4BA67D619 /* Foundation.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3BA6445F50EA4148970391C2 /* Foundation.ttf */; }; + 41336C05F4C3070C3BFEB48E /* libPods-AreThereCookiesTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 55ABFF2364564CD64DBF6BB5 /* libPods-AreThereCookiesTests.a */; }; + 417D040493BD1950B68C01DD /* libPods-AreThereCookies.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D47EBABC8CF468100A3AE407 /* libPods-AreThereCookies.a */; }; 42F9AC2255DF4556AC6D7967 /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 39E5D242E4F44F41AB357CFE /* Ionicons.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 */; }; + 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 */; }; + 9EC2D5A4B51B408C897B1BD3 /* libRNSnackbar.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E1417884DC3F4C11A7738305 /* libRNSnackbar.a */; }; + 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 */; }; - 2D3494321C8A477BB5FA1C40 /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 58F3E8D932CA42CCBE826FCC /* Octicons.ttf */; }; - 761A158B50BE4290B39D8637 /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 28807711BA664F9EB49B3B76 /* SimpleLineIcons.ttf */; }; - B861BE92B155457990C8500E /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = D53B3F694EB44AC8B196FE53 /* Zocial.ttf */; }; - 58AA5BD96D1F473CAF1D0297 /* libAirMaps.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 484774914A724BB18F8CBAC7 /* libAirMaps.a */; }; - 1242B1F0F0FB4315B5CADEC5 /* libRCTImageResizer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E3D55C0169946DB80AA27E5 /* libRCTImageResizer.a */; }; - 1BD2BAB0FAA749D0B304C4C8 /* libRNGoogleSignin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B9FE98739524051A7B75613 /* libRNGoogleSignin.a */; }; - 5AAA204F998B478B8817CB33 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E8312BB21594022857FE94F /* libz.tbd */; }; - EA087CEA76394C3DB637FCA4 /* SafariServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A166D2AEF7429D9D52FF2D /* SafariServices.framework */; }; - A1CF0A85A34940CDA949E850 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 840A8631BCFC4F9E8370035F /* SystemConfiguration.framework */; }; - 029B651D0B0E4AE3837F4281 /* AddressBook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8F9368F722A4808842C3802 /* AddressBook.framework */; }; - 5F2AA8F2235A4CD68207EAB7 /* libA0Auth0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 55BE16B9C73846718D1F0095 /* libA0Auth0.a */; }; E1F8FA2ADF4A4EC396C4AFE1 /* libRNGooglePlaces.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A7AD62EB06284B498A5E9460 /* libRNGooglePlaces.a */; }; - 9EC2D5A4B51B408C897B1BD3 /* libRNSnackbar.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E1417884DC3F4C11A7738305 /* libRNSnackbar.a */; }; + EA087CEA76394C3DB637FCA4 /* SafariServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84A166D2AEF7429D9D52FF2D /* SafariServices.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -131,13 +148,6 @@ remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7; remoteInfo = "AreThereCookies-tvOS"; }; - 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = ADD01A681E09402E00F6D226; - remoteInfo = "RCTBlob-tvOS"; - }; 2D16E6831FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; @@ -327,6 +337,62 @@ 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; + }; + 8626C5A32258FE3B00664303 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = AD5CC2AA6AA04DC680DF530F /* RCTImageResizer.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 5D72D2E81C16249000E22EC1; + remoteInfo = RCTImageResizer; + }; + 8626C5A62258FE3B00664303 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 6A1C7332790C45828F29BB89 /* RNGooglePlaces.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 134814201AA4EA6300B7C361; + remoteInfo = RNGooglePlaces; + }; + 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"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -349,42 +415,61 @@ 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 = ""; }; - 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; }; + 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 = ""; }; + 1E3D55C0169946DB80AA27E5 /* libRCTImageResizer.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRCTImageResizer.a; 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; }; + 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 = ""; }; + 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; }; + 321F99EEE9DC7515AB9BBEF9 /* 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 = ""; }; + 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 = ""; }; + 55ABFF2364564CD64DBF6BB5 /* libPods-AreThereCookiesTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AreThereCookiesTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 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 = ""; }; + 6A1C7332790C45828F29BB89 /* RNGooglePlaces.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNGooglePlaces.xcodeproj; path = "../node_modules/react-native-google-places/ios/RNGooglePlaces.xcodeproj"; 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 = ""; }; + 71F6040C4B33CB1CF7754D52 /* 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 = ""; }; 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = ""; }; 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = ""; }; - 1CDCCD20971D43E3A647B5AA /* RNImagePicker.xcodeproj */ = {isa = PBXFileReference; name = "RNImagePicker.xcodeproj"; path = "../node_modules/react-native-image-picker/ios/RNImagePicker.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - 4B39ECE2FC3546CDBD026A5B /* libRNImagePicker.a */ = {isa = PBXFileReference; name = "libRNImagePicker.a"; path = "libRNImagePicker.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; - ABBDD4481F9A4A879DC2DA9B /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; name = "RNVectorIcons.xcodeproj"; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - 5BFB7419F05149A0AA3B5196 /* libRNVectorIcons.a */ = {isa = PBXFileReference; name = "libRNVectorIcons.a"; path = "libRNVectorIcons.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; - 4D75338FE719450A97754019 /* Entypo.ttf */ = {isa = PBXFileReference; name = "Entypo.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; - 53F298ED1335413584C3533A /* EvilIcons.ttf */ = {isa = PBXFileReference; name = "EvilIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; - FF328AF2E4504AAD81574332 /* FontAwesome.ttf */ = {isa = PBXFileReference; name = "FontAwesome.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; - 3BA6445F50EA4148970391C2 /* Foundation.ttf */ = {isa = PBXFileReference; name = "Foundation.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; - 39E5D242E4F44F41AB357CFE /* Ionicons.ttf */ = {isa = PBXFileReference; name = "Ionicons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; - 452874387CAA42D7B120E03E /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; name = "MaterialCommunityIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; - C547107D34794AD7B535271C /* MaterialIcons.ttf */ = {isa = PBXFileReference; name = "MaterialIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; - 58F3E8D932CA42CCBE826FCC /* Octicons.ttf */ = {isa = PBXFileReference; name = "Octicons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; - 28807711BA664F9EB49B3B76 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; name = "SimpleLineIcons.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; - D53B3F694EB44AC8B196FE53 /* Zocial.ttf */ = {isa = PBXFileReference; name = "Zocial.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; - CA8120963AF94E0FB384289D /* AirMaps.xcodeproj */ = {isa = PBXFileReference; name = "AirMaps.xcodeproj"; path = "../node_modules/react-native-maps/lib/ios/AirMaps.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - 484774914A724BB18F8CBAC7 /* libAirMaps.a */ = {isa = PBXFileReference; name = "libAirMaps.a"; path = "libAirMaps.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; - AD5CC2AA6AA04DC680DF530F /* RCTImageResizer.xcodeproj */ = {isa = PBXFileReference; name = "RCTImageResizer.xcodeproj"; path = "../node_modules/react-native-image-resizer/ios/RCTImageResizer.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - 1E3D55C0169946DB80AA27E5 /* libRCTImageResizer.a */ = {isa = PBXFileReference; name = "libRCTImageResizer.a"; path = "libRCTImageResizer.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; - 1E238A9449A24833B6FEAEFE /* RNGoogleSignin.xcodeproj */ = {isa = PBXFileReference; name = "RNGoogleSignin.xcodeproj"; path = "../node_modules/react-native-google-signin/ios/RNGoogleSignin.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - 7B9FE98739524051A7B75613 /* libRNGoogleSignin.a */ = {isa = PBXFileReference; name = "libRNGoogleSignin.a"; path = "libRNGoogleSignin.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; - 1E8312BB21594022857FE94F /* libz.tbd */ = {isa = PBXFileReference; name = "libz.tbd"; path = "usr/lib/libz.tbd"; sourceTree = SDKROOT; fileEncoding = undefined; lastKnownFileType = sourcecode.text-based-dylib-definition; explicitFileType = undefined; includeInIndex = 0; }; - 84A166D2AEF7429D9D52FF2D /* SafariServices.framework */ = {isa = PBXFileReference; name = "SafariServices.framework"; path = "System/Library/Frameworks/SafariServices.framework"; sourceTree = SDKROOT; fileEncoding = undefined; lastKnownFileType = wrapper.framework; explicitFileType = undefined; includeInIndex = 0; }; - 840A8631BCFC4F9E8370035F /* SystemConfiguration.framework */ = {isa = PBXFileReference; name = "SystemConfiguration.framework"; path = "System/Library/Frameworks/SystemConfiguration.framework"; sourceTree = SDKROOT; fileEncoding = undefined; lastKnownFileType = wrapper.framework; explicitFileType = undefined; includeInIndex = 0; }; - F8F9368F722A4808842C3802 /* AddressBook.framework */ = {isa = PBXFileReference; name = "AddressBook.framework"; path = "System/Library/Frameworks/AddressBook.framework"; sourceTree = SDKROOT; fileEncoding = undefined; lastKnownFileType = wrapper.framework; explicitFileType = undefined; includeInIndex = 0; }; - 40366698AD0243C08C474E18 /* A0Auth0.xcodeproj */ = {isa = PBXFileReference; name = "A0Auth0.xcodeproj"; path = "../node_modules/react-native-auth0/ios/A0Auth0.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - 55BE16B9C73846718D1F0095 /* libA0Auth0.a */ = {isa = PBXFileReference; name = "libA0Auth0.a"; path = "libA0Auth0.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; - 6A1C7332790C45828F29BB89 /* RNGooglePlaces.xcodeproj */ = {isa = PBXFileReference; name = "RNGooglePlaces.xcodeproj"; path = "../node_modules/react-native-google-places/ios/RNGooglePlaces.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - A7AD62EB06284B498A5E9460 /* libRNGooglePlaces.a */ = {isa = PBXFileReference; name = "libRNGooglePlaces.a"; path = "libRNGooglePlaces.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; - C68D60C5A4D14EB1B5FCF548 /* RNSnackbar.xcodeproj */ = {isa = PBXFileReference; name = "RNSnackbar.xcodeproj"; path = "../node_modules/react-native-snackbar/ios/RNSnackbar.xcodeproj"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; - E1417884DC3F4C11A7738305 /* libRNSnackbar.a */ = {isa = PBXFileReference; name = "libRNSnackbar.a"; path = "libRNSnackbar.a"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; + 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 = ""; }; + A7AD62EB06284B498A5E9460 /* libRNGooglePlaces.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNGooglePlaces.a; 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 = ""; }; + AD5CC2AA6AA04DC680DF530F /* RCTImageResizer.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RCTImageResizer.xcodeproj; path = "../node_modules/react-native-image-resizer/ios/RCTImageResizer.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 = ""; }; + 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 = ""; }; + 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 = ""; }; + 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 = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -393,6 +478,7 @@ buildActionMask = 2147483647; files = ( 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */, + 41336C05F4C3070C3BFEB48E /* libPods-AreThereCookiesTests.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -400,7 +486,6 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */, 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */, 146834051AC3E58100842450 /* libReact.a in Frameworks */, 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */, @@ -416,7 +501,6 @@ 0BB615C49CCD433DA593C478 /* libRNVectorIcons.a in Frameworks */, 58AA5BD96D1F473CAF1D0297 /* libAirMaps.a in Frameworks */, 1242B1F0F0FB4315B5CADEC5 /* libRCTImageResizer.a in Frameworks */, - 1BD2BAB0FAA749D0B304C4C8 /* libRNGoogleSignin.a in Frameworks */, 5AAA204F998B478B8817CB33 /* libz.tbd in Frameworks */, EA087CEA76394C3DB637FCA4 /* SafariServices.framework in Frameworks */, A1CF0A85A34940CDA949E850 /* SystemConfiguration.framework in Frameworks */, @@ -424,6 +508,7 @@ 5F2AA8F2235A4CD68207EAB7 /* libA0Auth0.a in Frameworks */, E1F8FA2ADF4A4EC396C4AFE1 /* libRNGooglePlaces.a in Frameworks */, 9EC2D5A4B51B408C897B1BD3 /* libRNSnackbar.a in Frameworks */, + 417D040493BD1950B68C01DD /* libPods-AreThereCookies.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -535,6 +620,7 @@ 13B07FAE1A68108700A75B9A /* AreThereCookies */ = { isa = PBXGroup; children = ( + 861EFBE42274B81B005A103F /* Fonts */, 008F07F21AC5B25A0029DE68 /* main.jsbundle */, 13B07FAF1A68108700A75B9A /* AppDelegate.h */, 13B07FB01A68108700A75B9A /* AppDelegate.m */, @@ -573,6 +659,8 @@ isa = PBXGroup; children = ( 2D16E6891FA4F8E400B85C8A /* libReact.a */, + D47EBABC8CF468100A3AE407 /* libPods-AreThereCookies.a */, + 55ABFF2364564CD64DBF6BB5 /* libPods-AreThereCookiesTests.a */, ); name = Frameworks; sourceTree = ""; @@ -613,7 +701,6 @@ ABBDD4481F9A4A879DC2DA9B /* RNVectorIcons.xcodeproj */, CA8120963AF94E0FB384289D /* AirMaps.xcodeproj */, AD5CC2AA6AA04DC680DF530F /* RCTImageResizer.xcodeproj */, - 1E238A9449A24833B6FEAEFE /* RNGoogleSignin.xcodeproj */, 40366698AD0243C08C474E18 /* A0Auth0.xcodeproj */, 6A1C7332790C45828F29BB89 /* RNGooglePlaces.xcodeproj */, C68D60C5A4D14EB1B5FCF548 /* RNSnackbar.xcodeproj */, @@ -638,6 +725,8 @@ 00E356EF1AD99517003FC87E /* AreThereCookiesTests */, 83CBBA001A601CBA00E9B192 /* Products */, 2D16E6871FA4F8E400B85C8A /* Frameworks */, + 8626C5682258FE3900664303 /* Recovered References */, + B0A1BA1AC1EBB3B69ACEFD8E /* Pods */, ); indentWidth = 2; sourceTree = ""; @@ -648,15 +737,49 @@ children = ( 13B07F961A680F5B00A75B9A /* AreThereCookies.app */, 00E356EE1AD99517003FC87E /* AreThereCookiesTests.xctest */, - 2D02E47B1E0B4A5D006451C7 /* AreThereCookies-tvOS.app */, - 2D02E4901E0B4A5D006451C7 /* AreThereCookies-tvOSTests.xctest */, + 2D02E47B1E0B4A5D006451C7 /* aretherecookies-tvOS.app */, + 2D02E4901E0B4A5D006451C7 /* aretherecookies-tvOSTests.xctest */, ); name = Products; sourceTree = ""; }; - F290692D4B774D01965F45E6 /* Resources */ = { + 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 */, + 1E3D55C0169946DB80AA27E5 /* libRCTImageResizer.a */, + 1E8312BB21594022857FE94F /* libz.tbd */, + 84A166D2AEF7429D9D52FF2D /* SafariServices.framework */, + 840A8631BCFC4F9E8370035F /* SystemConfiguration.framework */, + F8F9368F722A4808842C3802 /* AddressBook.framework */, + 55BE16B9C73846718D1F0095 /* libA0Auth0.a */, + A7AD62EB06284B498A5E9460 /* libRNGooglePlaces.a */, + E1417884DC3F4C11A7738305 /* libRNSnackbar.a */, 4D75338FE719450A97754019 /* Entypo.ttf */, 53F298ED1335413584C3533A /* EvilIcons.ttf */, FF328AF2E4504AAD81574332 /* FontAwesome.ttf */, @@ -667,23 +790,76 @@ 58F3E8D932CA42CCBE826FCC /* Octicons.ttf */, 28807711BA664F9EB49B3B76 /* SimpleLineIcons.ttf */, D53B3F694EB44AC8B196FE53 /* Zocial.ttf */, - ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */, - 2D16E6721FA4F8DC00B85C8A /* libRCTBlob-tvOS.a */, ); - name = Resources; - path = ""; + name = "Recovered References"; sourceTree = ""; }; - F6DB65FE660B40C988028B84 /* Frameworks */ = { + 8626C58C2258FE3B00664303 /* Products */ = { isa = PBXGroup; children = ( - 1E8312BB21594022857FE94F /* libz.tbd */, - 84A166D2AEF7429D9D52FF2D /* SafariServices.framework */, - 840A8631BCFC4F9E8370035F /* SystemConfiguration.framework */, - F8F9368F722A4808842C3802 /* AddressBook.framework */, + 8626C5A12258FE3B00664303 /* libAirMaps.a */, ); - name = Frameworks; - path = ""; + name = Products; + sourceTree = ""; + }; + 8626C58E2258FE3B00664303 /* Products */ = { + isa = PBXGroup; + children = ( + 8626C59E2258FE3B00664303 /* libA0Auth0.a */, + ); + name = Products; + sourceTree = ""; + }; + 8626C5902258FE3B00664303 /* Products */ = { + isa = PBXGroup; + children = ( + 8626C5A72258FE3B00664303 /* libRNGooglePlaces.a */, + ); + name = Products; + sourceTree = ""; + }; + 8626C5942258FE3B00664303 /* Products */ = { + isa = PBXGroup; + children = ( + 8626C5B02258FE3B00664303 /* libRNSnackbar.a */, + ); + name = Products; + sourceTree = ""; + }; + 8626C5962258FE3B00664303 /* Products */ = { + isa = PBXGroup; + children = ( + 8626C5A42258FE3B00664303 /* libRCTImageResizer.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 */, + 71F6040C4B33CB1CF7754D52 /* Pods-AreThereCookiesTests.debug.xcconfig */, + 321F99EEE9DC7515AB9BBEF9 /* Pods-AreThereCookiesTests.release.xcconfig */, + ); + path = Pods; sourceTree = ""; }; /* End PBXGroup section */ @@ -693,6 +869,7 @@ isa = PBXNativeTarget; buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "AreThereCookiesTests" */; buildPhases = ( + 6AD6EC0CC61071A66DB649AC /* [CP] Check Pods Manifest.lock */, 00E356EA1AD99517003FC87E /* Sources */, 00E356EB1AD99517003FC87E /* Frameworks */, 00E356EC1AD99517003FC87E /* Resources */, @@ -711,10 +888,12 @@ isa = PBXNativeTarget; buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "AreThereCookies" */; buildPhases = ( + E06654CADD25E198C33CC7BD /* [CP] Check Pods Manifest.lock */, 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C1A680F5B00A75B9A /* Frameworks */, 13B07F8E1A680F5B00A75B9A /* Resources */, 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, + 424F6332428A90779DE16750 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -740,7 +919,7 @@ ); name = "AreThereCookies-tvOS"; productName = "AreThereCookies-tvOS"; - productReference = 2D02E47B1E0B4A5D006451C7 /* AreThereCookies-tvOS.app */; + productReference = 2D02E47B1E0B4A5D006451C7 /* aretherecookies-tvOS.app */; productType = "com.apple.product-type.application"; }; 2D02E48F1E0B4A5D006451C7 /* AreThereCookies-tvOSTests */ = { @@ -758,7 +937,7 @@ ); name = "AreThereCookies-tvOSTests"; productName = "AreThereCookies-tvOSTests"; - productReference = 2D02E4901E0B4A5D006451C7 /* AreThereCookies-tvOSTests.xctest */; + productReference = 2D02E4901E0B4A5D006451C7 /* aretherecookies-tvOSTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ @@ -785,7 +964,7 @@ }; }; }; - buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "AreThereCookies" */; + buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "aretherecookies" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; @@ -797,6 +976,14 @@ 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 */; @@ -813,6 +1000,10 @@ ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */; ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; }, + { + ProductGroup = 8626C5962258FE3B00664303 /* Products */; + ProjectRef = AD5CC2AA6AA04DC680DF530F /* RCTImageResizer.xcodeproj */; + }, { ProductGroup = 78C398B11ACF4ADC00677621 /* Products */; ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; @@ -841,6 +1032,22 @@ ProductGroup = 146834001AC3E56700842450 /* Products */; ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */; }, + { + ProductGroup = 8626C5902258FE3B00664303 /* Products */; + ProjectRef = 6A1C7332790C45828F29BB89 /* RNGooglePlaces.xcodeproj */; + }, + { + ProductGroup = 8626C5982258FE3B00664303 /* Products */; + ProjectRef = 1CDCCD20971D43E3A647B5AA /* RNImagePicker.xcodeproj */; + }, + { + ProductGroup = 8626C5942258FE3B00664303 /* Products */; + ProjectRef = C68D60C5A4D14EB1B5FCF548 /* RNSnackbar.xcodeproj */; + }, + { + ProductGroup = 8626C59A2258FE3B00664303 /* Products */; + ProjectRef = ABBDD4481F9A4A879DC2DA9B /* RNVectorIcons.xcodeproj */; + }, ); projectRoot = ""; targets = ( @@ -909,13 +1116,6 @@ remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D16E6721FA4F8DC00B85C8A /* libRCTBlob-tvOS.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = "libRCTBlob-tvOS.a"; - remoteRef = 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; 2D16E6841FA4F8DC00B85C8A /* libfishhook.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; @@ -1105,6 +1305,62 @@ 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; + }; + 8626C5A42258FE3B00664303 /* libRCTImageResizer.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTImageResizer.a; + remoteRef = 8626C5A32258FE3B00664303 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 8626C5A72258FE3B00664303 /* libRNGooglePlaces.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRNGooglePlaces.a; + remoteRef = 8626C5A62258FE3B00664303 /* 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; + }; /* End PBXReferenceProxy section */ /* Begin PBXResourcesBuildPhase section */ @@ -1119,17 +1375,32 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 861EFBFC2274B81B005A103F /* FontAwesome5_Solid.ttf in Resources */, 13B07FBF1A68108700A75B9A /* Images.xcassets 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 */, ); runOnlyForDeploymentPostprocessing = 0; @@ -1164,7 +1435,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.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; @@ -1178,7 +1449,77 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.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}/GooglePlacePicker/Frameworks/GooglePlacePicker.framework/Resources/GooglePlacePicker.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}/GooglePlacePicker.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; + }; + 6AD6EC0CC61071A66DB649AC /* [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; + }; + E06654CADD25E198C33CC7BD /* [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-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; }; /* End PBXShellScriptBuildPhase section */ @@ -1247,15 +1588,31 @@ /* Begin XCBuildConfiguration section */ 00E356F61AD99517003FC87E /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 71F6040C4B33CB1CF7754D52 /* 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-image-resizer/ios/RCTImageResizer", + "$(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++", @@ -1263,33 +1620,33 @@ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AreThereCookies.app/AreThereCookies"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - 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-image-resizer/ios/RCTImageResizer", - "$(SRCROOT)/../node_modules/react-native-google-signin/ios/RNGoogleSignin/**", - "$(SRCROOT)/../node_modules/react-native-auth0/ios", - "$(SRCROOT)/../node_modules/react-native-google-places/ios", - "$(SRCROOT)/../node_modules/react-native-snackbar/ios", - ); }; name = Debug; }; 00E356F71AD99517003FC87E /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 321F99EEE9DC7515AB9BBEF9 /* 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-image-resizer/ios/RCTImageResizer", + "$(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++", @@ -1297,31 +1654,26 @@ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AreThereCookies.app/AreThereCookies"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); + }; + name = Release; + }; + 13B07F941A680F5B00A75B9A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 44FFE9EC7CB7E38CB33D7533 /* 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-image-resizer/ios/RCTImageResizer", - "$(SRCROOT)/../node_modules/react-native-google-signin/ios/RNGoogleSignin/**", "$(SRCROOT)/../node_modules/react-native-auth0/ios", "$(SRCROOT)/../node_modules/react-native-google-places/ios", "$(SRCROOT)/../node_modules/react-native-snackbar/ios", ); - }; - name = Release; - }; - 13B07F941A680F5B00A75B9A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 1; - DEAD_CODE_STRIPPING = NO; INFOPLIST_FILE = AreThereCookies/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( @@ -1329,28 +1681,28 @@ "-ObjC", "-lc++", ); - PRODUCT_NAME = AreThereCookies; PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = AreThereCookies; VERSIONING_SYSTEM = "apple-generic"; + }; + name = Debug; + }; + 13B07F951A680F5B00A75B9A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7164AF7E77DB51BBE253F0CE /* 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-image-resizer/ios/RCTImageResizer", - "$(SRCROOT)/../node_modules/react-native-google-signin/ios/RNGoogleSignin/**", "$(SRCROOT)/../node_modules/react-native-auth0/ios", "$(SRCROOT)/../node_modules/react-native-google-places/ios", "$(SRCROOT)/../node_modules/react-native-snackbar/ios", ); - }; - name = Debug; - }; - 13B07F951A680F5B00A75B9A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 1; INFOPLIST_FILE = AreThereCookies/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( @@ -1361,17 +1713,6 @@ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = aretherecookies; VERSIONING_SYSTEM = "apple-generic"; - 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-image-resizer/ios/RCTImageResizer", - "$(SRCROOT)/../node_modules/react-native-google-signin/ios/RNGoogleSignin/**", - "$(SRCROOT)/../node_modules/react-native-auth0/ios", - "$(SRCROOT)/../node_modules/react-native-google-places/ios", - "$(SRCROOT)/../node_modules/react-native-snackbar/ios", - ); }; name = Release; }; @@ -1387,8 +1728,23 @@ 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-image-resizer/ios/RCTImageResizer", + "$(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"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/$(TARGET_NAME)\"", + "\"$(SRCROOT)/$(TARGET_NAME)\"", + ); OTHER_LDFLAGS = ( "-ObjC", "-lc++", @@ -1398,22 +1754,6 @@ SDKROOT = appletvos; TARGETED_DEVICE_FAMILY = 3; TVOS_DEPLOYMENT_TARGET = 9.2; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - 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-image-resizer/ios/RCTImageResizer", - "$(SRCROOT)/../node_modules/react-native-google-signin/ios/RNGoogleSignin/**", - "$(SRCROOT)/../node_modules/react-native-auth0/ios", - "$(SRCROOT)/../node_modules/react-native-google-places/ios", - "$(SRCROOT)/../node_modules/react-native-snackbar/ios", - ); }; name = Debug; }; @@ -1429,8 +1769,23 @@ 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-image-resizer/ios/RCTImageResizer", + "$(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"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/$(TARGET_NAME)\"", + "\"$(SRCROOT)/$(TARGET_NAME)\"", + ); OTHER_LDFLAGS = ( "-ObjC", "-lc++", @@ -1440,22 +1795,6 @@ SDKROOT = appletvos; TARGETED_DEVICE_FAMILY = 3; TVOS_DEPLOYMENT_TARGET = 9.2; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); - 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-image-resizer/ios/RCTImageResizer", - "$(SRCROOT)/../node_modules/react-native-google-signin/ios/RNGoogleSignin/**", - "$(SRCROOT)/../node_modules/react-native-auth0/ios", - "$(SRCROOT)/../node_modules/react-native-google-places/ios", - "$(SRCROOT)/../node_modules/react-native-snackbar/ios", - ); }; name = Release; }; @@ -1472,6 +1811,11 @@ GCC_NO_COMMON_BLOCKS = YES; 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 = ( "-ObjC", "-lc++", @@ -1481,11 +1825,6 @@ SDKROOT = appletvos; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AreThereCookies-tvOS.app/AreThereCookies-tvOS"; TVOS_DEPLOYMENT_TARGET = 10.1; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); }; name = Debug; }; @@ -1502,6 +1841,11 @@ GCC_NO_COMMON_BLOCKS = YES; 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 = ( "-ObjC", "-lc++", @@ -1511,11 +1855,6 @@ SDKROOT = appletvos; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AreThereCookies-tvOS.app/AreThereCookies-tvOS"; TVOS_DEPLOYMENT_TARGET = 10.1; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - "\"$(SRCROOT)/$(TARGET_NAME)\"", - ); }; name = Release; }; @@ -1657,7 +1996,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "AreThereCookies" */ = { + 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "aretherecookies" */ = { isa = XCConfigurationList; buildConfigurations = ( 83CBBA201A601CBA00E9B192 /* Debug */, diff --git a/ios/aretherecookies.xcodeproj/xcshareddata/xcschemes/aretherecookies.xcscheme b/ios/aretherecookies.xcodeproj/xcshareddata/xcschemes/aretherecookies.xcscheme index 53f295c..88ed59b 100644 --- a/ios/aretherecookies.xcodeproj/xcshareddata/xcschemes/aretherecookies.xcscheme +++ b/ios/aretherecookies.xcodeproj/xcshareddata/xcschemes/aretherecookies.xcscheme @@ -29,9 +29,9 @@ + ReferencedContainer = "container:aretherecookies.xcodeproj"> + ReferencedContainer = "container:aretherecookies.xcodeproj"> @@ -63,7 +63,7 @@ BlueprintIdentifier = "00E356ED1AD99517003FC87E" BuildableName = "AreThereCookiesTests.xctest" BlueprintName = "AreThereCookiesTests" - ReferencedContainer = "container:AreThereCookies.xcodeproj"> + ReferencedContainer = "container:aretherecookies.xcodeproj"> @@ -71,9 +71,9 @@ + ReferencedContainer = "container:aretherecookies.xcodeproj"> @@ -94,9 +94,9 @@ + ReferencedContainer = "container:aretherecookies.xcodeproj"> @@ -113,9 +113,9 @@ + ReferencedContainer = "container:aretherecookies.xcodeproj"> diff --git a/ios/aretherecookies.xcworkspace/contents.xcworkspacedata b/ios/aretherecookies.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..9bbfce4 --- /dev/null +++ b/ios/aretherecookies.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/ios/aretherecookies.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/aretherecookies.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/ios/aretherecookies.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/ios/aretherecookies/AppDelegate.m b/ios/aretherecookies/AppDelegate.m index c87e94b..38f47be 100644 --- a/ios/aretherecookies/AppDelegate.m +++ b/ios/aretherecookies/AppDelegate.m @@ -10,6 +10,9 @@ #import #import +@import GooglePlaces; +@import GoogleMaps; + @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions @@ -29,6 +32,10 @@ rootViewController.view = rootView; self.window.rootViewController = rootViewController; [self.window makeKeyAndVisible]; + + [GMSPlacesClient provideAPIKey:@"AIzaSyCZ9qD2riEctXe5gbmyWCGGsaBUf81h2PU"]; + [GMSServices provideAPIKey:@"AIzaSyCZ9qD2riEctXe5gbmyWCGGsaBUf81h2PU"]; + return YES; } diff --git a/ios/aretherecookies/Info.plist b/ios/aretherecookies/Info.plist index 4ef598b..297283f 100644 --- a/ios/aretherecookies/Info.plist +++ b/ios/aretherecookies/Info.plist @@ -24,8 +24,28 @@ 1 LSRequiresIPhoneOS + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSExceptionDomains + + localhost + + NSExceptionAllowsInsecureHTTPLoads + + + + NSLocationWhenInUseUsageDescription + UIAppFonts + + MaterialIcons.ttf + FontAwesome.ttf + Foundation.ttf + Ionicons.ttf + UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities @@ -40,21 +60,5 @@ UIViewControllerBasedStatusBarAppearance - NSLocationWhenInUseUsageDescription - - NSAppTransportSecurity - - - NSAllowsArbitraryLoads - - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - - diff --git a/package.json b/package.json index 9411d32..a1342d1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react": "16.6.1", "react-native": "0.57.5", "react-native-firebase": "^5.1.1", - "react-native-google-places": "^2.1.0", + "react-native-google-places": "2.5.0", "react-native-google-signin": "0.10", "react-native-image-picker": "^0.27", "react-native-image-resizer": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 9b3e2fc..6fe1704 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4948,9 +4948,10 @@ react-native-firebase@^5.1.1: opencollective-postinstall "^2.0.0" prop-types "^15.6.2" -react-native-google-places@^2.1.0: - version "2.5.2" - resolved "https://registry.yarnpkg.com/react-native-google-places/-/react-native-google-places-2.5.2.tgz#62658034519ab0876ffebfdd1fb2f8503847c1cc" +react-native-google-places@2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/react-native-google-places/-/react-native-google-places-2.5.0.tgz#a52c0ee6629a5c4aa222589022f127c5fa201436" + integrity sha512-SizcXJZVLPQAECa8hNpP9osaf3kb01c+6r+5c/LvFqDEIc3wRDsRO4UgmrJyQBKmZX8Z01hUrO5T4GngG49cKQ== react-native-google-signin@0.10: version "0.10.0"