-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move files to honor the namespaces in the documentation
- Loading branch information
1 parent
117393e
commit 0d49b11
Showing
37 changed files
with
23 additions
and
28 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// | ||
// RichTextViewRepresentable.swift | ||
// RichTextKit | ||
// | ||
// Created by Daniel Saidi on 2024-03-04. | ||
// Copyright © 2024 Daniel Saidi. All rights reserved. | ||
// | ||
|
||
#if macOS | ||
import AppKit | ||
|
||
/// This typealias bridges UIKit & AppKit native text views. | ||
public typealias RichTextViewRepresentable = NSTextView | ||
#endif | ||
|
||
#if iOS || os(tvOS) || os(visionOS) | ||
import UIKit | ||
|
||
/// This typealias bridges UIKit & AppKit native text views. | ||
public typealias RichTextViewRepresentable = UITextView | ||
#endif |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.