A few questions about frameworks in GNUstep...
1: Layout
I know framework layout is unusual in gnustep, but I haven't seen a clear example of what it actually should look like — only discussion of it being different (in the wiki or faq i believe, but it provided no example).
Is there any way to force macOS-style layout?
2: Bundling
Is is possible to bundle a framework such that (a) the framework stays with the surrounding app, and (b) can be moved anywhere on the file system (with the surrounding app)? (presumably some link references will have to be made relative using something like patchelf)
3: Umbrella headers
This project is shared with the macOS/Xcode side, so I would of course like the existing umbrella header to work as-is on the GNUstep side. Is this possible and how do I set that up?
4: Clang
What arguments need to be passed into clang to facilitate all of this?
- Noel