2980
|
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>CFBundleName</key>
|
|
6 |
<string>${PRODUCT_NAME}</string>
|
|
7 |
<key>CFBundleDisplayName</key>
|
|
8 |
<string>${PRODUCT_NAME}</string>
|
|
9 |
<key>CFBundlePackageType</key>
|
|
10 |
<string>APPL</string>
|
|
11 |
<key>CFBundleSignature</key>
|
|
12 |
<string>????</string>
|
|
13 |
<key>CFBundleVersion</key>
|
|
14 |
<string>1.0</string>
|
|
15 |
<key>CFBundleIdentifier</key>
|
|
16 |
<string>com.kodahedge.${PRODUCT_NAME:identifier}</string>
|
|
17 |
<key>CFBundleExecutable</key>
|
|
18 |
<string>${EXECUTABLE_NAME}</string>
|
|
19 |
<key>CFBundleIconFile</key>
|
|
20 |
<string></string>
|
|
21 |
<key>CFBundleDevelopmentRegion</key>
|
|
22 |
<string>English</string>
|
|
23 |
<key>CFBundleInfoDictionaryVersion</key>
|
|
24 |
<string>6.0</string>
|
|
25 |
<key>LSRequiresIPhoneOS</key>
|
|
26 |
<true/>
|
|
27 |
<key>UIStatusBarHidden</key>
|
|
28 |
<true/>
|
|
29 |
<key>UIInterfaceOrientation</key>
|
|
30 |
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
31 |
</dict>
|
|
32 |
</plist>
|