Jared Egan
unread,May 16, 2012, 4:16:50 PM5/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nimbus iOS Framework
Hello, all. My team is using Nimbus and I personally love what it
offers, but we have a slight conundrum with how we want to add it to
our project. I want to have the nimbus repo checked out as a sibling
repo (not a submodule) and have everyone check out a tag to make sure
we're at a stable point in nimbus, and that we're all pointing to the
same commit. The twist is that our project is using ARC, and the tags
are made against non-ARC code. So our options are to add the non-ARC'd
code and label it as "no-arc", or to fork it and make our own ARC'd
tags.
When the next tag gets made, can you make a 0.9.3-arc tag to make it
easy to point to an ARC version of that stable cut?
Thanks,
- Jared