Skip to content

Commit

Permalink
Add visionOS warning
Browse files Browse the repository at this point in the history
It is partly broken with Xcode 15 beta 8
  • Loading branch information
Desbeers committed Sep 2, 2023
1 parent 8228441 commit 61a271b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Chord Provider/Views/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ struct ContentView: View {
#elseif os(visionOS)
MainView(document: $document, song: $sceneState.song, file: file)
.navigationTitle(sceneState.song.title ?? "Chord Provider")
.navigationBarTitleDisplayMode(.large)
.toolbar {
ToolbarItemGroup(placement: .navigation) {
ToolbarView.FolderSelector()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Written in SwiftUI for macOS Ventura, iPadOS 16 and visionOS

## visionOS

- It breaks with every update.
- Currently 'DocumentGroup' is partly broken.
- It is the future; however, not yet.

### Limitations
Expand Down

0 comments on commit 61a271b

Please sign in to comment.