Could also get notarization information in different format than xcrun altool like JSON.
What notarize could do for you?
📦 Zip the app - using ditto
⬆️ Upload it to apple service - using xcrun altool
⏳ Wait for final notarization result - by polling on xcrun altool
🧷 Staple your app. - using xcrun stapler
Install
Using sources
git clone https://github.com/phimage/Notarize.git
cd Notarize
make install
Xcode must be installed
Usage
You can see all description by notarize help
$ notarize help
Available commands:
help Display general or command-specific help
history Show history
info Show information
notarize Notarize (default command)
version Display the current version of notarize
notarize
A tool to notarize your
.app
files.Could also get notarization information in different format than
xcrun altool
like JSON.What notarize could do for you?
ditto
xcrun altool
xcrun altool
xcrun stapler
Install
Using sources
Xcode must be installed
Usage
You can see all description by
notarize help
Notarize command
team id
History command
Info command
Use a reporter in any command
Configuration
You can configure notarize by adding a
.notarize.yml
file in your working directoryusername
password
ascProvider
reporter
You can also use this configuration file with –config
Dependencies
Show graph online
Contributing
Fork and make PR
TODO