Open benilovj opened 13 years ago
Hmmm...my only problem with this is that there is no hinting at this feature until you look in the App::Specification documentation.
Adding some kind of support for embedding other frameworks is something I want for HotCocoa 0.7, perhaps CocoaPods support or something like that, and this is definitely moving in the correct direction.
Hmmm...my only problem with this is that there is no hinting at this feature until you look in the App::Specification documentation.
That's fair feedback. Do you think that adding something to the wiki would be sufficient? I've been thinking of starting to enhance the documentation anyway
Sure, high level documentation of the feature would be great.
I'd prefer people to put documentation into the docs/ directory so they can be viewed on rdoc.info (that way we get easy cross referencing of the API documentation), but everybody who has mentioned documentation so far has thought to put things in the wiki. I'm starting to think I should port all the documentation back.
ok, let's first try with the docs/ directory
On 31 October 2011 16:14, Mark Rada reply@reply.github.com wrote:
Sure, high level documentation of the feature would be great.
I'd prefer people to put documentation into the docs/ directory so they can be viewed on rdoc.info (that way we get easy cross referencing of the API documentation), but everybody who has mentioned documentation so far has thought to put things in the wiki. I'm starting to think I should port all the documentation back.
Reply to this email directly or view it on GitHub: https://github.com/ferrous26/hotcocoa/issues/38#issuecomment-2578116
:+1: It would be really great to get this in.
I've added support for using frameworks in your apps (see commit 47839beac71433c176362252f75d89a3599fcaea). By default, these live in the "frameworks" folder and get copied into the bundle.
It's in its own branch right now. Is this worth pushing into master?