ios version
[wl-mobile.git] / wl_mobi-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>CFBundleIconFiles</key>
6         <array>
7                 <string>icon.png</string>
8                 <string>icon@2x.png</string>
9                 <string>icon-72.png</string>
10         </array>
11         <key>UISupportedInterfaceOrientations~ipad</key>
12         <array>
13                 <string>UIInterfaceOrientationPortrait</string>
14                 <string>UIInterfaceOrientationLandscapeLeft</string>
15                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
16                 <string>UIInterfaceOrientationLandscapeRight</string>
17         </array>
18         <key>UISupportedInterfaceOrientations</key>
19         <array>
20                 <string>UIInterfaceOrientationPortrait</string>
21                 <string>UIInterfaceOrientationLandscapeLeft</string>
22                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
23                 <string>UIInterfaceOrientationLandscapeRight</string>
24         </array>
25         <key>CFBundleDevelopmentRegion</key>
26         <string>English</string>
27         <key>CFBundleDisplayName</key>
28         <string>${PRODUCT_NAME}</string>
29         <key>CFBundleExecutable</key>
30         <string>${EXECUTABLE_NAME}</string>
31         <key>CFBundleIconFile</key>
32         <string>icon.png</string>
33         <key>CFBundleIdentifier</key>
34         <string>pl.org.nowoczesnapolska.wl_mobi</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>CFBundleSignature</key>
42         <string>????</string>
43         <key>CFBundleVersion</key>
44         <string>1.0</string>
45         <key>LSRequiresIPhoneOS</key>
46         <true/>
47         <key>NSMainNibFile</key>
48         <string></string>
49         <key>NSMainNibFile~ipad</key>
50         <string></string>
51 </dict>
52 </plist>