Christopher Snowhill
5b6dacd29c
Cog now requires macOS 10.13 as a minimum version
...
All optional fallback code for older versions has also been removed, and
everything now assumes 10.13.0 or newer. Some cases are still included
for point releases, such as 10.13.2.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-22 22:54:32 -07:00
Christopher Snowhill
8d031f394b
Assign blank development team in project files
...
Hopefully this blank assignment will spare these files from being
touched by Xcode again in the future, when the variable in question is
imported from a developer supplied configuration file.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-21 23:27:53 -07:00
Christopher Snowhill
f2c6ae39c3
Remove developer supplied configuration file
...
This file should not be referenced directly by projects, otherwise it
will be expected to exist, even in CI.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-21 23:26:51 -07:00
Christopher Snowhill
aa36e3ce10
Completely overhaul code signing practices
...
Redesign the code signing from the ground up. Now all bundles and their
embedded frameworks import the Shared.xcconfig file and enable its
settings, so they may be signed with Apple Development instead of sign
to run locally. This apparently isn't necessary for frameworks which are
embedded in the main app bundle directly, only for the bundles and their
frameworks.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-21 22:42:33 -07:00
Christopher Snowhill
c2388d2659
[Localizations] Remove or rename obsolete files
...
Remove or rename obsolete English.lproj files, renaming where
en.lproj does not already exist, or removing if en.lproj has
already replaced it.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-19 00:03:09 -07:00
Christopher Snowhill
00ea4562dc
Update project files for Xcode 14 recommendations
...
Update all project files with new upgrade version number, and add the
dead code stripping option. Don't touch MASShortcut because it's not my
project.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-07 18:56:11 -07:00
Christopher Snowhill
326e9d5970
GME: Fix music playback with no fade from crashing
...
Only crashed with division by zero error on Intel, not on Apple Silicon.
Funny that. Sending the fix upstream, too.
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-01-29 16:26:28 -08:00
Christopher Snowhill
e4e6da1a94
Clean up new GME somewhat
2022-01-04 03:42:18 -08:00
Christopher Snowhill
fc38295d02
Replaced Game_Music_Emu with mpyne version, for the most part. Re-added the missing NSF chips, replaced the SPC player with the Higan one, re-added SFM, and disabled GYM and VGM.
2022-01-03 17:50:07 -08:00
Christopher Snowhill
8ad7e086a8
Update copyright year
2022-01-02 23:34:29 -08:00
Christopher Snowhill
cfeadad97f
Reduce minimum OS to macOS 10.12
2021-09-18 01:08:49 -07:00
Christopher Snowhill
13bd399b31
Clean up most warnings and update some dependencies
2021-04-29 18:16:24 -07:00
Dzmitry Neviadomski
3a387c3a3f
Update Copyright year to 2021 with regex.
2021-03-03 23:05:57 +03:00
Dzmitry Neviadomski
64b9764b2e
Inhibit ThirdParty libraries build errors.
...
This helps as to actually see warnings of our code.
2021-01-27 04:31:43 +03:00
Jan Weiß
63ed28919b
Second attempt to fix build with other than maintainer’s TeamIDs. Worked for me with Xcode 12.3.
2021-01-05 17:25:12 +01:00
Christopher Snowhill
dbc51d76f9
Revert PR #60 - Nope, that breaks hardened runtime and signing it myself
2020-12-22 02:11:50 -08:00
Jan Weiß
c305a5f949
Fix build with other than maintainer’s TeamIDs.
...
This commit removes development team and code signing key/value pairs that slipped through when Xcode applied code signing changes.
2020-12-13 12:01:48 +01:00
Christopher Snowhill
91b1271ae2
Bump deployment target to 10.13
2020-11-24 15:26:26 -08:00
Christopher Snowhill
640e8b7304
Various architectural changes to make Intel plus Apple Silicon build successfully
2020-09-11 17:08:37 -07:00
Christopher Snowhill
0001bd581b
Phase one of Big Sur
2020-06-30 01:04:55 -07:00
Christopher Snowhill
3b628c3989
Touched by Xcode
2020-06-07 19:57:15 -07:00
Christopher Snowhill
95a326ecd7
Cosmetic reordering of project files
2020-04-06 23:29:34 -07:00
Christopher Snowhill
5fbf722f29
Fix NSF player to support N163 waveform lengths like the real thing
2020-03-24 01:11:02 -07:00
Christopher Snowhill
765cb5e890
Usual Xcode update mess
2020-02-13 01:41:21 -08:00
Christopher Snowhill
fd7ab684c2
Updates for modern Xcode
2019-10-05 00:12:36 -07:00
Christopher Snowhill
050eef7225
Updated to latest Xcode
2019-07-02 16:37:17 -07:00
Christopher Snowhill
e59a9e1ed9
Fix external M3U decimal index handling.
2018-07-22 02:07:19 -07:00
Christopher Snowhill
03eac4619f
Sorted source file list.
2018-07-22 02:06:54 -07:00
Christopher Snowhill
67495009ff
Updates for new build system.
2018-06-28 04:03:37 -07:00
Christopher Snowhill
bcf839efd1
Apply Xcode's suggested changes to project files.
2018-06-04 00:13:55 -07:00
Chris Moeller
9e8fd61d8c
Update xcschemes.
2017-12-05 19:10:41 -08:00
Christopher Snowhill
913287665d
Update project files to current recommendations.
2017-09-26 16:12:33 -07:00
Christopher Snowhill
039347f36f
Made all scheme configurations shared, imported.
2017-09-17 18:40:02 -07:00
Christopher Snowhill
628697f4b0
Forgot to initialize a few things, fixes echo in SPC files.
2017-07-19 11:59:54 -07:00
Christopher Snowhill
428f7e14d2
More 6502 opcodes.
2017-07-08 22:23:22 -07:00
Christopher Snowhill
8a2c48bbda
Fix for new GME code.
2017-03-12 21:38:00 -07:00
Christopher Snowhill
c594690aab
Update GME, including support for tag-specified fade times for formats which support it, which are SPC and SFM.
2017-03-12 21:10:35 -07:00
Christopher Snowhill
03dab36e26
Fix VGMPlay resampler for Pokey.
2016-11-17 22:56:57 -08:00
Christopher Snowhill
70805327d2
Fixed YMF-278B playback.
2016-11-17 21:49:20 -08:00
Christopher Snowhill
8ad0b7e8e3
Updated projects to Xcode recommendations.
2016-11-03 22:42:21 -07:00
Chris Moeller
a2e5d1da4f
Fix double-free in GME when using MSX Audio.
2016-09-16 02:48:10 -07:00
Christopher Snowhill
a95280626f
Fix Projects. Fix a major deadlock introduced by previous commit. Introduce new mGBA based GSF player.
2016-09-04 12:49:43 -07:00
Christopher Snowhill
899cfd6b42
Update project files.
2016-09-01 18:50:33 -07:00
Christopher Snowhill
1dab2b6d27
Support GBS version 2?
2016-08-04 18:54:57 -07:00
Chris Moeller
a2a519b3fd
Fix initialization error with YM2151.
2016-07-08 17:24:53 -07:00
Chris Moeller
2b54fdbeae
Undid some minor madness.
2016-07-07 17:11:33 -07:00
Chris Moeller
84e38a6213
Hopefully fix all threading issues with VGMPlay.
2016-07-07 16:42:36 -07:00
Chris Moeller
1375489a8b
Fix previous commit so it compiles.
2016-07-07 16:41:27 -07:00
Chris Moeller
5006d05222
Fix a VGM crash when loading unsupported files.
2016-07-02 17:08:41 -07:00
Chris Moeller
7bb722cdec
Updated VGMPlay.
2016-07-02 02:57:36 -07:00