Skip to content

Commit

Permalink
Fix path to GoogleMapsBase.framework for GoogleMaps SDK 2.1.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
tolu360 committed Feb 27, 2017
1 parent 6b98b49 commit 3ea230e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ iOS/Android Google Places Widgets (Autocomplete, Place Picker) and API Services
<img width=200 title="Place Picker Open - iOS" src="./shots/picker-ios.png">

## Versioning:
- for RN >= 0.40.0, use v2+ (e.g. [email protected].8)
- for RN (0.33.0 - 0.39.0), use v1+ or 0.8.8 (e.g. [email protected].8)
- for RN >= 0.40.0, use v2+ (e.g. [email protected].9)
- for RN (0.33.0 - 0.39.0), use v1+ or 0.8.8 (e.g. [email protected].9)

## Install

Expand Down
2 changes: 2 additions & 0 deletions ios/RNGooglePlaces.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
"\"${SRCROOT}/../../../ios/Pods/GoogleMaps/Subspecs/Maps/Frameworks\"",
"\"${SRCROOT}/../../../ios/Pods/GooglePlaces/Frameworks\"",
"\"${SRCROOT}/../../../ios/Pods/GooglePlacePicker/Frameworks\"",
"\"${SRCROOT}/../../../ios/Pods/GoogleMaps/Base/Frameworks\"",
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -242,6 +243,7 @@
"\"${SRCROOT}/../../../ios/Pods/GoogleMaps/Subspecs/Maps/Frameworks\"",
"\"${SRCROOT}/../../../ios/Pods/GooglePlaces/Frameworks\"",
"\"${SRCROOT}/../../../ios/Pods/GooglePlacePicker/Frameworks\"",
"\"${SRCROOT}/../../../ios/Pods/GoogleMaps/Base/Frameworks\"",
);
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "iOS/Android Google Places Widgets (Autocomplete, Place Picker) and API Services for React Native Apps",
"main": "index.js",
"author": "Tolu Olowu (Arttitude 360) <[email protected]>",
"version": "1.0.8",
"version": "1.0.9",
"scripts": {
},
"repository": {
Expand Down

0 comments on commit 3ea230e

Please sign in to comment.