mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 22:35:42 +00:00
codesign script beginning (#865)
* codesign script beginning * unneeded image * a tiny bit more in the script Former-commit-id: dc61e4892dc8240af12f67180ace196cde54eb0e
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user