我想编写一个始终引用正确版本的Application Loader的脚本。我打算使用Altool to automatically load the app into the App Store
在该文件中说:
要在上传前验证您的构建或自动将有效构建上传到App Store,您可以在持续集成系统中包含altool。 altool位于Application Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Versions/A/Support/文件夹中。
我在
中看到了ALTool捆绑工具的实例有什么区别?
为什么文档会引用“a”?
答案 0 :(得分:0)
Current
是指向A
的软链接。从理论上讲,可能会有B
,C
等,而Current
会指向"当前"版本
通常,请通过Current
获取当前版本。浏览A
(或其中一个)以获取该特定版本。