Skip to content

Commit 70d5390

Browse files
stevegrunwellj-f1
andauthored
Capitalization: XCode => Xcode
Co-authored-by: Jed Fox <[email protected]>
1 parent ca0ad3d commit 70d5390

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asimov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ readonly ASIMOV_VENDOR_DIR_SENTINELS=(
4747
'build build.gradle' # Gradle
4848
'vendor composer.json' # Composer (PHP)
4949
'vendor Gemfile' # Bundler (Ruby)
50-
'DerivedData DerivedData' # XCode (Swift)
50+
'DerivedData DerivedData' # Xcode (Swift)
5151
)
5252

5353
# Exclude the given paths from Time Machine backups.

tests/AsimovTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function recognizedPatternProvider(): array
2929
'Stack' => ['stack.yaml', '.stack-work'],
3030
'Swift' => ['Package.swift', '.build'],
3131
'Vagrant' => ['Vagrantfile', '.vagrant'],
32-
'XCode' => ['DerivedData', 'DerivedData'],
32+
'Xcode' => ['DerivedData', 'DerivedData'],
3333
];
3434
}
3535

0 commit comments

Comments
 (0)