Skip to content

Commit

Permalink
update SDK to 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirbod committed Nov 16, 2015
1 parent 97786e2 commit 720c16d
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.10.5 - October 2015
=============================
Resolved Issues:
- Workaround an issue in the Swift compiler's handling of umbrella header
module entries.

Version 1.10.4 - October 2015
=============================
Resolved Issues:
Expand Down
51 changes: 50 additions & 1 deletion GoogleMaps.framework/Versions/A/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -1 +1,50 @@
framework module GoogleMaps { umbrella header "GoogleMaps.h" export * module * { export * } }
framework module GoogleMaps { umbrella header "GoogleMaps.h"
header "GMSAddress.h"
header "GMSAutocompleteFilter.h"
header "GMSAutocompleteMatchFragment.h"
header "GMSAutocompletePrediction.h"
header "GMSCALayer.h"
header "GMSCameraPosition.h"
header "GMSCameraUpdate.h"
header "GMSCircle.h"
header "GMSCoordinateBounds.h"
header "GMSGeocoder.h"
header "GMSGeometryUtils.h"
header "GMSGroundOverlay.h"
header "GMSIndoorBuilding.h"
header "GMSIndoorDisplay.h"
header "GMSIndoorLevel.h"
header "GMSMapLayer.h"
header "GMSMapView+Animation.h"
header "GMSMapView.h"
header "GMSMarker.h"
header "GMSMarkerLayer.h"
header "GMSMutablePath.h"
header "GMSOrientation.h"
header "GMSOverlay.h"
header "GMSPanorama.h"
header "GMSPanoramaCamera.h"
header "GMSPanoramaCameraUpdate.h"
header "GMSPanoramaLayer.h"
header "GMSPanoramaLink.h"
header "GMSPanoramaService.h"
header "GMSPanoramaView.h"
header "GMSPath.h"
header "GMSPlace.h"
header "GMSPlaceLikelihood.h"
header "GMSPlaceLikelihoodList.h"
header "GMSPlacePicker.h"
header "GMSPlacePickerConfig.h"
header "GMSPlaceTypes.h"
header "GMSPlacesClient.h"
header "GMSPlacesMacros.h"
header "GMSPolygon.h"
header "GMSPolyline.h"
header "GMSProjection.h"
header "GMSServices.h"
header "GMSSyncTileLayer.h"
header "GMSTileLayer.h"
header "GMSUISettings.h"
header "GMSURLTileLayer.h"
header "GMSUserAddedPlace.h"
export * module * { export * } }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This plugin just installs Google Maps SDK for iOS to your project.
Google Maps SDK for iOS
https://developers.google.com/maps/documentation/ios/

The official way (provided by Google Inc.) would be to use CocoaPods, but currently, Cordova will break building and running on simulator, when using pods. As interims-solution, we need to use this repo. It includes the current iOS SDK 1.10.4
The official way (provided by Google Inc.) would be to use CocoaPods, but currently, Cordova will break building and running on simulator, when using pods. As interims-solution, we need to use this repo. It includes the current iOS SDK 1.10.5
https://cocoapods.org/?q=GoogleMaps

As soon as cordova supports CocoaPods, this repo will be deleted and Cocoapods will be included. As seen on JIRA, XCWorkspace (which is required for pods) should be available on cordova-ios-4 (currently, 09/14/2015) - it's on version 3.9.1
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="com.googlemaps.ios" version="1.10.4" xmlns="http://apache.org/cordova/ns/plugins/1.0">
<plugin id="com.googlemaps.ios" version="1.10.5" xmlns="http://apache.org/cordova/ns/plugins/1.0">
<name>Google Map iOS SDK for Cordova</name>

<engines>
Expand All @@ -10,7 +10,7 @@
<platform name="ios">

<info>
Google Maps SDK for iOS : v1.10.4
Google Maps SDK for iOS : v1.10.5
</info>

<!-- system frameworks -->
Expand Down

0 comments on commit 720c16d

Please sign in to comment.