diff options
| author | Keith Packard <keithp@keithp.com> | 2010-07-29 11:09:19 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-07-29 11:09:19 -0700 |
| commit | 950f0a8c54e5835ee5d8b0aea360bd8362c21bc5 (patch) | |
| tree | e80bf24bd3089d21c3d3b5a5201811b3a7592781 /ao-tools/altosui/AltosUI.app | |
| parent | 669c5f52abb972a82ed6efbee7a8c7d20afb5cd0 (diff) | |
altosui: construct Darwin application directory
This adds the necessary files and build steps to construct
AltosUI.app on a Darwin system.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosUI.app')
| -rw-r--r-- | ao-tools/altosui/AltosUI.app/Contents/Info.plist | 38 | ||||
| -rwxr-xr-x | ao-tools/altosui/AltosUI.app/Contents/MacOS/JavaApplicationStub | bin | 0 -> 61296 bytes | |||
| -rw-r--r-- | ao-tools/altosui/AltosUI.app/Contents/PkgInfo | 1 | ||||
| -rw-r--r-- | ao-tools/altosui/AltosUI.app/Contents/Resources/AltosUIIcon.icns | bin | 0 -> 129010 bytes |
4 files changed, 39 insertions, 0 deletions
diff --git a/ao-tools/altosui/AltosUI.app/Contents/Info.plist b/ao-tools/altosui/AltosUI.app/Contents/Info.plist new file mode 100644 index 00000000..97b1b59c --- /dev/null +++ b/ao-tools/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/ao-tools/altosui/AltosUI.app/Contents/MacOS/JavaApplicationStub b/ao-tools/altosui/AltosUI.app/Contents/MacOS/JavaApplicationStub Binary files differnew file mode 100755 index 00000000..c661d3e1 --- /dev/null +++ b/ao-tools/altosui/AltosUI.app/Contents/MacOS/JavaApplicationStub diff --git a/ao-tools/altosui/AltosUI.app/Contents/PkgInfo b/ao-tools/altosui/AltosUI.app/Contents/PkgInfo new file mode 100644 index 00000000..8a43480f --- /dev/null +++ b/ao-tools/altosui/AltosUI.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPLAM.O diff --git a/ao-tools/altosui/AltosUI.app/Contents/Resources/AltosUIIcon.icns b/ao-tools/altosui/AltosUI.app/Contents/Resources/AltosUIIcon.icns Binary files differnew file mode 100644 index 00000000..fe49f362 --- /dev/null +++ b/ao-tools/altosui/AltosUI.app/Contents/Resources/AltosUIIcon.icns |
