Skip to content

Commit 79988a3

Browse files
authored
Add folder.iconcomposer.icon type #2680 (#2681)
1 parent d262682 commit 79988a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/xcode/xcode_common.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
[".swift"] = "Sources",
4545
[".metal"] = "Resources",
4646
[".xcprivacy"] = "Resources",
47+
[".icon"] = "Resources",
4748
}
4849
if node.isResource then
4950
return "Resources"
@@ -149,6 +150,7 @@
149150
[".metal"] = "sourcecode.metal",
150151
[".dylib"] = "compiled.mach-o.dylib",
151152
[".xcprivacy"] = "PrivacyInfo.xcprivacy",
153+
[".icon"] = "folder.iconcomposer.icon",
152154
}
153155
return types[path.getextension(node.path)] or "text"
154156
end

0 commit comments

Comments
 (0)