From 796574a0dec4ffbae6add26e5a142307dfb30c29 Mon Sep 17 00:00:00 2001 From: JoniVR Date: Sun, 15 Sep 2019 01:39:36 +0200 Subject: [PATCH] Fix build number issue (#109) Temporarily removed `$(CURRENT_PROJECT_VERSION)` from plists for bumping build number --- MonitorControl/Info.plist | 2 +- MonitorControlHelper/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MonitorControl/Info.plist b/MonitorControl/Info.plist index 6b71f6c..0f1027c 100644 --- a/MonitorControl/Info.plist +++ b/MonitorControl/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - $(CURRENT_PROJECT_VERSION) + 571 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/MonitorControlHelper/Info.plist b/MonitorControlHelper/Info.plist index c85804b..6e6c97e 100644 --- a/MonitorControlHelper/Info.plist +++ b/MonitorControlHelper/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - $(CURRENT_PROJECT_VERSION) + 571 LSApplicationCategoryType public.app-category.utilities LSBackgroundOnly