You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/12 18:06:20 UTC

[jira] [Commented] (CB-11562) Generate .ipa build.js

    [ https://issues.apache.org/jira/browse/CB-11562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15373346#comment-15373346 ] 

ASF GitHub Bot commented on CB-11562:
-------------------------------------

GitHub user ramonornela opened a pull request:

    https://github.com/apache/cordova-ios/pull/235

    [CB-11562] Generate .ipa

    Support to generation .ipa

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bluebile/cordova-ios master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-ios/pull/235.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #235
    
----
commit 9d9f8f6a20121af723d6f67093b0fa488d799d33
Author: ramonornela <ra...@gmail.com>
Date:   2016-03-17T12:46:31Z

    - fix gemerate .ipa ios

commit 3484a6943de9aac35df728b970af393c695e62d4
Author: Ramon Ornelas <ra...@gmail.com>
Date:   2016-07-12T17:58:02Z

    Merge branch 'master' of https://github.com/apache/cordova-ios

----


> 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org