From af0f3f7cd8a3484b499c8c7e9d2b70e0fdb650fd Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Mon, 4 Oct 2021 12:11:36 -0400 Subject: [PATCH] Open UndoSettingTextView, bump version --- TextStory/TextStory.xcconfig | 4 ++-- TextStoryTesting/UndoSettingTextView.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TextStory/TextStory.xcconfig b/TextStory/TextStory.xcconfig index bc60e0b..8b9f391 100644 --- a/TextStory/TextStory.xcconfig +++ b/TextStory/TextStory.xcconfig @@ -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 diff --git a/TextStoryTesting/UndoSettingTextView.swift b/TextStoryTesting/UndoSettingTextView.swift index d453107..0a29acf 100644 --- a/TextStoryTesting/UndoSettingTextView.swift +++ b/TextStoryTesting/UndoSettingTextView.swift @@ -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? {