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

Open
wants to merge 4 commits into
base: 6.x
Choose a base branch
from
Open

fix: use Capacitor 6 for SPM dependency #7737

wants to merge 4 commits into from

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.

👍

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