uki 08:04 ~ $ adb shell dumpsys window displays | grep dpi
init=1440x2880 560dpi base=1440x2880 476dpi cur=1440x2880 app=1440x2737 rng=1440x1357-2737x2654
In this blog, I take notes as I learn new skills for Android, Java, Python, Linux, SBC, Mac, Machine Learning and AI.
# 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 with sort - updated: February 13, 2018
function list()
{
if [ "$1" != "" ]; then
ls -a $1 | sort
fi
ls -a | sort
}
$ 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