Skip to content

Commit

Permalink
fix: support target deprecated warning on spm (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
sojingle authored Nov 27, 2024
1 parent decb203 commit dab9c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import PackageDescription
let package = Package(
name: "analytics-connector-ios",
platforms: [
.iOS(.v10),
.iOS(.v12),
.macOS(.v10_13),
.tvOS(.v9),
.watchOS(.v3),
.tvOS(.v12),
.watchOS(.v4),
.visionOS(.v1),
],
products: [
Expand Down

0 comments on commit dab9c38

Please sign in to comment.