Add temporary app icon

This commit is contained in:
breadone 2024-07-10 10:35:33 +12:00
parent 3edd8cf6a9
commit 2a7dadc939
No known key found for this signature in database
5 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"images" : [
{
"filename" : "oncue_icon.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

View File

@ -24,6 +24,7 @@ struct MainView: View {
ProjectListView(sort: SortDescriptor(\.creationDate, order: .reverse),
searchString: searchText,
color: filterColor)
.swipeActions {}
}
.searchable(text: $searchText)
.toolbar {

BIN
oncue_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

BIN
oncue_icon.pxd Normal file

Binary file not shown.