31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
<?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>NSMicrophoneUsageDescription</key>
|
|
<string>@CMAKE_PROJECT_NAME@ requires access to your microphone to stream audio.</string>
|
|
<key>NSBonjourServices</key>
|
|
<array>
|
|
<string>_nvstream._tcp</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|