Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit f72abda

Browse files
authored
Merge pull request #27 from markydoodled/update-apis
Update APIs For iOS 16 And macOS 13
2 parents c3f1ec8 + c729493 commit f72abda

File tree

8 files changed

+3804
-11
lines changed

8 files changed

+3804
-11
lines changed

Source Code/Note.it/Note.it iOS/ContentView.swift

Lines changed: 523 additions & 3 deletions
Large diffs are not rendered by default.

Source Code/Note.it/Note.it iOS/Note_it_iOSApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import SwiftUI
1111
struct Note_it_iOSApp: App {
1212
var body: some Scene {
1313
DocumentGroup(newDocument: Note_it_iOSDocument()) { file in
14-
ContentView(document: file.$document)
14+
ContentView(document: file.$document, fileURL: URL(string: "/")!, fileTypeAttribute: "N/A", fileSizeAttribute: 0, fileTitleAtribute: "N/A", fileCreatedAttribute: Date(), fileModifiedAttribute: Date(), fileExtensionAttribute: "N/A", fileOwnerAttribute: "N/A", fileNameAttribute: "N/A", filePathAttribute: "N/A")
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)