Skip to content

Commit f7ed7d6

Browse files
authored
Force Xcode 13 beta path since stable release doesn't contain SDK
1 parent 5a8feb6 commit f7ed7d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_nudge.zsh

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ TOOLSDIR=$(dirname $0)
1212
BUILDSDIR="$TOOLSDIR/build"
1313
OUTPUTSDIR="$TOOLSDIR/outputs"
1414
MP_ZIP="/tmp/munki-pkg.zip"
15-
XCODE_BUILD_PATH="/Applications/Xcode_13.0.app/Contents/Developer/usr/bin/xcodebuild"
16-
XCODE_NOTARY_PATH="/Applications/Xcode_13.0.app/Contents/Developer/usr/bin/notarytool"
17-
XCODE_STAPLER_PATH="/Applications/Xcode_13.0.app/Contents/Developer/usr/bin/stapler"
15+
XCODE_BUILD_PATH="/Applications/Xcode_13.0_beta.app/Contents/Developer/usr/bin/xcodebuild"
16+
XCODE_NOTARY_PATH="/Applications/Xcode_13.0_beta.app/Contents/Developer/usr/bin/notarytool"
17+
XCODE_STAPLER_PATH="/Applications/Xcode_13.0_beta.app/Contents/Developer/usr/bin/stapler"
1818
CURRENT_NUDGE_MAIN_BUILD_VERSION=$(/usr/libexec/PlistBuddy -c Print:CFBundleVersion $TOOLSDIR/Nudge/Info.plist)
1919
DATE=$(/bin/date -u "+%m%d%Y%H%M%S")
2020

0 commit comments

Comments
 (0)