How to upload a signed .pkg built by electron-builder to Apple MacOS App store Connect with Xcode 11.0, I want to submit my MacOS App to Apple App Store for review and publish.
I make a project with ionic and build it by electron-builder. and then, the built app was signed by codesign and productbuild, and I got a .pkg file.
But Application Loader is no longer belongs to Xcode 11.0 now.
So how do I upload a .pkg file to Apple Mac App Store with Xcode 11?