Buck demo for iPlayground 2019, slides is here.
Note that this demo is running on Xcode 10, there could be some issues while trying to run demos with Xcode 11.
$ git checkout demo/0
This branch contains only source code files and resources. No buck file.
$ make clean
$ make kill_buckd
$ git checkout demo/1
This branch contains basic buck build file and .buckconfig
.
$ make build
$ make debug
$ make project
$ git checkout demo/2
This branch integrated with Podfile
.
$ make build
$ make debug
$ make project