Skip to content

Commit b4d568d

Browse files
authored
Merge pull request #2075 from swiftwasm/katei/fix-infoplit-5.3
Fix Info.plist location and bug report url for 5.3 release branch
2 parents 1e71bfc + ded052f commit b4d568d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/webassembly/build-toolchain.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ create_darwin_info_plist() {
135135
DARWIN_TOOLCHAIN_DISPLAY_NAME="${DARWIN_TOOLCHAIN_DISPLAY_NAME_SHORT} ${YEAR}-${MONTH}-${DAY}"
136136
DARWIN_TOOLCHAIN_ALIAS="swiftwasm"
137137

138-
DARWIN_TOOLCHAIN_INFO_PLIST="${DIST_TOOLCHAIN_SDK}/usr/Info.plist"
139-
DARWIN_TOOLCHAIN_REPORT_URL="https://bugs.swift.org/"
138+
DARWIN_TOOLCHAIN_INFO_PLIST="${DIST_TOOLCHAIN_SDK}/Info.plist"
139+
DARWIN_TOOLCHAIN_REPORT_URL="https://github.com/swiftwasm/swift/issues"
140140
COMPATIBILITY_VERSION=2
141141
COMPATIBILITY_VERSION_DISPLAY_STRING="Xcode 8.0"
142142
DARWIN_TOOLCHAIN_CREATED_DATE="$(date -u +'%a %b %d %T GMT %Y')"

0 commit comments

Comments
 (0)