An Attempt To Recreate The darling-stub-gen Tool in Objective C
Go to file
Ariel Abreu 51f959f37e
Fix variable modifier usage
Putting `const` before `void*` makes it a non-const pointer to a const unknown; what we want is a const pointer to a non-const unknown.

Also, `extern static` is invalid.
2023-08-22 00:40:38 -04:00
darling-stub-gen.xcodeproj Add @executable_path to rpath 2023-08-22 00:34:17 -04:00
external Update .gitignore and submodule 2022-08-16 08:58:48 -07:00
include Keep track of whether C variables and functions are external 2023-08-22 00:37:28 -04:00
src Fix variable modifier usage 2023-08-22 00:40:38 -04:00
test Generate The Filename Using The "OBJC" Symbol Instead. Sort ObjC Results. Update Test Cases. 2022-12-31 18:48:52 -08:00
.gitignore Update .gitignore and submodule 2022-08-16 08:58:48 -07:00
.gitmodules Use forked repo from darlinghq 2022-02-02 21:50:55 -08:00