Skip to content

Commit

Permalink
feat: Update to Capacitor 4 (#53)
Browse files Browse the repository at this point in the history
BREAKING CHANGE
This update bumps the major version of Capacitor and may break existing
applications
  • Loading branch information
Steven0351 authored Nov 2, 2022
1 parent f1fb56f commit 4237831
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion IonicPortals.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.authors = { 'Ionic Team' => '[email protected]' }
s.source = { :git => 'https://github.com/ionic-team/ionic-portals-ios.git', :tag => s.version.to_s }
s.source_files = 'Sources/IonicPortals/*.swift'
s.dependency 'Capacitor', '~> 3.7'
s.dependency 'Capacitor', '~> 4.4'
s.dependency 'IonicLiveUpdates', '>= 0.1.2', '< 0.3.0'
s.swift_version = '5.4'
end
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/ionic-team/capacitor-swift-pm",
"state": {
"branch": null,
"revision": "c108ae317c35e88dc6d639b8f798f76f55b8f2c2",
"version": "3.7.0"
"revision": "e538cfcd7558d58954ac567c93c0ab8c4e0e143e",
"version": "4.4.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm", .upToNextMajor(from: "3.7.0")),
.package(url: "https://github.com/ionic-team/capacitor-swift-pm", .upToNextMajor(from: "4.4.0")),
.package(url: "https://github.com/ionic-team/ionic-live-updates-releases", "0.1.2"..<"0.3.0"),
],
targets: [
Expand Down

0 comments on commit 4237831

Please sign in to comment.