v0.2.3
[0.2.3] - 2022-06-17
Features
(Pbxproj)
PBXProject helper methods(Pbxproj)
Add swift package(Pbxproj)
Generate md5 hash(Pbxproj)
More collection object getters(Pbxproj)
Auto set fs_reference parent(Pbxproj)
Get full path for a group or file(Pbxproj)
Get file by name or path(Pbxproj)
Add file(Pbxproj)
Add build file in add_file(Pbxproj)
Add extra helper methods to Root Object
Bug Fixes
(Pbxproj)
Missing object's member build phase(General)
Broken doc links
Refactor
(Pbxproj)
Move some query logic to collection(Pbxproj)
Root object no more deref to objects(Pbxproj)
Abstract PBXFileReference & PBX*Group into one type(Pbxproj)
Get full_path returns result(Pbxproj)
Move full_path fn to another file(General)
Move pbxproj tests out of meta