fix: app icon was not showing on macos 10.12 (see #522)

This commit is contained in:
Louis Pontoise
2020-08-12 02:10:00 +09:00
committed by lwouis
parent ef83aa44f3
commit 2a45dec92a
3 changed files with 2 additions and 0 deletions
+2
View File
@@ -290,6 +290,7 @@
D04BAD60C97E609A759E721E /* PoliciesTab.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PoliciesTab.swift; sourceTree = "<group>"; };
D04BAD65AA870A49D2F89DBC /* ensure_generated_files_are_up_to_date.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = ensure_generated_files_are_up_to_date.sh; sourceTree = "<group>"; };
D04BAD6700415D6F7C8B2BEE /* travis.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = travis.sh; sourceTree = "<group>"; };
D04BAD6A486222A422A0B55F /* icon_512x512.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_512x512.png; sourceTree = "<group>"; };
D04BAD7008ED1D9CBC147A75 /* pull_request_template.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = pull_request_template.md; sourceTree = "<group>"; };
D04BAD7D8F3CC2C36C8769C6 /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = file.yml; path = .travis.yml; sourceTree = "<group>"; };
D04BAD82F652C4ED5D8BF7AE /* 3 windows - 1 line - tall window.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "3 windows - 1 line - tall window.jpg"; sourceTree = "<group>"; };
@@ -530,6 +531,7 @@
isa = PBXGroup;
children = (
D04BAF9052D852CD38B03EF6 /* icon_512x512@2x.png */,
D04BAD6A486222A422A0B55F /* icon_512x512.png */,
);
path = "app-icon.iconset";
sourceTree = "<group>";
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB