@capacitor/cli 8.0.0-nightly-20250829T150503.0 → 8.0.0-nightly-20250901T150547.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.
- package/assets/android-template.tar.gz +0 -0
- package/assets/capacitor-cordova-android-plugins.tar.gz +0 -0
- package/assets/capacitor-cordova-ios-plugins.tar.gz +0 -0
- package/assets/ios-pods-template.tar.gz +0 -0
- package/assets/ios-spm-template.tar.gz +0 -0
- package/dist/util/spm.js +1 -1
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/util/spm.js
CHANGED
|
@@ -45,7 +45,7 @@ async function checkPluginsForPackageSwift(config, plugins) {
|
|
|
45
45
|
log_1.logger.info('All plugins have a Package.swift file and will be included in Package.swift');
|
|
46
46
|
}
|
|
47
47
|
else {
|
|
48
|
-
log_1.logger.warn('Some installed packages
|
|
48
|
+
log_1.logger.warn('Some installed packages are not compatable with SPM');
|
|
49
49
|
}
|
|
50
50
|
return packageSwiftPluginList;
|
|
51
51
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/cli",
|
|
3
|
-
"version": "8.0.0-nightly-
|
|
3
|
+
"version": "8.0.0-nightly-20250901T150547.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)",
|