diff --git a/README.md b/README.md index d7c9ccc..d2223e1 100644 --- a/README.md +++ b/README.md @@ -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 ` instead of ` 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.