Skip to content

Commit

Permalink
Update Package.swift (#231)
Browse files Browse the repository at this point in the history
Increase watchOS minimum version for SPM to fix build error.
  • Loading branch information
serhii-londar authored Oct 16, 2023
1 parent 8f75d38 commit c51c3bc
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: "CrowdinSDK",
platforms: [
.macOS(.v10_13),
.watchOS(.v2),
.watchOS(.v5),
.iOS(.v9),
.tvOS(.v9)
],
Expand Down

0 comments on commit c51c3bc

Please sign in to comment.