UNPKG

appium-uiautomator

Version:
13 lines (9 loc) 281 B
current_dir = $(shell pwd) xcode_path:="$(shell xcode-select -print-path | sed s/\\/Contents\\/Developer//g)" DEFAULT: build build: cd bootstrap && android create uitest-project -n AppiumBootstrap -t android-18 -p . cd bootstrap && ant clean build .PHONY: \ DEFAULT \ build