xcodeproj 0.3.0

xcodeproj reader and parser.
Documentation
mod build;
mod project;
mod swift_package;
mod target;

mod collection;
mod container_item_proxy;
mod fs;
mod kind;
mod product_type;

pub use fs::*;
pub use kind::*;
pub use product_type::*;

pub use build::*;
pub use container_item_proxy::*;
pub use project::*;

pub use swift_package::*;
pub use target::*;

pub use collection::*;