sdrangel/cmake/cpack/MacOSXBundleInfo.plist.in

49 wiersze
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>@PROJECT_NAME@</string>
<key>CFBundleGetInfoString</key>
<string>@CPACK_PACKAGE_DESCRIPTION_SUMMARY@</string>
<key>CFBundleIconFile</key>
<string>@APPLICATION_NAME@.icns</string>
<key>CFBundleIdentifier</key>
<string>@IDENTIFIER@</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>@CPACK_PACKAGE_VERSION@</string>
<key>CFBundleName</key>
<string>@CPACK_PACKAGE_NAME@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>@CPACK_PACKAGE_VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>@COPYRIGHT@</string>
<key>ForAppStore</key>
<string>yes</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.education</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSLocationUsageDescription</key>
<string>Uses location to show position on maps</string>
<key>NSMicrophoneUsageDescription</key>
<string>Uses microphone to transmit voice</string>
<key>NSCameraUsageDescription</key>
<string>Uses camera to transmit video</string>
</dict>
</plist>