1 2 3 4 5 6 7 8
-- main entry function main(t) -- build project if os.host() == "macosx" then t:build({iphoneos = true}) end end