gitextract_2kqxpr1d/ ├── .gitignore ├── LICENSE ├── README.md ├── SwiftNote/ │ ├── AppDelegate.swift │ ├── Base.lproj/ │ │ └── Main.storyboard │ ├── Constants.swift │ ├── CoreDataProvider.swift │ ├── Images.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── LaunchImage.launchimage/ │ │ └── Contents.json │ ├── Info.plist │ ├── Note.swift │ ├── NoteDetailViewController.swift │ ├── NoteProtocol.swift │ ├── NotesTableViewCell.swift │ ├── NotesTableViewController.swift │ ├── SwiftNote.entitlements │ ├── SwiftNote.xcdatamodeld/ │ │ ├── .xccurrentversion │ │ └── SwiftNote.xcdatamodel/ │ │ └── contents │ └── SwiftNoteNavigationController.swift ├── SwiftNote.xcodeproj/ │ └── project.pbxproj ├── SwiftNoteTests/ │ ├── Info.plist │ └── SwiftNoteTests.swift └── SwiftNoteTodayWidget/ ├── Info.plist ├── MainInterface.storyboard ├── TodayTableViewCell.swift ├── TodayViewController.swift └── com.appbrewllc.SwiftNote.SwiftNoteTodayWidget.entitlements