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 4C4E217816 for ; Fri, 21 Nov 2014 21:52:58 +0000 (UTC) Received: (qmail 88113 invoked by uid 500); 21 Nov 2014 21:52:53 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 88071 invoked by uid 500); 21 Nov 2014 21:52:53 -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 88059 invoked by uid 99); 21 Nov 2014 21:52:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Nov 2014 21:52:52 +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 (nike.apache.org: domain of shazron@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qc0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Nov 2014 21:52:26 +0000 Received: by mail-qc0-f171.google.com with SMTP id r5so4527538qcx.30 for ; Fri, 21 Nov 2014 13:50:55 -0800 (PST) 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=VyUBTxhpMwNGJ4H9tdi7UbfFL7vgMEvAZQAhua73x8I=; b=RJackSTgGx8BtZNg18JRcKoGzxfRxt2tae/u77Xv7CMpBuOatFN5knifKjOKPLbU5u 2aV0YtrCedl0TJkOxPHEkz94yrahGZLw7D/y0KoA1aL/ynbdVljGWRlgXXOYm1/DYqAY eRKGN4rDiTFjV8yaVRm1ANYq/3d7qV28WnOmCqo7b8UC5vX1e+c6JYDRLNLd+EpRTkd+ Mf/cxTQ1NYRAlNj/4EfwdBn2Qreyjg2Zv7m58aSwvYDMchnpD6uzvsgLefM6k+hkxM4D LTgZIs7w+EXIyHNbyU6dxeiK5msGbbTilbVFzxHaUBng9q/8SrBlIrIp77BFg8ZJf42H Clng== X-Received: by 10.140.84.201 with SMTP id l67mr9423856qgd.100.1416606655828; Fri, 21 Nov 2014 13:50:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.19.115 with HTTP; Fri, 21 Nov 2014 13:50:15 -0800 (PST) In-Reply-To: References: From: Shazron Date: Fri, 21 Nov 2014 13:50:15 -0800 Message-ID: Subject: Re: Support Orientation global preference on iOS: CB-6462 and CB-6182 To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a11c11a2081dab60508657089 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c11a2081dab60508657089 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable https://issues.apache.org/jira/browse/CB-6462 https://issues.apache.org/jira/browse/CB-6182 As programmers we are lazy so I provided convenience links so everyone can have more info and discuss :) I like Tony's idea. On Fri, Nov 21, 2014 at 1:43 PM, Homer, Tony wrote: > Currently the documentation says that you can do this in config.xml: > > But you can=E2=80=99t and this is logged as CB-6182. > > There is a bug logged suggesting that this could be fixed in cordova-ios: > CB-6462. > I commented on CB-6462 wondering if it could be fixed in CLI and Shazron > suggested I ask about that here. > > ios_parser.js already supports making some project settings changes based > on preferences (target-device and deployment-target). > It also supports setting some properties in the plist (CFBundleIdentifier= , > CFBundleShortVersionString, CFBundleVersion). > It seems like it could also support updating the plist based on the > Orientation preference as a way to address part of CB-6182. > > Should the Orientation preference work? > Is there some other way it should be supported? > > Thanks for any feedback. > Tony > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org > For additional commands, e-mail: dev-help@cordova.apache.org > > --001a11c11a2081dab60508657089--