File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -3293,8 +3293,6 @@ function build_and_test_installable_package() {
3293
3293
COMPATIBILITY_VERSION=2
3294
3294
COMPATIBILITY_VERSION_DISPLAY_STRING=" Xcode 8.0"
3295
3295
DARWIN_TOOLCHAIN_CREATED_DATE=" $( date -u +' %a %b %d %T GMT %Y' ) "
3296
- XCODE_DEFAULT_TOOLCHAIN_PLUGIN_SERVER_DESCRIPTOR=' $(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins#$(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-plugin-server'
3297
- XCODE_DEFAULT_TOOLCHAIN_LOCAL_PLUGIN_SERVER_DESCRIPTOR=' $(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins#$(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-plugin-server'
3298
3296
3299
3297
SWIFT_USE_DEVELOPMENT_TOOLCHAIN_RUNTIME=" YES"
3300
3298
if [[ " ${DARWIN_TOOLCHAIN_REQUIRE_USE_OS_RUNTIME} " -eq " 1" ]]; then
@@ -3330,8 +3328,6 @@ function build_and_test_installable_package() {
3330
3328
call ${PLISTBUDDY_BIN} -c " Add OverrideBuildSettings:SWIFT_DEVELOPMENT_TOOLCHAIN string 'YES'" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
3331
3329
call ${PLISTBUDDY_BIN} -c " Add OverrideBuildSettings:SWIFT_USE_DEVELOPMENT_TOOLCHAIN_RUNTIME string '${SWIFT_USE_DEVELOPMENT_TOOLCHAIN_RUNTIME} '" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
3332
3330
3333
- call ${PLISTBUDDY_BIN} -c " Add OverrideBuildSettings:OTHER_SWIFT_FLAGS string '\$ (inherited) -Xfrontend -external-plugin-path -Xfrontend ${XCODE_DEFAULT_TOOLCHAIN_PLUGIN_SERVER_DESCRIPTOR} -Xfrontend -external-plugin-path -Xfrontend ${XCODE_DEFAULT_TOOLCHAIN_LOCAL_PLUGIN_SERVER_DESCRIPTOR} '" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
3334
-
3335
3331
call chmod a+r " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
3336
3332
3337
3333
if [[ " ${DARWIN_TOOLCHAIN_APPLICATION_CERT} " ]] ; then
You can’t perform that action at this time.
0 commit comments