Releases: simonwagner/mergepbx
Releases · simonwagner/mergepbx
v0.10
v0.9
- Add support for
PBXHeadersBuildPhase
- Enable
--clean
by default - Fix no multiline mode for plist writer
v0.8
- 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
- Fixes crash when a build file does not have a fileRef attribute
v0.6
- 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
- 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
- Fixed encoding handling
v0.3
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