From 3ea230e8856ed166260734fcda99297ef577f7e2 Mon Sep 17 00:00:00 2001 From: Tolu Olowu Date: Mon, 27 Feb 2017 09:57:32 +0100 Subject: [PATCH] Fix path to GoogleMapsBase.framework for GoogleMaps SDK 2.1.1+ --- README.md | 4 ++-- ios/RNGooglePlaces.xcodeproj/project.pbxproj | 2 ++ package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 081dab2..ebcd562 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ iOS/Android Google Places Widgets (Autocomplete, Place Picker) and API Services ## Versioning: -- for RN >= 0.40.0, use v2+ (e.g. react-native-google-places@2.0.8) -- for RN (0.33.0 - 0.39.0), use v1+ or 0.8.8 (e.g. react-native-google-places@1.0.8) +- for RN >= 0.40.0, use v2+ (e.g. react-native-google-places@2.0.9) +- for RN (0.33.0 - 0.39.0), use v1+ or 0.8.8 (e.g. react-native-google-places@1.0.9) ## Install diff --git a/ios/RNGooglePlaces.xcodeproj/project.pbxproj b/ios/RNGooglePlaces.xcodeproj/project.pbxproj index 7d51ca2..525f476 100644 --- a/ios/RNGooglePlaces.xcodeproj/project.pbxproj +++ b/ios/RNGooglePlaces.xcodeproj/project.pbxproj @@ -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)", @@ -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)", diff --git a/package.json b/package.json index 2d866e3..dcc4732 100644 --- a/package.json +++ b/package.json @@ -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) ", - "version": "1.0.8", + "version": "1.0.9", "scripts": { }, "repository": {