Skip to content

Commit

Permalink
Merge pull request #1315 from bruvzg/ios_bump_version
Browse files Browse the repository at this point in the history
[iOS] Bump default version to 12 to match engine.
  • Loading branch information
akien-mga authored Nov 21, 2023
2 parents fa10d1a + e854e0b commit 6fd4e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def has_ios_osxcross():

def options(opts):
opts.Add(BoolVariable("ios_simulator", "Target iOS Simulator", False))
opts.Add("ios_min_version", "Target minimum iphoneos/iphonesimulator version", "10.0")
opts.Add("ios_min_version", "Target minimum iphoneos/iphonesimulator version", "12.0")
opts.Add(
"IOS_TOOLCHAIN_PATH",
"Path to iOS toolchain",
Expand Down

0 comments on commit 6fd4e15

Please sign in to comment.