Skip to content

Commit

Permalink
0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
nathantannar4 committed Jun 6, 2023
1 parent 2a266e6 commit 00c6c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/nathantannar4/Engine", from: "0.1.8"),
.package(url: "https://github.com/nathantannar4/Turbocharger", from: "0.1.6"),
.package(url: "https://github.com/nathantannar4/Engine", from: "0.1.9"),
.package(url: "https://github.com/nathantannar4/Turbocharger", from: "0.1.7"),
],
targets: [
.target(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ private struct PresentationLinkModifierBody<
if #available(iOS 15.0, *) {
#if targetEnvironment(macCatalyst)
let presentationController = MacSheetPresentationController(
edge: .bottom,
presentedViewController: presented,
presenting: presenting
)
Expand Down

0 comments on commit 00c6c81

Please sign in to comment.