Added the tvos target to the command line tool and started working on the TVOSPlatform and TVOSHelper
This commit is contained in:
@@ -584,7 +584,7 @@ class CommandLineTools {
|
||||
|
||||
case TVOS:
|
||||
|
||||
platform = new IOSPlatform (command, project, targetFlags);
|
||||
platform = new TVOSPlatform (command, project, targetFlags);
|
||||
|
||||
default:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user