Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses #12.
I have not tested actually running any applications, but the builds at least complete now on both the github runner and my local machine. Though locally I did encounter some errors related to signing the code (I have not set that up yet) when I did not set the environment variable
CI=true
.Most of the fixes, it turns out, where actually just disabling a lot of the previous fixes and build optimizations that had been applied in the build system - it seems they are no longer useful with the newer CMake and Xcode (and end up causing problems instead of solving them). Possibly this breaks builds on systems with older CMake/Xcode.