@capacitor/cli 8.0.0-nightly-20250729T150805.0 → 8.0.0-nightly-20250730T150636.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
Binary file
package/dist/config.js CHANGED
@@ -243,7 +243,7 @@ async function loadIOSConfig(rootDir, extConfig) {
243
243
  };
244
244
  return {
245
245
  name,
246
- minVersion: '14.0',
246
+ minVersion: '15.0',
247
247
  platformDir,
248
248
  platformDirAbs,
249
249
  scheme,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/cli",
3
- "version": "8.0.0-nightly-20250729T150805.0",
3
+ "version": "8.0.0-nightly-20250730T150636.0",
4
4
  "description": "Capacitor: Cross-platform apps with JavaScript and the web",
5
5
  "homepage": "https://capacitorjs.com",
6
6
  "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",