Skip to content

Commit add3d1a

Browse files
richardmeszarospepakriz
authored andcommitted
feat: add CapacitorFilesystem dependency for iOS support
1 parent 14cf4f6 commit add3d1a

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/App/CapApp-SPM/Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ let package = Package(
1313
dependencies: [
1414
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.4.1"),
1515
.package(name: "CapacitorApp", path: "../../../node_modules/@capacitor/app"),
16+
.package(name: "CapacitorFilesystem", path: "../../../node_modules/@capacitor/filesystem"),
1617
.package(name: "CapacitorHaptics", path: "../../../node_modules/@capacitor/haptics")
1718
],
1819
targets: [
@@ -22,6 +23,7 @@ let package = Package(
2223
.product(name: "Capacitor", package: "capacitor-swift-pm"),
2324
.product(name: "Cordova", package: "capacitor-swift-pm"),
2425
.product(name: "CapacitorApp", package: "CapacitorApp"),
26+
.product(name: "CapacitorFilesystem", package: "CapacitorFilesystem"),
2527
.product(name: "CapacitorHaptics", package: "CapacitorHaptics")
2628
]
2729
)

0 commit comments

Comments
 (0)