Skip to content

Commit 3ef9d89

Browse files
committed
v0.13.0
1 parent f4cda7d commit 3ef9d89

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
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.12.0</string>
18+
<string>0.13.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>17</string>
22+
<string>18</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

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.12.0"
6+
s.version = "0.13.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
@@ -1148,11 +1148,11 @@
11481148
CLANG_ANALYZER_NONNULL = YES;
11491149
CODE_SIGN_IDENTITY = "";
11501150
COMBINE_HIDPI_IMAGES = YES;
1151-
CURRENT_PROJECT_VERSION = 17;
1151+
CURRENT_PROJECT_VERSION = 18;
11521152
DEBUG_INFORMATION_FORMAT = dwarf;
11531153
DEFINES_MODULE = YES;
11541154
DYLIB_COMPATIBILITY_VERSION = 1;
1155-
DYLIB_CURRENT_VERSION = 17;
1155+
DYLIB_CURRENT_VERSION = 18;
11561156
DYLIB_INSTALL_NAME_BASE = "@rpath";
11571157
FRAMEWORK_SEARCH_PATHS = (
11581158
"$(inherited)",
@@ -1179,11 +1179,11 @@
11791179
CODE_SIGN_IDENTITY = "";
11801180
COMBINE_HIDPI_IMAGES = YES;
11811181
COPY_PHASE_STRIP = NO;
1182-
CURRENT_PROJECT_VERSION = 17;
1182+
CURRENT_PROJECT_VERSION = 18;
11831183
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
11841184
DEFINES_MODULE = YES;
11851185
DYLIB_COMPATIBILITY_VERSION = 1;
1186-
DYLIB_CURRENT_VERSION = 17;
1186+
DYLIB_CURRENT_VERSION = 18;
11871187
DYLIB_INSTALL_NAME_BASE = "@rpath";
11881188
FRAMEWORK_SEARCH_PATHS = (
11891189
"$(inherited)",
@@ -1254,11 +1254,11 @@
12541254
buildSettings = {
12551255
CLANG_ANALYZER_NONNULL = YES;
12561256
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1257-
CURRENT_PROJECT_VERSION = 17;
1257+
CURRENT_PROJECT_VERSION = 18;
12581258
DEBUG_INFORMATION_FORMAT = dwarf;
12591259
DEFINES_MODULE = YES;
12601260
DYLIB_COMPATIBILITY_VERSION = 1;
1261-
DYLIB_CURRENT_VERSION = 17;
1261+
DYLIB_CURRENT_VERSION = 18;
12621262
DYLIB_INSTALL_NAME_BASE = "@rpath";
12631263
FRAMEWORK_SEARCH_PATHS = (
12641264
"$(inherited)",
@@ -1284,11 +1284,11 @@
12841284
CLANG_ANALYZER_NONNULL = YES;
12851285
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
12861286
COPY_PHASE_STRIP = NO;
1287-
CURRENT_PROJECT_VERSION = 17;
1287+
CURRENT_PROJECT_VERSION = 18;
12881288
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12891289
DEFINES_MODULE = YES;
12901290
DYLIB_COMPATIBILITY_VERSION = 1;
1291-
DYLIB_CURRENT_VERSION = 17;
1291+
DYLIB_CURRENT_VERSION = 18;
12921292
DYLIB_INSTALL_NAME_BASE = "@rpath";
12931293
FRAMEWORK_SEARCH_PATHS = (
12941294
"$(inherited)",
@@ -1358,11 +1358,11 @@
13581358
APPLICATION_EXTENSION_API_ONLY = YES;
13591359
CLANG_ANALYZER_NONNULL = YES;
13601360
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1361-
CURRENT_PROJECT_VERSION = 17;
1361+
CURRENT_PROJECT_VERSION = 18;
13621362
DEBUG_INFORMATION_FORMAT = dwarf;
13631363
DEFINES_MODULE = YES;
13641364
DYLIB_COMPATIBILITY_VERSION = 1;
1365-
DYLIB_CURRENT_VERSION = 17;
1365+
DYLIB_CURRENT_VERSION = 18;
13661366
DYLIB_INSTALL_NAME_BASE = "@rpath";
13671367
GCC_NO_COMMON_BLOCKS = YES;
13681368
INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist;
@@ -1385,11 +1385,11 @@
13851385
CLANG_ANALYZER_NONNULL = YES;
13861386
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
13871387
COPY_PHASE_STRIP = NO;
1388-
CURRENT_PROJECT_VERSION = 17;
1388+
CURRENT_PROJECT_VERSION = 18;
13891389
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13901390
DEFINES_MODULE = YES;
13911391
DYLIB_COMPATIBILITY_VERSION = 1;
1392-
DYLIB_CURRENT_VERSION = 17;
1392+
DYLIB_CURRENT_VERSION = 18;
13931393
DYLIB_INSTALL_NAME_BASE = "@rpath";
13941394
GCC_NO_COMMON_BLOCKS = YES;
13951395
INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist;
@@ -1563,10 +1563,10 @@
15631563
buildSettings = {
15641564
CLANG_ENABLE_MODULES = YES;
15651565
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1566-
CURRENT_PROJECT_VERSION = 17;
1566+
CURRENT_PROJECT_VERSION = 18;
15671567
DEFINES_MODULE = YES;
15681568
DYLIB_COMPATIBILITY_VERSION = 1;
1569-
DYLIB_CURRENT_VERSION = 17;
1569+
DYLIB_CURRENT_VERSION = 18;
15701570
DYLIB_INSTALL_NAME_BASE = "@rpath";
15711571
GCC_PREPROCESSOR_DEFINITIONS = (
15721572
"DEBUG=1",
@@ -1590,10 +1590,10 @@
15901590
buildSettings = {
15911591
CLANG_ENABLE_MODULES = YES;
15921592
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1593-
CURRENT_PROJECT_VERSION = 17;
1593+
CURRENT_PROJECT_VERSION = 18;
15941594
DEFINES_MODULE = YES;
15951595
DYLIB_COMPATIBILITY_VERSION = 1;
1596-
DYLIB_CURRENT_VERSION = 17;
1596+
DYLIB_CURRENT_VERSION = 18;
15971597
DYLIB_INSTALL_NAME_BASE = "@rpath";
15981598
INFOPLIST_FILE = Sources/MapboxGeocoder/Info.plist;
15991599
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

README.md

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

1616
```cartfile
17-
github "mapbox/MapboxGeocoder.swift" ~> 0.12
17+
github "mapbox/MapboxGeocoder.swift" ~> 0.13
1818
```
1919

2020
Or in your [CocoaPods](http://cocoapods.org/) Podfile:
2121

2222
```podspec
23-
pod 'MapboxGeocoder.swift', '~> 0.12'
23+
pod 'MapboxGeocoder.swift', '~> 0.13'
2424
```
2525

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

2828
```swift
29-
.package(url: "https://github.com/mapbox/MapboxGeocoder.swift.git", .branch("main"))
29+
.package(url: "https://github.com/mapbox/MapboxGeocoder.swift.git", from: "0.13.0")
3030
```
3131

3232
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.12.0</string>
20+
<string>0.13.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>17</string>
24+
<string>18</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.12.0</string>
18+
<string>0.13.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>17</string>
22+
<string>18</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)