public
Description: force kill apple build-in iphone software (MobileSafari, MobileMail, and MobileMusicPlayer) for clearing up memory.
Homepage:
Clone URL: git://github.com/typester/killapple-iphone.git
killapple-iphone / Info.plist
100644 21 lines (20 sloc) 0.659 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>en</string>
    <key>CFBundleExecutable</key>
    <string>KillApple</string>
    <key>CFBundleIdentifier</key>
    <string>org.unknownplace.killapple</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleVersion</key>
    <string>1.0</string>
  </dict>
</plist>