Added
- Added ability to pass in a
PBXObject
into thePBXProject.targetAttributes
dictionary, which will be encoded into its UUID. Can be used forTestTargetID
#333 by @yonaskolb.
Changed
- Changed
XCScheme.BuildableReference
init to makeblueprint
aPBXObject
and added asetBlueprint(:)
function #320 by @yonaskolb. - Bump AEXML version to 4.3.3 #310 by @pepibumur.
- Improves performance of object references #332 by @yonaskolb.
- Prefix reference with object type acronym. eg.
PBXFileReference
becomesFR_XXXXXXXXXXXXXXXXX
#332 by @yonaskolb. - Add
TEMP
prefix to temporary unfixed reference values #332 by @yonaskolb.
Fixed
- Fixed written order of scheme attributes in Swift 4.2 #325 and #331 by @yonaskolb and @drekka