Imported Upstream version 2.81
[platform/upstream/libbullet.git] / build / Info.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>CFBundleDevelopmentRegion</key>
6         <string>en</string>
7         <key>CFBundleDisplayName</key>
8         <string>${PRODUCT_NAME}</string>
9         <key>CFBundleExecutable</key>
10         <string>${EXECUTABLE_NAME}</string>
11         <key>CFBundleIcons</key>
12         <dict>
13                 <key>CFBundlePrimaryIcon</key>
14                 <dict>
15                         <key>CFBundleIconFiles</key>
16                         <array>
17                                 <string>icon.png</string>
18                         </array>
19                 </dict>
20         </dict>
21         <key>CFBundleIdentifier</key>
22         <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
23         <key>CFBundleInfoDictionaryVersion</key>
24         <string>6.0</string>
25         <key>CFBundleName</key>
26         <string>${PRODUCT_NAME}</string>
27         <key>CFBundlePackageType</key>
28         <string>APPL</string>
29         <key>CFBundleSignature</key>
30         <string>????</string>
31         <key>CFBundleVersion</key>
32         <string>1.5</string>
33         <key>LSRequiresIPhoneOS</key>
34         <true/>
35         <key>UIStatusBarHidden</key>
36         <true/>
37         <key>UISupportedInterfaceOrientations</key>
38         <array>
39                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
40         </array>
41 </dict>
42 </plist>