Headers and package for the CoreSymbolication private framework for macOS.
The header is definitely not complete. But, if there's something you need/want, open up an issue and we can look into it together.
One quick note. SPM seems to be unable to make use of a modulemap link directive. This means that you need to add some special linker flags to any executable target that uses this as a dependency.
linkerSettings: [
.unsafeFlags([
"-Xlinker", "-F",
"-Xlinker", "/System/Library/PrivateFrameworks",
"-Xlinker", "-framework",
"-Xlinker", "CoreSymbolication",
]),
dependencies: [
.package(url: "https://github.com/ChimeHQ/CoreSymbolication")
]
We'd love to hear from you! Get in touch via an issue or pull request.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
link |
Stars: 4 |
Last commit: 4 weeks ago |
Initial Release
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics