We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d262682 commit 79988a3Copy full SHA for 79988a3
1 file changed
modules/xcode/xcode_common.lua
@@ -44,6 +44,7 @@
44
[".swift"] = "Sources",
45
[".metal"] = "Resources",
46
[".xcprivacy"] = "Resources",
47
+ [".icon"] = "Resources",
48
}
49
if node.isResource then
50
return "Resources"
@@ -149,6 +150,7 @@
149
150
[".metal"] = "sourcecode.metal",
151
[".dylib"] = "compiled.mach-o.dylib",
152
[".xcprivacy"] = "PrivacyInfo.xcprivacy",
153
+ [".icon"] = "folder.iconcomposer.icon",
154
155
return types[path.getextension(node.path)] or "text"
156
end
0 commit comments