Skip to content

Commit 60e5a85

Browse files
committed
Fix build
1 parent 8453f6c commit 60e5a85

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

MarkEditMac/Sources/Main/AppRuntimeConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by cyan on 8/9/24.
66
//
77

8-
import Foundation
8+
import AppKit
99
import MarkEditCore
1010
import MarkEditKit
1111

MarkEditMac/Sources/Scripting/EditorDocument+Scripting.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Created by Stephen Kaplan on 4/2/25.
66
//
77

8+
import AppKit
89
import MarkEditKit
910

1011
extension EditorDocument {

MarkEditMac/Sources/Shortcuts/Extensions/AppIntent+Extension.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77

88
import AppIntents
9+
import AppKit
910

1011
extension AppIntent {
1112
/// Returns the current active editor, or nil if not applicable.

0 commit comments

Comments
 (0)