Skip to content

Commit

Permalink
feat: Update Package.swift (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzxha authored Jan 31, 2024
1 parent 2262976 commit 7f5d8a1
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 @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "AliyunpanSDK",
platforms: [.iOS(.v13)],
platforms: [.iOS(.v13), .macOS(.v10_15), .tvOS(.v13)],
products: [
.library(
name: "AliyunpanSDK",
Expand Down

0 comments on commit 7f5d8a1

Please sign in to comment.