Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
526 changes: 523 additions & 3 deletions Source Code/Note.it/Note.it iOS/ContentView.swift

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Source Code/Note.it/Note.it iOS/Note_it_iOSApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import SwiftUI
struct Note_it_iOSApp: App {
var body: some Scene {
DocumentGroup(newDocument: Note_it_iOSDocument()) { file in
ContentView(document: file.$document)
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")
}
}
}
Loading