diff options
| author | Keith Packard <keithp@keithp.com> | 2012-07-11 00:35:21 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-07-11 00:35:21 -0700 |
| commit | 675ccd41e3b668cd4e1d2dd282dd317a00d00151 (patch) | |
| tree | 7d2ce8e7b276b466b06952e44b4ed1c75c9ca72a /altosui/AltosUI.app/Contents | |
| parent | 46407f7f3e4d2b6e74b3a2e90b38736a792cfc54 (diff) | |
Get AltOS version numbers into Mac 'about' dialog
Generate Info.plist from Info.plist.in to correctly set the VERSION
information. This also changes some strings around to make them look better
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosUI.app/Contents')
| -rw-r--r-- | altosui/AltosUI.app/Contents/Info.plist | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/altosui/AltosUI.app/Contents/Info.plist b/altosui/AltosUI.app/Contents/Info.plist deleted file mode 100644 index 60842804..00000000 --- a/altosui/AltosUI.app/Contents/Info.plist +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> -<plist version="0.9"> -<dict> - <key>CFBundleName</key> - <string>altosui</string> - <key>CFBundleVersion</key> - <string>100.0</string> - <key>CFBundleAllowMixedLocalizations</key> - <string>true</string> - <key>CFBundleExecutable</key> - <string>JavaApplicationStub</string> - <key>CFBundleDevelopmentRegion</key> - <string>English</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleGetInfoString</key> - <string>AltOS UI version 0.7</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleIconFile</key> - <string>AltosUIIcon.icns</string> - <key>Java</key> - <dict> - <key>MainClass</key> - <string>altosui.AltosUI</string> - <key>JVMVersion</key> - <string>1.5+</string> - <key>ClassPath</key> - <array> - <string>$JAVAROOT/altosui.jar</string> - <string>$JAVAROOT/freetts.jar</string> - </array> - <key>VMOptions</key> - <array> - <string>-Xms512M</string> - <string>-Xmx512M</string> - <string>-Dosgi.clean=true</string> - </array> - </dict> -</dict> -</plist> |
