mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-18 13:18:30 +00:00
52 lines
1.6 KiB
XML
52 lines
1.6 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>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleName</key>
|
|
<string>Linphone</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Linphone</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>linphone</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>@PACKAGE_VERSION@, (C) 2011-2017 The linphone team http://www.linphone.org</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>linphone.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.linphone.linphone</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>@PACKAGE_VERSION@</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>@PACKAGE_VERSION@</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2011-2017 Belledonne Communications</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>@CMAKE_OSX_DEPLOYMENT_TARGET@</string>
|
|
<key>NSAppSleepDisabled</key>
|
|
<string>YES</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>com.belledonnecommunications.linphone</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>sip</string>
|
|
<string>sip-linphone</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<string>True</string>
|
|
</dict>
|
|
</plist>
|