Update capacitor version
This commit is contained in:
parent
91155bce0a
commit
f3b3a86b32
610 changed files with 28718 additions and 7101 deletions
11
@capacitor/cli/dist/definitions.js
vendored
11
@capacitor/cli/dist/definitions.js
vendored
|
@ -1,2 +1,13 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.XcodeExportMethod = void 0;
|
||||
var XcodeExportMethod;
|
||||
(function (XcodeExportMethod) {
|
||||
XcodeExportMethod["AppStoreConnect"] = "app-store-connect";
|
||||
XcodeExportMethod["ReleaseTesting"] = "release-testing";
|
||||
XcodeExportMethod["Enterprise"] = "enterprise";
|
||||
XcodeExportMethod["Debugging"] = "debugging";
|
||||
XcodeExportMethod["DeveloperID"] = "developer-id";
|
||||
XcodeExportMethod["MacApplication"] = "mac-application";
|
||||
XcodeExportMethod["Validation"] = "validation";
|
||||
})(XcodeExportMethod = exports.XcodeExportMethod || (exports.XcodeExportMethod = {}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue