Suppress Xcode Storyboards

This commit is contained in:
Joshua Peek
2012-06-06 23:50:03 -05:00
parent 0fb4a83516
commit 0b73b11f63

View File

@@ -279,7 +279,7 @@ module Linguist
# #
# Returns true of false. # Returns true of false.
def xcode_project_file? def xcode_project_file?
['.xib', '.nib', '.pbxproj', '.xcworkspacedata', '.xcuserstate'].include?(extname) ['.xib', '.nib', '.storyboard', '.pbxproj', '.xcworkspacedata', '.xcuserstate'].include?(extname)
end end
# Internal: Is the blob minified JS? # Internal: Is the blob minified JS?