Skip to content

Commit

Permalink
make use of the auto-import of NSUI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Apr 4, 2024
1 parent 5c752f3 commit 834fed5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Projects/NeonExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
repositoryURL = "https://github.com/mattmassicotte/nsui.git";
requirement = {
kind = revision;
revision = d000e76f5587a1b7843717872b2f4a2318b0efbf;
revision = d7c7aedb5b6b69cc5561f25c5bb02214cd6101b5;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mattmassicotte/nsui.git",
"state" : {
"revision" : "d000e76f5587a1b7843717872b2f4a2318b0efbf"
"revision" : "d7c7aedb5b6b69cc5561f25c5bb02214cd6101b5"
}
},
{
Expand Down
6 changes: 0 additions & 6 deletions Projects/NeonExample/TextViewController.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#if canImport(AppKit) && !targetEnvironment(macCatalyst)
import AppKit
#elseif canImport(UIKit)
import UIKit
#endif

import TreeSitterMarkdown
import TreeSitterMarkdownInline
import TreeSitterSwift
Expand Down

0 comments on commit 834fed5

Please sign in to comment.