Skip to content

Instantly share code, notes, and snippets.

@codenameone
Created March 17, 2014 11:37
Show Gist options
  • Save codenameone/9597813 to your computer and use it in GitHub Desktop.
Save codenameone/9597813 to your computer and use it in GitHub Desktop.
ios.objC=true
android.xapplication=<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="YOUR_ANDROID_API_KEY"/>
ios.add_libs=libc++.dylib;libicucore.dylib;libz.dylib;CoreData.framework;CoreText.framework;GLKit.framework;ImageIO.framework;SystemConfiguration.framework
ios.glAppDelegateHeader=#import "GoogleMaps.h"
android.includeGPlayServices=true
ios.afterFinishLaunching=[GMSServices provideAPIKey:@"YOUR_IOS_API_KEY"];
android.xpermissions=<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/><uses-feature android:glEsVersion="0x00020000" android:required="true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment