Added the tvos target to the command line tool and started working on the TVOSPlatform and TVOSHelper

This commit is contained in:
Valerio Santinelli
2015-09-29 09:24:11 +02:00
parent 1fe5147158
commit c6b9772e96
10 changed files with 999 additions and 22 deletions

View File

@@ -584,7 +584,7 @@ class CommandLineTools {
case TVOS:
platform = new IOSPlatform (command, project, targetFlags);
platform = new TVOSPlatform (command, project, targetFlags);
default: