diff --git a/build/macosx/make.sh b/build/macosx/make.sh index b10fc4d18..43bb673a5 100755 --- a/build/macosx/make.sh +++ b/build/macosx/make.sh @@ -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 diff --git a/todo.txt b/todo.txt index 3d7d8623b..15f713a34 100644 --- a/todo.txt +++ b/todo.txt @@ -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