Skip to content

Commit

Permalink
Updating Package.swift file. Ref: #53284
Browse files Browse the repository at this point in the history
  • Loading branch information
SheffieldKevin committed Apr 23, 2024
1 parent 87cf51d commit cf6e2b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// swift-tools-version:5.0
// swift-tools-version:5.9
import PackageDescription

let package = Package(
name: "Bugsnag",
platforms: [
.macOS(.v10_11),
.macOS(.v13),
.tvOS("9.2"),
.iOS("9.3"),
.iOS("16.4"),
],
products: [
.library(name: "Bugsnag", targets: ["Bugsnag"]),
Expand Down

0 comments on commit cf6e2b2

Please sign in to comment.