mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Suppress Xcode Storyboards
This commit is contained in:
		@@ -279,7 +279,7 @@ module Linguist
 | 
				
			|||||||
    #
 | 
					    #
 | 
				
			||||||
    # Returns true of false.
 | 
					    # Returns true of false.
 | 
				
			||||||
    def xcode_project_file?
 | 
					    def xcode_project_file?
 | 
				
			||||||
      ['.xib', '.nib', '.pbxproj', '.xcworkspacedata', '.xcuserstate'].include?(extname)
 | 
					      ['.xib', '.nib', '.storyboard', '.pbxproj', '.xcworkspacedata', '.xcuserstate'].include?(extname)
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Internal: Is the blob minified JS?
 | 
					    # Internal: Is the blob minified JS?
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user