xcode-tools:苹果xcode cmdline工具的开源重新实现

时间:2021-07-05 20:47:56
【文件属性】:
文件名称:xcode-tools:苹果xcode cmdline工具的开源重新实现
文件大小:23KB
文件格式:ZIP
更新时间:2021-07-05 20:47:56
C xcode 工具 Apple 命令行 xcode 实用程序的开源重新实现 当前实施的实用程序: xcrun xcode-选择 如何使用这些实用程序 xcode-选择: xcode-select 是一个简单的实用程序,用于指定 Developer 文件夹的位置。 什么是开发者文件夹? 为什么我们需要选择一个? Developer 文件夹是一个特殊文件夹,其中包含您的 SDK 及其关联的工具链。 通过选择 Developer 文件夹, xcrun工具将能够定位在 Developer 文件夹中找到的资源。 这个工具是如何工作的? 当您选择 Developer 文件夹时,它的绝对路径将写入名为~/.xcdev.dat的配置文件,供其他实用程序使用。 注意:不建议您直接修改此文件! 我如何使用这个工具? xcode-select 的功能几乎与 Apple 的 xcode-selec
【文件预览】:
xcode-tools-master
----Makefile(398B)
----xcode-select()
--------Makefile(416B)
--------xcode-select.c(6KB)
----scripts()
--------cpp.sh(77B)
--------cc.sh(74B)
--------Makefile(904B)
--------c++.sh(76B)
--------clang.sh(413B)
--------xcrun-tool.sh(271B)
----README.md(9KB)
----configs()
--------DarwinARMSDKSettings.info.ini(142B)
--------xcrun.ini(231B)
--------Makefile(574B)
--------DarwinARMToolchainSettings.info.ini(45B)
----xcrun()
--------Makefile(411B)
--------ini.h(4KB)
--------xcrun.c(33KB)
--------ini.c(6KB)

网友评论