HotCocoa / hotcocoa

MacRuby HotCocoa UI library
120 stars 8 forks source link

Supporting frameworks within apps #38

Open benilovj opened 13 years ago

benilovj commented 13 years ago

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?

ferrous26 commented 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.

benilovj commented 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.

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

ferrous26 commented 13 years ago

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.

benilovj commented 13 years ago

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

staugaard commented 11 years ago

:+1: It would be really great to get this in.