XCConfig

main

xcconfig file parsing and evaluation
mattmassicotte/XCConfig

Build Status Platforms

XCConfig

xcconfig file parsing and evaluation

This kinda works, but is quite limited.

Integration

dependencies: [
    .package(url: "https://github.com/mattmassicotte/XCConfig", branch: "main")
]

Usage

import XCConfig

let input = """
HELLO = world
"""

let output = Parser().parse(input)

Alternatives

Contributing and Collaboration

I'd love to hear from you! Get in touch via mastodon, an issue, or a pull request.

I prefer collaboration, and would love to find ways to work together if you have a similar project.

I prefer indentation with tabs for improved accessibility. But, I'd rather you use the system you want and make a PR than hesitate because of whitespace.

By participating in this project you agree to abide by the Contributor Code of Conduct.

Description

  • Swift Tools 5.8.0
View More Packages from this Author

Dependencies

  • None
Last updated: Thu Apr 11 2024 17:35:40 GMT-0900 (Hawaii-Aleutian Daylight Time)