File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 8787 xcrun codesign --options runtime --deep --force --verbose --timestamp --sign "Developer ID Application: ${{ secrets.DEVELOPER_NAME }}" to-be-signed/Croptop.app/Contents/Frameworks/Sparkle.framework/Versions/B/Autoupdate
8888 xcrun codesign --options runtime --deep --force --verbose --timestamp --sign "Developer ID Application: ${{ secrets.DEVELOPER_NAME }}" to-be-signed/Croptop.app/Contents/Frameworks/Sparkle.framework/Versions/B/Updater.app
8989 xcrun codesign --options runtime --deep --force --verbose --timestamp --sign "Developer ID Application: ${{ secrets.DEVELOPER_NAME }}" to-be-signed/Croptop.app/Contents/Frameworks/Sparkle.framework
90+
91+ - name : Clean Junk Files
92+ run : |
93+ find to-be-signed/Croptop.app -name '._*' -delete
9094
9195 - name : Prepare for Notarization
9296 run : |
@@ -100,6 +104,10 @@ jobs:
100104 run : |
101105 xcrun stapler staple -v to-be-signed/Croptop.app
102106
107+ - name : Clean Junk Files Before Release
108+ run : |
109+ find to-be-signed/Croptop.app -name '._*' -delete
110+
103111 - name : Generate Croptop.zip
104112 run : |
105113 ditto -c -k --keepParent --sequesterRsrc to-be-signed/Croptop.app Croptop.zip
Original file line number Diff line number Diff line change 1- CURRENT_PROJECT_VERSION = 2535
1+ CURRENT_PROJECT_VERSION = 2536
You can’t perform that action at this time.
0 commit comments