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

From The iPhone Wiki
Jump to: navigation, search
(File: Converted the binary .plist to XML.)
m (File Contents)
Line 2: Line 2:
   
 
==File Contents==
 
==File Contents==
  +
=== [[limera1n]] ===
<pre>
 
<?xml version="1.0" encoding="UTF-8"?>
+
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
+
<plist version="1.0">
<dict>
+
<dict>
<key>CFBundleDevelopmentRegion</key>
+
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
+
<string>English</string>
<key>CFBundleDisplayName</key>
+
<key>CFBundleDisplayName</key>
<string>limera1n</string>
+
<string>limera1n</string>
<key>CFBundleExecutable</key>
+
<key>CFBundleExecutable</key>
<string>blackra1nApp</string>
+
<string>blackra1nApp</string>
<key>CFBundleIconFiles</key>
+
<key>CFBundleIconFiles</key>
<array>
+
<array>
<string>Icon.png</string>
+
<string>Icon.png</string>
<string>Icon@2x.png</string>
+
<string>Icon@2x.png</string>
</array>
+
</array>
<key>CFBundleIdentifier</key>
+
<key>CFBundleIdentifier</key>
<string>com.yourcompany.blackra1nApp</string>
+
<string>com.yourcompany.blackra1nApp</string>
<key>CFBundleInfoDictionaryVersion</key>
+
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
+
<string>6.0</string>
<key>CFBundleName</key>
+
<key>CFBundleName</key>
<string>limera1n</string>
+
<string>limera1n</string>
<key>CFBundlePackageType</key>
+
<key>CFBundlePackageType</key>
<string>APPL</string>
+
<string>APPL</string>
<key>CFBundleResourceSpecification</key>
+
<key>CFBundleResourceSpecification</key>
<string>ResourceRules.plist</string>
+
<string>ResourceRules.plist</string>
<key>CFBundleSignature</key>
+
<key>CFBundleSignature</key>
<string>????</string>
+
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
+
<key>CFBundleSupportedPlatforms</key>
<array>
+
<array>
<string>iPhoneOS</string>
+
<string>iPhoneOS</string>
</array>
+
</array>
<key>CFBundleVersion</key>
+
<key>CFBundleVersion</key>
<string>1.0</string>
+
<string>1.0</string>
<key>DTCompiler</key>
+
<key>DTCompiler</key>
<string>4.2</string>
+
<string>4.2</string>
<key>DTPlatformName</key>
+
<key>DTPlatformName</key>
<string>iphoneos</string>
+
<string>iphoneos</string>
<key>DTPlatformVersion</key>
+
<key>DTPlatformVersion</key>
<string>4.0 GM</string>
+
<string>4.0 GM</string>
<key>DTSDKName</key>
+
<key>DTSDKName</key>
<string>iphoneos4.1</string>
+
<string>iphoneos4.1</string>
<key>DTXcode</key>
+
<key>DTXcode</key>
<string>0324</string>
+
<string>0324</string>
<key>LSRequiresIPhoneOS</key>
+
<key>LSRequiresIPhoneOS</key>
<true/>
+
<true/>
<key>MinimumOSVersion</key>
+
<key>MinimumOSVersion</key>
<string>4.1</string>
+
<string>4.1</string>
<key>UIApplicationExitsOnSuspend</key>
+
<key>UIApplicationExitsOnSuspend</key>
<true/>
+
<true/>
<key>UIDeviceFamily</key>
+
<key>UIDeviceFamily</key>
<array>
+
<array>
<integer>1</integer>
+
<integer>1</integer>
<integer>2</integer>
+
<integer>2</integer>
</array>
+
</array>
</dict>
+
</dict>
</plist>
+
</plist>
</pre>
 
   
 
==Parents==
 
==Parents==

Revision as of 21:25, 27 December 2010

The info for the app including the icon location and what the display name is.

File Contents

limera1n

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleDisplayName</key>
  <string>limera1n</string>
  <key>CFBundleExecutable</key>
  <string>blackra1nApp</string>
  <key>CFBundleIconFiles</key>
    <array>
      <string>Icon.png</string>
      <string>Icon@2x.png</string>
    </array>
  <key>CFBundleIdentifier</key>
  <string>com.yourcompany.blackra1nApp</string>
  <key>CFBundleInfoDictionaryVersion</key>
  <string>6.0</string>
  <key>CFBundleName</key>
  <string>limera1n</string>
  <key>CFBundlePackageType</key>
  <string>APPL</string>
  <key>CFBundleResourceSpecification</key>
  <string>ResourceRules.plist</string>
  <key>CFBundleSignature</key>
  <string>????</string>
  <key>CFBundleSupportedPlatforms</key>
    <array>
      <string>iPhoneOS</string>
    </array>
  <key>CFBundleVersion</key>
  <string>1.0</string>
  <key>DTCompiler</key>
  <string>4.2</string>
  <key>DTPlatformName</key>
  <string>iphoneos</string>
  <key>DTPlatformVersion</key>
  <string>4.0 GM</string>
  <key>DTSDKName</key>
  <string>iphoneos4.1</string>
  <key>DTXcode</key>
  <string>0324</string>
  <key>LSRequiresIPhoneOS</key>
  <true/>
  <key>MinimumOSVersion</key>
  <string>4.1</string>
  <key>UIApplicationExitsOnSuspend</key>
  <true/>
  <key>UIDeviceFamily</key>
    <array>
      <integer>1</integer>
      <integer>2</integer>
    </array>
  </dict>
</plist>

Parents