HOW TO: Make Apps iPad Compatible

via him121213

So, now that you got your iPad jailbroken, you can stop waiting for devs to make their apps iPad compatible and do it yourself. What do i mean by that? You can take an app that wasn’t optimized for the iPad yet ( i.e. BeeJive ) and blow it up to iPad size without pixelation and 2x button and also you can make the app support all 4 orientations.

1.  Navigate to the app you want to make compatible in /var/mobile/Applications
2.  Open the info.plist in the applications main folder
3.  Add the follow:

<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>

4. Respring and then you should have a nice iPad size app

post by StealthBravo