Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftedMind committed Feb 28, 2023
1 parent 615fc38 commit 08a12c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
26 changes: 4 additions & 22 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,39 +1,21 @@
{
"pins" : [
{
"identity" : "swift-async-algorithms",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-async-algorithms",
"state" : {
"branch" : "main",
"revision" : "0ebc8058fc12663699fd364f94193ffc7322840f"
}
},
{
"identity" : "swift-collections",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2",
"version" : "1.0.4"
}
},
{
"identity" : "swift-docc-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin",
"state" : {
"branch" : "main",
"revision" : "e013865138b53db901825fe4c002c9ec827a4109"
"revision" : "10bc670db657d11bdd561e07de30a9041311b2b1",
"version" : "1.1.0"
}
},
{
"identity" : "swift-docc-symbolkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-symbolkit",
"state" : {
"branch" : "main",
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34"
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
"version" : "1.0.0"
}
}
],
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-async-algorithms", branch: "main")
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0")
],
targets: [
.target(
name: "Puddles",
dependencies: [
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
]
),
.target(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import SwiftUI

// MARK: - Queryable

@available(macOS, unavailable)
public extension View {

/// Shows a fullscreen cover controlled by a ``Puddles/Queryable``.
Expand All @@ -23,6 +24,7 @@ public extension View {

// MARK: - Queryable Item

@available(macOS, unavailable)
public extension View {

/// Shows a fullscreen cover controlled by a ``Puddles/QueryableItem``.
Expand Down

0 comments on commit 08a12c7

Please sign in to comment.