Fixed Cocoapods build with many hacks

This commit is contained in:
John Lyon-Smith
2018-03-28 11:52:14 -07:00
parent 02e06dface
commit bd5cd8a0d8
1016 changed files with 367 additions and 91366 deletions

View File

@@ -18,7 +18,8 @@
// RNM: react-native-maps
// See https://developers.google.com/maps/documentation/ios-sdk/start
// and https://gist.github.com/dmachat/412658416dc7dcf3f7a829b7a10c2583
@import GoogleMaps;
// Uncomment for Google Maps support
//@import GoogleMaps;
#import <VRTBundleURLProvider.h>
@@ -34,7 +35,8 @@
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
}
*/
[GMSServices provideAPIKey:@"AIzaSyDN4E_vzO4cKjKHkMg_49hX1GBnU34kx4U"];
// RNM: Uncomment for Google Maps support
// [GMSServices provideAPIKey:@"AIzaSyDN4E_vzO4cKjKHkMg_49hX1GBnU34kx4U"];
NSURL *jsCodeLocation;