Skip to content

General Cleanups and Housekeeping #1050

@mfisher31

Description

@mfisher31

CMake

  • Don't tell JUCE to code sign on mac. These can go away:
...
    HARDENED_RUNTIME_ENABLED TRUE
    HARDENED_RUNTIME_OPTIONS
        "com.apple.security.cs.allow-jit"
        "com.apple.security.cs.disable-library-validation"
        "com.apple.security.device.audio-input"
...

Unused Source Code

Remove code, templates, and headers that aren't in use or otherwise add bulk to the build.

  • Unused headers can be deleted.
  • DLFCN and internal module experimental code can be moved elsewhere.
  • Unused scripts and utils should vanish.
  • LV2 and LVTK Related Code need not exist.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions