Quote:
Originally Posted by Bernie-Mac
Cool thanks, yeah does anyone know how to make the iPod, camera, and photos work with apps reveal?
I noticed that after the plist edit, theres a delay in opening the app. You press it, it thinks for a sec, then it opens. No me gusta
|
unfornately, Eurisko's code did not look the same as mine...
i will post mine here...
add the code to Applications/Preferences.app/ then to settings-ipod if u have itouch, or settings-iphone if u have iphone...
and paste the code whereever u want it in the settings, for example mine from the screenshots was positioned second (straight under airplane mode)
<dict>
<key>PostNotification</key>
<string>SBSpringBoardPrefsChangedNotification</string>
<key>alternateColors</key>
<true/>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.apple.springboard</string>
<key>icon</key>
<string>Settings-Display.png</string>
<key>key</key>
<string>SBEnableAppReveal</string>
<key>label</key>
<string>Application Hide</string>
</dict>