Releases: g-Off/XcodeProject
Releases · g-Off/XcodeProject
Swift Package Manager version fix
0.5.0: Merge pull request #11 from g-Off/xcode-11
adding support for xcode 11 and swift package dependencies
0.5.0-alpha.5
missed encoding a PBXObject
0.5.0-alpha.4: Merge pull request #10 from g-Off/custom-encoder
switching the encoding to being object version aware
0.5.0-alpha.3: Merge pull request #9 from g-Off/add-missing-duplicates
remove references that are duplicates and are not referenced by build files
0.5.0-alpha.2
~ characters need to be quoted
0.5.0-alpha.1
Swift 5
0.4.0
0.3.1: Merge pull request #6 from g-Off/xcode-9.3
Xcode 9.3 support
Going Public
- Load and parse Xcode Projects and Workspaces.
- Save Xcode Projects and Workspaces. Saving an unmodified input project should result in no actual changes!
- Perform some basic operations on a project, such as:
- Sorting a group (recursively if desired)
- Adding new groups, removing groups, adding new files, adding files to a build phase
- Perform a sync operation on a group (recursively). This will add any files on the filesystem to the group and remove files no longer on the filesystem from the group
- And much much more! (probably)