Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Inspiration:
http://www.kotancode.com/2012/10/14/using-google-protocol-buffers-in-objective-c-on-ios-and-the-mac/

It is just original Google Protocol Buffers 2.4.1 C++ code, without test classes.
Work on XCode5 for iOS7.
Work on Xcode5 for iOS7.
For iOS 6.1 you need to change config.h to include `<tr1/unordered_map`> instead of `<unordered_map`> and change namespace to
tr1::unordered_map. I could not find the way to check iOS version by some defines, so there should be some custom in a projekt.
If you need support for iOS 6.1 or earlier, create a pull request or let me know.