Skip to content
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
1 change: 1 addition & 0 deletions AppIcon.icon/Assets/eraser.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions AppIcon.icon/Assets/pencil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions AppIcon.icon/icon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"fill" : {
"solid" : "display-p3:0.10980,0.68627,1.00000,1.00000"
},
"groups" : [
{
"layers" : [
{
"image-name" : "eraser.svg",
"name" : "eraser",
"position" : {
"scale" : 35,
"translation-in-points" : [
0,
0
]
}
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
},
{
"layers" : [
{
"image-name" : "pencil.svg",
"name" : "pencil",
"position" : {
"scale" : 35,
"translation-in-points" : [
0,
0
]
}
}
],
"lighting" : "individual",
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"circles" : [
"watchOS"
],
"squares" : "shared"
}
}
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/100.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/1024.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/114.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/120.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/144.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/152.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/167.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/172.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/180.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/196.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/20.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/216.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/29.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/40.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/48.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/50.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/55.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/57.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/58.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/60.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/66.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/72.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/76.png
Binary file not shown.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/80.png
Diff not rendered.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/87.png
Diff not rendered.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/88.png
Diff not rendered.
Binary file removed Brand/Custom.xcassets/AppIcon.appiconset/92.png
Diff not rendered.
286 changes: 0 additions & 286 deletions Brand/Custom.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

1 change: 0 additions & 1 deletion Source/Screens/Notes/NotesTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class NotesTableViewController: BaseUITableViewController, Logging, NSFetchedRes
@IBOutlet var addBarButton: UIBarButtonItem!
@IBOutlet weak var refreshBarButton: UIBarButtonItem!

var notes: [Note]?
var editorViewController: EditorViewController?
let appDelegate = UIApplication.shared.delegate as! AppDelegate

Expand Down
Loading
Loading