Skip to content

Commit 912c74c

Browse files
committed
Clean junk files during build
1 parent eb6c2f0 commit 912c74c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/insider.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
xcrun codesign --options runtime --deep --force --verbose --timestamp --sign "Developer ID Application: ${{ secrets.DEVELOPER_NAME }}" to-be-signed/Planet-Insider.app/Contents/Frameworks/Sparkle.framework
9999
xcrun codesign --options runtime --deep --force --verbose --timestamp --sign "Developer ID Application: ${{ secrets.DEVELOPER_NAME }}" to-be-signed/Planet-Insider.app/Contents/Frameworks/CodeMirror-SwiftUI.framework
100100
101+
- name: Clean Junk Files
102+
run: |
103+
find to-be-signed/Planet-Insider.app -name '._*' -delete
104+
101105
- name: Prepare for Notarization
102106
run: |
103107
ditto -c -k --keepParent to-be-signed/Planet-Insider.app Planet-Insider.zip

Planet/versioning.xcconfig

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

0 commit comments

Comments
 (0)