Re: iOS: add target-device and MinimumOSVersion support to config.xml

2014-07-09 Thread Shazron
people using Phonegap build also ? >> > >> > -Original Message- >> > From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com] >> > Sent: Tuesday, July 8, 2014 9:54 AM >> > To: dev@cordova.apache.org >> > Subject: RE: iOS: add target

Re: iOS: add target-device and MinimumOSVersion support to config.xml

2014-07-09 Thread Andrew Grieve
runtime. > > > > Thx! > > Sergey > > -Original Message- > > From: agri...@google.com [mailto:agri...@google.com] On Behalf Of > Andrew Grieve > > Sent: Tuesday, July 8, 2014 5:45 PM > > To: dev > > Subject: Re: iOS: add target-device and M

Re: iOS: add target-device and MinimumOSVersion support to config.xml

2014-07-08 Thread Shazron
@google.com [mailto:agri...@google.com] On Behalf Of Andrew > Grieve > Sent: Tuesday, July 8, 2014 5:45 PM > To: dev > Subject: Re: iOS: add target-device and MinimumOSVersion support to config.xml > > Agree with this. These are in the same vein as app icons, where they go in >

RE: iOS: add target-device and MinimumOSVersion support to config.xml

2014-07-08 Thread Parashuram Narasimhan (MS OPEN TECH)
ndrew Grieve Sent: Tuesday, July 8, 2014 5:45 PM To: dev Subject: Re: iOS: add target-device and MinimumOSVersion support to config.xml Agree with this. These are in the same vein as app icons, where they go in the "CLI" config.xml, not the "runtime" config.xml. On Mon, Jul 7,

RE: iOS: add target-device and MinimumOSVersion support to config.xml

2014-07-08 Thread Sergey Grebnov (Akvelon)
bject: Re: iOS: add target-device and MinimumOSVersion support to config.xml Agree with this. These are in the same vein as app icons, where they go in the "CLI" config.xml, not the "runtime" config.xml. On Mon, Jul 7, 2014 at 8:26 PM, Shazron wrote: > Not sure how t

Re: iOS: add target-device and MinimumOSVersion support to config.xml

2014-07-08 Thread Andrew Grieve
Agree with this. These are in the same vein as app icons, where they go in the "CLI" config.xml, not the "runtime" config.xml. On Mon, Jul 7, 2014 at 8:26 PM, Shazron wrote: > Not sure how these prefs are going to work. Usually prefs are for > runtime preferences, while these are really build

Re: iOS: add target-device and MinimumOSVersion support to config.xml

2014-07-07 Thread Shazron
Not sure how these prefs are going to work. Usually prefs are for runtime preferences, while these are really build time preferences and probably the domain of the CLI since they modify the Info.plist and .pbxproj files. On Mon, Jul 7, 2014 at 6:34 AM, tommy-carlos williams wrote: > +1 > > On 7

Re: iOS: add target-device and MinimumOSVersion support to config.xml

2014-07-07 Thread tommy-carlos williams
+1 On 7 July 2014 at 23:29:46, Andrew Grieve (agri...@chromium.org) wrote: +1 On Mon, Jul 7, 2014 at 8:39 AM, Sergey Grebnov (Akvelon) < v-seg...@microsoft.com> wrote: > Phonegap build already supports[2] preferences below and we could make > this a part of Cordova. I can implement this if

Re: iOS: add target-device and MinimumOSVersion support to config.xml

2014-07-07 Thread Andrew Grieve
+1 On Mon, Jul 7, 2014 at 8:39 AM, Sergey Grebnov (Akvelon) < v-seg...@microsoft.com> wrote: > Phonegap build already supports[2] preferences below and we could make > this a part of Cordova. I can implement this if we agree. Thoughts? > > #1 target-device > For targeting a specific device; poss

iOS: add target-device and MinimumOSVersion support to config.xml

2014-07-07 Thread Sergey Grebnov (Akvelon)
Phonegap build already supports[2] preferences below and we could make this a part of Cordova. I can implement this if we agree. Thoughts? #1 target-device For targeting a specific device; possible values are handset, tablet, or universal (default). Example: #2 deployment-target This sets th