Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a139216

Browse files
committedMay 7, 2020
ios-v5.9.0, macos-v0.16.0
1 parent 9e53135 commit a139216

17 files changed

+28
-28
lines changed
 

‎platform/ios/Integration Test Harness/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>5.9.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>15255</string>
22+
<string>15256</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

‎platform/ios/Integration Tests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>5.9.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>15255</string>
20+
<string>15256</string>
2121
</dict>
2222
</plist>

‎platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '5.9.0-beta.1'
3+
version = '5.9.0'
44

55
m.name = 'Mapbox-iOS-SDK-snapshot-dynamic'
66
m.version = "#{version}-snapshot"

‎platform/ios/Mapbox-iOS-SDK-stripped.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '5.9.0-beta.1'
3+
version = '5.9.0'
44

55
m.name = 'Mapbox-iOS-SDK-stripped'
66
m.version = "#{version}-stripped"

‎platform/ios/Mapbox-iOS-SDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '5.9.0-beta.1'
3+
version = '5.9.0'
44

55
m.name = 'Mapbox-iOS-SDK'
66
m.version = version

‎platform/ios/app/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>MBGL</string>
2323
<key>CFBundleVersion</key>
24-
<string>15255</string>
24+
<string>15256</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

‎platform/ios/benchmark/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>MBGL</string>
2323
<key>CFBundleVersion</key>
24-
<string>15255</string>
24+
<string>15256</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

‎platform/ios/framework/Info-static.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundleSignature</key>
1616
<string>????</string>
1717
<key>CFBundleVersion</key>
18-
<string>15255</string>
18+
<string>15256</string>
1919
<key>MGLCommitHash</key>
2020
<string>$(CURRENT_COMMIT_HASH)</string>
2121
<key>MGLSemanticVersionString</key>

‎platform/ios/framework/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>15255</string>
22+
<string>15256</string>
2323
<key>MGLCommitHash</key>
2424
<string>$(CURRENT_COMMIT_HASH)</string>
2525
<key>MGLSemanticVersionString</key>

‎platform/ios/ios.xcodeproj/project.pbxproj

+9-9
Original file line numberDiff line numberDiff line change
@@ -3601,7 +3601,7 @@
36013601
CLANG_ENABLE_MODULES = YES;
36023602
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
36033603
COPY_PHASE_STRIP = NO;
3604-
CURRENT_PROJECT_VERSION = 15255;
3604+
CURRENT_PROJECT_VERSION = 15256;
36053605
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
36063606
ENABLE_NS_ASSERTIONS = NO;
36073607
GCC_PREPROCESSOR_DEFINITIONS = "";
@@ -3667,7 +3667,7 @@
36673667
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
36683668
DEFINES_MODULE = YES;
36693669
DYLIB_COMPATIBILITY_VERSION = 1;
3670-
DYLIB_CURRENT_VERSION = 15255;
3670+
DYLIB_CURRENT_VERSION = 15256;
36713671
DYLIB_INSTALL_NAME_BASE = "@rpath";
36723672
GCC_PREPROCESSOR_DEFINITIONS = "NDEBUG=1";
36733673
INFOPLIST_FILE = framework/Info.plist;
@@ -3687,7 +3687,7 @@
36873687
buildSettings = {
36883688
BITCODE_GENERATION_MODE = bitcode;
36893689
DEFINES_MODULE = YES;
3690-
DYLIB_CURRENT_VERSION = 15255;
3690+
DYLIB_CURRENT_VERSION = 15256;
36913691
HEADER_SEARCH_PATHS = (
36923692
"$(PROJECT_DIR)/../../vendor/mapbox-gl-native/include",
36933693
"$(PROJECT_DIR)/../../vendor/mapbox-gl-native/platform/default/include",
@@ -3819,7 +3819,7 @@
38193819
CLANG_ENABLE_MODULES = YES;
38203820
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
38213821
COPY_PHASE_STRIP = NO;
3822-
CURRENT_PROJECT_VERSION = 15255;
3822+
CURRENT_PROJECT_VERSION = 15256;
38233823
DEBUG_INFORMATION_FORMAT = dwarf;
38243824
ENABLE_TESTABILITY = YES;
38253825
GCC_OPTIMIZATION_LEVEL = 0;
@@ -3843,7 +3843,7 @@
38433843
CLANG_ENABLE_MODULES = YES;
38443844
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
38453845
COPY_PHASE_STRIP = NO;
3846-
CURRENT_PROJECT_VERSION = 15255;
3846+
CURRENT_PROJECT_VERSION = 15256;
38473847
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
38483848
ENABLE_NS_ASSERTIONS = NO;
38493849
GCC_PREPROCESSOR_DEFINITIONS = "";
@@ -3950,7 +3950,7 @@
39503950
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
39513951
DEFINES_MODULE = YES;
39523952
DYLIB_COMPATIBILITY_VERSION = 1;
3953-
DYLIB_CURRENT_VERSION = 15255;
3953+
DYLIB_CURRENT_VERSION = 15256;
39543954
DYLIB_INSTALL_NAME_BASE = "@rpath";
39553955
INFOPLIST_FILE = framework/Info.plist;
39563956
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -3971,7 +3971,7 @@
39713971
DEFINES_MODULE = YES;
39723972
DEPLOYMENT_POSTPROCESSING = YES;
39733973
DYLIB_COMPATIBILITY_VERSION = 1;
3974-
DYLIB_CURRENT_VERSION = 15255;
3974+
DYLIB_CURRENT_VERSION = 15256;
39753975
DYLIB_INSTALL_NAME_BASE = "@rpath";
39763976
GCC_PREPROCESSOR_DEFINITIONS = "NDEBUG=1";
39773977
INFOPLIST_FILE = framework/Info.plist;
@@ -4014,7 +4014,7 @@
40144014
buildSettings = {
40154015
BITCODE_GENERATION_MODE = bitcode;
40164016
DEFINES_MODULE = YES;
4017-
DYLIB_CURRENT_VERSION = 15255;
4017+
DYLIB_CURRENT_VERSION = 15256;
40184018
HEADER_SEARCH_PATHS = (
40194019
"$(PROJECT_DIR)/../../vendor/mapbox-gl-native/include",
40204020
"$(PROJECT_DIR)/../../vendor/mapbox-gl-native/platform/default/include",
@@ -4054,7 +4054,7 @@
40544054
BITCODE_GENERATION_MODE = bitcode;
40554055
DEFINES_MODULE = YES;
40564056
DEPLOYMENT_POSTPROCESSING = YES;
4057-
DYLIB_CURRENT_VERSION = 15255;
4057+
DYLIB_CURRENT_VERSION = 15256;
40584058
HEADER_SEARCH_PATHS = (
40594059
"$(PROJECT_DIR)/../../vendor/mapbox-gl-native/include",
40604060
"$(PROJECT_DIR)/../../vendor/mapbox-gl-native/platform/default/include",

‎platform/ios/test/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>15255</string>
22+
<string>15256</string>
2323
</dict>
2424
</plist>

‎platform/macos/Mapbox-macOS-SDK-symbols.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '0.16.0-beta.1'
3+
version = '0.16.0'
44

55
m.name = 'Mapbox-macOS-SDK-symbols'
66
m.version = "#{version}-symbols"

‎platform/macos/Mapbox-macOS-SDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
version = '0.16.0-beta.1'
3+
version = '0.16.0'
44

55
m.name = 'Mapbox-macOS-SDK'
66
m.version = version

‎platform/macos/app/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</dict>
4646
</array>
4747
<key>CFBundleVersion</key>
48-
<string>15255</string>
48+
<string>15256</string>
4949
<key>LSMinimumSystemVersion</key>
5050
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
5151
<key>NSMainNibFile</key>

‎platform/macos/macos.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@
20082008
CODE_SIGN_IDENTITY = "-";
20092009
COPY_PHASE_STRIP = NO;
20102010
CURRENT_COMMIT_HASH = deadbeef;
2011-
CURRENT_PROJECT_VERSION = 15255;
2011+
CURRENT_PROJECT_VERSION = 15256;
20122012
DEBUG_INFORMATION_FORMAT = dwarf;
20132013
ENABLE_STRICT_OBJC_MSGSEND = YES;
20142014
ENABLE_TESTABILITY = YES;
@@ -2075,7 +2075,7 @@
20752075
CODE_SIGN_IDENTITY = "-";
20762076
COPY_PHASE_STRIP = NO;
20772077
CURRENT_COMMIT_HASH = deadbeef;
2078-
CURRENT_PROJECT_VERSION = 15255;
2078+
CURRENT_PROJECT_VERSION = 15256;
20792079
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
20802080
ENABLE_NS_ASSERTIONS = NO;
20812081
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2168,7 +2168,7 @@
21682168
COMBINE_HIDPI_IMAGES = YES;
21692169
DEFINES_MODULE = YES;
21702170
DYLIB_COMPATIBILITY_VERSION = 1;
2171-
DYLIB_CURRENT_VERSION = 15255;
2171+
DYLIB_CURRENT_VERSION = 15256;
21722172
DYLIB_INSTALL_NAME_BASE = "@rpath";
21732173
FRAMEWORK_VERSION = A;
21742174
INFOPLIST_FILE = sdk/Info.plist;
@@ -2191,7 +2191,7 @@
21912191
DEFINES_MODULE = YES;
21922192
DEPLOYMENT_POSTPROCESSING = YES;
21932193
DYLIB_COMPATIBILITY_VERSION = 1;
2194-
DYLIB_CURRENT_VERSION = 15255;
2194+
DYLIB_CURRENT_VERSION = 15256;
21952195
DYLIB_INSTALL_NAME_BASE = "@rpath";
21962196
FRAMEWORK_VERSION = A;
21972197
INFOPLIST_FILE = sdk/Info.plist;

‎platform/macos/sdk/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>15255</string>
22+
<string>15256</string>
2323
<key>MGLCommitHash</key>
2424
<string>$(CURRENT_COMMIT_HASH)</string>
2525
<key>MGLSemanticVersionString</key>

‎platform/macos/test/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>15255</string>
22+
<string>15256</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)
This repository has been archived.