Skip to content

Commit 10c4978

Browse files
authored
v0.15.0 (#221)
1 parent cb70e59 commit 10c4978

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

Geocoder Example/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.14.0</string>
18+
<string>0.15.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>19</string>
22+
<string>20</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2014–2021, Mapbox
1+
Copyright © 2014–2022, Mapbox
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

MapboxGeocoder.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxGeocoder.swift"
6-
s.version = "0.14.0"
6+
s.version = "0.15.0"
77
s.summary = "Mapbox Geocoding API for Swift and Objective-C."
88

99
s.description = <<-DESC

MapboxGeocoder.xcodeproj/project.pbxproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,12 +1102,12 @@
11021102
CLANG_ANALYZER_NONNULL = YES;
11031103
CODE_SIGN_IDENTITY = "";
11041104
COMBINE_HIDPI_IMAGES = YES;
1105-
CURRENT_PROJECT_VERSION = 19;
1105+
CURRENT_PROJECT_VERSION = 20;
11061106
DEAD_CODE_STRIPPING = YES;
11071107
DEBUG_INFORMATION_FORMAT = dwarf;
11081108
DEFINES_MODULE = YES;
11091109
DYLIB_COMPATIBILITY_VERSION = 1;
1110-
DYLIB_CURRENT_VERSION = 19;
1110+
DYLIB_CURRENT_VERSION = 20;
11111111
DYLIB_INSTALL_NAME_BASE = "@rpath";
11121112
FRAMEWORK_VERSION = A;
11131113
GCC_NO_COMMON_BLOCKS = YES;
@@ -1134,12 +1134,12 @@
11341134
CODE_SIGN_IDENTITY = "";
11351135
COMBINE_HIDPI_IMAGES = YES;
11361136
COPY_PHASE_STRIP = NO;
1137-
CURRENT_PROJECT_VERSION = 19;
1137+
CURRENT_PROJECT_VERSION = 20;
11381138
DEAD_CODE_STRIPPING = YES;
11391139
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
11401140
DEFINES_MODULE = YES;
11411141
DYLIB_COMPATIBILITY_VERSION = 1;
1142-
DYLIB_CURRENT_VERSION = 19;
1142+
DYLIB_CURRENT_VERSION = 20;
11431143
DYLIB_INSTALL_NAME_BASE = "@rpath";
11441144
FRAMEWORK_VERSION = A;
11451145
GCC_NO_COMMON_BLOCKS = YES;
@@ -1216,11 +1216,11 @@
12161216
buildSettings = {
12171217
CLANG_ANALYZER_NONNULL = YES;
12181218
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1219-
CURRENT_PROJECT_VERSION = 19;
1219+
CURRENT_PROJECT_VERSION = 20;
12201220
DEBUG_INFORMATION_FORMAT = dwarf;
12211221
DEFINES_MODULE = YES;
12221222
DYLIB_COMPATIBILITY_VERSION = 1;
1223-
DYLIB_CURRENT_VERSION = 19;
1223+
DYLIB_CURRENT_VERSION = 20;
12241224
DYLIB_INSTALL_NAME_BASE = "@rpath";
12251225
GCC_NO_COMMON_BLOCKS = YES;
12261226
INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist;
@@ -1246,11 +1246,11 @@
12461246
CLANG_ANALYZER_NONNULL = YES;
12471247
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
12481248
COPY_PHASE_STRIP = NO;
1249-
CURRENT_PROJECT_VERSION = 19;
1249+
CURRENT_PROJECT_VERSION = 20;
12501250
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12511251
DEFINES_MODULE = YES;
12521252
DYLIB_COMPATIBILITY_VERSION = 1;
1253-
DYLIB_CURRENT_VERSION = 19;
1253+
DYLIB_CURRENT_VERSION = 20;
12541254
DYLIB_INSTALL_NAME_BASE = "@rpath";
12551255
GCC_NO_COMMON_BLOCKS = YES;
12561256
INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist;
@@ -1322,11 +1322,11 @@
13221322
APPLICATION_EXTENSION_API_ONLY = YES;
13231323
CLANG_ANALYZER_NONNULL = YES;
13241324
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1325-
CURRENT_PROJECT_VERSION = 19;
1325+
CURRENT_PROJECT_VERSION = 20;
13261326
DEBUG_INFORMATION_FORMAT = dwarf;
13271327
DEFINES_MODULE = YES;
13281328
DYLIB_COMPATIBILITY_VERSION = 1;
1329-
DYLIB_CURRENT_VERSION = 19;
1329+
DYLIB_CURRENT_VERSION = 20;
13301330
DYLIB_INSTALL_NAME_BASE = "@rpath";
13311331
GCC_NO_COMMON_BLOCKS = YES;
13321332
INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist;
@@ -1353,11 +1353,11 @@
13531353
CLANG_ANALYZER_NONNULL = YES;
13541354
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
13551355
COPY_PHASE_STRIP = NO;
1356-
CURRENT_PROJECT_VERSION = 19;
1356+
CURRENT_PROJECT_VERSION = 20;
13571357
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13581358
DEFINES_MODULE = YES;
13591359
DYLIB_COMPATIBILITY_VERSION = 1;
1360-
DYLIB_CURRENT_VERSION = 19;
1360+
DYLIB_CURRENT_VERSION = 20;
13611361
DYLIB_INSTALL_NAME_BASE = "@rpath";
13621362
GCC_NO_COMMON_BLOCKS = YES;
13631363
INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist;
@@ -1546,10 +1546,10 @@
15461546
buildSettings = {
15471547
CLANG_ENABLE_MODULES = YES;
15481548
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1549-
CURRENT_PROJECT_VERSION = 19;
1549+
CURRENT_PROJECT_VERSION = 20;
15501550
DEFINES_MODULE = YES;
15511551
DYLIB_COMPATIBILITY_VERSION = 1;
1552-
DYLIB_CURRENT_VERSION = 19;
1552+
DYLIB_CURRENT_VERSION = 20;
15531553
DYLIB_INSTALL_NAME_BASE = "@rpath";
15541554
GCC_PREPROCESSOR_DEFINITIONS = (
15551555
"DEBUG=1",
@@ -1577,10 +1577,10 @@
15771577
buildSettings = {
15781578
CLANG_ENABLE_MODULES = YES;
15791579
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1580-
CURRENT_PROJECT_VERSION = 19;
1580+
CURRENT_PROJECT_VERSION = 20;
15811581
DEFINES_MODULE = YES;
15821582
DYLIB_COMPATIBILITY_VERSION = 1;
1583-
DYLIB_CURRENT_VERSION = 19;
1583+
DYLIB_CURRENT_VERSION = 20;
15841584
DYLIB_INSTALL_NAME_BASE = "@rpath";
15851585
INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist;
15861586
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ MapboxGeocoder.swift pairs well with [Mapbox Directions for Swift](https://githu
1616
Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile:
1717

1818
```cartfile
19-
github "mapbox/MapboxGeocoder.swift" ~> 0.14
19+
github "mapbox/MapboxGeocoder.swift" ~> 0.15
2020
```
2121

2222
Or in your [CocoaPods](http://cocoapods.org/) Podfile:
2323

2424
```podspec
25-
pod 'MapboxGeocoder.swift', '~> 0.14'
25+
pod 'MapboxGeocoder.swift', '~> 0.15'
2626
```
2727

2828
Or in your [Swift Package Manager](https://swift.org/package-manager/) Package.swift:
2929

3030
```swift
31-
.package(url: "https://github.com/mapbox/MapboxGeocoder.swift.git", from: "0.14.0")
31+
.package(url: "https://github.com/mapbox/MapboxGeocoder.swift.git", from: "0.15.0")
3232
```
3333

3434
Then `import MapboxGeocoder` or `@import MapboxGeocoder;`.

Sources/MapboxGeocoder/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.14.0</string>
20+
<string>0.15.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>19</string>
24+
<string>20</string>
2525
<key>NSPrincipalClass</key>
2626
<string></string>
2727
</dict>

Tests/MapboxGeocoderTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.14.0</string>
18+
<string>0.15.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>19</string>
22+
<string>20</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)