我正在使用 XCode 构建一个 iPhone 应用程序,我想以与下面显示的 XCode 构建步骤相同的方式在外部处理 info plist 文件
Processing /Users/kte/Projects/build/Debug-iphonesimulator/TestAppGen.app/Info.plist TestAppGen-Info.plist
mkdir /Users/kte/Projects/build/Debug-iphonesimulator/TestAppGen.app
cd /Users/kte/Projects/TestAppGen
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
<com.apple.tools.info-plist-utility> TestAppGen-Info.plist -genpkginfo /Users/kte/Projects/build/Debug-iphonesimulator/TestAppGen.app/PkgInfo -expandbuildsettings -format xml -o /Users/kte/Projects/build/Debug-iphonesimulator/TestAppGen.app/Info.plist
构建日志的这段摘录引用了一个 com.apple.tools.info-plist-utility,它是我从网络上的各种来源收集的,是一个内部 XCode 实用程序。
是否可以从命令行运行 com.apple.tools.info-plist-utility?