Added donation view

It seems reasonable to ask for some money here or there, since my Apple Developer Program membership was quite expensive just for this app
This commit is contained in:
2025-09-17 22:38:09 -04:00
parent 9d16be646a
commit 2c607553ac
14 changed files with 216 additions and 33 deletions

View File

@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "kofiLogo.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "paypalLogo.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB