Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcdqi script not included in cocoapods install #51
Comments
|
I'm not sure it's fatal. I imagine most CocoaPods users are proficient enough to be able to get the I'll look into it. (And I certainly won't object if you do as well. Hint, hint.) |
|
A preliminary survey of the options available to a Podspec author does not look promising. As an alternative, we could provide a link directly in the Github README to download the |
|
@Revolucent Would it make sense to list cdqi as a gem so it could be easily installed separately? On one hand, your project won't compile unless you have the CoreDataQueryInterface.framework in your project, so it isn't totally stand alone, but it would provide an easy route to install for cocoapod users. |
|
Not a bad idea, since it's just a simple Ruby executable. Never done a gem before, but I can't imagine it's rocket science. Let me give it a little thought. I'm a little busy early this week, so I won't be able to get to any of this for a bit. This will add yet another step to the releas process for CDQI. That's fine, but I need to draw up some kind of release document for my own use so I don't forget a step: Make sure "Top Hits" runs, increment build number, fix up CocoaPods, take a short nap, etc. |
|
Hey @Revolucent long time no chat! I'm knocking around with the latest version of CDQI on a toy project and I ran into this issue again. I'd be happy to figure out the whole gem thing if you'd like to move forward here. It seems like the only other option for pod users is to include the file as a resource of the pod, but that just feels wrong to me. |
|
@patgoley What do you think of the idea of creating another project for the |
I was attempting a Cocoapods install (only to figure out where the cdqi script would be located for reference) and realized it's not actually included in the podspec. Looking at the podspec documentation, I don't see anything for including files that aren't built and included in the Pods library. I'm not sure how we get around that, but it seems like a fatal flaw for cocoapods users.