Skip to content

Commit c1dbee6

Browse files
committed
.proto.h & .proto.m file compile error #24
1 parent e71ad24 commit c1dbee6

69 files changed

Lines changed: 23732 additions & 23705 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ before_install:
33
- brew update
44
- brew unlink xctool
55
- brew install xctool --HEAD
6-
- brew install automake
76
- brew install protobuf
87
- ./build.sh
98
- ./travis/travis.sh

ProtocolBuffers.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ProtocolBuffers"
3-
s.version = "1.9.3"
3+
s.version = "1.9.4"
44
s.summary = "Protocol Buffers for Objective-C"
55
s.description = <<-DESC
66
An implementation of Protocol Buffers 2.6 in Objective C.
@@ -41,7 +41,7 @@ Pod::Spec.new do |s|
4141
s.authors = { "Alexey Khokhlov" => "alexeyxo@gmail.com" }
4242

4343
s.source = {
44-
:git => "https://github.com/alexeyxo/protobuf-objc.git", :tag => "1.9.3"
44+
:git => "https://github.com/alexeyxo/protobuf-objc.git", :tag => "1.9.4"
4545
}
4646
s.header_dir = "ProtocolBuffers"
4747
s.source_files = 'src/runtime/Classes/*.{h,m}'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ How To Install Protobuf
3434

3535
8.`cd <your .xcodeproj directory>`
3636

37-
9.`echo -e "platform :ios , 6.0 \nlink_with '<YourAppTarget>', '<YourAppTarget_Test>' \npod 'ProtocolBuffers', '1.9.3' " > Podfile`
37+
9.`echo -e "platform :ios , 6.0 \nlink_with '<YourAppTarget>', '<YourAppTarget_Test>' \npod 'ProtocolBuffers', '1.9.4' " > Podfile`
3838

3939
10.`pod install`
4040

src/compiler/Tests/Descriptor.pb.h

Lines changed: 23 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)