Skip to content

Commit 2a45235

Browse files
committed
Update Package.swift and README
1 parent 2ebe032 commit 2a45235

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import PackageDescription
55
let package = Package(
66
name: "PLCrashReporter",
77
platforms: [
8-
.iOS(.v9),
8+
.iOS(.v11),
99
.macOS(.v10_10),
10-
.tvOS(.v9)
10+
.tvOS(.v11)
1111
],
1212
products: [
1313
.library(name: "CrashReporter", targets: ["CrashReporter"])

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The easiest way to use PLCrashReporter is by using [AppCenter](https://appcenter
2020
## Prerequisites
2121

2222
- Xcode 11 or above.
23-
- Minimum supported platforms: iOS 9, macOS 10.9, tvOS 9, Mac Catalyst 13.0.
23+
- Minimum supported platforms: iOS 11, macOS 10.9, tvOS 11, Mac Catalyst 13.0.
2424

2525
## Decoding Crash Reports
2626

0 commit comments

Comments
 (0)