From http://www.jwz.org/xscreensaver/xscreensaver-5.36.tar.gz
[xscreensaver] / OSX / iSaverRunner.plist
index e036b3fd591e8b716ec57ae8e73f3aed87825b28..2f7a19a5216266d27b9fbb1c4844ba11dcdff8fc 100644 (file)
@@ -9,33 +9,39 @@
        <key>CFBundleExecutable</key>
        <string>${EXECUTABLE_NAME}</string>
        <key>CFBundleGetInfoString</key>
-       <string>5.33</string>
+       <string>5.36</string>
        <key>CFBundleIcons</key>
        <dict/>
        <key>CFBundleIcons~ipad</key>
        <dict/>
        <key>CFBundleIdentifier</key>
-       <string>${BUNDLE_IDENTIFIER}</string>
+       <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleLongVersionString</key>
-       <string>5.33</string>
+       <string>5.36</string>
        <key>CFBundleName</key>
        <string>${PRODUCT_NAME}</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>5.33</string>
+       <string>5.36</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
-       <string>5.33</string>
+       <string>5.36</string>
        <key>LSRequiresIPhoneOS</key>
        <true/>
        <key>NSHumanReadableCopyright</key>
-       <string>5.33</string>
+       <string>5.36</string>
        <key>NSMainNibFile</key>
        <string>iSaverRunner</string>
+       <key>UIAppFonts</key>
+       <array>
+               <string>OCRAStd.otf</string>
+               <string>YearlReg.ttf</string>
+               <string>PxPlus_IBM_VGA8.ttf</string>
+       </array>
        <key>UILaunchStoryboardName</key>
        <string>LaunchScreen</string>
        <key>UIRequiredDeviceCapabilities</key>
@@ -59,5 +65,6 @@
        </array>
        <key>UIViewControllerBasedStatusBarAppearance</key>
        <false/>
-</dict>
+       <key>NSPhotoLibraryUsageDescription</key>
+       <string>XScreenSaver displays manipulated versions of your photos.</string></dict>
 </plist>