-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting frameworks within apps #38
Comments
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. |
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
|
👍 It would be really great to get this in. |
I've added support for using frameworks in your apps (see commit 47839be). 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?
The text was updated successfully, but these errors were encountered: