Anton Keks
|
f42f9e5b18
|
tell Apple not to use Rosetta (that requires Native Java to be installed)
|
2022-01-12 21:17:35 +02:00 |
|
Anton Keks
|
25e4925f1f
|
try specifying LSArchitecturePriority - according to Apple, this will run "script" application with the native architecture
https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary
|
2022-01-12 20:50:28 +02:00 |
|
Anton Keks
|
ff5bf7f738
|
osascript in mac is unnecessary and exec will not allow the last line to execute anyway
|
2022-01-12 19:39:05 +02:00 |
|
Anton Keks
|
5ac359eae9
|
try to display GUI message if failed to run java (e.g. too old version)
|
2021-12-31 18:18:35 +02:00 |
|
Anton Keks
|
6bc5e30d87
|
specify add-opens to be able to access refelection in java.net under Java 16+
|
2021-12-31 17:15:27 +02:00 |
|
Anton Keks
|
64ec7090ac
|
remove obsolete code for Mac Java 1.6
|
2021-06-25 22:52:07 +03:00 |
|
Anton Keks
|
1300d0d49e
|
#231 do not change to dark mode programmatically, which may result in distorted colors due to SWT not being able to update the colors correctly. Tell macOS to start the app in dark more automatically using Info.plist - this now works with updated SWT
|
2020-05-17 13:31:26 -07:00 |
|
Anton Keks
|
c02797fb3f
|
take version number from git describe to avoid building of different binaries with same name/version inside
|
2020-03-17 22:43:53 +02:00 |
|
Anton Keks
|
7a7a734c17
|
#182 this setting has no effect because we are switching the appearance programmatically now
|
2020-03-14 13:02:21 -07:00 |
|
Anton Keks
|
ea5cc4b6a0
|
specify app version in CFBundleVersion
|
2020-03-14 17:44:39 +02:00 |
|
Anton Keks
|
ba2acaf7a0
|
#182 make it official that dark mode is not supported yet (according to screenshots)
macOS decides whether dark mode is supported based on OS SDK it is linked with. Probably this depends on SDK that Java binary was linked with.
|
2020-03-14 17:44:01 +02:00 |
|
Anton Keks
|
577a1573f1
|
try to support Oracle JRE 7 (not JDK), which doesn't set JAVA_HOME by default
|
2014-04-26 23:25:03 +03:00 |
|
Anton Keks
|
1c99ed54c5
|
issue #8 - switch SWT mac to 64-bit version in order to work on Java 1.7. Mac Java 1.6 was available only for 64-bit processors anyway, so it doesn't make sense to support 32-bit on mac at all
|
2014-04-26 23:03:15 +03:00 |
|
Anton Keks
|
5008f29d9c
|
need to add quotes as app dir contains spaces
|
2014-03-17 18:16:01 +02:00 |
|
Anton Keks
|
414efc030e
|
make file executable
|
2014-03-16 22:58:15 +02:00 |
|
Anton Keks
|
2a1b07be3b
|
trying to change Mac bundle structure to work with Oracle Java as well, as per recommendation: https://www.eclipse.org/swt/macosx/
|
2014-03-16 22:25:39 +02:00 |
|
Anton Keks
|
8e91d12b0e
|
specify java 1.6+ for mac
|
2013-08-27 10:56:19 +03:00 |
|
Anton Keks
|
109899e28f
|
formatting fix
|
2013-08-27 10:54:26 +03:00 |
|
Anton Keks
|
c89de38a2d
|
try to support retina displays on OS X
|
2013-08-27 10:44:46 +03:00 |
|
Anton Keks
|
f92ee61f5b
|
fixing builds from the new git repo
* removed references to svn
* removed build number info
|
2009-03-25 00:03:36 +02:00 |
|
angryziber
|
529b92bc75
|
MacOS Leopard Java updates that have broken ipscan's application bundle are now supported
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@436 375186e5-ef17-0410-b0b6-91563547dcda
|
2009-03-16 20:31:38 +00:00 |
|
angryziber
|
600aa090e3
|
added mac icon
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@215 375186e5-ef17-0410-b0b6-91563547dcda
|
2007-08-29 17:24:31 +00:00 |
|
angryziber
|
e8885abcaa
|
dtd declaration added
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@207 375186e5-ef17-0410-b0b6-91563547dcda
|
2007-08-28 18:25:53 +00:00 |
|
angryziber
|
068674408b
|
MAC build is now done manually - no more jarbundler task
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@206 375186e5-ef17-0410-b0b6-91563547dcda
|
2007-08-28 18:17:21 +00:00 |
|