iOS13 PostFix #7: bindings for ios13.2
23 Dec 2019 | binding bro-gen postfixThis post continues the series of fixes discovered during compilation of CocoaTouch library and improvements to compiler.
PostFix #7: iOS 13.2 bindings
While things being fixes iOS 13.2 is already in wild. This postfix delivers:
- changes to support new api;
- fixes in javadoc;
- fixes to structures that have to be annotated as packed.
Code is delivered as PR441
Other postfixes:
- PostFix #1: Generic class arguments and @Block parameters
- PostFix #2: Adding support for non-static @Bridge method in enums classes
- PostFix #3: Support for @Block member in structs
- PostFix #4: Compilation failed on @Bridge annotate covariant return synthetic method
- PostFix #5: Support for Struct.offsetOf in structs
- PostFix #6: Fixes to Network framework bindings
- PostFix #8: workaround for missing objc classes(ObjCClassNotFoundException)
- PostFix #9: experimental and formal bitcode support
- PostFix #10: glkit – missing functions (static inline now)
Comments