-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
How to build an OSX app for both Non-Mac AppStore and for Mac AppStore? #361
Comments
develar/onshape-desktop-shell#3 (comment)
#332 (comment) Will be fixed soon. Duplicates #332 |
I was able to resolve to get my app sandboxed by restarting my machine. I don't know why, but totally weird. Now, it is showing that my app is sandboxed. However, when I start my app, its showing nothing but a spinner. My app gets hanged and is not responding anymore. Has anyone faced this issue before? PS: I noticed that this is not due to the signing of the app, but its because of the entitlements file (plist file) mentioning that the app is sandboxed. Any ideas as to why the sandboxed app is not even starting completely? Thanks in advance... |
Please open Console (OS X system app) -> All Messages to see errors. |
This is the error stack appearing in my Console. |
Seems like its a known electron bug and here is the workaround. |
Hi,
I would like to know as to how can I get the builds for both AppStore and non-AppStore version? Can I just provide different certificates link for CSC_LINK & CSC_INSTALLER_LINK as mentioned here: https://github.com/electron-userland/electron-builder/wiki/Code-Signing? But, then how can I get two artifacts out of that? Also, I want to know how should I provide my entitlements file for electron-builder to use?
Thanks in advance,
-Hetal
The text was updated successfully, but these errors were encountered: