1 2 3 4 5 6 7
function main(t) if os.host() == "macosx" then t:build({iphoneos = true}) else return t:skip("wrong host platform") end end