mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Detect .xcworkspacedata and .xcuserstate files as generated
Xcode 4 generates more XML files than ever: update `generated?` to recognize them as such.
This commit is contained in:
@@ -178,7 +178,7 @@ module Linguist
|
||||
#
|
||||
# Return true or false
|
||||
def generated?
|
||||
if ['.xib', '.nib', '.pbxproj'].include?(extname)
|
||||
if ['.xib', '.nib', '.pbxproj', '.xcworkspacedata', '.xcuserstate'].include?(extname)
|
||||
true
|
||||
elsif generated_coffeescript? || minified_javascript?
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user