-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Small setup doc for the app store option #10418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| messages.add(new ValidationMessage.error( | ||
| 'Xcode installation is incomplete; a full installation is necessary for iOS development.\n' | ||
| 'Download at: https://developer.apple.com/xcode/download/\n' | ||
| 'Or install Xcode via the App Store\n' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: period at the end of the sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| 'Xcode installation is incomplete; a full installation is necessary for iOS development.\n' | ||
| 'Download at: https://developer.apple.com/xcode/download/\n' | ||
| 'Or install Xcode via the App Store\n' | ||
| 'Once installed, run \'sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer\'.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while you're here, can you change this to:
'Once installed, run: "sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer"'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just formatted it like the rest of the file with an indent

No description provided.