File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3741,6 +3741,9 @@ function build_and_test_installable_package() {
3741
3741
call ${PLISTBUDDY_BIN} -c " Add OverrideBuildSettings:ENABLE_BITCODE string 'NO'" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
3742
3742
call ${PLISTBUDDY_BIN} -c " Add OverrideBuildSettings:SWIFT_DISABLE_REQUIRED_ARCLITE string 'YES'" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
3743
3743
call ${PLISTBUDDY_BIN} -c " Add OverrideBuildSettings:SWIFT_LINK_OBJC_RUNTIME string 'YES'" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
3744
+ call ${PLISTBUDDY_BIN} -c " Add OverrideBuildSettings:SWIFT_DEVELOPMENT_TOOLCHAIN string 'YES'" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
3745
+ call ${PLISTBUDDY_BIN} -c " Add DefaultBuildSettings dict" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
3746
+ call ${PLISTBUDDY_BIN} -c " Add DefaultBuildSettings:SWIFT_USE_DEVELOPMENT_TOOLCHAIN_RUNTIME string 'YES'" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
3744
3747
3745
3748
call chmod a+r " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
3746
3749
You can’t perform that action at this time.
0 commit comments