Quote:
Originally Posted by MattMac
Hmmm, landscape didn't work for me...
Its still at the top.
Exactly what did you do?
|
i navigated to the springboard.app/English.lproj/
copied the InfoPlist.strings
to the hard drive and added:
<key>UIInterfaceOrientation</key>
<string>UIInterfaceOrientationLandscapeRight</string>
then copied the new one back to the original folder
so my InfoPlist.strings looks like this:
Code:
<?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>CFBundleName</key>
<string>SpringBoard</string>
<key>NSHumanReadableCopyright</key>
<string>© __MyCompanyName__, 2005</string>
<key>UIInterfaceOrientation</key>
<string>UIInterfaceOrientationLandscapeRight</string>
</dict>
</plist>
im looking into seeing if i can get the weather and calendar info that is used from Bears addon to display landscaped and edit the rest of the springboard but im having trouble with it