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>UIInterfaceOrientationPortraitUpsideDown</string> |
---|
22 | <string>UIInterfaceOrientationLandscapeLeft</string> |
---|
23 | <string>UIInterfaceOrientationLandscapeRight</string> |
---|
24 | </array> |
---|
25 | <key>CFBundleDevelopmentRegion</key> |
---|
26 | <string>English</string> |
---|
27 | <key>CFBundleLocalizations</key> |
---|
28 | <string>de</string> |
---|
29 | <key>CFBundleDisplayName</key> |
---|
30 | <string>${PRODUCT_NAME}</string> |
---|
31 | <key>CFBundleExecutable</key> |
---|
32 | <string>${EXECUTABLE_NAME}</string> |
---|
33 | <key>CFBundleIconFile</key> |
---|
34 | <string>icon.png</string> |
---|
35 | <key>CFBundleIdentifier</key> |
---|
36 | <string>com.yourcompany.iPiwigo</string> |
---|
37 | <key>CFBundleInfoDictionaryVersion</key> |
---|
38 | <string>6.0</string> |
---|
39 | <key>CFBundleName</key> |
---|
40 | <string>${PRODUCT_NAME}</string> |
---|
41 | <key>CFBundlePackageType</key> |
---|
42 | <string>APPL</string> |
---|
43 | <key>CFBundleSignature</key> |
---|
44 | <string>????</string> |
---|
45 | <key>CFBundleVersion</key> |
---|
46 | <string>1.0</string> |
---|
47 | <key>LSRequiresIPhoneOS</key> |
---|
48 | <true/> |
---|
49 | <key>NSMainNibFile</key> |
---|
50 | <string></string> |
---|
51 | <key>NSMainNibFile~ipad</key> |
---|
52 | <string></string> |
---|
53 | </dict> |
---|
54 | </plist> |
---|