From 0b73b11f634254273bf3848e0645dd7884986c9e Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Wed, 6 Jun 2012 23:50:03 -0500 Subject: [PATCH] Suppress Xcode Storyboards --- lib/linguist/blob_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/blob_helper.rb b/lib/linguist/blob_helper.rb index 6c203b9f..911806b6 100644 --- a/lib/linguist/blob_helper.rb +++ b/lib/linguist/blob_helper.rb @@ -279,7 +279,7 @@ module Linguist # # Returns true of false. def xcode_project_file? - ['.xib', '.nib', '.pbxproj', '.xcworkspacedata', '.xcuserstate'].include?(extname) + ['.xib', '.nib', '.storyboard', '.pbxproj', '.xcworkspacedata', '.xcuserstate'].include?(extname) end # Internal: Is the blob minified JS?