Skip to content

Commit 92cab6f

Browse files
authored
Merge pull request #108 from nnsnodnb/renovate/vsanthanam-safariui-4.x
Update dependency vsanthanam/SafariUI to v4
2 parents 4d62878 + db5b9d8 commit 92cab6f

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

SSLCertificateCheckPackage/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ let package = Package(
163163
dependencies: [
164164
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", .upToNextMajor(from: "10.23.1")),
165165
.package(url: "https://github.com/maiyama18/LicensesPlugin.git", .upToNextMajor(from: "0.1.6")),
166-
.package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "3.0.2")),
166+
.package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "4.0.0")),
167167
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", .upToNextMajor(from: "5.2.0")),
168168
.package(url: "https://github.com/realm/SwiftLint.git", .upToNextMajor(from: "0.54.0")),
169169
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMajor(from: "1.2.0")),

SSLCertificateCheckPackage/Sources/Features/InfoFeature/Pages/Info/InfoPage.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,7 @@ private extension View {
177177
}
178178

179179
func safari(store: Perception.Bindable<StoreOf<InfoReducer>>) -> some View {
180-
safari(
181-
url: store.url.sending(\.url),
182-
safariView: { url in
183-
SafariView(url: url)
184-
}
185-
)
180+
safari(url: store.url.sending(\.url))
186181
}
187182
}
188183

0 commit comments

Comments
 (0)