Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use Capacitor 6 for SPM dependency #7737

Merged
merged 4 commits into from
Nov 18, 2024
Merged

fix: use Capacitor 6 for SPM dependency #7737

merged 4 commits into from
Nov 18, 2024

Conversation

jcesarmobile
Copy link
Member

@jcesarmobile jcesarmobile commented Oct 24, 2024

closes #7735

@jcesarmobile jcesarmobile changed the title fix: use 6.x branch for SPM Capacitor dependency fix: use Capacitor 6 for SPM dependency Oct 24, 2024
cli/src/util/spm.ts Outdated Show resolved Hide resolved
@@ -69,7 +78,7 @@ let package = Package(
targets: ["CapApp-SPM"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")`;
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "${iosPlatformVersion}")`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jcesarmobile jcesarmobile merged commit 8e55ca5 into 6.x Nov 18, 2024
6 checks passed
@jcesarmobile jcesarmobile deleted the RDMR-384 branch November 18, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants