FiniteSingularity / obs-composite-blur

A comprehensive blur plugin for OBS that provides several different blur algorithms, and proper compositing.
GNU General Public License v2.0
319 stars 27 forks source link

[FEATURE] - Include Apple Verified Developer token in MacOS builds #72

Open FiniteSingularity opened 9 months ago

FiniteSingularity commented 9 months ago

Is your feature request related to a problem? Please describe. Currently the CI/CD github action builds without a verified apple developer token, which makes the installation process on MacOS much more cumbersome.

Describe the solution you'd like The CI/CD and cmake build pipeline allows for an Apple verified developer token to be used. I have a paid/verified Apple developer account, and can provide a proper token so that MacOS installs are much more streamlined.

Additional context I just need to dig through and figure out how I need to store my token in Github's secrets, and how to bring it into the build process.