Skip to content

Releases: simonwagner/mergepbx

v0.10

03 Jul 19:25
Compare
Choose a tag to compare
  • fix problems with whitespaces in path
  • fix crash when missing fileRef in clean up phase

v0.9

24 Mar 00:01
Compare
Choose a tag to compare
  • Add support for PBXHeadersBuildPhase
  • Enable --clean by default
  • Fix no multiline mode for plist writer

v0.8

25 Feb 23:16
Compare
Choose a tag to compare
  • 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

31 Jan 14:33
Compare
Choose a tag to compare
  • Fixes crash when a build file does not have a fileRef attribute

v0.6

02 Oct 15:28
Compare
Choose a tag to compare
  • 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

08 Feb 15:13
Compare
Choose a tag to compare
  • 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

07 Feb 15:22
Compare
Choose a tag to compare
  • Fixed encoding handling

v0.3

18 Jan 22:08
Compare
Choose a tag to compare

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