From 6d8a1de641070188e989e81de03d995f0d7bfdd7 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sun, 11 Jul 2021 22:10:55 +0200 Subject: [PATCH] Adding Info.plist to allow custom stuff on MacOS --- mac/Info.plist | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 mac/Info.plist diff --git a/mac/Info.plist b/mac/Info.plist new file mode 100644 index 0000000..03c2d9e --- /dev/null +++ b/mac/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDisplayName + LogarithmPlotter + CFBundleExecutable + MacOS/LogarithmPlotter + CFBundleIconFile + logarithmplotter.icns + CFBundleIdentifier + eu.ad5001.logarithmplotter + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + LogarithmPlotter + CFBundlePackageType + APPL + CFBundleShortVersionString + 0.0.0 + NSHighResolutionCapable + + +