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

Commit 678eab8

Browse files
jmkileyjulianrex
andauthored
Update for v6.1.0-beta.1 (#367)
* Bumped Cartfile for 3.0.0-rc.1 * Updated version * Add linker flags for 5 messages * Revert typo * Reversed typo (for resolved file) * Update cartfile.resolved * Disable bitcode Co-authored-by: Julian Rex <julian.rex@gmail.com>
1 parent 2085a66 commit 678eab8

File tree

13 files changed

+48
-24
lines changed

13 files changed

+48
-24
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json" == 1.8.1
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json" == 3.0.0-rc.1
22
github "mapbox/mapbox-events-ios" ~> 0.10

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json" "1.8.1"
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mobile-maps-gl-core/mapbox-ios-sdk-gl-core-static.json" "3.0.0-rc.1"
22
github "mapbox/mapbox-events-ios" "v0.10.2"

platform/ios/Integration Test Harness/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>6.1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>15260</string>
22+
<string>15261</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

platform/ios/Integration Tests/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>6.1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>15260</string>
20+
<string>15261</string>
2121
</dict>
2222
</plist>

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

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

3-
version = '6.1.0-alpha.1'
3+
version = '6.1.0-beta.1'
44

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

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

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

3-
version = '6.1.0-alpha.1'
3+
version = '6.1.0-beta.1'
44

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

platform/ios/Mapbox-iOS-SDK.podspec

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

3-
version = '6.1.0-alpha.1'
3+
version = '6.1.0-beta.1'
44

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

platform/ios/app/Info.plist

Lines changed: 1 addition & 1 deletion
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>15260</string>
24+
<string>15261</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

platform/ios/benchmark/Info.plist

Lines changed: 1 addition & 1 deletion
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>15260</string>
24+
<string>15261</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

platform/ios/framework/Info-static.plist

Lines changed: 1 addition & 1 deletion
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>15260</string>
18+
<string>15261</string>
1919
<key>MGLCommitHash</key>
2020
<string>$(CURRENT_COMMIT_HASH)</string>
2121
<key>MGLSemanticVersionString</key>

0 commit comments

Comments
 (0)