Re: iPad Pro Simulator

2018-08-25 Thread Brian Milby via use-livecode
Bug report filed
https://quality.livecode.com/show_bug.cgi?id=21527

PR submitted against develop-9.0
https://github.com/livecode/livecode/pull/6655

The 10.5" iPadPro still needs to be added, but that will be a separate
enhancement and requires a binary file change.

On Sat, Aug 25, 2018 at 12:37 AM, Brian Milby  wrote:

> This is a bug in revSaveAsIOSStandalone.livecodescript
> Around line 1690, nothing is done to include the pro size in the plist.
> The file is included in the app.
>
> I’ll work up a bug report and PR this weekend.
>
> Thanks,
> Brian
> On Aug 24, 2018, 10:51 PM -0500, J. Landman Gay via use-livecode <
> use-livecode@lists.runrev.com>, wrote:
>
> On 8/24/18 10:04 PM, Colin Holgate via use-livecode wrote:
>
> This is not obvious at all, but the splash screen name of
> default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro,
> iPad Retina, and iPad 1, you need these splash screens:
>
> default-portr...@2x.png - 2048x2732
> Default-Portrait@2x~ipad.png - 1536x2048
> Default-Portrait~ipad.png - 768x1024
>
> Or for landscape:
>
> default-landsc...@2x.png - 2732x2048
> Default-Landscape@2x~ipad - 2048x1536
> Default-Landscape~ipad = 1024x768
>
>
> AHA!!! The test stack has no splash screens at all. That explains a lot.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: iPad Pro Simulator

2018-08-24 Thread Brian Milby via use-livecode
This is a bug in revSaveAsIOSStandalone.livecodescript
Around line 1690, nothing is done to include the pro size in the plist.
The file is included in the app.

I’ll work up a bug report and PR this weekend.

Thanks,
Brian
On Aug 24, 2018, 10:51 PM -0500, J. Landman Gay via use-livecode 
, wrote:
> On 8/24/18 10:04 PM, Colin Holgate via use-livecode wrote:
> > This is not obvious at all, but the splash screen name of 
> > default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro, iPad 
> > Retina, and iPad 1, you need these splash screens:
> >
> > default-portr...@2x.png - 2048x2732
> > Default-Portrait@2x~ipad.png - 1536x2048
> > Default-Portrait~ipad.png - 768x1024
> >
> > Or for landscape:
> >
> > default-landsc...@2x.png - 2732x2048
> > Default-Landscape@2x~ipad - 2048x1536
> > Default-Landscape~ipad = 1024x768
>
> AHA!!! The test stack has no splash screens at all. That explains a lot.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: iPad Pro Simulator

2018-08-24 Thread Brian Milby via use-livecode
Ok. I looked at the plist and there was no entry for the pro resolution 
(1024x1366) under launch images. There is a file there for the pro, but with a 
different name than what you said. How do I change this for the simulator?

Ah... I used my Mobile Profile stack as the launcher which has all the splash 
sizes covered.

Thanks,
Brian
On Aug 24, 2018, 10:05 PM -0500, Colin Holgate via use-livecode , wrote:
> This is not obvious at all, but the splash screen name of 
> default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro, iPad 
> Retina, and iPad 1, you need these splash screens:
>
> default-portr...@2x.png - 2048x2732
> Default-Portrait@2x~ipad.png - 1536x2048
> Default-Portrait~ipad.png - 768x1024
>
> Or for landscape:
>
> default-landsc...@2x.png - 2732x2048
> Default-Landscape@2x~ipad - 2048x1536
> Default-Landscape~ipad = 1024x768
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iPad Pro Simulator

2018-08-24 Thread J. Landman Gay via use-livecode

On 8/24/18 10:04 PM, Colin Holgate via use-livecode wrote:

This is not obvious at all, but the splash screen name of 
default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro, iPad 
Retina, and iPad 1, you need these splash screens:

default-portr...@2x.png - 2048x2732
Default-Portrait@2x~ipad.png - 1536x2048
Default-Portrait~ipad.png - 768x1024

Or for landscape:

default-landsc...@2x.png - 2732x2048
Default-Landscape@2x~ipad - 2048x1536
Default-Landscape~ipad = 1024x768


AHA!!! The test stack has no splash screens at all. That explains a lot.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iPad Pro Simulator

2018-08-24 Thread Colin Holgate via use-livecode
This is not obvious at all, but the splash screen name of 
default-portr...@2x.png is now owned by iPad Pro. To support iPad Pro, iPad 
Retina, and iPad 1, you need these splash screens:

default-portr...@2x.png - 2048x2732
Default-Portrait@2x~ipad.png - 1536x2048
Default-Portrait~ipad.png - 768x1024

Or for landscape:

default-landsc...@2x.png - 2732x2048
Default-Landscape@2x~ipad - 2048x1536
Default-Landscape~ipad = 1024x768



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode