dpogue commented on issue #1513: URL: https://github.com/apache/cordova-ios/issues/1513#issuecomment-2513622713
All of the options in build.json can also be provided as command-line options. Most of those are documented here: https://cordova.apache.org/docs/en/12.x/guide/platforms/ios/index.html#using-flags So in your example, it would be something like ```bash cordova build ios --release --device \ --codeSignIdentity="iPhone Distribution" \ --packageType="app-store" \ --provisioningProfile="yzzzz-zzzz" \ --developmentTeam="9xYYY" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org