mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove build warning on osx 10.6
This commit is contained in:
@@ -9,12 +9,6 @@ then
|
||||
echo "or modify this script to remove use of the -X switch to continue."
|
||||
# and you will also need to remove this error message
|
||||
exit
|
||||
else
|
||||
if [ "$OSX_VERSION" != "10.5" ]
|
||||
then
|
||||
echo "Note: This script has not been tested on this "
|
||||
echo "release of Mac OS and may cause errors."
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
||||
@@ -39,6 +39,7 @@ _ and add compare method to SketchCode so that it can be sorted by name
|
||||
|
||||
_ for Java 1.6 on osx, replace com.apple.eio.FileManager.openURL(url);
|
||||
_ with java.awt.Desktop.browse() and java.awt.Desktop.open()
|
||||
_ causes a deprecation warning whenever building on osx
|
||||
|
||||
_ add to troubleshooting:
|
||||
_ remove/rename the preferences file
|
||||
|
||||
Reference in New Issue
Block a user