- download http://s.sudre.free.fr/Software/Packages/about.html
- archive the app, notarize, save notarized app file to some location
- add the notarized app file to the Applications folder
- build the package
- sign the package with developer id installer certificate
- /usr/bin/productsign --sign <DISTRIBUTION_CERTIFICATE_TITLE> //Logger.pkg //Logger-Signed.pkg
- check signature pkgutil --check-signature /Logger-Signed.pkg
- notarization for the package xcrun altool --notarize-app --primary-bundle-id "com.applicaster.logger" /Logger-Signed.pkg --username “APPLE ID” --password “<APP_SPECIFIC_PASS>” --asc-provider <TEAM_ID>
- wait for email of notarization complete (+- 2 min)
- check notarization (not needed if email arrived)
- xcrun altool --notarization-history 0 -u “APPLE ID” -p “<APP_SPECIFIC_PASS>” --asc-provider <TEAM_ID>
- finalize with stapler xcrun stapler staple /Logger-Signed.pkg
-
Notifications
You must be signed in to change notification settings - Fork 0
License
kononenkoAnton/Logger
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published