view deploy/osx/Info.plist @ 64:0c94d3065ecd

Fix app signing; remove plugin signing from project files, as we now need to separate out the plugin build, plugin signing, and installer build phases on every platform
author Chris Cannam
date Tue, 11 Feb 2020 10:16:49 +0000
parents efb73feb1061
children bf0fc15c3e21
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleName</key>
	<string>Vamp Plugin Pack Installer</string>
	<key>CFBundleExecutable</key>
	<string>Vamp Plugin Pack Installer</string>
	<key>CFBundleIdentifier</key>
	<string>org.sonicvisualiser.VampPluginPackInstaller</string>
	<key>CFBundleShortVersionString</key>
	<string>PACK_VERSION</string>

	<!-- enable HiDPI -->
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
	<key>NSHighResolutionCapable</key>
	<string>True</string>
  </dict>
</plist>