Shazron Abdullah created CB-886:
-----------------------------------
Summary: 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
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