Quote:
Originally Posted by soda97
that's why I'm not trying to mess with the plist....
I wouldn't know where to start anyway...
soda
|
Its really not that difficult.
Ok, here are the screenshots in order.
1. How the screen looks when I wake the iPhone.
2. Double tapping the space where Customize is.
3. General settings window. (App Reveal ON)
4. General settings window. (App Reveal turned OFF)
5. How the screen looks when App Reveal turned off.
Below is the Info.plist for MobileSafari.app, you'll note in red where the lines go:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>MobileSafari</string>
<key>CFBundleIdentifier</key>
<string>com.apple.mobilesafari</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>419.3</string>
<key>SBIsRevealable</key>
<true/>
<key>SBUsesNetwork</key>
<integer>3</integer>
<key>SafariProductVersion</key>
<string>3.0</string>
<key>UIHasPrefs</key>
<true/>
<key>UIPriority</key>
<integer>50</integer>
</dict>
</plist>