Skip to content

Commit f185ffb

Browse files
Release v10.0.0-rc.1
1 parent 151d276 commit f185ffb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Mapbox/MapboxMaps.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2436,7 +2436,7 @@
24362436
CODE_SIGN_STYLE = Automatic;
24372437
DEFINES_MODULE = YES;
24382438
DYLIB_COMPATIBILITY_VERSION = 1;
2439-
DYLIB_CURRENT_VERSION = 13;
2439+
DYLIB_CURRENT_VERSION = 14;
24402440
DYLIB_INSTALL_NAME_BASE = "@rpath";
24412441
INFOPLIST_FILE = ../Sources/MapboxMaps/MapView/Info.plist;
24422442
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -2459,7 +2459,7 @@
24592459
CODE_SIGN_STYLE = Automatic;
24602460
DEFINES_MODULE = YES;
24612461
DYLIB_COMPATIBILITY_VERSION = 1;
2462-
DYLIB_CURRENT_VERSION = 13;
2462+
DYLIB_CURRENT_VERSION = 14;
24632463
DYLIB_INSTALL_NAME_BASE = "@rpath";
24642464
INFOPLIST_FILE = ../Sources/MapboxMaps/MapView/Info.plist;
24652465
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -2482,7 +2482,7 @@
24822482
buildSettings = {
24832483
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
24842484
COPY_PHASE_STRIP = NO;
2485-
CURRENT_PROJECT_VERSION = 13;
2485+
CURRENT_PROJECT_VERSION = 14;
24862486
DEBUG_INFORMATION_FORMAT = dwarf;
24872487
ENABLE_TESTABILITY = YES;
24882488
GCC_WARN_64_TO_32_BIT_CONVERSION = "$(GCC_WARN_64_TO_32_BIT_CONVERSION)";
@@ -2501,7 +2501,7 @@
25012501
buildSettings = {
25022502
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
25032503
COPY_PHASE_STRIP = NO;
2504-
CURRENT_PROJECT_VERSION = 13;
2504+
CURRENT_PROJECT_VERSION = 14;
25052505
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
25062506
ENABLE_NS_ASSERTIONS = NO;
25072507
GCC_WARN_64_TO_32_BIT_CONVERSION = "$(GCC_WARN_64_TO_32_BIT_CONVERSION)";

Mapbox/MapboxTestHost/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>10.0.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>13</string>
20+
<string>14</string>
2121
<key>CFBundleDisplayName</key>
2222
<string>Test Host</string>
2323
<key>LSRequiresIPhoneOS</key>

Sources/MapboxMaps/MapView/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>10.0.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>13</string>
20+
<string>14</string>
2121
</dict>
2222
</plist>

Tests/MapboxMapsTests/MapView/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>10.0.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>13</string>
20+
<string>14</string>
2121
<key>MBXAccessToken</key>
2222
<string>$(MAPBOX_ACCESS_TOKEN)</string>
2323
</dict>

0 commit comments

Comments
 (0)