Skip to content

Commit f67d419

Browse files
authored
fix(lang): do not process xcode data (fix #316) (#319)
* fix(lang): do not process xcode data (fix #316) * fix: add .storyboard
1 parent 6202532 commit f67d419

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/kotlin/app/hashers/Vendors.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ val VendorConventions = listOf(
242242
// Xcode
243243
Regex("""\.xctemplate/"""),
244244
Regex("""\.imageset/"""),
245+
Regex("""\.xc.*/"""),
246+
Regex("""(^|/)Info\.plist$"""),
247+
Regex("""\.storyboard$"""),
245248

246249
// Carthage
247250
Regex("""(^|/)Carthage/"""),

0 commit comments

Comments
 (0)