XcodeGraph

0.6.0

፨ A Swift Package with data structures to model Xcode workspaces and projects
tuist/XcodeGraph

What's New

0.6.0

2024-06-21T14:59:01Z

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

፨ XcodeGraph

XcodeGraph is a Swift Package that contains data structures to model an Xcode projects graph. It was initially developed as part of Tuist and extracted to be Tuist-agnostic.

Note

We extracted the graph data structures from Tuist to commoditize them and make them available to other projects that might need to model and generate Xcode projects.

Installation

To install XcodeGraph, you can add it to your project or package's Package.swift:

let package = Package(
    dependencies: [
        .package(url: "https://github.com/tuist/XcodeGraph.git", .upToNextMajor(from: "0.1.0")),
    ],
)

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Wed Sep 04 2024 21:52:41 GMT-0900 (Hawaii-Aleutian Daylight Time)