Linux does not meet the iOS platform requirements

This commit is contained in:
Justin SB
2014-10-08 08:39:10 -07:00
parent d4fd64da6a
commit 48e91ff9aa

View File

@@ -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: [] };