File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
<key >MinimumOSVersion </key >
22
- <string >10.11 </string >
22
+ <string >10.9 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
<key >MinimumOSVersion </key >
22
- <string >11 .0 </string >
22
+ <string >8 .0 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ DEFAULTARCHS="ios_x86_64 ios_arm64 tv_x86_64 tv_arm64 mac_x86_64 watchos_armv7k
34
34
DEFAULTTARGETS=" ios-sim-cross-x86_64 ios64-cross-arm64 ios64-cross-arm64e tvos-sim-cross-x86_64 tvos64-cross-arm64 macos64-x86_64 watchos-cross-armv7k watchos-cross-arm64_32 watchos-sim-cross-i386"
35
35
36
36
# Minimum iOS/tvOS SDK version to build for
37
- IOS_MIN_SDK_VERSION=" 12 .0"
37
+ IOS_MIN_SDK_VERSION=" 8 .0"
38
38
TVOS_MIN_SDK_VERSION=" 12.0"
39
- MACOS_MIN_SDK_VERSION=" 10.15 "
39
+ MACOS_MIN_SDK_VERSION=" 10.9 "
40
40
WATCHOS_MIN_SDK_VERSION=" 4.0"
41
41
42
42
# Init optional env variables (use available variable or default to empty string)
Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ if [ $FWTYPE == "dynamic" ]; then
67
67
elif [[ $PLATFORM == AppleTV* ]]; then
68
68
MIN_SDK=" -tvos_version_min 11.0"
69
69
elif [[ $PLATFORM == MacOSX* ]]; then
70
- MIN_SDK=" -macosx_version_min 10.11 "
70
+ MIN_SDK=" -macosx_version_min 10.9 "
71
71
elif [[ $PLATFORM == iPhoneSimulator* ]]; then
72
- MIN_SDK=" -ios_simulator_version_min 11 .0"
72
+ MIN_SDK=" -ios_simulator_version_min 8 .0"
73
73
elif [[ $PLATFORM == WatchOS* ]]; then
74
74
MIN_SDK=" -watchos_version_min 4.0"
75
75
elif [[ $PLATFORM == WatchSimulator* ]]; then
76
76
MIN_SDK=" -watchos_simulator_version_min 4.0"
77
77
else
78
- MIN_SDK=" -ios_version_min 11 .0"
78
+ MIN_SDK=" -ios_version_min 8 .0"
79
79
fi
80
80
81
81
# cd $TARGETDIR
You can’t perform that action at this time.
0 commit comments