From 61c93ab08c6d32f36e425a5b956fa3888faed9f5 Mon Sep 17 00:00:00 2001 From: Josh Abernathy Date: Tue, 15 Jul 2014 12:27:35 -0700 Subject: [PATCH] pbproj's are cool too. --- lib/linguist/generated.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/linguist/generated.rb b/lib/linguist/generated.rb index a0f3a285..974fc7ae 100644 --- a/lib/linguist/generated.rb +++ b/lib/linguist/generated.rb @@ -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 +