You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Alexis Kofman (JIRA)" <ji...@apache.org> on 2016/02/11 21:05:18 UTC

[jira] [Commented] (CB-10547) Update xcode package dependency to latest version instead of 0.8.0

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

Alexis Kofman commented on CB-10547:
------------------------------------

Hello Mitul,

I'm in the same case. In order to wait for this version update I added the last version of xcode in the bundled dependencies of my plugin.xml :

"dependencies": {
    "xcode": "^0.8.3",
 },
 "bundledDependencies": ["xcode"]

Hope it helps.

> Update xcode package dependency to latest version instead of 0.8.0
> ------------------------------------------------------------------
>
>                 Key: CB-10547
>                 URL: https://issues.apache.org/jira/browse/CB-10547
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CordovaLib
>    Affects Versions: 6.0.0
>            Reporter: Mitul Golakiya
>              Labels: xcode
>
> Hi,
> I am creating one custom plugin for cordova for iOS and Android where I came to tweak a settings of xcode project. At there I need to add a new "Copy Files Build Phase" into xcode project.
> It seems like Cordova-Lib 6.0.0 has dependency of xcode of 0.8.0. But xcode 0.8.0 doesn't have capabilities to adding a "Copy Files Build Phase". Its available in 0.8.3 latest version.
> Can I have any way to use the latest version or any work around for this ? Actually I got stuck here.



--
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