summaryrefslogtreecommitdiff
path: root/altosui/AltosUI.app/Contents
Commit message (Collapse)AuthorAge
* Switch to universal JavaApplicationStub for Mac OS XKeith Packard2018-10-07
| | | | | | | | | | | | | | | | The binary JavaApplicationStub only supports Mac JRE 6, even if you install a later JRE from Oracle it will still run our apps with the Mac version. This replacement JavaApplicationStub is a shell script which comes from here: https://github.com/tofi86/universalJavaApplicationStub I've tested it with Oracle JRE 10 installed and AltosUI came up fine, and has access to our devices and networking. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Build MacOSX icon from svgKeith Packard2014-06-14
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Get AltOS version numbers into Mac 'about' dialogKeith Packard2012-07-11
| | | | | | | 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>
* altosui: Mac OS Lion Java default heap space is too small (Trac #37)Keith Packard2012-04-20
| | | | | | Increase it to 512M in the Info.plist file. Signed-off-by: Keith Packard <keithp@keithp.com>
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
Signed-off-by: Keith Packard <keithp@keithp.com>