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 37CF8C2F2 for ; Sat, 1 Feb 2014 19:46:42 +0000 (UTC) Received: (qmail 7227 invoked by uid 500); 1 Feb 2014 19:46:41 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 7176 invoked by uid 500); 1 Feb 2014 19:46:41 -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 7168 invoked by uid 99); 1 Feb 2014 19:46:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Feb 2014 19:46:41 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of don.coleman@gmail.com designates 209.85.213.174 as permitted sender) Received: from [209.85.213.174] (HELO mail-ig0-f174.google.com) (209.85.213.174) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Feb 2014 19:46:37 +0000 Received: by mail-ig0-f174.google.com with SMTP id hl1so1642478igb.1 for ; Sat, 01 Feb 2014 11:46:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=eLPTkCYciqNb83lWOQz7iEPm6BKbDCzzt8XFz7M2OeM=; b=HV9VjCO3wIaQjP8lmW/yuVgvsoZd53P3Wkz4FdWDJOG7QX0wqCTEV/7sDi7ohafcpp MxLFyAcRIiw2Hvtt2L4WKRytKUZMA3shIMSDO9lwOcc9jI2XjjhCLqWjxqGzEc/paO3X N8/39Z3Y0kokrALf/Cz3u2fyPmltOhJ5tPHQ2syFDtl7mGB9gVszB0bwSCE/0gNERzlq MOjxOdK7AmTmVHbL67o0HbVuqEXomWXMAAHmuXlng0VcMuBA6Ff8d4LWBTmC/quW/25r oMArKTjP9ysWxO2WgdQFYbU72RaXW+JpipOVN6msiBQzQgv+iIGouunDuWHf2pbJlih7 oGDA== MIME-Version: 1.0 X-Received: by 10.50.43.162 with SMTP id x2mr4722666igl.39.1391283976560; Sat, 01 Feb 2014 11:46:16 -0800 (PST) Received: by 10.50.234.131 with HTTP; Sat, 1 Feb 2014 11:46:16 -0800 (PST) In-Reply-To: References: Date: Sat, 1 Feb 2014 14:46:16 -0500 Message-ID: Subject: Re: Fw: Help us make ApacheCon a huge success From: Don Coleman To: "dev@cordova.apache.org" Cc: "bowserj@apache.org" Content-Type: multipart/alternative; boundary=089e0103e4ce346b8704f15d8b3b X-Virus-Checked: Checked by ClamAV on apache.org --089e0103e4ce346b8704f15d8b3b Content-Type: text/plain; charset=ISO-8859-1 I submitted 2 talks and a lab Presentation - Connecting Arduino and Phones with Bluetooth and Cordova Presentation - Writing NFC applications with Apache Cordova Lab - Hands on with NFC and Apache Cordova On Fri, Jan 31, 2014 at 7:40 PM, Andrew Savory wrote: > Hey Joe, > > On 27 January 2014 21:02, Joe Bowser wrote: > > > I'll do a Cordova Plugin Development talk. It'd be mostly be about > > Android, but it'll give me an excuse to mess around with iOS dev as > > well. > > > > If you do, you might want to take a look at > https://issues.apache.org/jira/browse/CB-4886 and > https://github.com/lholmquist/cordova-plugman/tree/for_yeoman ... I found > it makes a big difference when starting out (all kudos to Lucas): > > plugman create --name Test --plugin_id "com.andrewsavory.test" > --plugin_version 0.0.1 --variable description="Awesome Plugin" > cd MyPhoneGapApp; plugman install --platform ios --plugin ../Test > --project platforms/ios > > Note the plugin development guide has a bug in "Validating a Plugin", the > "test whether iOS dependencies load properly" bit has a nonsense command. > I'll submit a patch when I get a chance. > > Thanks, > > Andrew. > --089e0103e4ce346b8704f15d8b3b--