source: extensions/piwigo_mobile/ios/Piwigo/Piwigo-Info.plist @ 12411

Last change on this file since 12411 was 12411, checked in by patdenice, 13 years ago

Add piwigo mobile for iOS

File size: 1.8 KB
Line 
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>English</string>
7        <key>CFBundleDisplayName</key>
8        <string>${PRODUCT_NAME}</string>
9        <key>CFBundleExecutable</key>
10        <string>${EXECUTABLE_NAME}</string>
11        <key>CFBundleIconFile</key>
12        <string>icon.png</string>
13        <key>CFBundleIconFiles</key>
14        <array>
15                <string>icon.png</string>
16                <string>icon@2x.png</string>
17                <string>icon-72.png</string>
18        </array>
19        <key>CFBundleIcons</key>
20        <dict>
21                <key>CFBundlePrimaryIcon</key>
22                <dict>
23                        <key>CFBundleIconFiles</key>
24                        <array>
25                                <string>icon.png</string>
26                                <string>icon@2x.png</string>
27                                <string>icon-72.png</string>
28                        </array>
29                        <key>UIPrerenderedIcon</key>
30                        <false/>
31                </dict>
32        </dict>
33        <key>CFBundleIdentifier</key>
34        <string>org.piwigo</string>
35        <key>CFBundleInfoDictionaryVersion</key>
36        <string>6.0</string>
37        <key>CFBundleName</key>
38        <string>${PRODUCT_NAME}</string>
39        <key>CFBundlePackageType</key>
40        <string>APPL</string>
41        <key>CFBundleShortVersionString</key>
42        <string>1.0</string>
43        <key>CFBundleSignature</key>
44        <string>????</string>
45        <key>CFBundleVersion</key>
46        <string>1.0</string>
47        <key>LSMinimumSystemVersion</key>
48        <string>3.0</string>
49        <key>LSRequiresIPhoneOS</key>
50        <true/>
51        <key>NSMainNibFile</key>
52        <string></string>
53        <key>NSMainNibFile~ipad</key>
54        <string></string>
55        <key>UIPrerenderedIcon</key>
56        <false/>
57        <key>UIRequiredDeviceCapabilities</key>
58        <array>
59                <string>armv6</string>
60                <string>armv7</string>
61        </array>
62        <key>UISupportedInterfaceOrientations</key>
63        <array>
64                <string>UIInterfaceOrientationPortrait</string>
65        </array>
66        <key>UISupportedInterfaceOrientations~ipad</key>
67        <array>
68                <string>UIInterfaceOrientationPortrait</string>
69        </array>
70</dict>
71</plist>
Note: See TracBrowser for help on using the repository browser.