From 418ff319a9cbca1a823a75b39945d7004aa223fc Mon Sep 17 00:00:00 2001 From: Hirbod Date: Mon, 14 Sep 2015 22:39:20 +0200 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 355550f05..7aca7475f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,35 @@ New versions will be announced through the official community. Stay tuned! ###What's up? +v.1.3.0 + +- Updated Google Maps iOS SDK to 1.10.2 + +**INFORMATION** + +In order to install the new version, you have to: + +1) Delete plugin +> cordova plugin rm plugin.google.maps + +2) Delete Google Maps iOS SDK +> cordova plugin rm com.googlemaps.ios + +3) Re-Install plugin from master (follow wiki for Mac/Linux/Windows) +> cordova plugin add https://github.com/wf9a5m75/phonegap-googlemaps-plugin --variable API_KEY_FOR_ANDROID="YOUR_KEY" --variable API_KEY_FOR_IOS="YOUR_KEY" + +If you have some weird compiling errors, you're probably missing some linked frameworks. Set the Target Membership +https://www.youtube.com/watch?v=gr0QrEShPbQ +or just delete your iOS platform and re-install. + +Required XCode Version is 6.3+ (due to ABI changes) +The minimum target iOS version for Google Maps SDK for iOS is now 7.0. Version 6.0 is no longer supported. +This release requires the following additional dependencies in your project: Accelerate.framework, CoreBluetooth.framework, CoreGraphics.framework, Security.framework + +This will be set automatically when you install with CLI. + +BITCODE isn't supported currently. Google Maps hasn't update now. Just disable Bitcode in XCode 7 when you get compile errors. + v.1.2.9 **Add:**