mirror of
https://github.com/google/santa.git
synced 2026-04-24 03:00:12 -04:00
7 lines
178 B
Bash
7 lines
178 B
Bash
#!/bin/bash
|
|
|
|
# Example NOTARIZATION_TOOL wrapper.
|
|
|
|
/usr/bin/xcrun notarytool submit "${2}" --wait \
|
|
--apple-id "${NOTARIZATION_USERNAME}" --password "${NOTARIZATION_PASSWORD}"
|