This commit is contained in:
Kilian Hofmann 2020-11-02 12:19:13 +01:00
parent 3337a55475
commit bd18f9996e
12 changed files with 21 additions and 21 deletions

View File

@ -577,7 +577,7 @@
isa = PBXProject; isa = PBXProject;
attributes = { attributes = {
LastSwiftUpdateCheck = 0830; LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0930; LastUpgradeCheck = 1020;
ORGANIZATIONNAME = "Kilian Hofmann"; ORGANIZATIONNAME = "Kilian Hofmann";
TargetAttributes = { TargetAttributes = {
E220BF9B1EFB22D400DF5A97 = { E220BF9B1EFB22D400DF5A97 = {
@ -600,7 +600,7 @@
E2218D281EF3271F004298F6 = { E2218D281EF3271F004298F6 = {
CreatedOnToolsVersion = 8.3.3; CreatedOnToolsVersion = 8.3.3;
DevelopmentTeam = 795KPDV76S; DevelopmentTeam = 795KPDV76S;
LastSwiftMigration = 0900; LastSwiftMigration = 1020;
ProvisioningStyle = Automatic; ProvisioningStyle = Automatic;
}; };
E2218D3D1EF32803004298F6 = { E2218D3D1EF32803004298F6 = {
@ -612,7 +612,7 @@
}; };
buildConfigurationList = E2218C7D1EF2D2B5004298F6 /* Build configuration list for PBXProject "Docsis Toolkit" */; buildConfigurationList = E2218C7D1EF2D2B5004298F6 /* Build configuration list for PBXProject "Docsis Toolkit" */;
compatibilityVersion = "Xcode 3.2"; compatibilityVersion = "Xcode 3.2";
developmentRegion = English; developmentRegion = en;
hasScannedForEncodings = 0; hasScannedForEncodings = 0;
knownRegions = ( knownRegions = (
en, en,
@ -783,6 +783,7 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
@ -843,6 +844,7 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
@ -968,8 +970,7 @@
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_DISABLE_SAFETY_CHECKS = NO; SWIFT_DISABLE_SAFETY_CHECKS = NO;
SWIFT_SWIFT3_OBJC_INFERENCE = Off; SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.0;
}; };
name = Debug; name = Debug;
}; };
@ -987,8 +988,7 @@
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_DISABLE_SAFETY_CHECKS = YES; SWIFT_DISABLE_SAFETY_CHECKS = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_SWIFT3_OBJC_INFERENCE = Off; SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.0;
}; };
name = Release; name = Release;
}; };

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Scheme <Scheme
LastUpgradeVersion = "0930" LastUpgradeVersion = "1020"
version = "1.3"> version = "1.3">
<BuildAction <BuildAction
parallelizeBuildables = "YES" parallelizeBuildables = "YES"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Scheme <Scheme
LastUpgradeVersion = "0930" LastUpgradeVersion = "1020"
version = "1.3"> version = "1.3">
<BuildAction <BuildAction
parallelizeBuildables = "YES" parallelizeBuildables = "YES"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Scheme <Scheme
LastUpgradeVersion = "0930" LastUpgradeVersion = "1020"
version = "1.3"> version = "1.3">
<BuildAction <BuildAction
parallelizeBuildables = "YES" parallelizeBuildables = "YES"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Scheme <Scheme
LastUpgradeVersion = "0930" LastUpgradeVersion = "1020"
version = "1.3"> version = "1.3">
<BuildAction <BuildAction
parallelizeBuildables = "YES" parallelizeBuildables = "YES"

View File

@ -42,7 +42,7 @@ class Document: NSDocument {
} }
override var windowNibName: NSNib.Name? { override var windowNibName: NSNib.Name? {
return NSNib.Name(rawValue: "Document") return "Document"
} }
override func read(from fileWrapper: FileWrapper, ofType typeName: String) throws { override func read(from fileWrapper: FileWrapper, ofType typeName: String) throws {
@ -103,8 +103,8 @@ class Document: NSDocument {
override func printOperation(withSettings printSettings: [NSPrintInfo.AttributeKey : Any]) throws -> NSPrintOperation { override func printOperation(withSettings printSettings: [NSPrintInfo.AttributeKey : Any]) throws -> NSPrintOperation {
let printOperation: NSPrintOperation = NSPrintOperation(view: collectionViewMonth) let printOperation: NSPrintOperation = NSPrintOperation(view: collectionViewMonth)
printOperation.printInfo.orientation = .landscape printOperation.printInfo.orientation = .landscape
printOperation.printInfo.horizontalPagination = .fitPagination printOperation.printInfo.horizontalPagination = .fit
printOperation.printInfo.verticalPagination = .fitPagination printOperation.printInfo.verticalPagination = .fit
printOperation.printInfo.topMargin = 1 printOperation.printInfo.topMargin = 1
printOperation.printInfo.rightMargin = 1 printOperation.printInfo.rightMargin = 1
printOperation.printInfo.bottomMargin = 1 printOperation.printInfo.bottomMargin = 1

View File

@ -24,7 +24,7 @@ class GraphWindow: NSWindowController {
let loadingQueue4: OperationQueue = OperationQueue() let loadingQueue4: OperationQueue = OperationQueue()
override var windowNibName: NSNib.Name? { override var windowNibName: NSNib.Name? {
return NSNib.Name(rawValue: "GraphWindow") return "GraphWindow"
} }
required init?(coder: NSCoder) { required init?(coder: NSCoder) {

View File

@ -44,7 +44,7 @@
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.1</string> <string>2.1</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>496</string> <string>500</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string> <string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View File

@ -48,7 +48,7 @@ class PDFDraw: NSWindowController {
//override var windowNibName: NSNib.Name! { //override var windowNibName: NSNib.Name! {
override var windowNibName: NSNib.Name? { override var windowNibName: NSNib.Name? {
return NSNib.Name(rawValue: "PDFDraw") return "PDFDraw"
} }
required init?(coder: NSCoder) required init?(coder: NSCoder)

View File

@ -25,14 +25,14 @@ class PDFItemViewController: NSViewController {
} }
init(dayFW: FileWrapper?, day: Int, monthName: String) { init(dayFW: FileWrapper?, day: Int, monthName: String) {
super.init(nibName: NSNib.Name(rawValue: "PDFItemViewController"), bundle: Bundle.main) super.init(nibName: "PDFItemViewController", bundle: Bundle.main)
self.dayFW = dayFW self.dayFW = dayFW
self.dayI = day self.dayI = day
self.monthName = monthName self.monthName = monthName
} }
init(dayFW: FileWrapper?, day: Int) { init(dayFW: FileWrapper?, day: Int) {
super.init(nibName: NSNib.Name(rawValue: "PDFItemViewController"), bundle: Bundle.main) super.init(nibName: "PDFItemViewController", bundle: Bundle.main)
self.dayFW = dayFW self.dayFW = dayFW
self.dayI = day self.dayI = day
} }

View File

@ -31,7 +31,7 @@ class PDFTitle: NSWindowController {
} }
override var windowNibName: NSNib.Name? { override var windowNibName: NSNib.Name? {
return NSNib.Name(rawValue: "PDFTitle") return "PDFTitle"
} }
required init?(coder: NSCoder) required init?(coder: NSCoder)

View File

@ -1,2 +1,2 @@
version 2.1 version 2.1
build 496 build 500