[ 
https://issues.apache.org/jira/browse/CB-11562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ramon Henrique Ornelas updated CB-11562:
----------------------------------------
    Description: 
Building should allow the generation .ipa with command:
{code}
cordova build ios --buildConfig build.json --release
{code}

example build.json
{code:javascript}
"ios": {
  "release": {
    "codeSignIdentity": "iPhone Distribution: <Account>",
    "provisioningProfile": "<UDID Provision>"
  }
}
{code}
This is util with use account Entreprise 
https://developer.apple.com/programs/enterprise/.

  was:
Building should allow the generation .ipa with command:
{code}
cordova build ios --buildConfig --build.json --release
{code}

example build.json
{code:javascript}
"ios": {
  "release": {
    "codeSignIdentity": "iPhone Distribution: <Account>",
    "provisioningProfile": "<UDID Provision>"
  }
}
{code}
This is util with use account Entreprise 
https://developer.apple.com/programs/enterprise/.


> 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
>              Labels: build, features
>
> Building should allow the generation .ipa with command:
> {code}
> cordova build ios --buildConfig build.json --release
> {code}
> example build.json
> {code:javascript}
> "ios": {
>   "release": {
>     "codeSignIdentity": "iPhone Distribution: <Account>",
>     "provisioningProfile": "<UDID Provision>"
>   }
> }
> {code}
> 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]

Reply via email to