Skip to content

Commit 2d404e2

Browse files
author
Bobby Sudekum
authored
Merge pull request #131 from mapbox/release-080
Release v0.8.0
2 parents 745c9f1 + 8dbbb27 commit 2d404e2

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.7.0</string>
18+
<string>0.8.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>9</string>
22+
<string>10</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.7.0"
6+
s.version = "0.8.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
@@ -977,11 +977,11 @@
977977
CLANG_ANALYZER_NONNULL = YES;
978978
CODE_SIGN_IDENTITY = "";
979979
COMBINE_HIDPI_IMAGES = YES;
980-
CURRENT_PROJECT_VERSION = 9;
980+
CURRENT_PROJECT_VERSION = 10;
981981
DEBUG_INFORMATION_FORMAT = dwarf;
982982
DEFINES_MODULE = YES;
983983
DYLIB_COMPATIBILITY_VERSION = 1;
984-
DYLIB_CURRENT_VERSION = 9;
984+
DYLIB_CURRENT_VERSION = 10;
985985
DYLIB_INSTALL_NAME_BASE = "@rpath";
986986
FRAMEWORK_SEARCH_PATHS = (
987987
"$(inherited)",
@@ -1010,11 +1010,11 @@
10101010
CODE_SIGN_IDENTITY = "";
10111011
COMBINE_HIDPI_IMAGES = YES;
10121012
COPY_PHASE_STRIP = NO;
1013-
CURRENT_PROJECT_VERSION = 9;
1013+
CURRENT_PROJECT_VERSION = 10;
10141014
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10151015
DEFINES_MODULE = YES;
10161016
DYLIB_COMPATIBILITY_VERSION = 1;
1017-
DYLIB_CURRENT_VERSION = 9;
1017+
DYLIB_CURRENT_VERSION = 10;
10181018
DYLIB_INSTALL_NAME_BASE = "@rpath";
10191019
FRAMEWORK_SEARCH_PATHS = (
10201020
"$(inherited)",
@@ -1091,11 +1091,11 @@
10911091
buildSettings = {
10921092
CLANG_ANALYZER_NONNULL = YES;
10931093
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1094-
CURRENT_PROJECT_VERSION = 9;
1094+
CURRENT_PROJECT_VERSION = 10;
10951095
DEBUG_INFORMATION_FORMAT = dwarf;
10961096
DEFINES_MODULE = YES;
10971097
DYLIB_COMPATIBILITY_VERSION = 1;
1098-
DYLIB_CURRENT_VERSION = 9;
1098+
DYLIB_CURRENT_VERSION = 10;
10991099
DYLIB_INSTALL_NAME_BASE = "@rpath";
11001100
FRAMEWORK_SEARCH_PATHS = (
11011101
"$(inherited)",
@@ -1124,11 +1124,11 @@
11241124
CLANG_ANALYZER_NONNULL = YES;
11251125
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
11261126
COPY_PHASE_STRIP = NO;
1127-
CURRENT_PROJECT_VERSION = 9;
1127+
CURRENT_PROJECT_VERSION = 10;
11281128
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
11291129
DEFINES_MODULE = YES;
11301130
DYLIB_COMPATIBILITY_VERSION = 1;
1131-
DYLIB_CURRENT_VERSION = 9;
1131+
DYLIB_CURRENT_VERSION = 10;
11321132
DYLIB_INSTALL_NAME_BASE = "@rpath";
11331133
FRAMEWORK_SEARCH_PATHS = (
11341134
"$(inherited)",
@@ -1205,11 +1205,11 @@
12051205
APPLICATION_EXTENSION_API_ONLY = YES;
12061206
CLANG_ANALYZER_NONNULL = YES;
12071207
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1208-
CURRENT_PROJECT_VERSION = 9;
1208+
CURRENT_PROJECT_VERSION = 10;
12091209
DEBUG_INFORMATION_FORMAT = dwarf;
12101210
DEFINES_MODULE = YES;
12111211
DYLIB_COMPATIBILITY_VERSION = 1;
1212-
DYLIB_CURRENT_VERSION = 9;
1212+
DYLIB_CURRENT_VERSION = 10;
12131213
DYLIB_INSTALL_NAME_BASE = "@rpath";
12141214
GCC_NO_COMMON_BLOCKS = YES;
12151215
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1233,11 +1233,11 @@
12331233
CLANG_ANALYZER_NONNULL = YES;
12341234
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
12351235
COPY_PHASE_STRIP = NO;
1236-
CURRENT_PROJECT_VERSION = 9;
1236+
CURRENT_PROJECT_VERSION = 10;
12371237
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12381238
DEFINES_MODULE = YES;
12391239
DYLIB_COMPATIBILITY_VERSION = 1;
1240-
DYLIB_CURRENT_VERSION = 9;
1240+
DYLIB_CURRENT_VERSION = 10;
12411241
DYLIB_INSTALL_NAME_BASE = "@rpath";
12421242
GCC_NO_COMMON_BLOCKS = YES;
12431243
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1404,10 +1404,10 @@
14041404
buildSettings = {
14051405
CLANG_ENABLE_MODULES = YES;
14061406
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1407-
CURRENT_PROJECT_VERSION = 9;
1407+
CURRENT_PROJECT_VERSION = 10;
14081408
DEFINES_MODULE = YES;
14091409
DYLIB_COMPATIBILITY_VERSION = 1;
1410-
DYLIB_CURRENT_VERSION = 9;
1410+
DYLIB_CURRENT_VERSION = 10;
14111411
DYLIB_INSTALL_NAME_BASE = "@rpath";
14121412
GCC_PREPROCESSOR_DEFINITIONS = (
14131413
"DEBUG=1",
@@ -1432,10 +1432,10 @@
14321432
buildSettings = {
14331433
CLANG_ENABLE_MODULES = YES;
14341434
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1435-
CURRENT_PROJECT_VERSION = 9;
1435+
CURRENT_PROJECT_VERSION = 10;
14361436
DEFINES_MODULE = YES;
14371437
DYLIB_COMPATIBILITY_VERSION = 1;
1438-
DYLIB_CURRENT_VERSION = 9;
1438+
DYLIB_CURRENT_VERSION = 10;
14391439
DYLIB_INSTALL_NAME_BASE = "@rpath";
14401440
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
14411441
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.7.0</string>
20+
<string>0.8.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>9</string>
24+
<string>10</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.7.0</string>
18+
<string>0.8.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>9</string>
22+
<string>10</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.7
19+
github "mapbox/MapboxGeocoder.swift" ~> 0.8
2020
```
2121

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

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

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

0 commit comments

Comments
 (0)