Skip to content

Commit

Permalink
Open UndoSettingTextView, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Oct 4, 2021
1 parent aa9a61e commit af0f3f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TextStory/TextStory.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SUPPORTED_PLATFORMS = macosx iphonesimulator iphoneos
PRODUCT_NAME = TextStory
PRODUCT_BUNDLE_IDENTIFIER = com.chimehq.TextStory
PRODUCT_MODULE_NAME = TextStory
CURRENT_PROJECT_VERSION = 7
MARKETING_VERSION = 0.4.0
CURRENT_PROJECT_VERSION = 8
MARKETING_VERSION = 0.4.1

INFOPLIST_FILE = TextStory/Info.plist
MACH_O_TYPE = staticlib
Expand Down
2 changes: 1 addition & 1 deletion TextStoryTesting/UndoSettingTextView.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if os(macOS)
import AppKit.NSTextView

public class UndoSettingTextView: NSTextView {
open class UndoSettingTextView: NSTextView {
public var settableUndoManager: UndoManager?

public override var undoManager: UndoManager? {
Expand Down

0 comments on commit af0f3f7

Please sign in to comment.