OLD | NEW |
1 Protocol Buffers - Google's data interchange format | 1 Protocol Buffers - Google's data interchange format |
2 =================================================== | 2 =================================================== |
3 | 3 |
4 [](https
://travis-ci.org/google/protobuf) | 4 [](https
://travis-ci.org/google/protobuf) |
5 | 5 |
6 Copyright 2008 Google Inc. | 6 Copyright 2008 Google Inc. |
7 | 7 |
8 This directory contains the Objective C Protocol Buffers runtime library. | 8 This directory contains the Objective C Protocol Buffers runtime library. |
9 | 9 |
10 Requirements | 10 Requirements |
11 ------------ | 11 ------------ |
12 | 12 |
13 The Objective C implemention requires: | 13 The Objective C implementation requires: |
14 | 14 |
15 - Objective C 2.0 Runtime (32bit & 64bit iOS, 64bit OS X). | 15 - Objective C 2.0 Runtime (32bit & 64bit iOS, 64bit OS X). |
16 - Xcode 7.0 (or later). | 16 - Xcode 7.0 (or later). |
17 - The library code does *not* use ARC (for performance reasons), but it all can | 17 - The library code does *not* use ARC (for performance reasons), but it all can |
18 be called from ARC code. | 18 be called from ARC code. |
19 | 19 |
20 Installation | 20 Installation |
21 ------------ | 21 ------------ |
22 | 22 |
23 The full distribution pulled from github includes the sources for both the | 23 The full distribution pulled from github includes the sources for both the |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 changes. Passing `-h` to the script will show the addition options that could | 143 changes. Passing `-h` to the script will show the addition options that could |
144 be useful. | 144 be useful. |
145 | 145 |
146 Documentation | 146 Documentation |
147 ------------- | 147 ------------- |
148 | 148 |
149 The complete documentation for Protocol Buffers is available via the | 149 The complete documentation for Protocol Buffers is available via the |
150 web at: | 150 web at: |
151 | 151 |
152 https://developers.google.com/protocol-buffers/ | 152 https://developers.google.com/protocol-buffers/ |
OLD | NEW |