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