mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-15 00:34:08 +09:00
fix: updated max file length in the swiftlint configuration
This commit is contained in:
@@ -44,5 +44,5 @@ type_body_length:
|
|||||||
- 400
|
- 400
|
||||||
|
|
||||||
file_length:
|
file_length:
|
||||||
- 500
|
- 600
|
||||||
- 800
|
- 800
|
||||||
@@ -8,7 +8,6 @@
|
|||||||
//
|
//
|
||||||
// Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.
|
// Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.
|
||||||
//
|
//
|
||||||
// swiftlint:disable file_length
|
|
||||||
|
|
||||||
import Cocoa
|
import Cocoa
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
//
|
//
|
||||||
// Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.
|
// Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.
|
||||||
//
|
//
|
||||||
// swiftlint:disable file_length
|
|
||||||
|
|
||||||
import Cocoa
|
import Cocoa
|
||||||
import Kit
|
import Kit
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
//
|
//
|
||||||
// Copyright © 2021 Serhiy Mytrovtsiy. All rights reserved.
|
// Copyright © 2021 Serhiy Mytrovtsiy. All rights reserved.
|
||||||
//
|
//
|
||||||
// swiftlint:disable file_length
|
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import IOKit
|
import IOKit
|
||||||
|
|||||||
@@ -1242,7 +1242,7 @@
|
|||||||
New,
|
New,
|
||||||
);
|
);
|
||||||
LastSwiftUpdateCheck = 1240;
|
LastSwiftUpdateCheck = 1240;
|
||||||
LastUpgradeCheck = 1250;
|
LastUpgradeCheck = 1300;
|
||||||
ORGANIZATIONNAME = "Serhiy Mytrovtsiy";
|
ORGANIZATIONNAME = "Serhiy Mytrovtsiy";
|
||||||
TargetAttributes = {
|
TargetAttributes = {
|
||||||
9A11AACE266FD77F000C1C05 = {
|
9A11AACE266FD77F000C1C05 = {
|
||||||
@@ -2540,7 +2540,7 @@
|
|||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
DEVELOPMENT_TEAM = RP2S87B72W;
|
DEVELOPMENT_TEAM = RP2S87B72W;
|
||||||
ENABLE_HARDENED_RUNTIME = NO;
|
ENABLE_HARDENED_RUNTIME = YES;
|
||||||
INFOPLIST_FILE = "$(SRCROOT)/SMC/Info.plist";
|
INFOPLIST_FILE = "$(SRCROOT)/SMC/Info.plist";
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||||
MARKETING_VERSION = 1.0.0;
|
MARKETING_VERSION = 1.0.0;
|
||||||
@@ -2561,7 +2561,7 @@
|
|||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
DEVELOPMENT_TEAM = RP2S87B72W;
|
DEVELOPMENT_TEAM = RP2S87B72W;
|
||||||
ENABLE_HARDENED_RUNTIME = NO;
|
ENABLE_HARDENED_RUNTIME = YES;
|
||||||
INFOPLIST_FILE = "$(SRCROOT)/SMC/Info.plist";
|
INFOPLIST_FILE = "$(SRCROOT)/SMC/Info.plist";
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||||
MARKETING_VERSION = 1.0.0;
|
MARKETING_VERSION = 1.0.0;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Scheme
|
<Scheme
|
||||||
LastUpgradeVersion = "1250"
|
LastUpgradeVersion = "1300"
|
||||||
version = "1.3">
|
version = "1.3">
|
||||||
<BuildAction
|
<BuildAction
|
||||||
parallelizeBuildables = "YES"
|
parallelizeBuildables = "YES"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Scheme
|
<Scheme
|
||||||
LastUpgradeVersion = "1250"
|
LastUpgradeVersion = "1300"
|
||||||
version = "1.3">
|
version = "1.3">
|
||||||
<BuildAction
|
<BuildAction
|
||||||
parallelizeBuildables = "YES"
|
parallelizeBuildables = "YES"
|
||||||
|
|||||||
Reference in New Issue
Block a user