The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/Applications/blackra1n.app/Info.plist"
(→File) |
(→File: Converted the binary .plist to XML.) |
||
Line 1: | Line 1: | ||
The info for the app including the icon location and what the display name is. |
The info for the app including the icon location and what the display name is. |
||
− | ==File== |
+ | ==File Contents== |
+ | <pre> |
||
− | A quick look on WordPad displays this: |
||
+ | <?xml version="1.0" encoding="UTF-8"?> |
||
− | bplist00ß�������� � |
||
+ | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
||
− | |||
+ | <plist version="1.0"> |
||
− | � |
||
+ | <dict> |
||
− | ����������������� !"#$%&'�� +,WDTXcodeYDTSDKName\CFBundleName_��UIApplicationExitsOnSuspend_��CFBundleDevelopmentRegion_��CFBundleVersion^DTPlatformName_��CFBundlePackageType_��CFBundleSupportedPlatforms_��CFBundleInfoDictionaryVersion_��CFBundleExecutableZDTCompiler_��MinimumOSVersion_��CFBundleIdentifier_��CFBundleResourceSpecification_��DTPlatformVersion_��CFBundleIconFiles_��LSRequiresIPhoneOS_��CFBundleDisplayName_��CFBundleSignature^UIDeviceFamilyT0324[iphoneos4.1Xlimera1n WEnglishS1.0XiphoneosTAPPL¡�XiPhoneOSS6.0\blackra1nAppS4.2S4.1_��com.yourcompany.blackra1nApp_��ResourceRules.plistV4.0 GM¢()XIcon.png[Icon@2x.png T????¢-.���� |
||
+ | <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> |
||
+ | </pre> |
||
==Parents== |
==Parents== |
Revision as of 00:14, 9 November 2010
The info for the app including the icon location and what the display name is.
File Contents
<?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>