Add AppIcon
|
|
@ -113,20 +113,17 @@
|
|||
9474F1BF282F2AA700CDE4DD /* ntfy */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9474F1C2282F2AA700CDE4DD /* ContentView.swift */,
|
||||
9474F1F12830825600CDE4DD /* SubscriptionsList.swift */,
|
||||
9474F1FA28308A2B00CDE4DD /* SubscriptionRow.swift */,
|
||||
9474F1FC2831311A00CDE4DD /* AddSubscriptionView.swift */,
|
||||
9474F1D6282F2FF700CDE4DD /* Info.plist */,
|
||||
9474F1D5282F2FED00CDE4DD /* ntfy.entitlements */,
|
||||
9474F202283170F000CDE4DD /* Views */,
|
||||
9474F1C0282F2AA700CDE4DD /* App.swift */,
|
||||
9474F1DB282F30B500CDE4DD /* GoogleService-Info.plist */,
|
||||
9474F1C4282F2AA800CDE4DD /* Assets.xcassets */,
|
||||
9474F1C6282F2AA800CDE4DD /* Preview Content */,
|
||||
9474F1D1282F2D2C00CDE4DD /* AppDelegate.swift */,
|
||||
9474F1C4282F2AA800CDE4DD /* Assets.xcassets */,
|
||||
9474F1F82830835400CDE4DD /* DataController.swift */,
|
||||
9474F1FE28316ACE00CDE4DD /* Subscription.swift */,
|
||||
9474F1DB282F30B500CDE4DD /* GoogleService-Info.plist */,
|
||||
9474F1D6282F2FF700CDE4DD /* Info.plist */,
|
||||
9474F20028316D1100CDE4DD /* Messenger.swift */,
|
||||
9474F1D5282F2FED00CDE4DD /* ntfy.entitlements */,
|
||||
9474F1C6282F2AA800CDE4DD /* Preview Content */,
|
||||
9474F1FE28316ACE00CDE4DD /* Subscription.swift */,
|
||||
);
|
||||
path = ntfy;
|
||||
sourceTree = "<group>";
|
||||
|
|
@ -155,6 +152,17 @@
|
|||
path = ntfyNSE;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9474F202283170F000CDE4DD /* Views */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9474F1F12830825600CDE4DD /* SubscriptionsList.swift */,
|
||||
9474F1FA28308A2B00CDE4DD /* SubscriptionRow.swift */,
|
||||
9474F1C2282F2AA700CDE4DD /* ContentView.swift */,
|
||||
9474F1FC2831311A00CDE4DD /* AddSubscriptionView.swift */,
|
||||
);
|
||||
path = Views;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
|
|
|
|||
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-1024x1024@1x.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@1x.png
Normal file
|
After Width: | Height: | Size: 695 B |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@2x.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-20x20@3x.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@1x.png
Normal file
|
After Width: | Height: | Size: 977 B |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@2x.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-29x29@3x.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@1x.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@2x.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-40x40@3x.png
Normal file
|
After Width: | Height: | Size: 5 KiB |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@2x.png
Normal file
|
After Width: | Height: | Size: 5 KiB |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-60x60@3x.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@1x.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-76x76@2x.png
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
ntfy/Assets.xcassets/AppIcon.appiconset/AppIcon-83.5x83.5@2x.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
|
|
@ -1,91 +1,109 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "AppIcon-20x20@2x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "2x",
|
||||
"size" : "20x20"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-20x20@3x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "3x",
|
||||
"size" : "20x20"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-29x29@2x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "2x",
|
||||
"size" : "29x29"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-29x29@3x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "3x",
|
||||
"size" : "29x29"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-40x40@2x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "2x",
|
||||
"size" : "40x40"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-40x40@3x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "3x",
|
||||
"size" : "40x40"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-60x60@2x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "2x",
|
||||
"size" : "60x60"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-60x60@3x.png",
|
||||
"idiom" : "iphone",
|
||||
"scale" : "3x",
|
||||
"size" : "60x60"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-20x20@1x.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "1x",
|
||||
"size" : "20x20"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-20x20@2x.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "2x",
|
||||
"size" : "20x20"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-29x29@1x.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "1x",
|
||||
"size" : "29x29"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-29x29@2x.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "2x",
|
||||
"size" : "29x29"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-40x40@1x.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "1x",
|
||||
"size" : "40x40"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-40x40@2x.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "2x",
|
||||
"size" : "40x40"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-76x76@1x.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "1x",
|
||||
"size" : "76x76"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-76x76@2x.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "2x",
|
||||
"size" : "76x76"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-83.5x83.5@2x.png",
|
||||
"idiom" : "ipad",
|
||||
"scale" : "2x",
|
||||
"size" : "83.5x83.5"
|
||||
},
|
||||
{
|
||||
"filename" : "AppIcon-1024x1024@1x.png",
|
||||
"idiom" : "ios-marketing",
|
||||
"scale" : "1x",
|
||||
"size" : "1024x1024"
|
||||
|
|
|
|||