@capacitor/cli
Advanced tools
Comparing version 7.0.0-nightly-20241219T150544.0 to 7.0.0-nightly-20241220T150515.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.buildiOS = void 0; | ||
const tslib_1 = require("tslib"); | ||
const fs_extra_1 = require("fs-extra"); | ||
const path_1 = require("path"); | ||
const rimraf_1 = tslib_1.__importDefault(require("rimraf")); | ||
const rimraf_1 = require("rimraf"); | ||
const common_1 = require("../common"); | ||
@@ -66,3 +65,3 @@ const log_1 = require("../log"); | ||
(0, fs_extra_1.unlinkSync)(archivePlistPath); | ||
rimraf_1.default.sync((0, path_1.join)(config.ios.nativeProjectDirAbs, `${theScheme}.xcarchive`)); | ||
rimraf_1.rimraf.sync((0, path_1.join)(config.ios.nativeProjectDirAbs, `${theScheme}.xcarchive`)); | ||
}); | ||
@@ -69,0 +68,0 @@ (0, log_1.logSuccess)(`Successfully generated an IPA at: ${(0, path_1.join)(config.ios.nativeProjectDirAbs, 'output')}`); |
@@ -7,3 +7,3 @@ "use strict"; | ||
const path_1 = require("path"); | ||
const rimraf_1 = tslib_1.__importDefault(require("rimraf")); | ||
const rimraf_1 = require("rimraf"); | ||
const semver_1 = require("semver"); | ||
@@ -222,3 +222,3 @@ const common_1 = require("../android/common"); | ||
}); | ||
rimraf_1.default.sync((0, path_1.join)(config.android.appDirAbs, 'build')); | ||
rimraf_1.rimraf.sync((0, path_1.join)(config.android.appDirAbs, 'build')); | ||
if (!installFailed) { | ||
@@ -287,3 +287,3 @@ await (0, common_2.runTask)('Migrating package from Manifest to build.gradle in Capacitor plugins', () => { | ||
if (runInstall) { | ||
rimraf_1.default.sync((0, path_1.join)(config.app.rootDir, 'node_modules/@capacitor/!(cli)')); | ||
rimraf_1.rimraf.sync((0, path_1.join)(config.app.rootDir, 'node_modules/@capacitor/!(cli)')); | ||
await (0, subprocess_1.runCommand)(dependencyManager, ['install']); | ||
@@ -290,0 +290,0 @@ if (dependencyManager == 'yarn') { |
{ | ||
"name": "@capacitor/cli", | ||
"version": "7.0.0-nightly-20241219T150544.0", | ||
"version": "7.0.0-nightly-20241220T150515.0", | ||
"description": "Capacitor: Cross-platform apps with JavaScript and the web", | ||
@@ -5,0 +5,0 @@ "homepage": "https://capacitorjs.com", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
848594
6932