mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Vendored definitions for Xcode-related files
This commit is contained in:
		| @@ -164,6 +164,11 @@ | |||||||
|  |  | ||||||
| ## Obj-C ## | ## Obj-C ## | ||||||
|  |  | ||||||
|  | # Xcode | ||||||
|  |  | ||||||
|  | - \.xctemplate/ | ||||||
|  | - \.imageset/ | ||||||
|  |  | ||||||
| # Carthage | # Carthage | ||||||
| - ^Carthage/ | - ^Carthage/ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -492,6 +492,11 @@ class TestBlob < Minitest::Test | |||||||
|  |  | ||||||
|     # Crashlytics |     # Crashlytics | ||||||
|     assert sample_blob("Crashlytics.framework/Crashlytics.h").vendored? |     assert sample_blob("Crashlytics.framework/Crashlytics.h").vendored? | ||||||
|  |      | ||||||
|  |     # Xcode | ||||||
|  |     assert sample_blob("myapp/My Template.xctemplate/___FILEBASENAME___.h").vendored? | ||||||
|  |     assert sample_blob("myapp/My Images.xcassets/some/stuff.imageset/Contents.json").vendored? | ||||||
|  |     assert !sample_blob("myapp/MyData.json").vendored? | ||||||
|   end |   end | ||||||
|  |  | ||||||
|   def test_documentation |   def test_documentation | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user