Apparently, Xcode 15, at the point of the first beta, is not capable of producing nib files that will load on macOS 10.13 or 10.14 without crashing on startup. So this is the prep for now, raise the minimum deploy target to 10.15, where it currently works. This may change later. 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.