Difference between revisions of "/Applications/blackra1n.app/appList2.plist"

From The iPhone Wiki
Jump to: navigation, search
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
This is the app list in [[blackra1n]] and [[limera1n]]. It is, of course, a [[PList File Format|plist]]. It lists packages that are compatible with the jailbreak that was used. [[User:geohot|geohot]] appears to have done this to avoid having to modify the actual binary file, and instead just update this and the Info.plist file. This is supported by the fact that the application is stored in [[blackra1n.app|/Applications/blackra1n.app]] instead of /Applications/limera1n.app with the [[limera1n]] jailbreak.
This is the app list in blackra1n and limera1n
 
   
==File==
+
== File ==
  +
=== [[limera1n]] ===
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">
Line 27: Line 27:
 
</plist>
 
</plist>
   
==Parents==
+
== Parents ==
*[[/|Root]]/[[/Applications|Applications]]/[[/Applications.*****/blackra1n.app|blackra1n.app]]
+
{{parent|Applications|blackra1n.app}}

Latest revision as of 21:10, 11 November 2014

This is the app list in blackra1n and limera1n. It is, of course, a plist. It lists packages that are compatible with the jailbreak that was used. geohot appears to have done this to avoid having to modify the actual binary file, and instead just update this and the Info.plist file. This is supported by the fact that the application is stored in /Applications/blackra1n.app instead of /Applications/limera1n.app with the limera1n jailbreak.

File

limera1n

<?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>

Parents

(root)/Applications/blackra1n.app