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