From http://www.jwz.org/xscreensaver/xscreensaver-5.37.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.37</string>
13         <key>CFBundleIcons</key>
14         <dict/>
15         <key>CFBundleIcons~ipad</key>
16         <dict/>
17         <key>CFBundleIdentifier</key>
18         <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
19         <key>CFBundleInfoDictionaryVersion</key>
20         <string>6.0</string>
21         <key>CFBundleLongVersionString</key>
22         <string>5.37</string>
23         <key>CFBundleName</key>
24         <string>${PRODUCT_NAME}</string>
25         <key>CFBundlePackageType</key>
26         <string>APPL</string>
27         <key>CFBundleShortVersionString</key>
28         <string>5.37</string>
29         <key>CFBundleSignature</key>
30         <string>????</string>
31         <key>CFBundleVersion</key>
32         <string>5.37</string>
33         <key>LSRequiresIPhoneOS</key>
34         <true/>
35         <key>NSHumanReadableCopyright</key>
36         <string>5.37</string>
37         <key>NSMainNibFile</key>
38         <string>iSaverRunner</string>
39         <key>UIAppFonts</key>
40         <array>
41                 <string>OCRAStd.otf</string>
42                 <string>YearlReg.ttf</string>
43                 <string>PxPlus_IBM_VGA8.ttf</string>
44         </array>
45         <key>UILaunchStoryboardName</key>
46         <string>LaunchScreen</string>
47         <key>UIRequiredDeviceCapabilities</key>
48         <dict>
49                 <key>opengles-1</key>
50                 <true/>
51         </dict>
52         <key>UISupportedInterfaceOrientations</key>
53         <array>
54                 <string>UIInterfaceOrientationPortrait</string>
55                 <string>UIInterfaceOrientationLandscapeLeft</string>
56                 <string>UIInterfaceOrientationLandscapeRight</string>
57                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
58         </array>
59         <key>UISupportedInterfaceOrientations~ipad</key>
60         <array>
61                 <string>UIInterfaceOrientationPortrait</string>
62                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
63                 <string>UIInterfaceOrientationLandscapeLeft</string>
64                 <string>UIInterfaceOrientationLandscapeRight</string>
65         </array>
66         <key>UIViewControllerBasedStatusBarAppearance</key>
67         <true/>
68         <key>NSPhotoLibraryUsageDescription</key>
69         <string>XScreenSaver displays manipulated versions of your photos.</string></dict>
70 </plist>