Actually let's keep those.

This commit is contained in:
Josh Abernathy
2014-07-15 12:08:23 -07:00
parent a1af3a509c
commit 5c3385ecd8

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?