From ca2adc0ecbdf4694dcf062fcc14ea67510919963 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 27 Jul 2019 15:03:30 +0200 Subject: Mac: Set test app bundles as high resolution capable This fixes the nasty title bar scaling. --- resources/Info.plist.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 resources/Info.plist.in (limited to 'resources') diff --git a/resources/Info.plist.in b/resources/Info.plist.in new file mode 100644 index 0000000..a08dbd0 --- /dev/null +++ b/resources/Info.plist.in @@ -0,0 +1,20 @@ + + + + + CFBundleIdentifier + net.drobilla.pugl.@NAME@ + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + MinimumOSVersion + 10.6 + CFBundleDisplayName + @NAME@ + CFBundleName + @NAME@ + NSHighResolutionCapable + + + -- cgit v1.2.1