File tree Expand file tree Collapse file tree
packages/capacitor-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22import PackageDescription
33
44let package = Package (
5- name: " FilesystemCapacitor " ,
5+ name: " CapacitorFilesystem " ,
66 platforms: [ . iOS( . v14) ] ,
77 products: [
88 . library(
9- name: " FilesystemCapacitor " ,
9+ name: " CapacitorFilesystem " ,
1010 targets: [ " FilesystemPlugin " ] )
1111 ] ,
1212 dependencies: [
Original file line number Diff line number Diff line change 3131 ],
3232 "scripts" : {
3333 "verify" : " npm run verify:ios && npm run verify:android && npm run verify:web" ,
34- "verify:ios" : " xcodebuild -scheme FilesystemCapacitor -destination generic/platform=iOS" ,
34+ "verify:ios" : " xcodebuild -scheme CapacitorFilesystem -destination generic/platform=iOS" ,
3535 "verify:android" : " cd android && ./gradlew clean build test && cd .." ,
3636 "verify:web" : " npm run build" ,
3737 "lint" : " npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint" ,
You can’t perform that action at this time.
0 commit comments