gpt4 book ai didi

macos - 使用shell脚本编辑plist文件

转载 作者:行者123 更新时间:2023-12-03 12:05:40 25 4
gpt4 key购买 nike

我使用 pkgbuild 创建了一个默认的组件属性列表文件。该文件如下所示:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList- 1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>BundleHasStrictIdentifier</key>
<true/>
<key>BundleIsRelocatable</key>
<true/>
<key>BundleIsVersionChecked</key>
<true/>
<key>BundleOverwriteAction</key>
<string>upgrade</string>
<key>RootRelativeBundlePath</key>
<string>MyApp.app</string>
</dict>
</array>
</plist>

我想使用 shell 脚本修改这个文件。我尝试使用 默认写入 但它没有做任何事情。

有什么方法可以做到?(例如:我想将 BundleIsRelocatable 设置为 false)

最佳答案

还:

plutil -replace BundleIsRelocatable -bool false plistfilename.plist

关于macos - 使用shell脚本编辑plist文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26201821/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com