Skip to content

Instantly share code, notes, and snippets.

@xiangyuan
Created November 2, 2012 09:53
Show Gist options
  • Select an option

  • Save xiangyuan/3999851 to your computer and use it in GitHub Desktop.

Select an option

Save xiangyuan/3999851 to your computer and use it in GitHub Desktop.
mac下一个处理plist文件的工具
mac下一个处理plist文件的工具位于
/usr/libexec/PlistBuddy 工具
查看plist文件中的某一项内容时就可以
/usr/libexec/PlistBuddy -c print:CFBundleShortVersionString plistname
就可以打印出相印工程的版本号
zip options archive inpath inpath ...
zip -r 文件夹
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment