-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Apple binaries from the repo #67
Comments
@slouken |
That's an interesting idea. Can you create an xcframework of stubs? |
No idea. |
Don't know about xcframework thingies, but running $ tapi --help
OVERVIEW: Text-based Stubs Tool
USAGE: tapi [--version][--help]
tapi <command> [<args>]
Commands:
archive Merge or thin text-based stub files
stubify Create a text-based stub file from a library
installapi Create a text-based stub file by scanning the header files
reexport Create a linker reexport file by scanning the header files
See 'tapi <command> --help' to read more about a specific command.
$ tapi stubify --help
OVERVIEW: Text-based Stubs Tool
USAGE: tapi stubify
OPTIONS:
--delete-input-file Delete input file on success
--delete-private-frameworks
Delete private frameworks from the SDK
--filetype=<value> Specify the output file type (tbd-v1, tbd-v2, or tbd-v3)
-F <value> Add directory to framework include search path
-help Display this help message
-iframework <value> Add directory to SYSTEM framework search path
--inline-private-frameworks
Inline private frameworks
-isysroot <dir> Set the system root directory (usually /)
--load-snapshot=<dir> Specify the snapshot input directory
-L <value> Add directory to the library search path
--no-uuids Don't record the UUIDs from the library in the text-based stub file
-o <file> Write output to <file>
--set-installapi-flag Set the installapi flag in the text-based stub file
--snapshot-dir=<dir> Specify the snapshot output directory
--snapshot-use-own-resource-dir
Use our own resource directory
--snapshot Force creation of a snapshot
-version Display the version |
There are some large binaries in the
Xcode
directory, e.g. https://github.com/libsdl-org/SDL_net/blob/main/Xcode/iOS/SDL2.framework/SDL2I guess they were added to Git by mistake?
The text was updated successfully, but these errors were encountered: