Created
November 2, 2012 09:53
-
-
Save xiangyuan/3999851 to your computer and use it in GitHub Desktop.
mac下一个处理plist文件的工具
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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