Skip to content

Commit 08fa8a2

Browse files
Update GooglePlaces to 2.7 (#29)
1 parent 732da83 commit 08fa8a2

File tree

13 files changed

+2
-3
lines changed

13 files changed

+2
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to GooglePlacesRow will be documented in this file.
55
<!-- Released on 2018-10-08. -->
66

77
* Swift 4.2 migration
8+
* Upgrade to GooglePlaces 2.7
89

910
### [3.0.0](https://github.com/EurekaCommunity/GooglePlacesRow/releases/tag/3.0.0)
1011
<!-- Released on 2018-02-01. -->

Example.xcodeproj/project.pbxproj

-2
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@
407407
FRAMEWORK_SEARCH_PATHS = (
408408
"$(inherited)",
409409
"$(PROJECT_DIR)/Frameworks",
410-
"$(PROJECT_DIR)/Carthage/Build/iOS",
411410
);
412411
INFOPLIST_FILE = "$(SRCROOT)/Example/Example/Info.plist";
413412
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -426,7 +425,6 @@
426425
FRAMEWORK_SEARCH_PATHS = (
427426
"$(inherited)",
428427
"$(PROJECT_DIR)/Frameworks",
429-
"$(PROJECT_DIR)/Carthage/Build/iOS",
430428
);
431429
INFOPLIST_FILE = "$(SRCROOT)/Example/Example/Info.plist";
432430
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Binary file not shown.
-2.66 MB
Binary file not shown.
Binary file not shown.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
By [Xmartlabs SRL](http://EurekaCommunity.com).
1212

13-
**Current Google Places version used is 2.5**
13+
**Current Google Places version used is 2.7**
1414

1515
Swift 4.2 is supported from version 3.1
1616

0 commit comments

Comments
 (0)