Sign in
bazel
/
bazel
/
bac102a562bce8a423754c19e35ad7656d3f5d2c
/
.
/
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
.