From http://www.jwz.org/xscreensaver/xscreensaver-5.24.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.24</string>
9         <key>CFBundleDevelopmentRegion</key>
10         <string>English</string>
11         <key>CFBundleVersion</key>
12         <string>5.24</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.24</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.24</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>iSaverRunner114.png</string>
48                 <string>iSaverRunner72.png</string>
49                 <string>iSaverRunner57.png</string>
50                 <string>iSaverRunner50.png</string>
51                 <string>iSaverRunner29.png</string>
52         </array>
53         <key>LSRequiresIPhoneOS</key>
54         <true/>
55         <key>UISupportedInterfaceOrientations</key>
56         <array>
57                 <string>UIInterfaceOrientationPortrait</string>
58                 <string>UIInterfaceOrientationLandscapeLeft</string>
59                 <string>UIInterfaceOrientationLandscapeRight</string>
60                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
61         </array>
62         <key>CFBundleDisplayName</key>
63         <string>${PRODUCT_NAME}</string>
64         <key>CFBundleGetInfoString</key>
65         <string>5.24</string>
66 </dict>
67 </plist>