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 4CD8518FA6 for ; Sat, 24 Oct 2015 00:33:39 +0000 (UTC) Received: (qmail 9278 invoked by uid 500); 24 Oct 2015 00:33:39 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 9238 invoked by uid 500); 24 Oct 2015 00:33:38 -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 9226 invoked by uid 99); 24 Oct 2015 00:33:38 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Oct 2015 00:33:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 2BAFEC0FF4 for ; Sat, 24 Oct 2015 00:33:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id xz5SCG0Ldfe0 for ; Sat, 24 Oct 2015 00:33:31 +0000 (UTC) Received: from mail-qg0-f47.google.com (mail-qg0-f47.google.com [209.85.192.47]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 4033C439F2 for ; Sat, 24 Oct 2015 00:33:31 +0000 (UTC) Received: by qgbb65 with SMTP id b65so79887491qgb.2 for ; Fri, 23 Oct 2015 17:33:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Jp2k0i3+ZoIF69o8ZJxYKUZPGPHeajLP/LmlLihc/mY=; b=r/nx39x8WpZ1oAQkK2MLm+LwD09+Axlcjjy7GVLxF5j7ATeX3C7QAuLg02fQQicT5+ sWl6z/JPDITexPMWDIb0HMZ5f1XJMYYS8vasgAgD9WflPAinY/c+RCcelbZUbqGgkgsg ePaLa/qXDB34kzW2F8Y4KBTxRSU4s37ouQFjKGziN3j8bjYOugNIEcURf5oAW3+FoX06 zCm9/hxh2VQsnhRct0usCOp0mgaIqFiIFt2r0zu2hW+aZfS2kMIumNBii1wE2u9vTZjm 5AjYpwidljiFrN4ys8rY7lRr0v6sGBvbrNR4Al1Zkzpc2LC6hqC8FVvNkFuWRwnAf7U7 UVYQ== X-Received: by 10.140.102.201 with SMTP id w67mr23999268qge.82.1445646805131; Fri, 23 Oct 2015 17:33:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.154.138 with HTTP; Fri, 23 Oct 2015 17:32:45 -0700 (PDT) In-Reply-To: References: <8b57a7776e9a4f699c5a007a28cc4237@SINPR30MB0057.064d.mgd.msft.net> From: Shazron Date: Fri, 23 Oct 2015 17:32:45 -0700 Message-ID: Subject: Re: [DISCUSS] CocoaPods dependencies for iOS plugins To: "dev@cordova.apache.org" Content-Type: text/plain; charset=UTF-8 Send PR's or comment on a line in a commit. I think. Not sure what you mean -- the purpose of Cocoapods is to install/uninstall a pod. It is thus a plugin add/install step. On Fri, Oct 23, 2015 at 5:12 PM, Carlos Santana wrote: > How does this discussion repo works again? > Do we create a github issue pointing to the proposal to have the > discussion there with comments? > > One thing I notice is that engine the way they work today this will not > work, since we want to allow the plugin to be installed, and cocoapod is > only need it on compile step not plugin add/install step. > > > > On Tue, Oct 20, 2015 at 6:05 AM Vladimir Kotikov (Akvelon) < > v-vlkoti@microsoft.com> wrote: > >> Hey, guys. >> >> After ios refactoring the handling definitely will be a part >> of platform. As for tag, I guess it make sense to keep this logic >> in LIB and let cordova itself check availability of cocoapods/nuget. >> >> - >> Best regards, Vladimir >> >> -----Original Message----- >> From: Steven Gill [mailto:stevengill97@gmail.com] >> Sent: Tuesday, October 20, 2015 2:36 AM >> To: dev@cordova.apache.org >> Subject: Re: [DISCUSS] CocoaPods dependencies for iOS plugins >> >> Sweet! Yeah lets see where this lands after the refactor. Dependencies are >> still handled by lib as far as I know. Not sure about framework but I >> assume the same. Vladimir would know about where that code will live after >> the refactor. >> >> Engine + framework tag looks good. Engine tag will have to be extended to >> actually fetch cocoapods + nuget I imagine. >> >> On Mon, Oct 19, 2015 at 4:23 PM, Shazron wrote: >> >> > This is not a platform specific issue, at least for cordova-ios, and >> > is the domain of the cordova-lib/cli currently (I think the >> > cordova-lib re-factor changes this?) >> > >> > There will be a cordova-discuss doc, but the gist of it is: >> > >> > >> > >> > >> > >> > >> > > > src="path/to/mynu.nuspec" type="nuspec" /> >> > >> > The above use existing documented attributes for both the and >> > tags: >> > https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fcordo >> > va.apache.org%2fdocs%2fen%2f5.1.1%2fplugin_ref%2fspec.html&data=01%7c0 >> > 1%7cv-vlkoti%40064d.mgd.microsoft.com%7c5e3acbf36e3e43b1eb4d08d2d8de29 >> > 40%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=MVFyYNFESBtyyUxn2mvK5% >> > 2bnOxizyDMAP2WIaCWxJwUM%3d >> > >> > >> > On Sat, Oct 17, 2015 at 11:56 PM, Steven Gill >> > wrote: >> > > At the Cordova F2F, everyone seemed to agree that we should bring >> > CocoaPods >> > > support to plugins as dependencies for iOS. >> > > >> > > Cordova-android currently uses Gradle as a way to enable external >> > > dependency resolution for plugins using the framework tag. >> > > >> > > A suggestion about using the engine tag to fetch cocoapods-cli (mac) >> > > & NuGet (windows) followed by using the framework tag was discussed. >> > > >> > > The minutes[1] show Carlos, Shaz and Raghav as looking into the design. >> > > Someone should write up a proposal on cordova-discuss[2] and create >> > > the issues. Post them in this thread. >> > > >> > > This shouldn't take priority over cordova-ios 4 issues. >> > > >> > > [1] >> > > >> > https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fdocs. >> > google.com%2fdocument%2fd%2f1MArKRmnLS052LBbhPxJF57_4ZivghOj8znWo5sTCk >> > bU%2fedit%3fusp%3dsharing&data=01%7c01%7cv-vlkoti%40064d.mgd.microsoft >> > .com%7c5e3acbf36e3e43b1eb4d08d2d8de2940%7c72f988bf86f141af91ab2d7cd011 >> > db47%7c1&sdata=GPpiC70BVEDo4gvljKi6OqXsdGUOLPHmhaDKXH6P7kQ%3d >> > > [2] >> > > https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit >> > > hub.com%2fcordova%2fcordova-discuss&data=01%7c01%7cv-vlkoti%40064d.m >> > > gd.microsoft.com%7c5e3acbf36e3e43b1eb4d08d2d8de2940%7c72f988bf86f141 >> > > af91ab2d7cd011db47%7c1&sdata=t4gpBVojZ3H94gCLRboa%2fvkHlBCoVxZsWuiCH >> > > TVkylo%3d >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org >> > For additional commands, e-mail: dev-help@cordova.apache.org >> > >> > >> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org