开发者

Is there a way to display iPad Simulator fullscreen?

开发者 https://www.devze.com 2023-01-15 09:04 出处:网络
does anyone know if there is some way (Applescript, secret .plist defaults setting...) to view an iPad simulator window on fullscreen (or borderless)? It would be very handy to show it on a second 102

does anyone know if there is some way (Applescript, secret .plist defaults setting...) to view an iPad simulator window on fullscreen (or borderless)? It would be very handy to show it on a second 1024x768 display at native resolution. The simulato开发者_如何学Cr's vertical size when in portrait is simply too high even for a fullHD monitor... the border is too thick and the window cannot be moved offscreen above the upper edge.


  1. Copy the Info.plist file that resides at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app/Contents/Resources/Devices/iPad.deviceinfo onto your desktop. This folder is write protected and even with root enabled it crashes xcode if you try to edit it from here.

  2. Double click on the file and edit the plist in Xcode change the width variable to 1000 and the height variable to 1800. (I'm running this at 1366x768 and these settings worked. tweak if you need to) Save it.

  3. Copy your edited plist file and paste it back into the original folder and replace the existing file. Run your app. Rotate the device to landscape orientation.

  4. Bask in the glow of a full screen window running ios.


Selecting:

Window -> Scale -> 100%

Will make twice bigger than default


Maybe this will help? https://plus.google.com/u/0/115321914207029284487/posts/gcqBJej1g4R

I guess, you can edit the frame.png to make the border even smaller. Maybe even nonexistent.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号