Skip to content

Commit

Permalink
Merge pull request #619 from nightstomp/master
Browse files Browse the repository at this point in the history
revert iOS SDK to 1.9.2
  • Loading branch information
Hirbod committed Sep 14, 2015
2 parents 6e51372 + a8bec0a commit 77eec1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ios/GoogleMaps/GoogleMaps.h
Expand Up @@ -7,7 +7,7 @@
//

#import <Cordova/CDV.h>
#import <GoogleMapsM4B/GoogleMaps.h>
#import <GoogleMaps/GoogleMaps.h>
#import "GoogleMapsViewController.h"
#import "Map.h"
#import "PluginUtil.h"
Expand Down
2 changes: 1 addition & 1 deletion src/ios/GoogleMaps/GoogleMapsViewController.h
Expand Up @@ -7,7 +7,7 @@
//

#import <Cordova/CDV.h>
#import <GoogleMapsM4B/GoogleMaps.h>
#import <GoogleMaps/GoogleMaps.h>
#import <UIKit/UIKit.h>
#import "PluginUtil.h"
#import "NSData+Base64.h"
Expand Down
2 changes: 1 addition & 1 deletion src/ios/GoogleMaps/MyPluginLayer.h
Expand Up @@ -7,7 +7,7 @@
//

#import <UIKit/UIKit.h>
#import <GoogleMapsM4B/GoogleMaps.h>
#import <GoogleMaps/GoogleMaps.h>
#import "GoogleMapsViewController.h"

@interface MyPluginLayer : UIView
Expand Down

0 comments on commit 77eec1c

Please sign in to comment.