Import AppKit instead of Cocoa in the hopes of not getting the Swift Core Data library added (since we’re not using Core Data).

This commit is contained in:
Brent Simmons 2019-02-11 22:35:42 -08:00
parent 8de4ff4ee3
commit 4a8634c0e8
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
// Copyright © 2018 Ranchero Software. All rights reserved.
//
import Cocoa
import AppKit
final class CrashReportWindowController: NSWindowController {

View File

@ -6,7 +6,7 @@
// Copyright © 2019 Ranchero Software. All rights reserved.
//
import Cocoa
import AppKit
class DatabaseWindowController: NSWindowController {