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