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

Olivier Louvignes edited comment on CB-758 at 7/23/12 11:03 PM:
----------------------------------------------------------------

Looks like this broke all the existing plugins as the usual pattern :

#ifdef CORDOVA_FRAMEWORK
        #import <Cordova/CDVPlugin.h>
#else
        #import "CDVPlugin.h"
#endif

Do not work anymore. What is the correct alternative to support Cordova 
1.6->2.0?
                
      was (Author: mgcrea):
    Looks like this broke all the existing plugins as the usual pattern :

#ifdef CORDOVA_FRAMEWORK
        #import <Cordova/CDVPlugin.h>
#else
        #import "CDVPlugin.h"
#endif

Do not work anymore. What is the correct alternative to support Cordova 1.6+?
                  
> Remove use of the Xcode Template
> --------------------------------
>
>                 Key: CB-758
>                 URL: https://issues.apache.org/jira/browse/CB-758
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: iOS
>    Affects Versions: Master
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Critical
>             Fix For: 2.0.0
>
>
> This will be replaced by command-line creation of iOS Cordova-based projects 
> (which we already have in the bin folder of the source repo). This will solve 
> the Xcode 4 Template limitations (www folder reference, sub-projects) and 
> also help version management (through npm possibly). 
> The use of a shipped binary (the Cordova.framework) will be removed, and 
> since we would not be shackled by the Xcode 4 Template limitations, a project 
> will have the CordovaLib sub-project added, which will help with debugging. 
> This command-line interface will also allow devs to create a GUI to manage 
> this if they want to, but a GUI tool is not planned.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to