Announcing autonib2cib
annema.me
Announcing autonib2cib
1–7 of 7 posts
Re: Announcing autonib2cib
#2Re: Announcing autonib2cib
#3Re: Announcing autonib2cib
#4Forgive my ignorance, but after readying this article I still have no idea what it is.
Normally you use a commandline tool called nib2cib for this which you had to execute everytime you changed your nib to get a corresponding updated cib. This arguably breaks the workflow a bit (it's pretty easy to forget to do a nib2cib after modifying your nib). The tool Klaas Pieter created aims to eliminate that extra step by watching your resources directory for changed nibs if I've understood correctly. Once it detects a changed nib it will run nib2cib for you on that nib for a fresh cib.
Re: Announcing autonib2cib
#5Could solve this pretty easily with https://github.com/mynyml/watchr , I'd imagine.
Thanks for the link.
Re: Announcing autonib2cib
#6Forgive my ignorance, but after readying this article I still have no idea what it is.
Cappuccino has this neat feature of being able to use nibs that you create in Interface Builder by converting it to their own format cib (iirc for web optimization, at least I've noticed .cib filesizes in general be (significantly) smaller than their .nib counterparts, but this could be coincidental). Normally you use a commandline tool called nib2cib for this which you had to execute everytime you changed your nib t…
Re: Announcing autonib2cib
#7Forgive my ignorance, but after readying this article I still have no idea what it is.