Created
May 9, 2017 09:34
-
-
Save logcat/557671fc9c0cb2b7a7522b5ec5071d54 to your computer and use it in GitHub Desktop.
case sensitive image for android building on osx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android_folder=/Users/user/mount_point | |
function mountAndroid { hdiutil attach /Users/user/android.dmg.sparseimage -mountpoint $android_folder; } | |
function umountAndroid() { hdiutil detach $android_folder; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment