Skip to content

Commit 831a44f

Browse files
committed
Update build workflow for Croptop
1 parent 6e0a75e commit 831a44f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/croptop.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ jobs:
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

Planet/versioning.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 2535
1+
CURRENT_PROJECT_VERSION = 2536

0 commit comments

Comments
 (0)