Actually let's keep those.

This commit is contained in:
Josh Abernathy
2014-07-15 12:08:23 -07:00
committed by Arfon Smith
parent 3f14d15722
commit d72f3fae33

View File

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