Skip to content

Commit 418ff31

Browse files
author
Hirbod
committed
Update README.md
1 parent 64fa35f commit 418ff31

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,35 @@ New versions will be announced through the official community. Stay tuned!
2222

2323
###What's up?
2424

25+
v.1.3.0
26+
27+
- Updated Google Maps iOS SDK to 1.10.2
28+
29+
**INFORMATION**
30+
31+
In order to install the new version, you have to:
32+
33+
1) Delete plugin
34+
> cordova plugin rm plugin.google.maps
35+
36+
2) Delete Google Maps iOS SDK
37+
> cordova plugin rm com.googlemaps.ios
38+
39+
3) Re-Install plugin from master (follow wiki for Mac/Linux/Windows)
40+
> cordova plugin add https://github.com/wf9a5m75/phonegap-googlemaps-plugin --variable API_KEY_FOR_ANDROID="YOUR_KEY" --variable API_KEY_FOR_IOS="YOUR_KEY"
41+
42+
If you have some weird compiling errors, you're probably missing some linked frameworks. Set the Target Membership
43+
https://www.youtube.com/watch?v=gr0QrEShPbQ
44+
or just delete your iOS platform and re-install.
45+
46+
Required XCode Version is 6.3+ (due to ABI changes)
47+
The minimum target iOS version for Google Maps SDK for iOS is now 7.0. Version 6.0 is no longer supported.
48+
This release requires the following additional dependencies in your project: Accelerate.framework, CoreBluetooth.framework, CoreGraphics.framework, Security.framework
49+
50+
This will be set automatically when you install with CLI.
51+
52+
BITCODE isn't supported currently. Google Maps hasn't update now. Just disable Bitcode in XCode 7 when you get compile errors.
53+
2554
v.1.2.9
2655

2756
**Add:**

0 commit comments

Comments
 (0)