Xcode构建阶段运行脚本支持哪些类型的语言?

Xcode构建阶段运行脚本支持哪些类型的语言?,xcode,scripting,run-script,scripting-languages,Xcode,Scripting,Run Script,Scripting Languages,我不熟悉脚本,但我需要学习它,以便在Xcode项目的构建阶段运行脚本 我可以在那里写什么类型的脚本?支持哪些类型的语言?有没有一种脚本语言比其他语言更容易学习 只是想在这里找到一个正确的方向 非常感谢。正确的答案可能是:“一个可以在MacOS附带的任何shell中运行的脚本” 在我的山狮机器上,我看到: [/]:; more /etc/shells # List of acceptable shells for chpass(1). # Ftpd will not allow users to

我不熟悉脚本,但我需要学习它,以便在Xcode项目的构建阶段运行脚本

我可以在那里写什么类型的脚本?支持哪些类型的语言?有没有一种脚本语言比其他语言更容易学习

只是想在这里找到一个正确的方向


非常感谢。

正确的答案可能是:“一个可以在MacOS附带的任何shell中运行的脚本”

在我的山狮机器上,我看到:

[/]:; more /etc/shells
# List of acceptable shells for chpass(1).
# Ftpd will not allow users to connect who are not using
# one of these shells.

/bin/bash
/bin/csh
/bin/ksh
/bin/sh
/bin/tcsh
/bin/zsh
创建构建脚本时,可以在“运行脚本”面板的“shell”字段中指定所需的shell。看起来是这样的: