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 52AAD1829D for ; Sat, 24 Oct 2015 02:21:54 +0000 (UTC) Received: (qmail 53322 invoked by uid 500); 24 Oct 2015 02:21:49 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 53280 invoked by uid 500); 24 Oct 2015 02:21:49 -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 53268 invoked by uid 99); 24 Oct 2015 02:21:48 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Oct 2015 02:21:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 5A80AC853B for ; Sat, 24 Oct 2015 02:21:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.713 X-Spam-Level: **** X-Spam-Status: No, score=4.713 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, KAM_LOTSOFHASH=0.25, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Authentication-Results: spamd1-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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id bTv60DYPaR08 for ; Sat, 24 Oct 2015 02:21:39 +0000 (UTC) Received: from mail-vk0-f45.google.com (mail-vk0-f45.google.com [209.85.213.45]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 89D7342BEB for ; Sat, 24 Oct 2015 02:21:39 +0000 (UTC) Received: by vkfw189 with SMTP id w189so73237999vkf.2 for ; Fri, 23 Oct 2015 19:21:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=8ncXXL21bbf1Dp3rwua4DC8DSsBWb/uazaOB9WH5xUA=; b=Lc2rkhmXHH+A86Hzbvy0nGpi/JfuTYww+hlkrO4RckayuBNNFHFQJX+bErmc1d/K69 oKUGg4yguBdZppkx3glPv/M4l0seq1k9j63+j7z0JgSVfv7ygOpWQjHY7wkzKZ+x6Cvj cyIzoxRuRtMXLTA5Nnl6l2WB9DdKJDF5BGVgrNHZKnJXswFZp/vbUsXrwHWu950DFjTP XlwlMhw/oMrvLjAriR2NlQfUDsuA0GaMjotp1LJw1jCI1uE1RC/Vc6K7CCWqvntOTyFn QuzKcakllNnKeM6zqTOQhSCCzEyN3LojIrsukrfipwYPipLAtSmNqR5QcrL8qWh3ERUR UFzA== X-Received: by 10.31.179.194 with SMTP id c185mr8579879vkf.68.1445653299268; Fri, 23 Oct 2015 19:21:39 -0700 (PDT) MIME-Version: 1.0 References: <8b57a7776e9a4f699c5a007a28cc4237@SINPR30MB0057.064d.mgd.msft.net> In-Reply-To: From: Carlos Santana Date: Sat, 24 Oct 2015 02:21:29 +0000 Message-ID: Subject: Re: [DISCUSS] CocoaPods dependencies for iOS plugins To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a1143ac625f114a0522d06339 --001a1143ac625f114a0522d06339 Content-Type: text/plain; charset=UTF-8 I mean is that I should be allow to add a plugin from a windows/linux machine where cocoapod client is not present, then compile on a Mac where the pod client is available and "pod install" can run Will need to work out the details with engine, I just want to make sure that engine tag doesn't stop the whole plugin from being added on a windows/linux machine. On Fri, Oct 23, 2015 at 8:33 PM Shazron wrote: > 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 > > --001a1143ac625f114a0522d06339--