Is the (Android) user a goat?
A very important method to know your users.
# REPO HEAD updated: February 13, 2018
function repo_reset()
{
source activate py27
cd ~/REPO/my-repo-name
pwd
#repo sync
repo forall -vc "git clean -xdf"
repo forall -vc "git reset --hard HEAD"
ls -alt
}
# REPO HEAD updated: February 13, 2018
function repo_reset()
{
source activate py27
cd ~/REPO/my-repo-name
pwd
#repo sync
repo forall -vc "git clean -xdf"
repo forall -vc "git reset --hard HEAD"
ls -alt
}
$ ls /Applications/XCode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
MacOSX.sdk
MacOSX10.13.sdk
darwinSupportedSdkVersions = []string{
"10.10",
"10.11",
"10.12",
"10.13",
}
Also, tried previous SDKs:
$ cd /Applications/XCode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
$ ls /Applications/XCode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
MacOSX.sdk
MacOSX10.13.sdk
darwinSupportedSdkVersions = []string{
"10.10",
"10.11",
"10.12",
"10.13",
}Also, tried previous SDKs:
$ cd /Applications/XCode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs