Fixing up app icons, I think we're totally good now.

This commit is contained in:
Ryan Breen
2023-01-18 20:18:54 -05:00
parent 5da4c8cc4a
commit d056d427c5
13 changed files with 88 additions and 361 deletions

View File

@@ -63,6 +63,14 @@
941B04272977A25700CA291E /* Icon-1024.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B04212977A25700CA291E /* Icon-1024.png */; };
941B04292977A28700CA291E /* Icon-128.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B04282977A28700CA291E /* Icon-128.png */; };
941B042A2977A28700CA291E /* Icon-128.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B04282977A28700CA291E /* Icon-128.png */; };
941B042C2978CD8E00CA291E /* iOS-Icon-1024.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B042B2978CD8E00CA291E /* iOS-Icon-1024.png */; };
941B042D2978CD8E00CA291E /* iOS-Icon-1024.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B042B2978CD8E00CA291E /* iOS-Icon-1024.png */; };
941B04312978CDF900CA291E /* Icon-32.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B042E2978CDF900CA291E /* Icon-32.png */; };
941B04322978CDF900CA291E /* Icon-32.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B042E2978CDF900CA291E /* Icon-32.png */; };
941B04332978CDF900CA291E /* Icon-16.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B042F2978CDF900CA291E /* Icon-16.png */; };
941B04342978CDF900CA291E /* Icon-16.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B042F2978CDF900CA291E /* Icon-16.png */; };
941B04352978CDF900CA291E /* Icon-64.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B04302978CDF900CA291E /* Icon-64.png */; };
941B04362978CDF900CA291E /* Icon-64.png in Resources */ = {isa = PBXBuildFile; fileRef = 941B04302978CDF900CA291E /* Icon-64.png */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -147,6 +155,10 @@
941B04202977A25700CA291E /* Icon-256.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-256.png"; sourceTree = "<group>"; };
941B04212977A25700CA291E /* Icon-1024.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-1024.png"; sourceTree = "<group>"; };
941B04282977A28700CA291E /* Icon-128.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-128.png"; sourceTree = "<group>"; };
941B042B2978CD8E00CA291E /* iOS-Icon-1024.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iOS-Icon-1024.png"; sourceTree = "<group>"; };
941B042E2978CDF900CA291E /* Icon-32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-32.png"; sourceTree = "<group>"; };
941B042F2978CDF900CA291E /* Icon-16.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-16.png"; sourceTree = "<group>"; };
941B04302978CDF900CA291E /* Icon-64.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-64.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -298,6 +310,10 @@
941B041E2977A1E500CA291E /* icons */ = {
isa = PBXGroup;
children = (
941B042F2978CDF900CA291E /* Icon-16.png */,
941B042E2978CDF900CA291E /* Icon-32.png */,
941B04302978CDF900CA291E /* Icon-64.png */,
941B042B2978CD8E00CA291E /* iOS-Icon-1024.png */,
941B04282977A28700CA291E /* Icon-128.png */,
941B04202977A25700CA291E /* Icon-256.png */,
941B041F2977A25700CA291E /* Icon-512.png */,
@@ -463,18 +479,22 @@
941B03F8296FA90400CA291E /* popup.css in Resources */,
941B04292977A28700CA291E /* Icon-128.png in Resources */,
941B04182971138F00CA291E /* nostr.build.js in Resources */,
941B042C2978CD8E00CA291E /* iOS-Icon-1024.png in Resources */,
941B03F6296FA90400CA291E /* popup.html in Resources */,
941B040D296FAD6900CA291E /* nostr.js in Resources */,
941B03EE296FA90400CA291E /* images in Resources */,
941B03F0296FA90400CA291E /* manifest.json in Resources */,
941B04312978CDF900CA291E /* Icon-32.png in Resources */,
941B041A2971139000CA291E /* content.build.js in Resources */,
941B041C2971139000CA291E /* popup.build.js in Resources */,
941B03EC296FA90400CA291E /* _locales in Resources */,
941B04222977A25700CA291E /* Icon-512.png in Resources */,
941B03F4296FA90400CA291E /* content.js in Resources */,
941B04262977A25700CA291E /* Icon-1024.png in Resources */,
941B04352978CDF900CA291E /* Icon-64.png in Resources */,
941B04242977A25700CA291E /* Icon-256.png in Resources */,
941B03FA296FA90400CA291E /* popup.js in Resources */,
941B04332978CDF900CA291E /* Icon-16.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -487,18 +507,22 @@
941B03F9296FA90400CA291E /* popup.css in Resources */,
941B042A2977A28700CA291E /* Icon-128.png in Resources */,
941B04192971138F00CA291E /* nostr.build.js in Resources */,
941B042D2978CD8E00CA291E /* iOS-Icon-1024.png in Resources */,
941B03F7296FA90400CA291E /* popup.html in Resources */,
941B040E296FAD6900CA291E /* nostr.js in Resources */,
941B03EF296FA90400CA291E /* images in Resources */,
941B03F1296FA90400CA291E /* manifest.json in Resources */,
941B04322978CDF900CA291E /* Icon-32.png in Resources */,
941B041B2971139000CA291E /* content.build.js in Resources */,
941B041D2971139000CA291E /* popup.build.js in Resources */,
941B03ED296FA90400CA291E /* _locales in Resources */,
941B04232977A25700CA291E /* Icon-512.png in Resources */,
941B03F5296FA90400CA291E /* content.js in Resources */,
941B04272977A25700CA291E /* Icon-1024.png in Resources */,
941B04362978CDF900CA291E /* Icon-64.png in Resources */,
941B04252977A25700CA291E /* Icon-256.png in Resources */,
941B03FB296FA90400CA291E /* popup.js in Resources */,
941B04342978CDF900CA291E /* Icon-16.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};