Skip to content

Commit 3547d82

Browse files
fix(ios): Do not add trailing slash to files (#20)
Via native library update References: ionic-team/ion-ios-filesystem#7
1 parent f32f0a2 commit 3547d82

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/capacitor-plugin/CapacitorFilesystem.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
1414
s.ios.deployment_target = '14.0'
1515
s.dependency 'Capacitor'
16-
s.dependency 'IONFilesystemLib', spec='~> 1.0'
16+
s.dependency 'IONFilesystemLib', spec='~> 1.0.1'
1717
s.swift_version = '5.1'
1818
end

packages/capacitor-plugin/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "IONFilesystemLib",
18-
url: "https://github.com/ionic-team/ion-ios-filesystem/releases/download/1.0.0/IONFilesystemLib.zip",
19-
checksum: "0279cb09ba79c2c917b049a6e388f37f025846886ecc86b0a09320da46ed2c33" // sha-256
18+
url: "https://github.com/ionic-team/ion-ios-filesystem/releases/download/1.0.1/IONFilesystemLib.zip",
19+
checksum: "2d333c2be44a51f804f3b592d61fa19d582afc40b6916c1c9d1dee43c30657b9" // sha-256
2020
),
2121
.target(
2222
name: "FilesystemPlugin",

packages/example-app-capacitor/ios/App/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ PODS:
44
- CapacitorCamera (7.0.0):
55
- Capacitor
66
- CapacitorCordova (7.0.0)
7-
- CapacitorFilesystem (7.0.0):
7+
- CapacitorFilesystem (7.1.3):
88
- Capacitor
9-
- IONFilesystemLib (~> 1.0)
9+
- IONFilesystemLib (~> 1.0.1)
1010
- CapacitorSplashScreen (7.0.0):
1111
- Capacitor
12-
- IONFilesystemLib (1.0.0)
12+
- IONFilesystemLib (1.0.1)
1313

1414
DEPENDENCIES:
1515
- "Capacitor (from `../../../../node_modules/.pnpm/@capacitor+ios@7.0.0_@capacitor+core@7.0.0/node_modules/@capacitor/ios`)"
@@ -38,9 +38,9 @@ SPEC CHECKSUMS:
3838
Capacitor: fcbee427ff437f414bbb3bc2d39364ad9bd2b8a5
3939
CapacitorCamera: 777ddf61d727754fcda0b92303ae09ea3765d7b7
4040
CapacitorCordova: 345f93b7edd121db98e4ec20ac94d6d7bcaf7e48
41-
CapacitorFilesystem: ffc84ae6ad9318284576acbbd512f83d1e89556b
41+
CapacitorFilesystem: ed9889ed4f6410b9f450023288c4dc3657713394
4242
CapacitorSplashScreen: f4e58cc02aafd91c7cbaf32a3d1b44d02a115125
43-
IONFilesystemLib: ceacae793975039530458eabab0c495c70515a0d
43+
IONFilesystemLib: 89258b8e3e85465da93127d25d7ce37f977e8a6f
4444

4545
PODFILE CHECKSUM: 57ff2f3f788c053bccb9ff1b6e7abe4817322e3f
4646

packages/example-app-capacitor/package-lock.json

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

0 commit comments

Comments
 (0)