[
https://issues.apache.org/jira/browse/CB-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah resolved CB-886.
---------------------------------
Resolution: Fixed
Fix commit -
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/6e2f1bb2
> Change Xcode CordovaLib (sub)project format to support easy header inclusion
> ----------------------------------------------------------------------------
>
> Key: CB-886
> URL: https://issues.apache.org/jira/browse/CB-886
> Project: Apache Cordova
> Issue Type: Improvement
> Components: iOS
> Reporter: Shazron Abdullah
> Assignee: Shazron Abdullah
> Fix For: 2.0.0
>
> Attachments: Step1.png, Step2.png
>
>
> See:
> http://www.blog.montgomerie.net/easy-xcode-static-library-subprojects-and-submodules
> Right now, the import looks like this:
>
> #import "CDV.h"
> We want:
> #import <Cordova/Cordova.h>
> I believe from reading the article this is possible with the sub-project,
> without the tedium of modifying your User Header Paths project value, just by
> drag and dropping the sub-project in, you get this support.
--
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