From http://www.jwz.org/xscreensaver/xscreensaver-5.30.tar.gz
[xscreensaver] / OSX / iSaverRunner.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>CFBundleName</key>
6         <string>${PRODUCT_NAME}</string>
7         <key>NSHumanReadableCopyright</key>
8         <string>5.30</string>
9         <key>CFBundleDevelopmentRegion</key>
10         <string>English</string>
11         <key>CFBundleVersion</key>
12         <string>5.30</string>
13         <key>NSMainNibFile</key>
14         <string>iSaverRunner</string>
15         <key>CFBundlePackageType</key>
16         <string>APPL</string>
17         <key>CFBundleIconFile</key>
18         <string>iSaverRunner57.png</string>
19         <key>UIViewControllerBasedStatusBarAppearance</key>
20         <false/>
21         <key>CFBundleShortVersionString</key>
22         <string>5.30</string>
23         <key>CFBundleInfoDictionaryVersion</key>
24         <string>6.0</string>
25         <key>UIRequiredDeviceCapabilities</key>
26         <dict>
27                 <key>opengles-1</key>
28                 <true/>
29         </dict>
30         <key>CFBundleExecutable</key>
31         <string>${EXECUTABLE_NAME}</string>
32         <key>UISupportedInterfaceOrientations~ipad</key>
33         <array>
34                 <string>UIInterfaceOrientationPortrait</string>
35                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
36                 <string>UIInterfaceOrientationLandscapeLeft</string>
37                 <string>UIInterfaceOrientationLandscapeRight</string>
38         </array>
39         <key>CFBundleLongVersionString</key>
40         <string>5.30</string>
41         <key>CFBundleIdentifier</key>
42         <string>${BUNDLE_IDENTIFIER}</string>
43         <key>CFBundleSignature</key>
44         <string>????</string>
45         <key>CFBundleIconFiles</key>
46         <array>
47                 <string>iSaverRunner152.png</string>
48                 <string>iSaverRunner120.png</string>
49                 <string>iSaverRunner114.png</string>
50                 <string>iSaverRunner76.png</string>
51                 <string>iSaverRunner72.png</string>
52                 <string>iSaverRunner57.png</string>
53                 <string>iSaverRunner50.png</string>
54                 <string>iSaverRunner29.png</string>
55         </array>
56         <key>LSRequiresIPhoneOS</key>
57         <true/>
58         <key>UISupportedInterfaceOrientations</key>
59         <array>
60                 <string>UIInterfaceOrientationPortrait</string>
61                 <string>UIInterfaceOrientationLandscapeLeft</string>
62                 <string>UIInterfaceOrientationLandscapeRight</string>
63                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
64         </array>
65         <key>CFBundleDisplayName</key>
66         <string>${PRODUCT_NAME}</string>
67         <key>CFBundleGetInfoString</key>
68         <string>5.30</string>
69 </dict>
70 </plist>