From 9e140ff4e01002220dbf890c0e33677004248a5d Mon Sep 17 00:00:00 2001 From: waydabber <37590873+waydabber@users.noreply.github.com> Date: Thu, 12 Aug 2021 22:40:27 +0200 Subject: [PATCH] Fix warning on Storyboard --- MonitorControl/AppDelegate.swift | 2 +- MonitorControl/Info.plist | 4 ++-- MonitorControl/UI/Base.lproj/Main.storyboard | 2 +- MonitorControlHelper/Info.plist | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/MonitorControl/AppDelegate.swift b/MonitorControl/AppDelegate.swift index 3471a54..5f4c0e6 100644 --- a/MonitorControl/AppDelegate.swift +++ b/MonitorControl/AppDelegate.swift @@ -32,7 +32,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { advancedPrefsVc!, aboutPrefsVc!, ], - animated: true // causes nice (some say glitch) animations + animated: true // causes nice (some say glitchy) animations ) }() diff --git a/MonitorControl/Info.plist b/MonitorControl/Info.plist index e01ea7f..cfb2c99 100644 --- a/MonitorControl/Info.plist +++ b/MonitorControl/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 1983 + 1980 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion @@ -33,4 +33,4 @@ NSPrincipalClass NSApplication - + \ No newline at end of file diff --git a/MonitorControl/UI/Base.lproj/Main.storyboard b/MonitorControl/UI/Base.lproj/Main.storyboard index f6a415d..fbe7f0d 100644 --- a/MonitorControl/UI/Base.lproj/Main.storyboard +++ b/MonitorControl/UI/Base.lproj/Main.storyboard @@ -923,7 +923,7 @@ - + diff --git a/MonitorControlHelper/Info.plist b/MonitorControlHelper/Info.plist index 588e4cb..50121d9 100644 --- a/MonitorControlHelper/Info.plist +++ b/MonitorControlHelper/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 1983 + 1980 LSApplicationCategoryType public.app-category.utilities LSBackgroundOnly @@ -33,4 +33,4 @@ NSPrincipalClass NSApplication - + \ No newline at end of file