Skip to content

Commit 3fcfd49

Browse files
authored
Merge pull request #158 from mapbox/release/0.10.0
Releasing 0.10.0
2 parents 5332289 + 07eded8 commit 3fcfd49

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
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.9.0</string>
18+
<string>0.10.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</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.9.0"
6+
s.version = "0.10.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
@@ -1116,11 +1116,11 @@
11161116
CLANG_ANALYZER_NONNULL = YES;
11171117
CODE_SIGN_IDENTITY = "";
11181118
COMBINE_HIDPI_IMAGES = YES;
1119-
CURRENT_PROJECT_VERSION = 12;
1119+
CURRENT_PROJECT_VERSION = 13;
11201120
DEBUG_INFORMATION_FORMAT = dwarf;
11211121
DEFINES_MODULE = YES;
11221122
DYLIB_COMPATIBILITY_VERSION = 1;
1123-
DYLIB_CURRENT_VERSION = 12;
1123+
DYLIB_CURRENT_VERSION = 13;
11241124
DYLIB_INSTALL_NAME_BASE = "@rpath";
11251125
FRAMEWORK_SEARCH_PATHS = (
11261126
"$(inherited)",
@@ -1149,11 +1149,11 @@
11491149
CODE_SIGN_IDENTITY = "";
11501150
COMBINE_HIDPI_IMAGES = YES;
11511151
COPY_PHASE_STRIP = NO;
1152-
CURRENT_PROJECT_VERSION = 12;
1152+
CURRENT_PROJECT_VERSION = 13;
11531153
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
11541154
DEFINES_MODULE = YES;
11551155
DYLIB_COMPATIBILITY_VERSION = 1;
1156-
DYLIB_CURRENT_VERSION = 12;
1156+
DYLIB_CURRENT_VERSION = 13;
11571157
DYLIB_INSTALL_NAME_BASE = "@rpath";
11581158
FRAMEWORK_SEARCH_PATHS = (
11591159
"$(inherited)",
@@ -1230,11 +1230,11 @@
12301230
buildSettings = {
12311231
CLANG_ANALYZER_NONNULL = YES;
12321232
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1233-
CURRENT_PROJECT_VERSION = 12;
1233+
CURRENT_PROJECT_VERSION = 13;
12341234
DEBUG_INFORMATION_FORMAT = dwarf;
12351235
DEFINES_MODULE = YES;
12361236
DYLIB_COMPATIBILITY_VERSION = 1;
1237-
DYLIB_CURRENT_VERSION = 12;
1237+
DYLIB_CURRENT_VERSION = 13;
12381238
DYLIB_INSTALL_NAME_BASE = "@rpath";
12391239
FRAMEWORK_SEARCH_PATHS = (
12401240
"$(inherited)",
@@ -1263,11 +1263,11 @@
12631263
CLANG_ANALYZER_NONNULL = YES;
12641264
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
12651265
COPY_PHASE_STRIP = NO;
1266-
CURRENT_PROJECT_VERSION = 12;
1266+
CURRENT_PROJECT_VERSION = 13;
12671267
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12681268
DEFINES_MODULE = YES;
12691269
DYLIB_COMPATIBILITY_VERSION = 1;
1270-
DYLIB_CURRENT_VERSION = 12;
1270+
DYLIB_CURRENT_VERSION = 13;
12711271
DYLIB_INSTALL_NAME_BASE = "@rpath";
12721272
FRAMEWORK_SEARCH_PATHS = (
12731273
"$(inherited)",
@@ -1344,11 +1344,11 @@
13441344
APPLICATION_EXTENSION_API_ONLY = YES;
13451345
CLANG_ANALYZER_NONNULL = YES;
13461346
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1347-
CURRENT_PROJECT_VERSION = 12;
1347+
CURRENT_PROJECT_VERSION = 13;
13481348
DEBUG_INFORMATION_FORMAT = dwarf;
13491349
DEFINES_MODULE = YES;
13501350
DYLIB_COMPATIBILITY_VERSION = 1;
1351-
DYLIB_CURRENT_VERSION = 12;
1351+
DYLIB_CURRENT_VERSION = 13;
13521352
DYLIB_INSTALL_NAME_BASE = "@rpath";
13531353
GCC_NO_COMMON_BLOCKS = YES;
13541354
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1372,11 +1372,11 @@
13721372
CLANG_ANALYZER_NONNULL = YES;
13731373
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
13741374
COPY_PHASE_STRIP = NO;
1375-
CURRENT_PROJECT_VERSION = 12;
1375+
CURRENT_PROJECT_VERSION = 13;
13761376
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13771377
DEFINES_MODULE = YES;
13781378
DYLIB_COMPATIBILITY_VERSION = 1;
1379-
DYLIB_CURRENT_VERSION = 12;
1379+
DYLIB_CURRENT_VERSION = 13;
13801380
DYLIB_INSTALL_NAME_BASE = "@rpath";
13811381
GCC_NO_COMMON_BLOCKS = YES;
13821382
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1549,10 +1549,10 @@
15491549
buildSettings = {
15501550
CLANG_ENABLE_MODULES = YES;
15511551
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1552-
CURRENT_PROJECT_VERSION = 12;
1552+
CURRENT_PROJECT_VERSION = 13;
15531553
DEFINES_MODULE = YES;
15541554
DYLIB_COMPATIBILITY_VERSION = 1;
1555-
DYLIB_CURRENT_VERSION = 12;
1555+
DYLIB_CURRENT_VERSION = 13;
15561556
DYLIB_INSTALL_NAME_BASE = "@rpath";
15571557
GCC_PREPROCESSOR_DEFINITIONS = (
15581558
"DEBUG=1",
@@ -1577,10 +1577,10 @@
15771577
buildSettings = {
15781578
CLANG_ENABLE_MODULES = YES;
15791579
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1580-
CURRENT_PROJECT_VERSION = 12;
1580+
CURRENT_PROJECT_VERSION = 13;
15811581
DEFINES_MODULE = YES;
15821582
DYLIB_COMPATIBILITY_VERSION = 1;
1583-
DYLIB_CURRENT_VERSION = 12;
1583+
DYLIB_CURRENT_VERSION = 13;
15841584
DYLIB_INSTALL_NAME_BASE = "@rpath";
15851585
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
15861586
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

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.9.0</string>
20+
<string>0.10.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>12</string>
24+
<string>13</string>
2525
<key>NSPrincipalClass</key>
2626
<string></string>
2727
</dict>

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.9.0</string>
18+
<string>0.10.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</string>
2323
</dict>
2424
</plist>

README.md

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

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

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

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

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

0 commit comments

Comments
 (0)