From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / OSX / iSaverRunner.plist
index 8a2404a02f54e49e73654ae49d37e7223ab6b9e4..21a0019de1ca49e440b20e82c437754f37f4f94f 100644 (file)
@@ -5,27 +5,28 @@
        <key>CFBundleName</key>
        <string>${PRODUCT_NAME}</string>
        <key>NSHumanReadableCopyright</key>
-       <string>XScreenSaver 5.15, © 2001-2012 Jamie Zawinski.</string>
+       <string>5.24</string>
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
        <key>CFBundleVersion</key>
-       <string>5.21</string>
+       <string>5.24</string>
        <key>NSMainNibFile</key>
        <string>iSaverRunner</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleIconFile</key>
        <string>iSaverRunner57.png</string>
-       <key>UIStatusBarHidden</key>
-       <true/>
+       <key>UIViewControllerBasedStatusBarAppearance</key>
+       <false/>
        <key>CFBundleShortVersionString</key>
-       <string>5.21</string>
+       <string>5.24</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>UIRequiredDeviceCapabilities</key>
-       <array>
-               <string>armv7</string>
-       </array>
+       <dict>
+               <key>opengles-1</key>
+               <true/>
+       </dict>
        <key>CFBundleExecutable</key>
        <string>${EXECUTABLE_NAME}</string>
        <key>UISupportedInterfaceOrientations~ipad</key>
@@ -36,9 +37,9 @@
                <string>UIInterfaceOrientationLandscapeRight</string>
        </array>
        <key>CFBundleLongVersionString</key>
-       <string>XScreenSaver 5.15, © 2001-2012 Jamie Zawinski.</string>
+       <string>5.24</string>
        <key>CFBundleIdentifier</key>
-       <string>org.jwz.xscreensaver</string>
+       <string>${BUNDLE_IDENTIFIER}</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleIconFiles</key>
@@ -61,7 +62,6 @@
        <key>CFBundleDisplayName</key>
        <string>${PRODUCT_NAME}</string>
        <key>CFBundleGetInfoString</key>
-       <string>XScreenSaver 5.15, © 2001-2012 Jamie Zawinski.
-http://www.jwz.org/xscreensaver/</string>
+       <string>5.24</string>
 </dict>
 </plist>