8a2404a02f54e49e73654ae49d37e7223ab6b9e4
[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>XScreenSaver 5.15, © 2001-2012 Jamie Zawinski.</string>
9         <key>CFBundleDevelopmentRegion</key>
10         <string>English</string>
11         <key>CFBundleVersion</key>
12         <string>5.21</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>UIStatusBarHidden</key>
20         <true/>
21         <key>CFBundleShortVersionString</key>
22         <string>5.21</string>
23         <key>CFBundleInfoDictionaryVersion</key>
24         <string>6.0</string>
25         <key>UIRequiredDeviceCapabilities</key>
26         <array>
27                 <string>armv7</string>
28         </array>
29         <key>CFBundleExecutable</key>
30         <string>${EXECUTABLE_NAME}</string>
31         <key>UISupportedInterfaceOrientations~ipad</key>
32         <array>
33                 <string>UIInterfaceOrientationPortrait</string>
34                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
35                 <string>UIInterfaceOrientationLandscapeLeft</string>
36                 <string>UIInterfaceOrientationLandscapeRight</string>
37         </array>
38         <key>CFBundleLongVersionString</key>
39         <string>XScreenSaver 5.15, © 2001-2012 Jamie Zawinski.</string>
40         <key>CFBundleIdentifier</key>
41         <string>org.jwz.xscreensaver</string>
42         <key>CFBundleSignature</key>
43         <string>????</string>
44         <key>CFBundleIconFiles</key>
45         <array>
46                 <string>iSaverRunner114.png</string>
47                 <string>iSaverRunner72.png</string>
48                 <string>iSaverRunner57.png</string>
49                 <string>iSaverRunner50.png</string>
50                 <string>iSaverRunner29.png</string>
51         </array>
52         <key>LSRequiresIPhoneOS</key>
53         <true/>
54         <key>UISupportedInterfaceOrientations</key>
55         <array>
56                 <string>UIInterfaceOrientationPortrait</string>
57                 <string>UIInterfaceOrientationLandscapeLeft</string>
58                 <string>UIInterfaceOrientationLandscapeRight</string>
59                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
60         </array>
61         <key>CFBundleDisplayName</key>
62         <string>${PRODUCT_NAME}</string>
63         <key>CFBundleGetInfoString</key>
64         <string>XScreenSaver 5.15, © 2001-2012 Jamie Zawinski.
65 http://www.jwz.org/xscreensaver/</string>
66 </dict>
67 </plist>