Skip to content

Commit

Permalink
fixed all the packaging!
Browse files Browse the repository at this point in the history
  • Loading branch information
giralte-ionic authored and markemer committed Oct 26, 2023
1 parent fef2e90 commit 9807293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "Capacitor",
platforms: [
.iOS(.v13)
.iOS(.v17)
],
products: [
.library(
Expand Down
3 changes: 2 additions & 1 deletion ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"CapacitorCordova/CapacitorCordova/",
"Capacitor.podspec",
"CapacitorCordova.podspec",
"scripts/pods_helpers.rb"
"scripts/pods_helpers.rb",
"Frameworks"
],
"scripts": {
"verify": "npm run xc:build:Capacitor && npm run xc:build:CapacitorCordova",
Expand Down

0 comments on commit 9807293

Please sign in to comment.