UNPKG

mobile-cli-lib

Version:
100 lines (99 loc) 2.97 kB
"use strict"; var CordovaProjectCapabilities = (function () { function CordovaProjectCapabilities() { } Object.defineProperty(CordovaProjectCapabilities.prototype, "build", { get: function () { return true; }, enumerable: true, configurable: true }); Object.defineProperty(CordovaProjectCapabilities.prototype, "buildCompanion", { get: function () { return true; }, enumerable: true, configurable: true }); Object.defineProperty(CordovaProjectCapabilities.prototype, "deploy", { get: function () { return true; }, enumerable: true, configurable: true }); Object.defineProperty(CordovaProjectCapabilities.prototype, "simulate", { get: function () { return true; }, enumerable: true, configurable: true }); Object.defineProperty(CordovaProjectCapabilities.prototype, "livesync", { get: function () { return true; }, enumerable: true, configurable: true }); Object.defineProperty(CordovaProjectCapabilities.prototype, "livesyncCompanion", { get: function () { return true; }, enumerable: true, configurable: true }); Object.defineProperty(CordovaProjectCapabilities.prototype, "updateKendo", { get: function () { return true; }, enumerable: true, configurable: true }); Object.defineProperty(CordovaProjectCapabilities.prototype, "emulate", { get: function () { return true; }, enumerable: true, configurable: true }); Object.defineProperty(CordovaProjectCapabilities.prototype, "publish", { get: function () { return false; }, enumerable: true, configurable: true }); Object.defineProperty(CordovaProjectCapabilities.prototype, "uploadToAppstore", { get: function () { return true; }, enumerable: true, configurable: true }); Object.defineProperty(CordovaProjectCapabilities.prototype, "canChangeFrameworkVersion", { get: function () { return true; }, enumerable: true, configurable: true }); Object.defineProperty(CordovaProjectCapabilities.prototype, "imageGeneration", { get: function () { return true; }, enumerable: true, configurable: true }); Object.defineProperty(CordovaProjectCapabilities.prototype, "wp8Supported", { get: function () { return true; }, enumerable: true, configurable: true }); return CordovaProjectCapabilities; }()); exports.CordovaProjectCapabilities = CordovaProjectCapabilities; $injector.register("cordovaProjectCapabilities", CordovaProjectCapabilities);