Written by Roman Dzieciol
Log all the things with Log Aspects
March 10, 2019This will set most logging to maximum level. A sample app will result in about 50 lines of logs at level 1 and about 20000 lines at level 3.
Lets build our own xcodebuild!
March 08, 2019The xcodebuild is the tool used to compile iOS & macOS projects from commandline. We can write our own. It's simpler than you think!
Hello World
March 06, 2019_asm int 3