mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Linux does not meet the iOS platform requirements
This commit is contained in:
@@ -1611,7 +1611,7 @@ _.extend(IOS.prototype, {
|
||||
|
||||
if (!Host.isMac()) {
|
||||
log && Console.info("You are not running on OSX; we won't be able to install Xcode for local iOS development");
|
||||
return undefined;
|
||||
return { acceptable: false, missing: [ "ios" ] };
|
||||
}
|
||||
|
||||
var result = { acceptable: true, missing: [] };
|
||||
|
||||
Reference in New Issue
Block a user