Apply code sign app and contained frameworks
This commit is contained in:
@@ -16,7 +16,7 @@ rm -rf .build
|
||||
|
||||
swift build -c release --enable-dead-strip
|
||||
|
||||
codesign --sign "${CERT_NAME}" .build/release/${CONSOLE_APP}
|
||||
codesign --deep --force --verify --verbose --sign "${CERT_NAME}" .build/release/${CONSOLE_APP}
|
||||
|
||||
cp .build/release/${CONSOLE_APP} ../bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user