Last active
January 2, 2019 19:15
-
-
Save bondarenkod/61b76210beff97a65ff08e2b67e32a4b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
XAMARIN BUILD CACHE | |
open ~/Library/Caches/Xamarin/mtbs/builds/ | |
rm -rf ~/Library/Caches/Xamarin/mtbs/builds/* | |
OS X build agent runsvc.sh | |
export ANDROID_HOME=/Users/$(whoami)/Library/Developer/Xamarin/android-sdk-macosx | |
APFS Partition | |
sudo diskutil eraseVolume "Free Space" %noformat% /dev/disk1s1 | |
diskutil apfs resizeContainer disk1 0 | |
diskutil apfs resizeContainer disk1s1 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment