mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 22:35:42 +00:00
* codesign script beginning * unneeded image * a tiny bit more in the script Former-commit-id: dc61e4892dc8240af12f67180ace196cde54eb0e
5 lines
226 B
Bash
5 lines
226 B
Bash
#!/bin/bash
|
|
|
|
/usr/bin/security/security unlock-keychain development.keychain
|
|
/usr/bin/codesign/codesign --deep --force --verify --verbose --timestamp --options runtime --sign "Apple Development: Daniel Crosby (AJ28LCLQQ8)" $1
|