Create Go language bindings for Objective-C.
Go to file
Greg cccbfbbc00 Autorelease all objective-C objects constructed using "alloc".
Clean up type-related comments in generated code. Do not use
pointers to Go interfaces as receivers, use pointer to Id instead.
2019-05-09 08:52:35 -04:00
ast Improve type handling for enums. Handle "__kindof" qualifiers. 2019-05-06 13:21:36 -04:00
cmd/nswrap Return Golang bools from Objective-C functions that return BOOL. 2019-05-06 09:00:38 -04:00
examples Autorelease all objective-C objects constructed using "alloc". 2019-05-09 08:52:35 -04:00
types Autorelease all objective-C objects constructed using "alloc". 2019-05-09 08:52:35 -04:00
wrap Autorelease all objective-C objects constructed using "alloc". 2019-05-09 08:52:35 -04:00
.gitignore Improve type handling for enums. Handle "__kindof" qualifiers. 2019-05-06 13:21:36 -04:00