public
Fork of stephencelis/cocos2d-application
Description: An Xcode template for cocos2d-iphone, statically linked to $COCOS2D_SRC
Homepage: http://code.google.com/p/cocos2d-iphone
Clone URL: git://github.com/tjweir/cocos2d-application.git
tjweir (author)
Sun Jun 21 06:47:45 -0700 2009
commit  474efc1aab613febf7cee80f57aa4f728c236a40
tree    bd18a347af210e8094f3dcd9e5f5ac814315e525
parent  1c782d732f3b49c34c4da700b2beaaf0f25a631d
cocos2d-application / Info.plist
100755 27 lines (26 sloc) 0.774 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>2.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIStatusBarHidden</key>
<true/>
</dict>
</plist>