517380e858a86303ec2b484ba65698f84238a363
[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.39</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.39</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.39</string>
29         <key>CFBundleSignature</key>
30         <string>????</string>
31         <key>CFBundleVersion</key>
32         <string>5.39</string>
33         <key>LSRequiresIPhoneOS</key>
34         <true/>
35         <key>NSHumanReadableCopyright</key>
36         <string>5.39</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                 <string>luximr.ttf</string>
45         </array>
46         <key>UILaunchStoryboardName</key>
47         <string>LaunchScreen</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         <true/>
69         <key>NSPhotoLibraryUsageDescription</key>
70         <string>XScreenSaver displays manipulated versions of your photos.</string></dict>
71 </plist>