Skip to content

Commit a8bec0a

Browse files
author
Hirbod
committed
revert iOS SDK to 1.9.2
1 parent 7a3727c commit a8bec0a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 <GoogleMapsM4B/GoogleMaps.h>
10+
#import <GoogleMaps/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 <GoogleMapsM4B/GoogleMaps.h>
10+
#import <GoogleMaps/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 <GoogleMapsM4B/GoogleMaps.h>
10+
#import <GoogleMaps/GoogleMaps.h>
1111
#import "GoogleMapsViewController.h"
1212

1313
@interface MyPluginLayer : UIView

0 commit comments

Comments
 (0)