Sign in
bazel
/
bazel
/
71b4dcc1e9a86e922b2f9a0a0665627ffd5233c8
/
.
/
src
/
tools
/
xcode
/
ibtoolwrapper
/
README
blob: 46b88f1e9931c60553c51919d74cd1f29a581c8a [
file
]
ibtoolwrapper runs ibtool
,
which compiles storyboards
and
xibs etc
.
ibtoolwrapper
then
zips up the output
,
because ibtool returns an unpredictable number of output files
.
ibtool only runs on
Darwin
,
so ibtoolwrapper only runs on
Darwin
.