Skip to content

Commit

Permalink
Merge branch 'master' into fix/swift-package-structure
Browse files Browse the repository at this point in the history
# Conflicts:
#	Down.xcodeproj/project.pbxproj
  • Loading branch information
johnxnguyen committed Feb 27, 2021
2 parents d3063ae + 4c1c888 commit 70f6892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Down.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,7 @@
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
SWIFT_INCLUDE_PATHS = "${SRCROOT}/Sources/cmark";
"VALID_ARCHS[sdk=iphonesimulator*]" = "i386 x86_64 arm64";
};
name = Debug;
};
Expand All @@ -1122,6 +1123,7 @@
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
SWIFT_INCLUDE_PATHS = "${SRCROOT}/Sources/cmark";
"VALID_ARCHS[sdk=iphonesimulator*]" = "i386 x86_64 arm64";
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion Sources/Down/AST/Styling/Text Views/DownTextView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ open class DownTextView: TextView {
self.init(frame: frame, styler: styler, layoutManager: DownLayoutManager())
}

init(frame: CGRect, styler: Styler, layoutManager: NSLayoutManager) {
public init(frame: CGRect, styler: Styler, layoutManager: NSLayoutManager) {
self.styler = styler

let textStorage = NSTextStorage()
Expand Down

0 comments on commit 70f6892

Please sign in to comment.