Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E822CD5B8 for ; Tue, 17 Jul 2012 14:17:35 +0000 (UTC) Received: (qmail 76457 invoked by uid 500); 17 Jul 2012 14:17:35 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 76219 invoked by uid 500); 17 Jul 2012 14:17:35 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 76190 invoked by uid 99); 17 Jul 2012 14:17:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2012 14:17:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 50FA2140B94 for ; Tue, 17 Jul 2012 14:17:34 +0000 (UTC) Date: Tue, 17 Jul 2012 14:17:33 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <2009741084.64053.1342534654333.JavaMail.jiratomcat@issues-vm> In-Reply-To: <911050045.55073.1339200032333.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CB-886) Change Xcode CordovaLib (sub)project format to support easy header inclusion MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13416234#comment-13416234 ] Shazron Abdullah commented on CB-886: ------------------------------------- This was specifically done to ease the upgrade of plugins, so instead of: {code} #ifdef CORDOVA_FRAMEWORK #import #else #import "CDV.h" #endif {code} You would just have: {code} #import {code} There is an upgrade step in a project setting however, to support this, which will be in the Upgrade Guide. > 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 > 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