Skip to content

Commit

Permalink
Bump platform versions to be able to use OSSignposter
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ronnqvist committed Dec 3, 2024
1 parent f10598e commit 31d5c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ let swiftSettings: [SwiftSetting] = [
let package = Package(
name: "SwiftDocC",
platforms: [
.macOS(.v10_15),
.iOS(.v13)
.macOS(.v12),
.iOS(.v15)
],
products: [
.library(
Expand Down

0 comments on commit 31d5c3c

Please sign in to comment.