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

Restore support for iOS 9–11 by default #16242

Merged
merged 1 commit into from
Feb 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

This is a back porting from GL JS [#9333](https://github.com/mapbox/mapbox-gl-js/pull/9333)

- [ios] Restored support for iOS 9–11 by default ([#16241](https://github.com/mapbox/mapbox-gl-native/pull/16242))

### ✨ New features

- [core] Add Layer::serialize() method ([#16231](https://github.com/mapbox/mapbox-gl-native/pull/16231))
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/ios.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if(NOT DEFINED IOS_DEPLOYMENT_TARGET)
set(IOS_DEPLOYMENT_TARGET "12.0")
set(IOS_DEPLOYMENT_TARGET "9.0")
endif()

macro(initialize_ios_target target)
Expand Down