Skip to content

Commit 3ceae9f

Browse files
committed
Rename .xcversion to modern .xcode-version
1 parent 50f375b commit 3ceae9f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUBY_REPO_VERSION = File.read('./.ruby-version').rstrip
1212
XCODE_WORKSPACE = 'WordPress.xcworkspace'
1313
XCODE_SCHEME = 'WordPress'
1414
XCODE_CONFIGURATION = 'Debug'
15-
EXPECTED_XCODE_VERSION = File.read('.xcversion').rstrip
15+
EXPECTED_XCODE_VERSION = File.read('.xcode-version').rstrip
1616

1717
PROJECT_DIR = __dir__
1818
abort('Project directory contains one or more spaces – unable to continue.') if PROJECT_DIR.include?(' ')

0 commit comments

Comments
 (0)