Cog/Frameworks/libsidplayfp
Christopher Snowhill 972a7604bd
Some checks are pending
Check if Cog buildable / Build Universal Cog.app (push) Waiting to run
Maintenance: Update project file settings
Promote or demote all projects to Xcode 12.0, remove signing from any
libraries or frameworks that still have it, and clear identities in the
project files, so that they will derive from the out of repo local
settings file, and will stop inserting my ID into projects every time
they are modified.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-06-24 00:40:03 -07:00
..
generated/src Updated libsidplay to version 2.3.1 2021-12-30 23:24:07 -08:00
sidplayfp@519d1201ef Update projects and source in prep for Xcode 15 2023-06-08 04:14:45 -07:00
sidplayfp.xcodeproj Maintenance: Update project file settings 2025-06-24 00:40:03 -07:00
Info.plist Preprocess Info.plist for sidplayfp Xcode subproject. 2021-02-25 18:37:47 +03:00
README.md Updated libsidplay to version 2.3.1 2021-12-30 23:24:07 -08:00
update-generated.sh Add libsidplayfp submodule and supporting files. 2021-02-25 18:36:04 +03:00

update-generated.sh requires the following:

brew install libgcrypt xa coreutils

For these needs:

  1. libgcrypt is required by the autoreconf process, even if it is being configured as excluded or disabled.
  2. xa is required to assemble the SID player binary objects in the repository.
  3. 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.