Commit Graph

2 Commits

Author SHA1 Message Date
CuriousTommy
029d33179b
Implement Support For Generating Header (#1213)
Implemented CMake methods for:
* Deleting the old headers before generating the new headers.
* Updating the "Developer" and "framework-include" headers.
* Generating the private frameworks headers into their proper dedicated folders ("PrivateFrameworks" and "framework-private-include")

Updated multiple frameworks to take advantage of this feature.
2022-09-06 12:14:20 -07:00
Ariel Abreu
129b374e57
Symlink framework header directories into namespaced directories in framework-include
[skip ci]

Also symlink framework header directories directly into the SDK frameworks. The headers are contained in their own namespace directory, so it doesn't matter if private headers are visible

Also prune unnecessary symlinks to directories that *should* be in the SDK include directory now
2020-05-12 14:26:19 -04:00