Mergepbx Versions Save

script for merging XCode project files in git

v0.10

7 years ago
  • fix problems with whitespaces in path
  • fix crash when missing fileRef in clean up phase

v0.9

9 years ago
  • Add support for PBXHeadersBuildPhase
  • Enable --clean by default
  • Fix no multiline mode for plist writer

v0.8

9 years ago
  • Added --clean parameter: When specified it will remove dangling file references from the merged project files. A warning is printed when that happens.

v0.7

9 years ago
  • Fixes crash when a build file does not have a fileRef attribute

v0.6

9 years ago
  • Can now read XML project files
  • Supports --dump FILE to create a copy of the files to be merged. This file can then be attached to issues, so that I can take a look at them.

v0.5

10 years ago
  • Fixed several problems with the encoding again
  • mergepbx supports several new arguments
    • -h for showing help
    • --debug for starting the debugger on exception (only works with the source version)
    • -o for writing the merged file to a specific location

v0.4

10 years ago
  • Fixed encoding handling

0.3

10 years ago

This is version 0.3 with several improvements:

  • Better support for encoding
  • Fix problems with the encoding of strings
  • Handles more project files
  • Several bug fixes
  • Better unit testing