Remove Lime legacy/hybrid mode
This commit is contained in:
@@ -563,7 +563,7 @@ class CommandLineTools {
|
||||
|
||||
case BLACKBERRY:
|
||||
|
||||
platform = new BlackBerryPlatform (command, project, targetFlags);
|
||||
//platform = new BlackBerryPlatform (command, project, targetFlags);
|
||||
|
||||
case IOS:
|
||||
|
||||
@@ -571,11 +571,11 @@ class CommandLineTools {
|
||||
|
||||
case TIZEN:
|
||||
|
||||
platform = new TizenPlatform (command, project, targetFlags);
|
||||
//platform = new TizenPlatform (command, project, targetFlags);
|
||||
|
||||
case WEBOS:
|
||||
|
||||
platform = new WebOSPlatform (command, project, targetFlags);
|
||||
//platform = new WebOSPlatform (command, project, targetFlags);
|
||||
|
||||
case WINDOWS:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user