Skip to content

Commit ccbe1b9

Browse files
committed
v0.5.2
1 parent 2b4325d commit ccbe1b9

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
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.5.1</string>
18+
<string>0.5.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>3</string>
22+
<string>4</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.5.1"
6+
s.version = "0.5.2"
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
@@ -1173,11 +1173,11 @@
11731173
CLANG_ANALYZER_NONNULL = YES;
11741174
CODE_SIGN_IDENTITY = "";
11751175
COMBINE_HIDPI_IMAGES = YES;
1176-
CURRENT_PROJECT_VERSION = 3;
1176+
CURRENT_PROJECT_VERSION = 4;
11771177
DEBUG_INFORMATION_FORMAT = dwarf;
11781178
DEFINES_MODULE = YES;
11791179
DYLIB_COMPATIBILITY_VERSION = 1;
1180-
DYLIB_CURRENT_VERSION = 3;
1180+
DYLIB_CURRENT_VERSION = 4;
11811181
DYLIB_INSTALL_NAME_BASE = "@rpath";
11821182
FRAMEWORK_VERSION = A;
11831183
GCC_NO_COMMON_BLOCKS = YES;
@@ -1201,11 +1201,11 @@
12011201
CODE_SIGN_IDENTITY = "";
12021202
COMBINE_HIDPI_IMAGES = YES;
12031203
COPY_PHASE_STRIP = NO;
1204-
CURRENT_PROJECT_VERSION = 3;
1204+
CURRENT_PROJECT_VERSION = 4;
12051205
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12061206
DEFINES_MODULE = YES;
12071207
DYLIB_COMPATIBILITY_VERSION = 1;
1208-
DYLIB_CURRENT_VERSION = 3;
1208+
DYLIB_CURRENT_VERSION = 4;
12091209
DYLIB_INSTALL_NAME_BASE = "@rpath";
12101210
FRAMEWORK_VERSION = A;
12111211
GCC_NO_COMMON_BLOCKS = YES;
@@ -1264,11 +1264,11 @@
12641264
buildSettings = {
12651265
CLANG_ANALYZER_NONNULL = YES;
12661266
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1267-
CURRENT_PROJECT_VERSION = 3;
1267+
CURRENT_PROJECT_VERSION = 4;
12681268
DEBUG_INFORMATION_FORMAT = dwarf;
12691269
DEFINES_MODULE = YES;
12701270
DYLIB_COMPATIBILITY_VERSION = 1;
1271-
DYLIB_CURRENT_VERSION = 3;
1271+
DYLIB_CURRENT_VERSION = 4;
12721272
DYLIB_INSTALL_NAME_BASE = "@rpath";
12731273
GCC_NO_COMMON_BLOCKS = YES;
12741274
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1292,11 +1292,11 @@
12921292
CLANG_ANALYZER_NONNULL = YES;
12931293
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
12941294
COPY_PHASE_STRIP = NO;
1295-
CURRENT_PROJECT_VERSION = 3;
1295+
CURRENT_PROJECT_VERSION = 4;
12961296
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12971297
DEFINES_MODULE = YES;
12981298
DYLIB_COMPATIBILITY_VERSION = 1;
1299-
DYLIB_CURRENT_VERSION = 3;
1299+
DYLIB_CURRENT_VERSION = 4;
13001300
DYLIB_INSTALL_NAME_BASE = "@rpath";
13011301
GCC_NO_COMMON_BLOCKS = YES;
13021302
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1355,11 +1355,11 @@
13551355
APPLICATION_EXTENSION_API_ONLY = YES;
13561356
CLANG_ANALYZER_NONNULL = YES;
13571357
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1358-
CURRENT_PROJECT_VERSION = 3;
1358+
CURRENT_PROJECT_VERSION = 4;
13591359
DEBUG_INFORMATION_FORMAT = dwarf;
13601360
DEFINES_MODULE = YES;
13611361
DYLIB_COMPATIBILITY_VERSION = 1;
1362-
DYLIB_CURRENT_VERSION = 3;
1362+
DYLIB_CURRENT_VERSION = 4;
13631363
DYLIB_INSTALL_NAME_BASE = "@rpath";
13641364
GCC_NO_COMMON_BLOCKS = YES;
13651365
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1384,11 +1384,11 @@
13841384
CLANG_ANALYZER_NONNULL = YES;
13851385
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
13861386
COPY_PHASE_STRIP = NO;
1387-
CURRENT_PROJECT_VERSION = 3;
1387+
CURRENT_PROJECT_VERSION = 4;
13881388
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13891389
DEFINES_MODULE = YES;
13901390
DYLIB_COMPATIBILITY_VERSION = 1;
1391-
DYLIB_CURRENT_VERSION = 3;
1391+
DYLIB_CURRENT_VERSION = 4;
13921392
DYLIB_INSTALL_NAME_BASE = "@rpath";
13931393
GCC_NO_COMMON_BLOCKS = YES;
13941394
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1532,10 +1532,10 @@
15321532
buildSettings = {
15331533
CLANG_ENABLE_MODULES = YES;
15341534
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1535-
CURRENT_PROJECT_VERSION = 3;
1535+
CURRENT_PROJECT_VERSION = 4;
15361536
DEFINES_MODULE = YES;
15371537
DYLIB_COMPATIBILITY_VERSION = 1;
1538-
DYLIB_CURRENT_VERSION = 3;
1538+
DYLIB_CURRENT_VERSION = 4;
15391539
DYLIB_INSTALL_NAME_BASE = "@rpath";
15401540
GCC_PREPROCESSOR_DEFINITIONS = (
15411541
"DEBUG=1",
@@ -1559,10 +1559,10 @@
15591559
buildSettings = {
15601560
CLANG_ENABLE_MODULES = YES;
15611561
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1562-
CURRENT_PROJECT_VERSION = 3;
1562+
CURRENT_PROJECT_VERSION = 4;
15631563
DEFINES_MODULE = YES;
15641564
DYLIB_COMPATIBILITY_VERSION = 1;
1565-
DYLIB_CURRENT_VERSION = 3;
1565+
DYLIB_CURRENT_VERSION = 4;
15661566
DYLIB_INSTALL_NAME_BASE = "@rpath";
15671567
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
15681568
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.5.1</string>
20+
<string>0.5.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>3</string>
24+
<string>4</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.5.1</string>
18+
<string>0.5.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>3</string>
22+
<string>4</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)