Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Side by Side Diff: third_party/protobuf/objectivec/README.md

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Protocol Buffers - Google's data interchange format 1 Protocol Buffers - Google's data interchange format
2 =================================================== 2 ===================================================
3 3
4 [![Build Status](https://travis-ci.org/google/protobuf.svg?branch=master)](https ://travis-ci.org/google/protobuf) 4 [![Build Status](https://travis-ci.org/google/protobuf.svg?branch=master)](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
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/
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698