Minor tweak
This commit is contained in:
@@ -240,12 +240,12 @@ class CommandLineTools {
|
||||
case "appletv", "appletvos":
|
||||
|
||||
target = Platform.TVOS;
|
||||
|
||||
|
||||
case "appletvsim":
|
||||
|
||||
target = Platform.TVOS;
|
||||
targetFlags.set ("simulator", "");
|
||||
|
||||
|
||||
default:
|
||||
|
||||
target = cast targetName.toLowerCase ();
|
||||
@@ -594,7 +594,7 @@ class CommandLineTools {
|
||||
case TVOS:
|
||||
|
||||
platform = new TVOSPlatform (command, project, targetFlags);
|
||||
|
||||
|
||||
default:
|
||||
|
||||
}
|
||||
@@ -759,7 +759,7 @@ class CommandLineTools {
|
||||
LogHelper.println (" \x1b[1mlinux\x1b[0m -- Create a Linux application");
|
||||
LogHelper.println (" \x1b[1mmac\x1b[0m -- Create a Mac OS X application");
|
||||
LogHelper.println (" \x1b[1mtizen\x1b[0m -- Create a Tizen application");
|
||||
LogHelper.println (" \x1b[1mtvos\x1b[0m -- Create an AppleTVOS application");
|
||||
LogHelper.println (" \x1b[1mtvos\x1b[0m -- Create a tvOS application");
|
||||
LogHelper.println (" \x1b[1mwebos\x1b[0m -- Create a webOS application");
|
||||
LogHelper.println (" \x1b[1mwindows\x1b[0m -- Create a Windows application");
|
||||
LogHelper.println ("");
|
||||
|
||||
Reference in New Issue
Block a user