master
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>cakeside-logo.png</string>
18 </array>
19 </dict>
20 </dict>
21 <key>CFBundleIdentifier</key>
22 <string>mokhan.ca.${PRODUCT_NAME:rfc1034identifier}</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>CFBundleShortVersionString</key>
30 <string>1.0</string>
31 <key>CFBundleSignature</key>
32 <string>????</string>
33 <key>CFBundleVersion</key>
34 <string>1.0</string>
35 <key>LSRequiresIPhoneOS</key>
36 <true/>
37 <key>UIRequiredDeviceCapabilities</key>
38 <array>
39 <string>armv7</string>
40 </array>
41 <key>UISupportedInterfaceOrientations</key>
42 <array>
43 <string>UIInterfaceOrientationPortrait</string>
44 <string>UIInterfaceOrientationLandscapeLeft</string>
45 <string>UIInterfaceOrientationLandscapeRight</string>
46 </array>
47</dict>
48</plist>