From c90e96072c842508e66bcd98b409946cfeae7cd3 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Wed, 2 Jan 2019 21:40:36 -0600 Subject: [PATCH] Fix the CFBundleIdentifier --- spectral.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectral.pro b/spectral.pro index 4a0a121..881e417 100644 --- a/spectral.pro +++ b/spectral.pro @@ -83,7 +83,7 @@ win32 { } mac { - QMAKE_TARGET_BUNDLE_PREFIX = org.eu.encom.spectral + QMAKE_TARGET_BUNDLE_PREFIX = org.eu.encom VERSION = 0.0.0.$$system(git rev-list --count HEAD) INFO_PLIST_PATH = $$shell_quote($${OUT_PWD}/$${TARGET}.app/Contents/Info.plist)