Commit graph

4 commits

Author SHA1 Message Date
Christopher Snowhill
972a7604bd Maintenance: Update project file settings
Some checks are pending
Check if Cog buildable / Build Universal Cog.app (push) Waiting to run
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
Christopher Snowhill
01ea0435d0 Metadata: Add helper for optional values
Add NSDictionary initWithOptionalObjects:forKeys:count: helper, to work
around several places that may have been setting nil dictionary valies
on placeholder dictionaries. Hopefully this fixes the crash someone
logged recently.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-06-20 19:44:00 -07:00
Christopher Snowhill
4ac4787cc1 Project Fix: Remove non-existent paths
Some checks are pending
Check if Cog buildable / Build Universal Cog.app (push) Waiting to run
These referenced libMAD, which has been replaced. The effect was
essentially harmless, except for a compile time warning.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-06-09 23:57:58 -07:00
Christopher Snowhill
7ff653b48f MP3: Replace MAD with minimp3
libMAD had memory safety issues, possibly with corrupt files. Hopefully,
this will fix the problem.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-03-23 00:05:11 -07:00
Renamed from Plugins/MAD/MAD.xcodeproj/project.pbxproj (Browse further)