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

Commit

Permalink
[ios] Restored support for iOS 9–11 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 authored and alexshalamov committed Feb 28, 2020
1 parent 8229bd1 commit 668a453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 668a453

Please sign in to comment.