-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Make `reload` on `PortalUIView` work * fix: Reload webView on main thread * fix: Update podspec for a minimum capacitor target of 3.7. This is required to have access to the `setServerBasePath` method on CAPWebView
- Loading branch information
1 parent
3f3e69a
commit 6d98e8e
Showing
2 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.5' | ||
s.dependency 'Capacitor', '~> 3.7' | ||
s.dependency 'IonicLiveUpdates', '~> 0.1.2' | ||
s.swift_version = '5.4' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters