File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - run : make build_unsigned
Original file line number Diff line number Diff line change 33release : clean build size
44
55build_unsigned :
6- mkdir -p products
7- xattr -w com.apple.xcode.CreatedByBuildSystem true products
6+ @ mkdir -p products
7+ @ xattr -w com.apple.xcode.CreatedByBuildSystem true products
88 xcodebuild -parallelizeTargets \
99 -project " FastDMG.xcodeproj" \
1010 -target " FastDMG" \
@@ -15,8 +15,8 @@ build_unsigned:
1515 clean build
1616
1717build :
18- mkdir -p products
19- xattr -w com.apple.xcode.CreatedByBuildSystem true products
18+ @ mkdir -p products
19+ @ xattr -w com.apple.xcode.CreatedByBuildSystem true products
2020 xcodebuild -parallelizeTargets \
2121 -project " FastDMG.xcodeproj" \
2222 -target " FastDMG" \
3131 @du -hs products/FastDMG.app/Contents/MacOS/*
3232
3333clean :
34- xattr -w com.apple.xcode.CreatedByBuildSystem true products
34+ @ xattr -w com.apple.xcode.CreatedByBuildSystem true products
3535 xcodebuild -project " FastDMG.xcodeproj" clean
3636 rm -rf products/* 2> /dev/null
You can’t perform that action at this time.
0 commit comments