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

Commit 3bd6a44

Browse files
committed
[macos] Fixed minimum deployment target
Cherry-picked from af04848.
1 parent 77b883d commit 3bd6a44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## master
3+
## maps-v1.5.2
4+
5+
- [macos] Restored support for macOS 10.11–10.14 ([#16412](https://github.com/mapbox/mapbox-gl-native/pull/16412))
46

57
## maps-v1.5.1
68

platform/macos/macos.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
if(NOT DEFINED MACOSX_DEPLOYMENT_TARGET)
2-
set(MACOSX_DEPLOYMENT_TARGET "10.11")
3-
endif()
1+
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11")
42

53
set_target_properties(mbgl-core PROPERTIES XCODE_ATTRIBUTE_CLANG_ENABLE_OBJC_ARC YES)
64

0 commit comments

Comments
 (0)