File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- CURRENT_PROJECT_VERSION = 2504
1+ CURRENT_PROJECT_VERSION = 2505
You can’t perform that action at this time.
0 commit comments