From 02ca10662bccb085e14cc31bcb409135a54b6010 Mon Sep 17 00:00:00 2001 From: Vincent Lussenburg Date: Fri, 22 Oct 2021 02:24:37 -0600 Subject: [PATCH] Document what our minimal SDKs are (#57) * Update README.md * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1772fbf..e3e6a9e2 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { * exception metadata, * thread metadata, * process metadata. -* Supports iOS, macOS and tvOS platforms. +* Supports iOS, macOS and tvOS platforms ([minimum supported platforms](https://github.com/backtrace-labs/plcrashreporter#prerequisites)). * Swift first protocol-oriented framework. # Installation