Skip to content

Releases: yulingtianxia/pbxprojHelper

Fix Bugs.

07 Jun 10:37
Compare
Choose a tag to compare

Fix array content.

Fix bugs

05 Jun 14:34
Compare
Choose a tag to compare

Fix array diff.

Fix bugs.

26 Sep 15:43
Compare
Choose a tag to compare

Fix command line tool bug. Issue:#12

Optimize the user experience

17 Nov 16:00
Compare
Choose a tag to compare
  1. Matching the corresponding JSON file
  2. Fix permission of accessing files.

Change Revert Button Function

09 Nov 15:52
Compare
Choose a tag to compare

"Revert" is a reverse operation of "Apply". It doesn't use backups anymore!

choosing history project file path supported!

12 Nov 17:51
Compare
Choose a tag to compare
1.1.3

remove unused action from sb

Bug fixed

21 Oct 13:35
Compare
Choose a tag to compare

When you click "Apply" button, pbxprojHelper will read data from files again. This behavior is important.

Bug fix

05 Oct 19:09
Compare
Choose a tag to compare
  1. fix bug
  2. add travis ci
  3. support swift package
  4. update readme

Add Command Line Tool

05 Oct 06:58
Compare
Choose a tag to compare

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

03 Oct 06:04
Compare
Choose a tag to compare

Finish base funtions.