Skip to content

Commit 361d03b

Browse files
committed
fix: fix macOS minimum deployment target
1 parent 4d0f930 commit 361d03b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Docs
6464
uses: SwiftDocOrg/swift-doc@master
6565
with:
66-
base-url: "https://sbertix.github.io/DropView"
66+
base-url: "https://sbertix.github.io/DropView/"
6767
format: "html"
6868
inputs: "Sources"
6969
module-name: DropView

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
name: "DropView",
88
platforms: [
99
.iOS(.v13),
10-
.macOS(.v10_15),
10+
.macOS(.v11),
1111
.tvOS(.v13),
1212
.watchOS(.v6)
1313
],

0 commit comments

Comments
 (0)