Closed L1ghtmann closed 11 months ago
See title
No
--help
sdk_platform
tbd_tool
[[ -x $tbd_tool ]]
command -v
realpath
readlink
printf
echo
Operating System: …
macOS 13
Platform: …
Target Platform: …
Toolchain Version: …
SDK Version: …
Thanks for merging these. I think this is easier to maintain going forward.
What does this implement/fix? Explain your changes.
See title
Does this close any currently open issues?
No
Any relevant logs, error output, etc?
Any other comments?
--help
for usage printsdk_platform
to distinguish between iOS and tvOS patched sdk creationtbd_tool
check to[[ -x $tbd_tool ]]
instead ofcommand -v
(which came up blank in all of my tests??)realpath
forreadlink
as the former doesn't appear to be available on stock OSX (?)printf
commands forecho
when extra newlines weren't requiredWhere has this been tested?
Operating System: …
macOS 13
Platform: …
Target Platform: …
Toolchain Version: …
SDK Version: …