mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Launch appstore instead of error-prone xcode install
We have to launch in the browser, but it is still better..
This commit is contained in:
@@ -1403,8 +1403,12 @@ _.extend(IOS.prototype, {
|
||||
if (!Host.isMac()) {
|
||||
throw new Error("Can only install Xcode on OSX");
|
||||
}
|
||||
Console.info("Launching Xcode installer; we recommend you choose 'Get Xcode' to install Xcode");
|
||||
files.run('/usr/bin/xcodebuild', '--install');
|
||||
|
||||
//Console.info("Launching Xcode installer; please choose 'Get Xcode' to install Xcode");
|
||||
//files.run('/usr/bin/xcodebuild', '--install');
|
||||
|
||||
// XXX: Any way to open direct in AppStore (rather than in browser)?
|
||||
files.run('open', 'https://itunes.apple.com/us/app/xcode/id497799835?mt=12');
|
||||
},
|
||||
|
||||
agreedXcodeLicense: function () {
|
||||
|
||||
Reference in New Issue
Block a user