pbproj's are cool too.

This commit is contained in:
Josh Abernathy
2014-07-15 12:27:35 -07:00
parent 5c3385ecd8
commit 4d7a34c177

View File

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