Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/capacitor-plugin/CapacitorFilesystem.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '14.0'
s.dependency 'Capacitor'
s.dependency 'IONFilesystemLib', spec='~> 1.0'
s.dependency 'IONFilesystemLib', spec='~> 1.0.1'
s.swift_version = '5.1'
end
4 changes: 2 additions & 2 deletions packages/capacitor-plugin/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "IONFilesystemLib",
url: "https://github.com/ionic-team/ion-ios-filesystem/releases/download/1.0.0/IONFilesystemLib.zip",
checksum: "0279cb09ba79c2c917b049a6e388f37f025846886ecc86b0a09320da46ed2c33" // sha-256
url: "https://github.com/ionic-team/ion-ios-filesystem/releases/download/1.0.1/IONFilesystemLib.zip",
checksum: "2d333c2be44a51f804f3b592d61fa19d582afc40b6916c1c9d1dee43c30657b9" // sha-256
),
.target(
name: "FilesystemPlugin",
Expand Down
10 changes: 5 additions & 5 deletions packages/example-app-capacitor/ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ PODS:
- CapacitorCamera (7.0.0):
- Capacitor
- CapacitorCordova (7.0.0)
- CapacitorFilesystem (7.0.0):
- CapacitorFilesystem (7.1.3):
- Capacitor
- IONFilesystemLib (~> 1.0)
- IONFilesystemLib (~> 1.0.1)
- CapacitorSplashScreen (7.0.0):
- Capacitor
- IONFilesystemLib (1.0.0)
- IONFilesystemLib (1.0.1)

DEPENDENCIES:
- "Capacitor (from `../../../../node_modules/.pnpm/@capacitor+ios@7.0.0_@capacitor+core@7.0.0/node_modules/@capacitor/ios`)"
Expand Down Expand Up @@ -38,9 +38,9 @@ SPEC CHECKSUMS:
Capacitor: fcbee427ff437f414bbb3bc2d39364ad9bd2b8a5
CapacitorCamera: 777ddf61d727754fcda0b92303ae09ea3765d7b7
CapacitorCordova: 345f93b7edd121db98e4ec20ac94d6d7bcaf7e48
CapacitorFilesystem: ffc84ae6ad9318284576acbbd512f83d1e89556b
CapacitorFilesystem: ed9889ed4f6410b9f450023288c4dc3657713394
CapacitorSplashScreen: f4e58cc02aafd91c7cbaf32a3d1b44d02a115125
IONFilesystemLib: ceacae793975039530458eabab0c495c70515a0d
IONFilesystemLib: 89258b8e3e85465da93127d25d7ce37f977e8a6f

PODFILE CHECKSUM: 57ff2f3f788c053bccb9ff1b6e7abe4817322e3f

Expand Down
4 changes: 2 additions & 2 deletions packages/example-app-capacitor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading