Merge remote-tracking branch 'origin/master'

This commit is contained in:
Bruno
2021-07-27 09:15:47 +02:00
5 changed files with 119 additions and 74 deletions

View File

@@ -2,69 +2,65 @@
<!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>LSAppNapIsDisabled</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>vimix needs to access the camera to enable camera sources.</string>
<key>LSMinimumSystemVersion</key>
<string>10.14.0</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>mix</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>vimix.icns</string>
<key>CFBundleTypeName</key>
<string>vimix session</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>com.bhbn.mix</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>vimix</string>
<key>CFBundleGetInfoString</key>
<string>vimix - Video Live Mix</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>0.6.0</string>
<key>CFBundleName</key>
<string>vimix</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6</string>
<key>CFBundleVersion</key>
<string>0.6</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Bruno Herbelin</string>
<key>Apl</key>
<string></string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<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.mix</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>vimix</string>
<key>CFBundleGetInfoString</key>
<string>vimix - Video Live Mix</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>0.6.0</string>
<key>CFBundleName</key>
<string>vimix</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6</string>
<key>CFBundleVersion</key>
<string>0.6</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>NSCameraUsageDescription</key>
<string>vimix needs to access the camera to enable camera sources.</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2021 Bruno Herbelin. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>