Skip to content

Commit

Permalink
Fix swift regex
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymind committed Oct 9, 2017
1 parent 6cdfeea commit bba1894
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LSUnusedResources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>170928</string>
<string>171009</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion LSUnusedResources/Model/ResourceStringSearcher.m
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ - (NSArray *)createDefaultResourcePatternsWithResourceSuffixs:(NSArray *)resSuff
NSArray *filePatterns = @[cPattern, // .h
ojbcPattern, // .m
ojbcPattern, // .mm
ojbcPattern, // swift.
@"\"(.+?)\"",// swift.
xibPattern, // .xib
xibPattern, // .storyboard
@"=\\s*\"(.+)\"\\s*;", // .strings
Expand Down
Binary file modified Release/LSUnusedResources.app.zip
Binary file not shown.

0 comments on commit bba1894

Please sign in to comment.