File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2561,11 +2561,13 @@ if [[ "${INSTALLABLE_PACKAGE}" ]] ; then
2561
2561
DARWIN_TOOLCHAIN_INSTALL_LOCATION=" /Library/Developer/Toolchains/${DARWIN_TOOLCHAIN_NAME} .xctoolchain"
2562
2562
DARWIN_TOOLCHAIN_INFO_PLIST=" ${INSTALL_DESTDIR} /${TOOLCHAIN_PREFIX} /Info.plist"
2563
2563
DARWIN_TOOLCHAIN_REPORT_URL=" https://bugs.swift.org/"
2564
+ COMPATIBILITY_VERSION=2
2564
2565
2565
2566
echo " -- Removing: ${DARWIN_TOOLCHAIN_INFO_PLIST} "
2566
2567
rm -f ${DARWIN_TOOLCHAIN_INFO_PLIST}
2567
2568
2568
2569
${PLISTBUDDY_BIN} -c " Add DisplayName string '${DARWIN_TOOLCHAIN_DISPLAY_NAME} '" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
2570
+ ${PLISTBUDDY_BIN} -c " Add CompatibilityVersion integer ${COMPATIBILITY_VERSION} " " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
2569
2571
${PLISTBUDDY_BIN} -c " Add Version string '${DARWIN_TOOLCHAIN_VERSION} '" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
2570
2572
${PLISTBUDDY_BIN} -c " Add CFBundleIdentifier string '${DARWIN_TOOLCHAIN_BUNDLE_IDENTIFIER} '" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
2571
2573
${PLISTBUDDY_BIN} -c " Add ReportProblemURL string '${DARWIN_TOOLCHAIN_REPORT_URL} '" " ${DARWIN_TOOLCHAIN_INFO_PLIST} "
You can’t perform that action at this time.
0 commit comments