ref:main
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>CFBundleIdentifier</key>
  <string>@PROJECT_FQDN@</string>
  <key>CFBundleName</key>
  <string>@CMAKE_PROJECT_NAME@</string>
  <key>CFBundleDisplayName</key>
  <string>@CMAKE_PROJECT_NAME@</string>
  <key>CFBundleExecutable</key>
  <string>@CMAKE_PROJECT_NAME@</string>
  <key>CFBundlePackageType</key>
  <string>APPL</string>
  <key>CFBundleShortVersionString</key>
  <string>@PROJECT_VERSION@</string>
  <key>CFBundleVersion</key>
  <string>@PROJECT_VERSION@</string>
  <key>CFBundleIconFile</key>
  <string>sunshine.icns</string>
  <key>LSApplicationCategoryType</key>
  <string>public.app-category.utilities</string>
  <key>LSUIElement</key>
  <true/>
  <key>NSMicrophoneUsageDescription</key>
  <string>@CMAKE_PROJECT_NAME@ requires access to your microphone to stream audio.</string>
  <key>NSAudioCaptureUsageDescription</key>
  <string>@CMAKE_PROJECT_NAME@ requires access to system audio to capture and stream audio output.</string>
  <key>NSScreenCaptureUsageDescription</key>
  <string>@CMAKE_PROJECT_NAME@ requires access to screen recording to capture and stream your screen content.</string>
  <key>NSLocalNetworkUsageDescription</key>
  <string>@CMAKE_PROJECT_NAME@ advertises itself on your local network via Bonjour so Moonlight clients can discover this host.</string>
  <key>NSBonjourServices</key>
	<array>
		<string>_nvstream._tcp</string>
	</array>
</dict>
</plist>