Skip to content

Commit faa288d

Browse files
Release process for 0.9.0
1 parent 75e3744 commit faa288d

File tree

7 files changed

+33
-25
lines changed

7 files changed

+33
-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.8.1</string>
18+
<string>0.9.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>11</string>
22+
<string>12</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.8.1"
6+
s.version = "0.9.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
@@ -1106,11 +1106,11 @@
11061106
CLANG_ANALYZER_NONNULL = YES;
11071107
CODE_SIGN_IDENTITY = "";
11081108
COMBINE_HIDPI_IMAGES = YES;
1109-
CURRENT_PROJECT_VERSION = 11;
1109+
CURRENT_PROJECT_VERSION = 12;
11101110
DEBUG_INFORMATION_FORMAT = dwarf;
11111111
DEFINES_MODULE = YES;
11121112
DYLIB_COMPATIBILITY_VERSION = 1;
1113-
DYLIB_CURRENT_VERSION = 11;
1113+
DYLIB_CURRENT_VERSION = 12;
11141114
DYLIB_INSTALL_NAME_BASE = "@rpath";
11151115
FRAMEWORK_SEARCH_PATHS = (
11161116
"$(inherited)",
@@ -1139,11 +1139,11 @@
11391139
CODE_SIGN_IDENTITY = "";
11401140
COMBINE_HIDPI_IMAGES = YES;
11411141
COPY_PHASE_STRIP = NO;
1142-
CURRENT_PROJECT_VERSION = 11;
1142+
CURRENT_PROJECT_VERSION = 12;
11431143
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
11441144
DEFINES_MODULE = YES;
11451145
DYLIB_COMPATIBILITY_VERSION = 1;
1146-
DYLIB_CURRENT_VERSION = 11;
1146+
DYLIB_CURRENT_VERSION = 12;
11471147
DYLIB_INSTALL_NAME_BASE = "@rpath";
11481148
FRAMEWORK_SEARCH_PATHS = (
11491149
"$(inherited)",
@@ -1220,11 +1220,11 @@
12201220
buildSettings = {
12211221
CLANG_ANALYZER_NONNULL = YES;
12221222
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1223-
CURRENT_PROJECT_VERSION = 11;
1223+
CURRENT_PROJECT_VERSION = 12;
12241224
DEBUG_INFORMATION_FORMAT = dwarf;
12251225
DEFINES_MODULE = YES;
12261226
DYLIB_COMPATIBILITY_VERSION = 1;
1227-
DYLIB_CURRENT_VERSION = 11;
1227+
DYLIB_CURRENT_VERSION = 12;
12281228
DYLIB_INSTALL_NAME_BASE = "@rpath";
12291229
FRAMEWORK_SEARCH_PATHS = (
12301230
"$(inherited)",
@@ -1253,11 +1253,11 @@
12531253
CLANG_ANALYZER_NONNULL = YES;
12541254
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
12551255
COPY_PHASE_STRIP = NO;
1256-
CURRENT_PROJECT_VERSION = 11;
1256+
CURRENT_PROJECT_VERSION = 12;
12571257
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12581258
DEFINES_MODULE = YES;
12591259
DYLIB_COMPATIBILITY_VERSION = 1;
1260-
DYLIB_CURRENT_VERSION = 11;
1260+
DYLIB_CURRENT_VERSION = 12;
12611261
DYLIB_INSTALL_NAME_BASE = "@rpath";
12621262
FRAMEWORK_SEARCH_PATHS = (
12631263
"$(inherited)",
@@ -1334,11 +1334,11 @@
13341334
APPLICATION_EXTENSION_API_ONLY = YES;
13351335
CLANG_ANALYZER_NONNULL = YES;
13361336
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1337-
CURRENT_PROJECT_VERSION = 11;
1337+
CURRENT_PROJECT_VERSION = 12;
13381338
DEBUG_INFORMATION_FORMAT = dwarf;
13391339
DEFINES_MODULE = YES;
13401340
DYLIB_COMPATIBILITY_VERSION = 1;
1341-
DYLIB_CURRENT_VERSION = 11;
1341+
DYLIB_CURRENT_VERSION = 12;
13421342
DYLIB_INSTALL_NAME_BASE = "@rpath";
13431343
GCC_NO_COMMON_BLOCKS = YES;
13441344
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1362,11 +1362,11 @@
13621362
CLANG_ANALYZER_NONNULL = YES;
13631363
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
13641364
COPY_PHASE_STRIP = NO;
1365-
CURRENT_PROJECT_VERSION = 11;
1365+
CURRENT_PROJECT_VERSION = 12;
13661366
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13671367
DEFINES_MODULE = YES;
13681368
DYLIB_COMPATIBILITY_VERSION = 1;
1369-
DYLIB_CURRENT_VERSION = 11;
1369+
DYLIB_CURRENT_VERSION = 12;
13701370
DYLIB_INSTALL_NAME_BASE = "@rpath";
13711371
GCC_NO_COMMON_BLOCKS = YES;
13721372
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1539,10 +1539,10 @@
15391539
buildSettings = {
15401540
CLANG_ENABLE_MODULES = YES;
15411541
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1542-
CURRENT_PROJECT_VERSION = 11;
1542+
CURRENT_PROJECT_VERSION = 12;
15431543
DEFINES_MODULE = YES;
15441544
DYLIB_COMPATIBILITY_VERSION = 1;
1545-
DYLIB_CURRENT_VERSION = 11;
1545+
DYLIB_CURRENT_VERSION = 12;
15461546
DYLIB_INSTALL_NAME_BASE = "@rpath";
15471547
GCC_PREPROCESSOR_DEFINITIONS = (
15481548
"DEBUG=1",
@@ -1567,10 +1567,10 @@
15671567
buildSettings = {
15681568
CLANG_ENABLE_MODULES = YES;
15691569
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1570-
CURRENT_PROJECT_VERSION = 11;
1570+
CURRENT_PROJECT_VERSION = 12;
15711571
DEFINES_MODULE = YES;
15721572
DYLIB_COMPATIBILITY_VERSION = 1;
1573-
DYLIB_CURRENT_VERSION = 11;
1573+
DYLIB_CURRENT_VERSION = 12;
15741574
DYLIB_INSTALL_NAME_BASE = "@rpath";
15751575
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
15761576
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

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.8.1</string>
20+
<string>0.9.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>11</string>
24+
<string>12</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.8.1</string>
18+
<string>0.9.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>11</string>
22+
<string>12</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.8
19+
github "mapbox/MapboxGeocoder.swift" ~> 0.9
2020
```
2121

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

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

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

0 commit comments

Comments
 (0)