Releases: xbase-lab/xcodeproj
Releases · xbase-lab/xcodeproj
v0.2.12
[0.2.9] - 2022-06-21
Features
(Pbxproj)
Skip printing objects
Refactor
(General)
Only create via xcodeproj_folder
v0.2.11
[0.2.9] - 2022-06-21
Features
(Pbxproj)
Skip printing objects
Refactor
(General)
Only create via xcodeproj_folder
v0.2.10
v0.2.9
[0.2.9] - 2022-06-21
Features
(Pbxproj)
Skip printing objects
Refactor
(General)
Only create via xcodeproj_folder
v0.2.8
[0.2.8] - 2022-06-19
Features
(Target)
Got the extra mile to find sdkroot(Xcodeproj)
Expose root and set name(Xcodeproj)
Create from project root(General)
Helper function to generate hashmap of target names and platform
Refactor
(Target)
Replace sdkroots with platform
v0.2.7
v0.2.6
v0.2.5
v0.2.4
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