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

Commit

Permalink
ios-v5.9.0-alpha.1, macos-v0.16.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Apr 25, 2020
1 parent 288194c commit 48963d0
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '5.8.0'
version = '5.9.0-alpha.1'

m.name = 'Mapbox-iOS-SDK-snapshot-dynamic'
m.version = "#{version}-snapshot"
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/Mapbox-iOS-SDK-stripped.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '5.8.0'
version = '5.9.0-alpha.1'

m.name = 'Mapbox-iOS-SDK-stripped'
m.version = "#{version}-stripped"
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/Mapbox-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '5.8.0'
version = '5.9.0-alpha.1'

m.name = 'Mapbox-iOS-SDK'
m.version = version
Expand Down
2 changes: 1 addition & 1 deletion platform/macos/Mapbox-macOS-SDK-symbols.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '0.15.0'
version = '0.16.0-alpha.1'

m.name = 'Mapbox-macOS-SDK-symbols'
m.version = "#{version}-symbols"
Expand Down
2 changes: 1 addition & 1 deletion platform/macos/Mapbox-macOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '0.15.0'
version = '0.16.0-alpha.1'

m.name = 'Mapbox-macOS-SDK'
m.version = version
Expand Down
4 changes: 2 additions & 2 deletions platform/macos/app/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.15.0</string>
<string>0.16.0</string>
<key>CFBundleSignature</key>
<string>MBGL</string>
<key>CFBundleURLTypes</key>
Expand All @@ -45,7 +45,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>15253</string>
<string>15254</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSMainNibFile</key>
Expand Down
8 changes: 4 additions & 4 deletions platform/macos/macos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_COMMIT_HASH = deadbeef;
CURRENT_PROJECT_VERSION = 15253;
CURRENT_PROJECT_VERSION = 15254;
CURRENT_SEMANTIC_VERSION = 0.15.0;
CURRENT_SHORT_VERSION = 0.15.0;
DEBUG_INFORMATION_FORMAT = dwarf;
Expand Down Expand Up @@ -2077,7 +2077,7 @@
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_COMMIT_HASH = deadbeef;
CURRENT_PROJECT_VERSION = 15253;
CURRENT_PROJECT_VERSION = 15254;
CURRENT_SEMANTIC_VERSION = 0.15.0;
CURRENT_SHORT_VERSION = 0.15.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand Down Expand Up @@ -2172,7 +2172,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 15253;
DYLIB_CURRENT_VERSION = 15254;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = sdk/Info.plist;
Expand All @@ -2196,7 +2196,7 @@
DEFINES_MODULE = YES;
DEPLOYMENT_POSTPROCESSING = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 15253;
DYLIB_CURRENT_VERSION = 15254;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = sdk/Info.plist;
Expand Down
4 changes: 2 additions & 2 deletions platform/macos/sdk/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.15.0</string>
<string>0.16.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15253</string>
<string>15254</string>
<key>MGLCommitHash</key>
<string>$(CURRENT_COMMIT_HASH)</string>
<key>MGLSemanticVersionString</key>
Expand Down
4 changes: 2 additions & 2 deletions platform/macos/test/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.15.0</string>
<string>0.16.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>15253</string>
<string>15254</string>
</dict>
</plist>

0 comments on commit 48963d0

Please sign in to comment.