Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions MathEditor/Package.resolved

This file was deleted.

14 changes: 0 additions & 14 deletions MathEditorSwift/Package.resolved

This file was deleted.

14 changes: 0 additions & 14 deletions MathKeyboardSwiftUI/Package.resolved

This file was deleted.

7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,19 @@ let package = Package(
targets: [
.target(
name: "MathEditorSwift",
dependencies: ["iosMath"],
path: "MathEditorSwift/Sources/MathEditorSwift"
dependencies: ["iosMath"]
),
.testTarget(
name: "MathEditorSwiftTests",
dependencies: [
"MathEditorSwift"
],
path: "MathEditorSwift/Tests/MathEditorSwiftTests"
]
),
.target(
name: "MathKeyboardSwiftUI",
dependencies: [
"MathEditorSwift"
],
path: "MathKeyboardSwiftUI/Sources/MathKeyboardSwiftUI",
resources: [.process("Resources")]
),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public final class MTEditableMathLabelSwift: MTView, MTKeyInput {
}

@objc private var cancelImage: MTCancelView?
@objc private var caretView: MTCaretView!
@objc private(set) var caretView: MTCaretView!
public weak var delegate: MTEditableMathLabelDelegate?
public weak var keyboard: MTMathKeyboard?

Expand Down
File renamed without changes.
File renamed without changes.