|
@@ -9,6 +9,9 @@ add_library(${CMAKE_PROJECT_NAME} MODULE)
|
|
|
# author of the plugin (in the plugin's metadata itself and in the installers)
|
|
|
set(PLUGIN_AUTHOR "Your Name Here")
|
|
|
|
|
|
+# Replace 'https://www.example.com` with a link to the website of your plugin or repository
|
|
|
+set(PLUGIN_WEBSITE "https://www.example.com")
|
|
|
+
|
|
|
# Replace `com.example.obs-plugin-template` with a unique Bundle ID for macOS releases (used both in
|
|
|
# the installer and when submitting the installer for notarization)
|
|
|
set(MACOS_BUNDLEID "com.example.${CMAKE_PROJECT_NAME}")
|