From c6c8e89682bcdce733ab3a09332dd1b4abb386cc Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sun, 18 Sep 2016 13:00:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54ca1a6..6bd9566 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You must build the OpenSSL-Libraries before running the sample with: This repository contains an iOS 10.0 Xcode Project which uses the OpenSSL Libraries. The examples uses the MD5 or SHA256-algorithm to calculate an md5 or sha256 hash from an UITextfield. ## System support -**iOS 7.0 - iOS 10.0 (i386, x86_64, armv7, armv7s, armv64, bitcode) and tvOS are currently supported.** +**iOS 7.0 - iOS 10.0 (i386, x86_64, armv7, armv7s, armv64, bitcode) and tvOS 9.2 - tvOS 10.0 (x86_64, arm64, bitcode) are currently supported.** For iOS < 7.0 you must use Xcode < 7 and an older version of the build script.