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