Fix apple silicon flac crash #56

Merged
dleehr merged 3 commits from fix-apple-silicon-flac-crash into ohsir 2020-11-23 19:20:24 -03:00

3 commits

Author SHA1 Message Date
Dan Leehr
850fe390ca Fixes FLAC playback crash on Apple Silicon
- Avoid creating an NSDictionary with NULL context object (https://github.com/kode54/Cog/blob/master/Audio/Chain/InputNode.m#L81 passes NULL as context, so this must be handled in NSDictionary creation
- When calling addObserver, downgrade options from NSNumber * to NSKeyValueObservingOptions (aka NSUInteger)

Not sure why this would be specific to Apple Silicon...
2020-11-23 17:01:25 -05:00
Dan Leehr
1d4a777018 Restore libFLAC plugin on macOS 10.13 and newer 2020-11-23 17:01:25 -05:00
Dan Leehr
cd84ec683e Fix path to icon_blank.icns 2020-11-23 17:01:25 -05:00