Skip to content

Commit 5fb8796

Browse files
author
Hirbod
committed
Update iOS SDK to 1.10.2
1 parent 00d4c59 commit 5fb8796

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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)