diff --git a/Package.resolved b/Package.resolved index c3ac26c35..03dd6dd5e 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-docc-plugin", "state" : { - "revision" : "9b1258905c21fc1b97bf03d1b4ca12c4ec4e5fda", - "version" : "1.2.0" + "revision" : "26ac5758409154cc448d7ab82389c520fa8a8247", + "version" : "1.3.0" } }, { diff --git a/Sources/SafariView/SafariView.swift b/Sources/SafariView/SafariView.swift index f5dbffb4f..718b3f218 100644 --- a/Sources/SafariView/SafariView.swift +++ b/Sources/SafariView/SafariView.swift @@ -459,15 +459,15 @@ public struct SafariView: View { func body(content: Content) -> some View { content.background( - Presenter(item: $item, - build: build, - onDismiss: onDismiss) + Presenter(item: $item, + build: build, + onDismiss: onDismiss) ) } // MARK: - Private - private struct Presenter: UIViewRepresentable where Item: Identifiable { + private struct Presenter: UIViewRepresentable { // MARK: - API