forked from cory/tildefriends
Cory McWilliams
3aeb47e447
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4547 ed5197a5-7fde-0310-b194-c3ffbd925b24
36 lines
988 B
Plaintext
36 lines
988 B
Plaintext
<?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>CFBundleName</key>
|
|
<string>tildefriends</string>
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
<array>
|
|
<string>iPhoneOS</string>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<string>tildefriends</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.unprompted.tildefriends</string>
|
|
<key>CFBundleResourceSpecification</key>
|
|
<string>ResourceRules.plist</string>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Tilde Friends</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleIconName</key>
|
|
<string>AppIcon</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>tildefriends.png</string>
|
|
<key>UILaunchScreen</key>
|
|
<dict>
|
|
<key>UIImageName</key>
|
|
<string>tildefriends.png</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|