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
  • Loading branch information
1ec5 committed Apr 18, 2020
1 parent 61b43cd commit 5ce9fb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@

- [core] Correctly log a warning instead of crashing when a non-existent image is attempted to be removed. ([#16391](https://github.com/mapbox/mapbox-gl-native/pull/16391))

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

## maps-v1.5.1

### 🐞 Bug fixes
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 5ce9fb0

Please sign in to comment.