Skip to content

Commit

Permalink
set library to dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
physxP committed Dec 5, 2024
1 parent 3ac2264 commit 9d707ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ let package = Package(
products: [
.library(
name: "CapacitorFilesystem",
type: .dynamic,
targets: ["CapacitorFilesystem"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", branch: "main")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm", .upToNextMajor(from: "6.0.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 9d707ac

Please sign in to comment.