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 A5B9FD1D5 for ; Wed, 25 Jul 2012 21:31:59 +0000 (UTC) Received: (qmail 80347 invoked by uid 500); 25 Jul 2012 21:31:59 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 80320 invoked by uid 500); 25 Jul 2012 21:31:59 -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 80312 invoked by uid 99); 25 Jul 2012 21:31:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 21:31:59 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=5.0 tests=FRT_ADOBE2,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fil@adobe.com designates 64.18.1.33 as permitted sender) Received: from [64.18.1.33] (HELO exprod6og114.obsmtp.com) (64.18.1.33) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 21:31:52 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob114.postini.com ([64.18.5.12]) with SMTP ID DSNKUBBlpQrTFH1SgD4SQoGlfcJqaBF+bVKL@postini.com; Wed, 25 Jul 2012 14:31:18 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q6PLSrk0021354 for ; Wed, 25 Jul 2012 14:28:53 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q6PLTPw4000281 for ; Wed, 25 Jul 2012 14:31:17 -0700 (PDT) Received: from SJ1SWM219.corp.adobe.com (10.5.77.61) by nahub01.corp.adobe.com (10.8.189.97) with Microsoft SMTP Server (TLS) id 8.3.264.0; Wed, 25 Jul 2012 14:31:08 -0700 Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%12]) with mapi; Wed, 25 Jul 2012 14:31:07 -0700 From: Filip Maj To: "callback-dev@incubator.apache.org" Date: Wed, 25 Jul 2012 14:34:17 -0700 Subject: Re: [iOS] Removing the installer Thread-Topic: [iOS] Removing the installer Thread-Index: Ac1qrM0LgDf66WpbQDyqHiVXJBjn5A== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.2.120421 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Not sure what difference it makes having either of the following in the read me: "Installation: run install.sh" Vs. "Installation: run make" On 7/25/12 12:11 PM, "Shazron" wrote: >Great job Fil! Unfortunately we still need the Getting Started with >iOS guide, because of the change in expectation of how things work, >and my experience with 2.0.0 iOS and devs needing some pointers. > >Since: >1. We will not install to $(HOME)/Documents/CordovaLib anymore, where >the user extracts the source, that will be the location of CordovaLib >after they run "make" >2. They will need to know that they need to run "make" (maybe we >should have a simple install.sh instead that can simply call make? >since we are not really making anything anymore I don't think) > >On Wed, Jul 25, 2012 at 12:01 PM, Filip Maj wrote: >> Reference branch: >>=20 >>https://git-wip-us.apache.org/repos/asf?p=3Dincubator-cordova-ios.git;a= =3Dsho >>rt >> log;h=3Drefs/heads/1091 >> >> I've removed the installer and all of its dependencies from iOS. Would >> love to have others take a look. This decouples us even further away >>from >> the old Xcode templates. Also lines us up more with Apache's "ship only >> source" policy. Finally: no longer need to install the library. You do, >> however, need to run "make" after cloning the repo; this will set >>various >> Xcode variables to point to the location of your cloned CordovaLib. >>Should >> fix a few issues we've been having with the CLI tools as well. >> >> Changes include: >> >> - no more wkhtml, markdown, brew, and packagemaker as dependencies >> - requirement to run "make" after cloning >> >> Very likely in need of a once-over of all the documentation, esp. the >> getting started guides. Actually, do we even need the Getting Started >>with >> Xcode guide anymore after this? >> >> Would love to hear from others on this topic. >> >> Cheers, >> Fil >>