Cleaned up project settings to current defaults, except for the macOS deployment version, which is still 10.13. Cleaned up a lot of headers and such to include with angle braces instead of double quotes. Enabled build sandbox in a lot of places. Disabled subproject signing in several places, for libraries and frameworks which will be stripped and signed when they are copied into place in the final build. Also, while trying to solve compilation issues, the visualization controller was reverted to the Objective C implementation, which is probably faster anyway. Stupid Swift/Objective-C language mixing issues. Signed-off-by: Christopher Snowhill <kode54@gmail.com> |
||
---|---|---|
.. | ||
generated/src | ||
sidplayfp@519d1201ef | ||
sidplayfp.xcodeproj | ||
Info.plist | ||
README.md | ||
update-generated.sh |
update-generated.sh requires the following:
brew install libgcrypt xa coreutils
For these needs:
- libgcrypt is required by the autoreconf process, even if it is being configured as excluded or disabled.
- xa is required to assemble the SID player binary objects in the repository.
- coreutils is required for GNU od, because BSD od as included
with macOS does not support the -w switch. The included autoconf
scripts will prefer
god
if found.