diff --git a/modules/xcode/xcode_common.lua b/modules/xcode/xcode_common.lua index b987771dc..14a553c1d 100644 --- a/modules/xcode/xcode_common.lua +++ b/modules/xcode/xcode_common.lua @@ -44,6 +44,7 @@ [".swift"] = "Sources", [".metal"] = "Resources", [".xcprivacy"] = "Resources", + [".icon"] = "Resources", } if node.isResource then return "Resources" @@ -149,6 +150,7 @@ [".metal"] = "sourcecode.metal", [".dylib"] = "compiled.mach-o.dylib", [".xcprivacy"] = "PrivacyInfo.xcprivacy", + [".icon"] = "folder.iconcomposer.icon", } return types[path.getextension(node.path)] or "text" end