Skip to content

Commit

Permalink
Add visionOS to package
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Sep 3, 2024
1 parent 03c27cf commit 093fd84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 86 deletions.

This file was deleted.

3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ let package = Package(
.iOS(.v15),
.tvOS(.v15),
.macOS(.v12),
.watchOS(.v8)
.watchOS(.v8),
.visionOS(.v1)
],
products: [
.library(name: "Pulse", targets: ["Pulse"]),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ final class RichTextViewModel: ObservableObject {
}.store(in: &cancellables)
}

func prepare(_ context: SearchContext?) {
func prepare(_ context: TextViewSearchContext?) {
guard let context = context else { return }

// Not updated self.searchTerm because searchable doesn't like that
Expand Down

0 comments on commit 093fd84

Please sign in to comment.