nwutils/Web2Executable

Is there planning to add sign in certificates for mac os?

Arti3DPlayer opened this issue · 4 comments

It will be cool when after creation get already sign in app, that ready for app store publishing

There are no plans currently, but I agree it would be nice to be able to sign after exporting.

Your script generate total different structure from this: https://github.com/nwjs/nw.js/wiki/MAS:-Signing-the-app

and all my attempts to add sign in for app failed:(

Is this possible to add Info.plist parameters in package.json ?

@Arti3DPlayer I believe those might be outdated. You can find updated docs on the official NW.js page.

However, Web2Exe doesn't support signing for the App store. It's one of those things I'd like to add but don't have any time to. I of course welcome pull requests, but so far it's just been me developing this project in my spare time (which I don't have much of these days).

As for your second comment, it is not possible, you have to edit the plist manually.