Skip to content

Commit 3c85363

Browse files
author
Hirbod
committed
Merge pull request #614 from nightstomp/master
Updated iOS SDK to 1.10.2
2 parents 00d4c59 + c8f5795 commit 3c85363

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ 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+
** WARNING **
30+
31+
Required XCode Version is 6.3+ (due to ABI changes)
32+
The minimum target iOS version for Google Maps SDK for iOS is now 7.0. Version 6.0 is no longer supported.
33+
This release requires the following additional dependencies in your project: Accelerate.framework, CoreBluetooth.framework, CoreGraphics.framework, Security.framework
34+
35+
This will be set automatically when you install with CLI.
36+
2537
v.1.2.9
2638

2739
**Add:**

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<plugin id="plugin.google.maps" version="1.2.9" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="plugin.google.maps" version="1.3.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33
<name>phonegap-googlemaps-plugin</name>
44
<js-module name="phonegap-googlemaps-plugin" src="www/googlemaps-cdv-plugin.js">
55
<clobbers target="plugin.google.maps" />
@@ -186,6 +186,6 @@
186186
</array>
187187
</config-file>
188188

189-
<dependency id="com.googlemaps.ios" url="https://github.com/wf9a5m75/googlemaps-ios-sdk-for-phonegap" commit="master" />
189+
<dependency id="com.googlemaps.ios" url="https://github.com/nightstomp/googlemaps-ios-sdk-for-phonegap" commit="master" />
190190
</platform>
191191
</plugin>

src/ios/GoogleMaps/GoogleMaps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <Cordova/CDV.h>
10-
#import <GoogleMaps/GoogleMaps.h>
10+
#import <GoogleMapsM4B/GoogleMaps.h>
1111
#import "GoogleMapsViewController.h"
1212
#import "Map.h"
1313
#import "PluginUtil.h"

src/ios/GoogleMaps/GoogleMapsViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <Cordova/CDV.h>
10-
#import <GoogleMaps/GoogleMaps.h>
10+
#import <GoogleMapsM4B/GoogleMaps.h>
1111
#import <UIKit/UIKit.h>
1212
#import "PluginUtil.h"
1313
#import "NSData+Base64.h"

src/ios/GoogleMaps/MyPluginLayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import <UIKit/UIKit.h>
10-
#import <GoogleMaps/GoogleMaps.h>
10+
#import <GoogleMapsM4B/GoogleMaps.h>
1111
#import "GoogleMapsViewController.h"
1212

1313
@interface MyPluginLayer : UIView

0 commit comments

Comments
 (0)