Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants