-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSX PKG signing #1340
Comments
App store submission steps: |
2016-10-14 06:05:06: antoine commented
|
2016-10-14 13:32:50: antoine commented
|
2016-10-15 08:03:01: antoine commented
|
2016-10-15 09:41:53: antoine commented
|
2016-10-15 21:06:35: antoine commented
|
2016-10-16 16:05:09: antoine uploaded file
|
2016-10-16 17:23:20: antoine uploaded file
|
2016-10-16 17:25:28: antoine commented
|
2016-10-17 11:05:48: antoine commented
|
2016-10-17 12:33:04: antoine uploaded file
|
2016-10-17 14:22:56: antoine commented
|
2016-10-20 06:14:47: antoine uploaded file
|
2016-10-20 06:15:22: antoine commented
|
2016-10-23 07:53:25: antoine commented
|
2016-10-28 11:02:27: antoine commented
|
2016-11-19 06:25:55: antoine changed title from OSX PKG signing - appstore to OSX PKG signing |
2016-11-19 06:25:55: antoine commented
|
2016-11-21 16:35:21: antoine commented
|
2016-12-02 23:35:52: afarr changed owner from afarr to antoine |
2016-12-02 23:35:52: afarr commented
|
2016-12-06 16:34:58: antoine commented
|
2016-12-09 01:46:40: afarr commented
|
2016-12-26 09:46:56: antoine changed owner from antoine to afarr |
2016-12-26 09:46:56: antoine commented
|
2017-01-07 11:26:43: antoine commented
|
2017-01-09 18:02:27: afarr uploaded file
|
2017-01-09 18:06:36: afarr commented
|
2017-03-12 09:16:58: antoine commented
|
2017-06-30 18:47:44: maxmylyn changed owner from afarr to antoine |
2017-06-30 18:47:44: maxmylyn commented
|
2017-06-30 18:48:30: maxmylyn uploaded file
|
2017-06-30 19:19:06: antoine commented
|
2017-07-14 21:55:06: maxmylyn commented
|
Follow up form #641. (see also #840)
Links:
Once the certificate have magically appeared in Xcode and the keychain (..), we can sign the Xpra.app bundle, the PKG and DMG files:
The signature can be verified with:
But this fails for signing "Xpra.app" if I keep the Xpra_NoDock.app nested inside the Xpra.app, it complains:
Removing the nested app fixes this, but there must be something I can change in the Info.plist (or elsewhere?) to be able to bundle it.
@smo: what am I missing?
The text was updated successfully, but these errors were encountered: