xcodeproj

Crates.ioxcodeproj
lib.rsxcodeproj
version0.3.0
sourcesrc
created_at2022-06-01 20:20:14.015961
updated_at2022-07-22 20:04:07.373321
descriptionxcodeproj reader and parser.
homepage
repositoryhttps://github.com/xbase-lab/xcodeproj
max_upload_size
id598415
size589,541
(kkharji)

documentation

README

XcodeProj

XcodeProj reader and writer.

Currently optimized for reading. please see docs for usage.

Milestones

  • parse *.xcodeproj through pest

  • parse pest ast to PBXRootObject, as an meaningful abstraction.

  • add helper methods to manipulate and read pbxproj objects.

  • write to *.xcodeproj filetype.

  • preserve comments and reduce git conflicts.

  • support reading XCWorkspace and XCScheme

Commit count: 81

cargo fmt