diff options
author | Keith Packard <keithp@keithp.com> | 2010-11-24 15:10:36 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-11-24 15:10:36 -0800 |
commit | 28d621c5885953afe3b7435e582b80b75314506e (patch) | |
tree | b5d6da55ce3e790a83352dd1433f88b4696e4171 /altosui/AltosUI.app | |
parent | 6d0098e497ee2d9a1d1113bf3fb907dd48bdcf80 (diff) | |
parent | 3fbefb3eea981d34a09496cf8abf0119de2e35bf (diff) |
Merge branch 'buttonbox' into telemetrum-v1.1telemetrum-v1.1
Diffstat (limited to 'altosui/AltosUI.app')
-rw-r--r-- | altosui/AltosUI.app/Contents/Info.plist | 38 | ||||
-rwxr-xr-x | altosui/AltosUI.app/Contents/MacOS/JavaApplicationStub | bin | 0 -> 61296 bytes | |||
-rw-r--r-- | altosui/AltosUI.app/Contents/PkgInfo | 1 | ||||
-rw-r--r-- | altosui/AltosUI.app/Contents/Resources/AltosUIIcon.icns | bin | 0 -> 129010 bytes |
4 files changed, 39 insertions, 0 deletions
diff --git a/altosui/AltosUI.app/Contents/Info.plist b/altosui/AltosUI.app/Contents/Info.plist new file mode 100644 index 00000000..97b1b59c --- /dev/null +++ b/altosui/AltosUI.app/Contents/Info.plist @@ -0,0 +1,38 @@ +<?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> + </dict> +</dict> +</plist> diff --git a/altosui/AltosUI.app/Contents/MacOS/JavaApplicationStub b/altosui/AltosUI.app/Contents/MacOS/JavaApplicationStub Binary files differnew file mode 100755 index 00000000..c661d3e1 --- /dev/null +++ b/altosui/AltosUI.app/Contents/MacOS/JavaApplicationStub diff --git a/altosui/AltosUI.app/Contents/PkgInfo b/altosui/AltosUI.app/Contents/PkgInfo new file mode 100644 index 00000000..8a43480f --- /dev/null +++ b/altosui/AltosUI.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPLAM.O diff --git a/altosui/AltosUI.app/Contents/Resources/AltosUIIcon.icns b/altosui/AltosUI.app/Contents/Resources/AltosUIIcon.icns Binary files differnew file mode 100644 index 00000000..fe49f362 --- /dev/null +++ b/altosui/AltosUI.app/Contents/Resources/AltosUIIcon.icns |