Releases: yulingtianxia/pbxprojHelper
Releases · yulingtianxia/pbxprojHelper
Fix Bugs.
Fix bugs
Fix array diff.
Fix bugs.
Optimize the user experience
- Matching the corresponding JSON file
- Fix permission of accessing files.
Change Revert Button Function
"Revert" is a reverse operation of "Apply". It doesn't use backups anymore!
choosing history project file path supported!
1.1.3 remove unused action from sb
Bug fixed
When you click "Apply" button, pbxprojHelper will read data from files again. This behavior is important.
Bug fix
- fix bug
- add travis ci
- support swift package
- update readme
Add Command Line Tool
Now you can use pbxproj as a command line tool in terminal!
You should move pbxproj to /usr/local/bin/
, so you can execute pbxproj
command conveniently in terminal.
Here is the Usage:
Usage: pbxproj [command_option] file
Command options are (-convert is the default):
-compare modified_file -o path compare modified property list file with property list file and generate a json result at the given path
-apply json_file apply a json file on property list file
-revert revert property list file to latest backup
-convert rewrite property list files in xml format
First Publish
Finish base funtions.