iPhone/MYCrypto_iPhone-Info.plist
author Jens Alfke <jens@mooseyard.com>
Sun Jun 07 21:53:56 2009 -0700 (2009-06-07)
changeset 23 39fec79de6e8
permissions -rw-r--r--
A snapshot taken during the long, agonizing crawl toward getting everything running on iPhone.
snej@0
     1
<?xml version="1.0" encoding="UTF-8"?>
snej@0
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
snej@0
     3
<plist version="1.0">
snej@0
     4
<dict>
snej@0
     5
	<key>CFBundleDevelopmentRegion</key>
snej@0
     6
	<string>English</string>
snej@0
     7
	<key>CFBundleDisplayName</key>
snej@0
     8
	<string>${PRODUCT_NAME}</string>
snej@0
     9
	<key>CFBundleExecutable</key>
snej@0
    10
	<string>${EXECUTABLE_NAME}</string>
snej@0
    11
	<key>CFBundleIconFile</key>
snej@0
    12
	<string></string>
snej@0
    13
	<key>CFBundleIdentifier</key>
snej@0
    14
	<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
snej@0
    15
	<key>CFBundleInfoDictionaryVersion</key>
snej@0
    16
	<string>6.0</string>
snej@0
    17
	<key>CFBundleName</key>
snej@0
    18
	<string>${PRODUCT_NAME}</string>
snej@0
    19
	<key>CFBundlePackageType</key>
snej@0
    20
	<string>APPL</string>
snej@0
    21
	<key>CFBundleSignature</key>
snej@0
    22
	<string>????</string>
snej@0
    23
	<key>CFBundleVersion</key>
snej@0
    24
	<string>1.0</string>
snej@0
    25
	<key>LSRequiresIPhoneOS</key>
snej@0
    26
	<true/>
snej@0
    27
	<key>NSMainNibFile</key>
snej@0
    28
	<string>MainWindow</string>
snej@0
    29
</dict>
snej@0
    30
</plist>