Skip to content

Commit 6d00a2f

Browse files
authored
Merge branch 'master' into swift3
2 parents d1b168a + 3986975 commit 6d00a2f

File tree

14 files changed

+43
-41
lines changed

14 files changed

+43
-41
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: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
attributes = {
657657
LastSwiftMigration = 0700;
658658
LastSwiftUpdateCheck = 0730;
659-
LastUpgradeCheck = 0800;
659+
LastUpgradeCheck = 0820;
660660
ORGANIZATIONNAME = Mapbox;
661661
TargetAttributes = {
662662
DA5170951CF1B18F00CD6DCF = {
@@ -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;
@@ -1266,11 +1266,11 @@
12661266
buildSettings = {
12671267
CLANG_ANALYZER_NONNULL = YES;
12681268
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1269-
CURRENT_PROJECT_VERSION = 3;
1269+
CURRENT_PROJECT_VERSION = 4;
12701270
DEBUG_INFORMATION_FORMAT = dwarf;
12711271
DEFINES_MODULE = YES;
12721272
DYLIB_COMPATIBILITY_VERSION = 1;
1273-
DYLIB_CURRENT_VERSION = 3;
1273+
DYLIB_CURRENT_VERSION = 4;
12741274
DYLIB_INSTALL_NAME_BASE = "@rpath";
12751275
GCC_NO_COMMON_BLOCKS = YES;
12761276
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1294,11 +1294,11 @@
12941294
CLANG_ANALYZER_NONNULL = YES;
12951295
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
12961296
COPY_PHASE_STRIP = NO;
1297-
CURRENT_PROJECT_VERSION = 3;
1297+
CURRENT_PROJECT_VERSION = 4;
12981298
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12991299
DEFINES_MODULE = YES;
13001300
DYLIB_COMPATIBILITY_VERSION = 1;
1301-
DYLIB_CURRENT_VERSION = 3;
1301+
DYLIB_CURRENT_VERSION = 4;
13021302
DYLIB_INSTALL_NAME_BASE = "@rpath";
13031303
GCC_NO_COMMON_BLOCKS = YES;
13041304
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1358,11 +1358,12 @@
13581358
buildSettings = {
13591359
APPLICATION_EXTENSION_API_ONLY = YES;
13601360
CLANG_ANALYZER_NONNULL = YES;
1361-
CURRENT_PROJECT_VERSION = 3;
1361+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1362+
CURRENT_PROJECT_VERSION = 4;
13621363
DEBUG_INFORMATION_FORMAT = dwarf;
13631364
DEFINES_MODULE = YES;
13641365
DYLIB_COMPATIBILITY_VERSION = 1;
1365-
DYLIB_CURRENT_VERSION = 3;
1366+
DYLIB_CURRENT_VERSION = 4;
13661367
DYLIB_INSTALL_NAME_BASE = "@rpath";
13671368
GCC_NO_COMMON_BLOCKS = YES;
13681369
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1385,12 +1386,13 @@
13851386
buildSettings = {
13861387
APPLICATION_EXTENSION_API_ONLY = YES;
13871388
CLANG_ANALYZER_NONNULL = YES;
1389+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
13881390
COPY_PHASE_STRIP = NO;
1389-
CURRENT_PROJECT_VERSION = 3;
1391+
CURRENT_PROJECT_VERSION = 4;
13901392
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13911393
DEFINES_MODULE = YES;
13921394
DYLIB_COMPATIBILITY_VERSION = 1;
1393-
DYLIB_CURRENT_VERSION = 3;
1395+
DYLIB_CURRENT_VERSION = 4;
13941396
DYLIB_INSTALL_NAME_BASE = "@rpath";
13951397
GCC_NO_COMMON_BLOCKS = YES;
13961398
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1536,10 +1538,10 @@
15361538
buildSettings = {
15371539
CLANG_ENABLE_MODULES = YES;
15381540
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1539-
CURRENT_PROJECT_VERSION = 3;
1541+
CURRENT_PROJECT_VERSION = 4;
15401542
DEFINES_MODULE = YES;
15411543
DYLIB_COMPATIBILITY_VERSION = 1;
1542-
DYLIB_CURRENT_VERSION = 3;
1544+
DYLIB_CURRENT_VERSION = 4;
15431545
DYLIB_INSTALL_NAME_BASE = "@rpath";
15441546
GCC_PREPROCESSOR_DEFINITIONS = (
15451547
"DEBUG=1",
@@ -1563,10 +1565,10 @@
15631565
buildSettings = {
15641566
CLANG_ENABLE_MODULES = YES;
15651567
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1566-
CURRENT_PROJECT_VERSION = 3;
1568+
CURRENT_PROJECT_VERSION = 4;
15671569
DEFINES_MODULE = YES;
15681570
DYLIB_COMPATIBILITY_VERSION = 1;
1569-
DYLIB_CURRENT_VERSION = 3;
1571+
DYLIB_CURRENT_VERSION = 4;
15701572
DYLIB_INSTALL_NAME_BASE = "@rpath";
15711573
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
15721574
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/Example (Objective-C).xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/Example (Swift).xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/MapboxGeocoder Mac.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/MapboxGeocoder iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/MapboxGeocoder tvOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

MapboxGeocoder.xcodeproj/xcshareddata/xcschemes/MapboxGeocoder watchOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

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>

0 commit comments

Comments
 (0)