Post

Replies

Boosts

Views

Activity

Reply to Is it possible to code sign a screensaver?
hello, want to share how i'll do it in 2023.... sudo codesign --timestamp --options=runtime -s "Developer ID Application: John Doe (XXXXXXXXXX)" -v XX.saver zip the file... xcrun altool --verbose --notarize-app --primary-bundle-id "com.xxxxxx.Xx" --username "xxxatxx.***" --password "xxxx-xxxx-xxxx-xxxx" -itc_provider ***00000 -t osx -f XX.saver.zip check status.... if ok delete the .zip xcrun stapler staple XX.saver zip the file again and you're done... upload and share where you want ...store this as a script in the same folder where you have your screensaver... M.
Apr ’23