cog/Audio
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
..
Chain [Audio Threads] Remove unused code 2022-06-18 23:02:24 -07:00
CogAudio.xcodeproj Completely overhaul code signing practices 2022-06-21 22:42:33 -07:00
Output [Core Audio Output] Guard against nil pointer 2022-06-21 09:37:29 -07:00
ThirdParty [Audio Formats] Fix handling unsigned formats 2022-06-16 23:29:52 -07:00
Utils [DSD] Add pure downsampling path, disabled 2022-06-10 02:13:10 -07:00
Visualization Fix visualization for variable audio block sizes 2022-02-16 21:54:55 -08:00
AudioContainer.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioContainer.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioDecoder.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioDecoder.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioMetadataReader.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioMetadataReader.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioMetadataWriter.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioMetadataWriter.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioPlayer.h [Track Info] Add play count tabulation and display 2022-06-18 23:00:08 -07:00
AudioPlayer.m [Track Info] Add play count tabulation and display 2022-06-18 23:00:08 -07:00
AudioPropertiesReader.h CUE Reader: Fix enumerating sheets and tag reading 2022-02-13 12:18:58 -08:00
AudioPropertiesReader.m CUE Reader: Fix enumerating sheets and tag reading 2022-02-13 12:18:58 -08:00
AudioSource.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioSource.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
CogAudio_Prefix.pch Fix some more warnings. 2021-01-27 05:12:07 +03:00
CogPluginMulti.h [Event Handler] Fix observers for reused classes 2022-06-16 18:16:09 -07:00
CogPluginMulti.m [Cog Decoder Multi] Add dealloc function to close 2022-06-20 22:31:03 -07:00
Helper.h Volume control: Make preamp optional, defaulting to a limit of 100% volume 2022-01-17 22:41:26 -08:00
Helper.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
Info.plist Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00
Plugin.h [Event Handling] Add context to all observers 2022-06-15 16:47:43 -07:00
PluginController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PluginController.mm [Crashlytics] Require asking user consent 2022-06-21 19:16:23 -07:00
Status.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00