Skip to content

Commit

Permalink
fix: MacのサポートOSを10.15に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
SNQ-2001 committed Mar 7, 2023
1 parent 921cfbc commit 5a87c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "AppVersionMonitorSwiftUI",
platforms: [
.iOS(.v13),
.macOS(.v10_13),
.macOS(.v10_15),
.tvOS(.v11),
.watchOS(.v5)
],
Expand Down

0 comments on commit 5a87c1a

Please sign in to comment.