diff --git a/mac-shim/README.txt b/mac-shim/README.txt new file mode 100644 index 0000000..87ce4e1 --- /dev/null +++ b/mac-shim/README.txt @@ -0,0 +1,14 @@ +# Scala on Android, for Macs + +There are discrepancies in the variable/path names in the Android ant build files. This file replicates Linux variable names for the Mac Android Ant build script. It allows Mac users to build and rund Scala apps using the build-scala.xml file provided by this project. + +## To use + +1. Include `mac-shim.xml` in your project's root directory +2. Update `build.xml` in your project root to import the mac-shim. Import after the Android build script, but before the Scala build script. See below. + ```` + + + + ```` + diff --git a/mac-shim/mac-shim.xml b/mac-shim/mac-shim.xml new file mode 100644 index 0000000..12c35ed --- /dev/null +++ b/mac-shim/mac-shim.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + +