From 4d7c0d0bd2a71a01793fa64e341f6c4b8966857a Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Mon, 10 Jun 2019 11:16:48 +0200 Subject: [PATCH] small fix --- Stats/Modules/CPU/CPU.swift | 2 -- Stats/Supporting Files/Info.plist | 2 +- StatsLauncher/Info.plist | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Stats/Modules/CPU/CPU.swift b/Stats/Modules/CPU/CPU.swift index 61d1dff0..8bcc2fb2 100644 --- a/Stats/Modules/CPU/CPU.swift +++ b/Stats/Modules/CPU/CPU.swift @@ -21,8 +21,6 @@ class CPU: Module { init() { self.active = Observable(defaults.object(forKey: name) != nil ? defaults.bool(forKey: name) : true) self.view = loadViewFromNib() - -// self.view.frame = CGRect(x: 20, y: 0, width: self.view.frame.size.width, height: self.view.frame.size.height ) } func start() { diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist index f9c08649..7d6a28c0 100755 --- a/Stats/Supporting Files/Info.plist +++ b/Stats/Supporting Files/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.0.1 + 1.0.0 CFBundleVersion 1 LSApplicationCategoryType diff --git a/StatsLauncher/Info.plist b/StatsLauncher/Info.plist index 05c8ee96..4fe434c6 100644 --- a/StatsLauncher/Info.plist +++ b/StatsLauncher/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 1.0.0 CFBundleVersion 1 LSBackgroundOnly