aboutsummaryrefslogtreecommitdiff
path: root/objectivec/README.md
diff options
context:
space:
mode:
authorSergio Campamá <kaipi@google.com>2018-06-05 15:14:19 -0400
committerThomas Van Lenten <thomasvl@google.com>2018-06-05 15:14:19 -0400
commit6933e2f499b8c2b3a318cc4dbceb83b88ab39b0e (patch)
tree4d8a9bb9fdb9a6a8721732c076aa09a975177fba /objectivec/README.md
parenta4d16ed886068c68dd84eeb2fc441a7435f515ab (diff)
downloadprotobuf-6933e2f499b8c2b3a318cc4dbceb83b88ab39b0e.tar.gz
protobuf-6933e2f499b8c2b3a318cc4dbceb83b88ab39b0e.tar.bz2
protobuf-6933e2f499b8c2b3a318cc4dbceb83b88ab39b0e.zip
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 110e7f55..21ac07d8 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.