osx - Info.plist indicates an iOS app, but submitting .pkg -
i'm getting error trying use application loader upload packaged electron app.
i use electron-packager package app mas (mac app store) platform. zipped output directory. when try select .zip file application loader, gives me error.
you need pack .app file signed .pkg, can upload using application loader.
use following command create signed .pkg file:
productbuild --component yourappname.app/ /applications --sign "3rd party mac developer installer: yourcompanyname (yourteamid)" --product yourappname.app/contents/info.plist yourappname.pkg for work, you'll need mac installer certificate, can generate apple developer website. when creating certificate choose mac app store , mac installer distribution.
Comments
Post a Comment