Sign in
bazel
/
bazel
/
110cba00a2bbdaa8fcbc08d4eac8b09c4394fb39
/
.
/
src
/
tools
/
xcode
/
ibtoolwrapper
/
README
blob: 46b88f1e9931c60553c51919d74cd1f29a581c8a [
file
] [
log
] [
blame
]
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
.