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

Commit

Permalink
[build] Bump minimum iOS version to 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Juha Alanen committed Feb 14, 2020
1 parent 8a0af00 commit 72f1945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/ios/ios.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ target_compile_definitions(
)

if(NOT DEFINED IOS_DEPLOYMENT_TARGET)
set(IOS_DEPLOYMENT_TARGET "9.0")
set(IOS_DEPLOYMENT_TARGET "12.0")
endif()

macro(initialize_ios_target target)
Expand Down

0 comments on commit 72f1945

Please sign in to comment.