bitrxjs commented on issue #1513: URL: https://github.com/apache/cordova-ios/issues/1513#issuecomment-2514973993
> 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 > > ```shell > cordova build ios --release --device \ > --codeSignIdentity="iPhone Distribution" \ > --packageType="app-store" \ > --provisioningProfile="yzzzz-zzzz" \ > --developmentTeam="9xYYY" > ``` > > You can even combine build.json and command-line options. Command-line options will take priority over build.json. I think you misunderstood, what I meant how to send/specify the binary file data/path to cmd line instead of id(s). `{ "android": { "debug": { "keystore": "../android.keystore", "storePassword": "android", "alias": "mykey1", "password" : "password", "keystoreType": "", "packageType": "apk" }, "release": { "keystore": "../android.keystore", "storePassword": "", "alias": "mykey2", "password" : "password", "keystoreType": "", "packageType": "bundle" } } }` For eg. In Android we are directly proving the keystore file path. -- 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