Revision 1383d53e67dac1d005fb3f8659e695b0be7e2718 authored by Thomas Van Lenten on 29 September 2015, 15:41:53 UTC, committed by Thomas Van Lenten on 29 September 2015, 21:18:09 UTC
- Move up to 8.4 as the high simulator (assuming Xcode 6.4).
- Add cast to NSMutableDictionary so clang and resolve the selector.
- Add case for the newer static analyzer so it won't trigger a false warning.
- Update the "dictionary" interface to use "object" naming. Xcode 7+ has gotten
  more strict on the use of nonnull/nullable; combining that with the generic
  collection support; and the "dictionary" classes we created now collide with
  what the generic KeyValueCoding in the system headers triggering
  warnings/errors. Fix this and hopefully all future issue by renaming the
  methods to use "object" for the classes that have data types as objects
  instead of PODs. Taking this renaming hit now while ObjC is still in beta
  because it is a breaking change for any existing code.
1 parent 0e5686a
History
File Mode Size
benchmarks
cmake
conformance
csharp
editors
examples
java
javanano
m4
more_tests
objectivec
protoc-artifacts
python
ruby
src
.gitignore -rw-r--r-- 1.9 KB
.travis.yml -rw-r--r-- 1.5 KB
BUILD -rw-r--r-- 19.5 KB
CHANGES.txt -rw-r--r-- 43.9 KB
CONTRIBUTORS.txt -rw-r--r-- 3.8 KB
INSTALL.txt -rw-r--r-- 9.3 KB
LICENSE -rw-r--r-- 2.1 KB
Makefile.am -rw-r--r-- 49.1 KB
Protobuf.podspec -rw-r--r-- 2.1 KB
README.md -rw-r--r-- 6.6 KB
WORKSPACE -rw-r--r-- 360 bytes
appveyor.bat -rw-r--r-- 799 bytes
appveyor.yml -rw-r--r-- 805 bytes
autogen.sh -rwxr-xr-x 983 bytes
configure.ac -rw-r--r-- 5.6 KB
generate_descriptor_proto.sh -rwxr-xr-x 3.1 KB
gmock.BUILD -rw-r--r-- 535 bytes
post_process_dist.sh -rwxr-xr-x 1.8 KB
protobuf-lite.pc.in -rw-r--r-- 298 bytes
protobuf.pc.in -rw-r--r-- 319 bytes
travis.sh -rwxr-xr-x 5.0 KB
update_file_lists.sh -rwxr-xr-x 5.9 KB

README.md

back to top