File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ TOOLSDIR=$(dirname $0)
12
12
BUILDSDIR=" $TOOLSDIR /build"
13
13
OUTPUTSDIR=" $TOOLSDIR /outputs"
14
14
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"
18
18
CURRENT_NUDGE_MAIN_BUILD_VERSION=$( /usr/libexec/PlistBuddy -c Print:CFBundleVersion $TOOLSDIR /Nudge/Info.plist)
19
19
DATE=$( /bin/date -u " +%m%d%Y%H%M%S" )
20
20
You can’t perform that action at this time.
0 commit comments