Skip to content

Commit 9616447

Browse files
committed
update Readme
1 parent 287e9e3 commit 9616447

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

GoongGeocoder.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
DYLIB_INSTALL_NAME_BASE = "@rpath";
311311
INFOPLIST_FILE = GoongGeocoder/Info.plist;
312312
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
313-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
313+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
314314
LD_RUNPATH_SEARCH_PATHS = (
315315
"$(inherited)",
316316
"@executable_path/Frameworks",
@@ -338,7 +338,7 @@
338338
DYLIB_INSTALL_NAME_BASE = "@rpath";
339339
INFOPLIST_FILE = GoongGeocoder/Info.plist;
340340
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
341-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
341+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
342342
LD_RUNPATH_SEARCH_PATHS = (
343343
"$(inherited)",
344344
"@executable_path/Frameworks",

GoongGeocoder/GoongAutocompleteViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ extension GoongAutocompleteViewController: UITableViewDelegate, UITableViewDataS
109109
cell.backgroundColor = .white
110110
let separator = UIView()
111111
separator.frame = CGRect(x: 20, y: cell.frame.size.height - 0.5, width: tableView.frame.size.width - 20, height: 0.5)
112-
separator.backgroundColor = .groupTableViewBackground
112+
separator.backgroundColor = .systemGroupedBackground
113113
cell.addSubview(separator)
114114
let tap = UITapGestureRecognizer(target: self, action: #selector(self.handleSectionTap(gesture:)))
115115

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This repository includes example applications written in both Swift and Objectiv
2525

2626
## Usage
2727

28-
You will need a [Goong API KEY](https://account.goong.io) in order to use the API. If you’re already using the [Goong Maps SDK for iOS](https://docs.goong.io/ios/guide/), GoongGeocoder.swift automatically recognizes your access token, as long as you’ve placed it in the `GoongAccessToken` key of your application’s Info.plist file.
28+
You will need a [Goong API KEY](https://account.goong.io) in order to use the API.
2929

3030
### Autocomplete UI
3131

0 commit comments

Comments
 (0)