Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Commit fbd5c2b

Browse files
author
Berend Ozceri
committedJun 5, 2017
Bumped minimum iOS version.
1 parent 9680fd0 commit fbd5c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/curl_builder/compiler.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def compilation_flags_for(platform, architecture)
9898
version = "6.0"
9999
min_version = "-miphoneos-version-min=#{version}"
100100
elsif platform == "iPhoneOS"
101-
version = architecture == "arm64" ? "6.0" : "5.0"
101+
version = "6.0"
102102
min_version = "-miphoneos-version-min=#{version}"
103103
elsif platform == "AppleTVOS" || platform == "AppleTVSimulator"
104104
min_version = "-mtvos-version-min=9.0"

0 commit comments

Comments
 (0)