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

Commit

Permalink
[macos] Fixed minimum deployment target
Browse files Browse the repository at this point in the history
Cherry-picked from af04848.
  • Loading branch information
1ec5 committed Apr 27, 2020
1 parent 77b883d commit 3bd6a44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## master
## maps-v1.5.2

- [macos] Restored support for macOS 10.11–10.14 ([#16412](https://github.com/mapbox/mapbox-gl-native/pull/16412))

## maps-v1.5.1

Expand Down
4 changes: 1 addition & 3 deletions platform/macos/macos.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
if(NOT DEFINED MACOSX_DEPLOYMENT_TARGET)
set(MACOSX_DEPLOYMENT_TARGET "10.11")
endif()
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11")

set_target_properties(mbgl-core PROPERTIES XCODE_ATTRIBUTE_CLANG_ENABLE_OBJC_ARC YES)

Expand Down

0 comments on commit 3bd6a44

Please sign in to comment.