From http://www.jwz.org/xscreensaver/xscreensaver-5.16.tar.gz
[xscreensaver] / OSX / iSaverRunner.plist
diff --git a/OSX/iSaverRunner.plist b/OSX/iSaverRunner.plist
new file mode 100644 (file)
index 0000000..6d532ab
--- /dev/null
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>CFBundleName</key>
+       <string>${PRODUCT_NAME}</string>
+       <key>NSHumanReadableCopyright</key>
+       <string>XScreenSaver 5.15, © 2001-2012 Jamie Zawinski.</string>
+       <key>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleVersion</key>
+       <string>5.16</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>CFBundleShortVersionString</key>
+       <string>5.16</string>
+       <key>CFBundleInfoDictionaryVersion</key>
+       <string>6.0</string>
+       <key>UIRequiredDeviceCapabilities</key>
+       <array>
+               <string>armv7</string>
+       </array>
+       <key>CFBundleExecutable</key>
+       <string>${EXECUTABLE_NAME}</string>
+       <key>UISupportedInterfaceOrientations~ipad</key>
+       <array>
+               <string>UIInterfaceOrientationPortrait</string>
+               <string>UIInterfaceOrientationPortraitUpsideDown</string>
+               <string>UIInterfaceOrientationLandscapeLeft</string>
+               <string>UIInterfaceOrientationLandscapeRight</string>
+       </array>
+       <key>CFBundleLongVersionString</key>
+       <string>XScreenSaver 5.15, © 2001-2012 Jamie Zawinski.</string>
+       <key>CFBundleIdentifier</key>
+       <string>org.jwz.xscreensaver</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleIconFiles</key>
+       <array>
+               <string>iSaverRunner114.png</string>
+               <string>iSaverRunner72.png</string>
+               <string>iSaverRunner57.png</string>
+               <string>iSaverRunner50.png</string>
+               <string>iSaverRunner29.png</string>
+       </array>
+       <key>LSRequiresIPhoneOS</key>
+       <true/>
+       <key>UISupportedInterfaceOrientations</key>
+       <array>
+               <string>UIInterfaceOrientationPortrait</string>
+               <string>UIInterfaceOrientationLandscapeLeft</string>
+               <string>UIInterfaceOrientationLandscapeRight</string>
+               <string>UIInterfaceOrientationPortraitUpsideDown</string>
+       </array>
+       <key>CFBundleDisplayName</key>
+       <string>${PRODUCT_NAME}</string>
+       <key>CFBundleGetInfoString</key>
+       <string>XScreenSaver 5.15, © 2001-2012 Jamie Zawinski.
+http://www.jwz.org/xscreensaver/</string>
+</dict>
+</plist>