primary-bundle-id in Packages
-
Hi
For the Notarization of Packages Installer in mac, this code is used:xcrun altool --notarize-app -f "/Users/home/Desktop/Install.pkg" --primary-bundle-id com.yourapp.pkg --username "YourAppleID" --password "YourAltoolPassword"
Does anybody know, where will we adjust "primary-bundle-id" in Whitebox Packages project file?
I can't find it. -
@Fortune You are going to want to read this:
https://www.kvraudio.com/forum/viewtopic.php?f=33&t=531663&start=15
in full.
WhitePackages may well be a notorizing problem child until v 1.2.7
-
@Lindon Thanks.
They say that they can do it with the current version"I had issues with code signed PKG installers using Packages 1.2.6. After the developer himself told me secure time stamp isn't supported until 1.2.7 (which should to be released this month) I used productsign and voilá, everything got fixed."
-
@Fortune so as you see you also need to use productsign
-
I've already been using productsign. What I need to know is "primary-bundle-id"