We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.xcversion
.xcode-version
1 parent 50f375b commit 3ceae9fCopy full SHA for 3ceae9f
.xcversion renamed to .xcode-version
Rakefile
@@ -12,7 +12,7 @@ RUBY_REPO_VERSION = File.read('./.ruby-version').rstrip
12
XCODE_WORKSPACE = 'WordPress.xcworkspace'
13
XCODE_SCHEME = 'WordPress'
14
XCODE_CONFIGURATION = 'Debug'
15
-EXPECTED_XCODE_VERSION = File.read('.xcversion').rstrip
+EXPECTED_XCODE_VERSION = File.read('.xcode-version').rstrip
16
17
PROJECT_DIR = __dir__
18
abort('Project directory contains one or more spaces – unable to continue.') if PROJECT_DIR.include?(' ')
0 commit comments