Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

enimaris

macrumors newbie
Original poster
Feb 28, 2013
2
0
Hi,

First of all, sorry for my english, i'm a french guy and your community is so much better than our's for helping ;)

Since many days, I try to install an iPad 2 app on my iPad 1 by editing the info.plist on the folder .app

I've changed the "UIDeviceFamily" but I've still the message "Requieres iPad 2 or newer"

I post here the info.plist : please can you help for what change otherelse ?

Many thanks :)


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>11E53</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Atlas 2</string>
<key>CFBundleExecutable</key>
<string>vb</string>
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>Icon-Retina.png</string>
</array>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>Icon-Retina.png</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>com.argosy.vb</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>vb</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleResourceSpecification</key>
<string>ResourceRules.plist</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>
<key>CFBundleVersion</key>
<string>2.1.0</string>
<key>DTCompiler</key>
<string></string>
<key>DTPlatformBuild</key>
<string>9B176</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTPlatformVersion</key>
<string>5.1</string>
<key>DTSDKBuild</key>
<string>9B176</string>
<key>DTSDKName</key>
<string>iphoneos5.1</string>
<key>DTXcode</key>
<string>0433</string>
<key>DTXcodeBuild</key>
<string>4E3002</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>1.0</string>
<key>UIApplicationExitsOnSuspend</key>
<false/>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UIInterfaceOrientation</key>
<string></string>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIRequiresPersistentWiFi</key>
<false/>
<key>UIStatusBarHidden</key>
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
</array>
</dict>
</plist>
 
Most apps check from with their binary, not the info.plist. There's really no way of changing that check.
 
Hi,

I try to install it in my iPhone 5 : the app don't want to run either ... same message ...

That's why I'm not sure it's a question of capacity : something blocked it and I thought it was on info.plist ...

I just want to be sure there's not something to change in the info.plist (like many tutorial we can see on google for running iPhoto on iPad 1)

Many thanks for your support
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.