Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CEF58101D8 for ; Thu, 21 Nov 2013 16:28:02 +0000 (UTC) Received: (qmail 55700 invoked by uid 500); 21 Nov 2013 16:28:02 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 55663 invoked by uid 500); 21 Nov 2013 16:27:57 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 55645 invoked by uid 99); 21 Nov 2013 16:27:55 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Nov 2013 16:27:55 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 06C691D377C; Thu, 21 Nov 2013 16:27:50 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============3571967208457809596==" MIME-Version: 1.0 Subject: Re: Review Request 15750: Adding/Removing custom frameworks to iOS projects From: "Max Woghiren" To: "Braden Shepherdson" , "Max Woghiren" Cc: "Ian Clelland" , "Anis Kadri" , "cordova" Date: Thu, 21 Nov 2013 16:27:50 -0000 Message-ID: <20131121162750.6018.48992@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Max Woghiren" X-ReviewGroup: cordova X-ReviewRequest-URL: https://reviews.apache.org/r/15750/ X-Sender: "Max Woghiren" References: <20131121034416.6018.22922@reviews.apache.org> In-Reply-To: <20131121034416.6018.22922@reviews.apache.org> Reply-To: "Max Woghiren" X-ReviewRequest-Repository: cordova-plugman --===============3571967208457809596== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit > On Nov. 21, 2013, 3:44 a.m., Ian Clelland wrote: > > The documentation should probably be clear that 'custom="false"' will *also* designate a custom framework -- I suspect that some people will try that, rather than simply removing the attribute. > > > > Also, what happens if two plugins depend on the same framework? It looks like uninstalling either of them will remove the framework, but I'm not certain. Will having two plugins depend on the same framework work to begin with? It looks like it will fail with "target destination [path] already exists". - Max ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15750/#review29208 ----------------------------------------------------------- On Nov. 21, 2013, 3:26 a.m., Anis Kadri wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15750/ > ----------------------------------------------------------- > > (Updated Nov. 21, 2013, 3:26 a.m.) > > > Review request for cordova, Max Woghiren and Braden Shepherdson. > > > Bugs: CB-5238 > https://issues.apache.org/jira/browse/CB-5238 > > > Repository: cordova-plugman > > > Description > ------- > > Adding/Removing custom frameworks to iOS projects > > node-xcode 0.6.3 needs to be pushed to npm for this to be tested. > > Custom frameworks can be defined in plugin.xml like so: > > > > if @custom="true" is not defined, plugman will think it is a System framework and will therefore fail to add it properly. > > > Diffs > ----- > > spec/platforms/ios.spec.js cb7460d > spec/plugins/ChildBrowser/plugin.xml 512c02f > spec/plugins/DummyPlugin/plugin.xml fad5072 > spec/plugins/FaultyPlugin/plugin.xml 30af6e7 > spec/util/config-changes.spec.js 5e46b69 > src/install.js c0a4de9 > src/platforms/ios.js 065c4a7 > src/uninstall.js 11ff7fb > src/util/config-changes.js 0239b61 > > Diff: https://reviews.apache.org/r/15750/diff/ > > > Testing > ------- > > > Thanks, > > Anis Kadri > > --===============3571967208457809596==--