Skip to content

Commit

Permalink
[iOS] Bump default version to 12 to match engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvzg committed Nov 21, 2023
1 parent fa10d1a commit e854e0b
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 e854e0b

Please sign in to comment.