RE: platform switches for Windows Universal Apps

2014-08-15 Thread Sergey Grebnov (Akvelon)
[mailto:shaz...@gmail.com] Sent: Saturday, August 9, 2014 3:31 AM To: dev@cordova.apache.org Subject: Re: platform switches for Windows Universal Apps The iOS format can be cleaned up (at least for the Simulator) -- but the parameters to ios-sim depend on the executable itself and we can't

Re: platform switches for Windows Universal Apps

2014-08-15 Thread Mark Koudritsky
. I've sent the following PR for review https://github.com/apache/cordova-windows/pull/39 Thx! Sergey -Original Message- From: Shazron [mailto:shaz...@gmail.com] Sent: Saturday, August 9, 2014 3:31 AM To: dev@cordova.apache.org Subject: Re: platform switches for Windows Universal Apps

Re: platform switches for Windows Universal Apps

2014-08-08 Thread Mark Koudritsky
My 2 cents: - I prefer phone over handset as I don't like those overly dry formal names that got heavily overloaded with years but still give a false sense of better specificity. - --store is a very counter intuitive name for desktop apps for someone not exposed to the new Windows

Re: platform switches for Windows Universal Apps

2014-08-08 Thread purplecabbage
People *must* be exposed to windows terminology. None of your --store alternative make sense. --windows-store might, or maybe --modern-app or --winrt ? Sent from my iPhone On Aug 8, 2014, at 6:20 AM, Mark Koudritsky kam...@google.com wrote: My 2 cents: - I prefer phone over handset as

Re: platform switches for Windows Universal Apps

2014-08-08 Thread Shazron
The iOS format can be cleaned up (at least for the Simulator) -- but the parameters to ios-sim depend on the executable itself and we can't change that without breaking everyone, so we will have to map the params instead of passing it through. --target=iPhone5s will map to --retina --64bit

RE: platform switches for Windows Universal Apps

2014-08-07 Thread Parashuram Narasimhan (MS OPEN TECH)
I think we should also ensure use reuse concepts that already exist in other platforms. How are phone vs tablet options specified for Android and iOS on the command line? How do we plan to do it in the future ? -Original Message- From: Sergey Grebnov (Akvelon)

Re: platform switches for Windows Universal Apps

2014-08-07 Thread Jesse
cordova run ios --retina --64bit --family ipad cordova run android --target=X We need to clean this up I think ... @purplecabbage risingj.com On Thu, Aug 7, 2014 at 2:58 PM, Parashuram Narasimhan (MS OPEN TECH) panar...@microsoft.com wrote: I think we should also ensure use reuse

RE: platform switches for Windows Universal Apps

2014-08-07 Thread Parashuram Narasimhan (MS OPEN TECH)
@cordova.apache.org Subject: Re: platform switches for Windows Universal Apps cordova run ios --retina --64bit --family ipad cordova run android --target=X We need to clean this up I think ... @purplecabbage risingj.com On Thu, Aug 7, 2014 at 2:58 PM, Parashuram Narasimhan (MS OPEN TECH) panar