diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index 873f382c18..2238210b8a 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for Mapbox Maps SDK for macOS +## 0.15.1 + +* Fixed various crashes, including crashes on launch, on macOS 10.11.0 through 10.14._x_. ([mapbox/mapbox-gl-native#16412](https://github.com/mapbox/mapbox-gl-native/pull/16412)) + ## 0.15.0 ### Styles and rendering diff --git a/platform/macos/Mapbox-macOS-SDK-symbols.podspec b/platform/macos/Mapbox-macOS-SDK-symbols.podspec index b7b501560a..4c08014808 100644 --- a/platform/macos/Mapbox-macOS-SDK-symbols.podspec +++ b/platform/macos/Mapbox-macOS-SDK-symbols.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |m| - version = '0.15.0' + version = '0.15.1' m.name = 'Mapbox-macOS-SDK-symbols' m.version = "#{version}-symbols" diff --git a/platform/macos/Mapbox-macOS-SDK.podspec b/platform/macos/Mapbox-macOS-SDK.podspec index f3fe65d685..af605ba991 100644 --- a/platform/macos/Mapbox-macOS-SDK.podspec +++ b/platform/macos/Mapbox-macOS-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |m| - version = '0.15.0' + version = '0.15.1' m.name = 'Mapbox-macOS-SDK' m.version = version diff --git a/platform/macos/app/Info.plist b/platform/macos/app/Info.plist index d655e1dfbb..8fa0d91726 100644 --- a/platform/macos/app/Info.plist +++ b/platform/macos/app/Info.plist @@ -30,7 +30,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.15.0 + 0.15.1 CFBundleSignature MBGL CFBundleURLTypes @@ -45,7 +45,7 @@ CFBundleVersion - 15253 + 15254 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSMainNibFile diff --git a/platform/macos/macos.xcodeproj/project.pbxproj b/platform/macos/macos.xcodeproj/project.pbxproj index bb532fe1c3..ed35c36eba 100644 --- a/platform/macos/macos.xcodeproj/project.pbxproj +++ b/platform/macos/macos.xcodeproj/project.pbxproj @@ -2000,7 +2000,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; @@ -2069,7 +2069,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"; @@ -2164,7 +2164,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; @@ -2188,7 +2188,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; diff --git a/platform/macos/sdk/Info.plist b/platform/macos/sdk/Info.plist index 2d771545eb..7d4d7e7a0a 100644 --- a/platform/macos/sdk/Info.plist +++ b/platform/macos/sdk/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.15.0 + 0.15.1 CFBundleSignature ???? CFBundleVersion - 15253 + 15254 MGLCommitHash $(CURRENT_COMMIT_HASH) MGLSemanticVersionString diff --git a/platform/macos/test/Info.plist b/platform/macos/test/Info.plist index db7950583a..a26a3ad14e 100644 --- a/platform/macos/test/Info.plist +++ b/platform/macos/test/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.15.0 + 0.15.1 CFBundleSignature ???? CFBundleVersion - 15253 + 15254 diff --git a/vendor/mapbox-gl-native b/vendor/mapbox-gl-native index 77b883d80d..19da0abdce 160000 --- a/vendor/mapbox-gl-native +++ b/vendor/mapbox-gl-native @@ -1 +1 @@ -Subproject commit 77b883d80d2dee6612e0e3621c32b90adbd85e3e +Subproject commit 19da0abdce571cad0801b40ea867e0a36f8f9d95