Files
vimix/osx/Info.plist.in
Bruno 5f96a8991a OSX info of Bundle integrating cmake version info
Attempt at linking vimix to MIME type .mix
2023-03-31 19:23:42 +02:00

74 lines
2.5 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>Apl</key>
<string></string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>mix</string>
<string>MIX</string>
</array>
<key>CFBundleTypeName</key>
<string>vimix session</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>com.bhbn.vimix</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>vimix</string>
<key>CFBundleGetInfoString</key>
<string>vimix - Video Live Mixer</string>
<key>CFBundleIconFile</key>
<string>vimix.icns</string>
<key>CFBundleIdentifier</key>
<string>com.bhbn.vimix</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>version ${VIMIX_VERSION_MAJOR}.${VIMIX_VERSION_MINOR}.${VIMIX_VERSION_PATCH}</string>
<key>CFBundleName</key>
<string>vimix</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>${VIMIX_VERSION_MAJOR}.${VIMIX_VERSION_MINOR}</string>
<key>CFBundleVersion</key>
<string>${VIMIX_VERSION_MAJOR}.${VIMIX_VERSION_MINOR}.${VIMIX_VERSION_PATCH}</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSAppNapIsDisabled</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>vimix needs to access the camera to enable camera sources.</string>
<key>NSMicrophoneUsageDescription</key>
<string>vimix needs to access the microphone to enable sound sources.</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2023 Bruno Herbelin. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>