1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00

Add Big Sur style icon

This commit is contained in:
Daniel Barber 2021-02-14 16:01:25 -05:00
parent 57e65db052
commit 61729b49cd
16 changed files with 43 additions and 110 deletions

View File

@ -2,63 +2,63 @@
"images" : [ "images" : [
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "16x16", "scale" : "1x",
"scale" : "1x" "size" : "16x16"
}, },
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "16x16", "scale" : "2x",
"scale" : "2x" "size" : "16x16"
}, },
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "32x32", "scale" : "1x",
"scale" : "1x" "size" : "32x32"
}, },
{ {
"idiom" : "mac", "idiom" : "mac",
"size" : "32x32", "scale" : "2x",
"scale" : "2x" "size" : "32x32"
}, },
{ {
"size" : "128x128",
"idiom" : "mac",
"filename" : "appIcon128.png", "filename" : "appIcon128.png",
"scale" : "1x" "idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
}, },
{ {
"size" : "128x128",
"idiom" : "mac",
"filename" : "appIcon128@2x.png", "filename" : "appIcon128@2x.png",
"scale" : "2x" "idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
}, },
{ {
"size" : "256x256",
"idiom" : "mac",
"filename" : "appIcon256.png", "filename" : "appIcon256.png",
"scale" : "1x" "idiom" : "mac",
"scale" : "1x",
"size" : "256x256"
}, },
{ {
"size" : "256x256",
"idiom" : "mac",
"filename" : "appIcon256@2x.png", "filename" : "appIcon256@2x.png",
"scale" : "2x" "idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
}, },
{ {
"size" : "512x512",
"idiom" : "mac",
"filename" : "appIcon512.png", "filename" : "appIcon512.png",
"scale" : "1x" "idiom" : "mac",
"scale" : "1x",
"size" : "512x512"
}, },
{ {
"size" : "512x512",
"idiom" : "mac",
"filename" : "appIcon512@2x.png", "filename" : "appIcon512@2x.png",
"scale" : "2x" "idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
} }
], ],
"info" : { "info" : {
"version" : 1, "author" : "xcode",
"author" : "xcode" "version" : 1
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 613 KiB

After

Width:  |  Height:  |  Size: 537 KiB

View File

@ -720,6 +720,7 @@
E42A8F3A22176D6400A13ED9 /* README.md */, E42A8F3A22176D6400A13ED9 /* README.md */,
E411C268241C02B2008B9682 /* Shared */, E411C268241C02B2008B9682 /* Shared */,
E48054592426D4D900362CF3 /* Frameworks */, E48054592426D4D900362CF3 /* Frameworks */,
E478E5C225D967E70046CE14 /* Recovered References */,
); );
sourceTree = "<group>"; sourceTree = "<group>";
}; };
@ -979,6 +980,17 @@
path = VolumeControl; path = VolumeControl;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
E478E5C225D967E70046CE14 /* Recovered References */ = {
isa = PBXGroup;
children = (
E4207C772576F7590089D21B /* NowPlayingViewController.swift */,
E403E63C246F4C3900200F58 /* NowPlayingBarViewController.swift */,
E4207C782576F75A0089D21B /* NowPlayingViewController.xib */,
E403E63D246F4C3900200F58 /* NowPlayingBarViewController.xib */,
);
name = "Recovered References";
sourceTree = "<group>";
};
E480510D2423BD6700362CF3 /* Lib */ = { E480510D2423BD6700362CF3 /* Lib */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
@ -2103,7 +2115,7 @@
"$(PROJECT_DIR)/Shared/libmpdclient/output", "$(PROJECT_DIR)/Shared/libmpdclient/output",
); );
MACOSX_DEPLOYMENT_TARGET = 10.13; MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = "0.17.3-alpha"; MARKETING_VERSION = "0.18-alpha";
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.Persephone; PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.Persephone;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
@ -2139,7 +2151,7 @@
"$(PROJECT_DIR)/Shared/libmpdclient/output", "$(PROJECT_DIR)/Shared/libmpdclient/output",
); );
MACOSX_DEPLOYMENT_TARGET = 10.13; MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = "0.17.3-alpha"; MARKETING_VERSION = "0.18-alpha";
PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.Persephone; PRODUCT_BUNDLE_IDENTIFIER = me.danbarber.Persephone;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";

View File

@ -1,79 +0,0 @@
{
"object": {
"pins": [
{
"package": "CryptoSwift",
"repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift",
"state": {
"branch": null,
"revision": "a44caef0550c346e0ab9172f7c9a3852c1833599",
"version": "1.3.0"
}
},
{
"package": "Differ",
"repositoryURL": "https://github.com/tonyarnold/Differ",
"state": {
"branch": null,
"revision": "dd5d4bfb1c27012d4790e877b29847d2ab9d989b",
"version": "1.4.4"
}
},
{
"package": "PMKFoundation",
"repositoryURL": "https://github.com/PromiseKit/Foundation",
"state": {
"branch": null,
"revision": "1a276e598dac59489ed904887e0740fa75e571e0",
"version": "3.3.4"
}
},
{
"package": "Kingfisher",
"repositoryURL": "https://github.com/onevcat/Kingfisher.git",
"state": {
"branch": null,
"revision": "44bfa76787a0f07e4d5ae3304e9d4f631fd519bd",
"version": "5.13.0"
}
},
{
"package": "MediaKeyTap",
"repositoryURL": "https://github.com/danbee/MediaKeyTap",
"state": {
"branch": "add-package-swift",
"revision": "b6b83b1a3e78d25ad9c86a55babce4f60caf6fa4",
"version": null
}
},
{
"package": "PromiseKit",
"repositoryURL": "https://github.com/mxcl/PromiseKit",
"state": {
"branch": null,
"revision": "f14f16cc2602afec1030e4f492100d6d43dca544",
"version": "6.13.1"
}
},
{
"package": "ReSwift",
"repositoryURL": "https://github.com/ReSwift/ReSwift",
"state": {
"branch": null,
"revision": "b92762b5aa85c5e94053d942fbd37124ee939e5b",
"version": "5.0.0"
}
},
{
"package": "SwiftyJSON",
"repositoryURL": "https://github.com/SwiftyJSON/SwiftyJSON",
"state": {
"branch": null,
"revision": "2b6054efa051565954e1d2b9da831680026cd768",
"version": "5.0.0"
}
}
]
},
"version": 1
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 613 KiB

After

Width:  |  Height:  |  Size: 537 KiB

Binary file not shown.