PbxprojHelper Versions Save

A macOS tool help you handling project.pbxproj files. Written in Swift 5!

1.2.3

3 years ago

Fix array content.

1.2.2

3 years ago

Fix array diff.

1.2.1

5 years ago

Fix command line tool bug. Issue:https://github.com/yulingtianxia/pbxprojHelper/issues/12

1.2.0

6 years ago
  1. Matching the corresponding JSON file
  2. Fix permission of accessing files.

1.1.4

6 years ago

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

1.1.3

7 years ago

1.1.2

7 years ago

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

1.1.1

7 years ago
  1. fix bug
  2. add travis ci
  3. support swift package
  4. update readme

1.1

7 years ago

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

1.0

7 years ago

Finish base funtions.