aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/README.md
diff options
context:
space:
mode:
authorGravatar Sergio Campamá <kaipi@google.com>2018-06-05 15:14:19 -0400
committerGravatar Adam Cozzette <acozzette@google.com>2018-06-05 13:49:21 -0700
commita3f31bf0e2b74a5b29cbde36ee0d45937f76fda6 (patch)
treeca05210736f5396f02f49d046b0e01ea54a10f3d /objectivec/README.md
parent7e199b9e3501c2a34eeb28fd7eecde46086ad65f (diff)
Update code to work for Xcode 10b1 (#4729)
* Update code to work for Xcode 10b * Update README and test scripts to mention that Xcode 7 is no longer supported
Diffstat (limited to 'objectivec/README.md')
-rw-r--r--objectivec/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/README.md b/objectivec/README.md
index 469a61fb..a02df33f 100644
--- a/objectivec/README.md
+++ b/objectivec/README.md
@@ -13,7 +13,7 @@ Requirements
The Objective C implementation requires:
- Objective C 2.0 Runtime (32bit & 64bit iOS, 64bit OS X).
-- Xcode 7.0 (or later).
+- Xcode 8.0 (or later).
- The library code does *not* use ARC (for performance reasons), but it all can
be called from ARC code.