We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macOS
1 parent 4d0f930 commit 361d03bCopy full SHA for 361d03b
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Docs
64
uses: SwiftDocOrg/swift-doc@master
65
with:
66
- base-url: "https://sbertix.github.io/DropView"
+ base-url: "https://sbertix.github.io/DropView/"
67
format: "html"
68
inputs: "Sources"
69
module-name: DropView
Package.swift
@@ -7,7 +7,7 @@ let package = Package(
7
name: "DropView",
8
platforms: [
9
.iOS(.v13),
10
- .macOS(.v10_15),
+ .macOS(.v11),
11
.tvOS(.v13),
12
.watchOS(.v6)
13
],
0 commit comments