diff --git a/.swiftlint.yml b/.swiftlint.yml index b8d6f8bb..3ceac3f3 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -44,5 +44,5 @@ type_body_length: - 400 file_length: - - 500 + - 600 - 800 \ No newline at end of file diff --git a/Kit/extensions.swift b/Kit/extensions.swift index 531f07e0..557bcff4 100644 --- a/Kit/extensions.swift +++ b/Kit/extensions.swift @@ -8,7 +8,6 @@ // // Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved. // -// swiftlint:disable file_length import Cocoa diff --git a/Modules/Net/popup.swift b/Modules/Net/popup.swift index d624e9e2..0243b70f 100644 --- a/Modules/Net/popup.swift +++ b/Modules/Net/popup.swift @@ -8,7 +8,6 @@ // // Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved. // -// swiftlint:disable file_length import Cocoa import Kit diff --git a/SMC/smc.swift b/SMC/smc.swift index 75a095d0..8f0f2132 100644 --- a/SMC/smc.swift +++ b/SMC/smc.swift @@ -8,7 +8,6 @@ // // Copyright © 2021 Serhiy Mytrovtsiy. All rights reserved. // -// swiftlint:disable file_length import Foundation import IOKit diff --git a/Stats.xcodeproj/project.pbxproj b/Stats.xcodeproj/project.pbxproj index 4ab513ba..0b0f1996 100644 --- a/Stats.xcodeproj/project.pbxproj +++ b/Stats.xcodeproj/project.pbxproj @@ -1242,7 +1242,7 @@ New, ); LastSwiftUpdateCheck = 1240; - LastUpgradeCheck = 1250; + LastUpgradeCheck = 1300; ORGANIZATIONNAME = "Serhiy Mytrovtsiy"; TargetAttributes = { 9A11AACE266FD77F000C1C05 = { @@ -2540,7 +2540,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = RP2S87B72W; - ENABLE_HARDENED_RUNTIME = NO; + ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = "$(SRCROOT)/SMC/Info.plist"; MACOSX_DEPLOYMENT_TARGET = 10.13; MARKETING_VERSION = 1.0.0; @@ -2561,7 +2561,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = RP2S87B72W; - ENABLE_HARDENED_RUNTIME = NO; + ENABLE_HARDENED_RUNTIME = YES; INFOPLIST_FILE = "$(SRCROOT)/SMC/Info.plist"; MACOSX_DEPLOYMENT_TARGET = 10.13; MARKETING_VERSION = 1.0.0; diff --git a/Stats.xcodeproj/xcshareddata/xcschemes/SMC.xcscheme b/Stats.xcodeproj/xcshareddata/xcschemes/SMC.xcscheme index 71bb015e..6278b4c8 100644 --- a/Stats.xcodeproj/xcshareddata/xcschemes/SMC.xcscheme +++ b/Stats.xcodeproj/xcshareddata/xcschemes/SMC.xcscheme @@ -1,6 +1,6 @@