The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/Applications/blackra1n.app/appList2.plist"
(→File) |
m |
||
Line 2: | Line 2: | ||
==File== |
==File== |
||
− | A quick |
+ | A quick look at it from limera1n reveals this: |
− | |||
<?xml version="1.0" encoding="UTF-8"?> |
<?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"> |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
||
− | |||
<plist version="1.0"> |
<plist version="1.0"> |
||
+ | <array> |
||
− | |||
+ | <dict> |
||
− | <array> |
||
+ | <key>ModelsSupported</key> |
||
− | |||
+ | <string>All</string> |
||
− | <dict> |
||
+ | <key>Packages</key> |
||
− | |||
+ | <array> |
||
− | <key>ModelsSupported</key> |
||
+ | <dict> |
||
− | |||
+ | <key>Name</key> |
||
− | <string>All</string> |
||
+ | <string>Cydia</string> |
||
− | |||
− | + | <key>Url</key> |
|
+ | <string>http://cache.saurik.com/limera1n/cydia.tgz</string> |
||
− | |||
+ | <key>icon</key> |
||
− | <array> |
||
+ | <string>http://limera1n.com/cydia.png</string> |
||
− | |||
+ | <key>Description</key> |
||
− | <dict> |
||
+ | <string>It's a monopoly for a reason</string> |
||
− | |||
+ | </dict> |
||
− | <key>Name</key> |
||
+ | </array> |
||
− | |||
+ | </dict> |
||
− | <string>Cydia</string> |
||
+ | </array> |
||
− | |||
− | <key>Url</key> |
||
− | |||
− | <string>http://cache.saurik.com/limera1n/cydia.tgz</string> |
||
− | |||
− | <key>icon</key> |
||
− | |||
− | <string>http://limera1n.com/cydia.png</string> |
||
− | |||
− | <key>Description</key> |
||
− | |||
− | <string>It's a monopoly for a reason</string> |
||
− | |||
− | </dict> |
||
− | |||
− | </array> |
||
− | |||
− | </dict> |
||
− | |||
− | </array> |
||
− | |||
− | |||
− | |||
</plist> |
</plist> |
||
==Parents== |
==Parents== |
||
+ | *[[/|Root]]/[[/Applications|Applications]]/[[/Applications.*****/blackra1n.app|blackra1n.app]] |
||
− | *[[/]] |
||
− | *[[/var]] |
||
− | *[[/var/stash]] |
||
− | *[[/var/stash/Applications.*****]] |
||
− | *[[/var/stash/Applications.*****/blackra1n.app]] |
Revision as of 01:30, 18 November 2011
This is the app list in blackra1n and limera1n
File
A quick look at it from limera1n reveals this:
<?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"> <array> <dict> <key>ModelsSupported</key> <string>All</string> <key>Packages</key> <array> <dict> <key>Name</key> <string>Cydia</string> <key>Url</key> <string>http://cache.saurik.com/limera1n/cydia.tgz</string> <key>icon</key> <string>http://limera1n.com/cydia.png</string> <key>Description</key> <string>It's a monopoly for a reason</string> </dict> </array> </dict> </array> </plist>