Ramon Henrique Ornelas created CB-11562:
-------------------------------------------
Summary: Generate .ipa build.js
Key: CB-11562
URL: https://issues.apache.org/jira/browse/CB-11562
Project: Apache Cordova
Issue Type: Improvement
Components: iOS
Affects Versions: 4.2.0-dev
Reporter: Ramon Henrique Ornelas
Building should allow the generation .ipa with command:
cordova build ios --buildConfig --build.json --release
example build.json
"ios": {
"release": {
"codeSignIdentity": "iPhone Distribution: <Account>",
"provisioningProfile": "<UDID Provision>"
}
}
This is util with use account Entreprise
https://developer.apple.com/programs/enterprise/.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]