Skip to content
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

folders within framework #87

Open
mrtristan opened this issue Mar 24, 2014 · 2 comments
Open

folders within framework #87

mrtristan opened this issue Mar 24, 2014 · 2 comments

Comments

@mrtristan
Copy link

are you guys familiar with how you could have inner folders within a framework? i have a highly compartmentalized framework that is fully functional (thanks for the write up!) and i use it in a number of apps... the framework is broken up in to a number of sections for different types of usages/tasks.

I know some people would say that i should spin it off in to multiple frameworks but i'd rather not for a number of internal reasons.

current usage:

#import <FrameworkName/HeaderFileName.h>

goal usage:

#import <FrameworkName/FolderName/HeaderFileName.h>

i know an issue perhaps isn't the greatest spot for this question, and that it's more of a StackOverflow thing, but i figured it would be an awesome thing to touch on in the writeup if it's doable.

if someone could point me in the right direction in doing this i'd be happy to submit a pull request...

:-)

@mrtristan mrtristan changed the title general question folders within framework Mar 24, 2014
@mrtristan
Copy link
Author

i noticed your latest commit closed this issue but i dont see it addressed. is doing this possible?

@jverkoey jverkoey reopened this May 14, 2014
@jverkoey
Copy link
Owner

Overzealous closing on my part.

This should be doable with a custom script that created the necessary subfolders in the framework and moves headers accordingly. No way to configure this in Xcode sadly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants