Contents

mattmassicotte/xcconfig

xcconfig file parsing and evaluation

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.

[build status]: https://github.com/mattmassicotte/XCConfig/actions [build status badge]: https://github.com/mattmassicotte/XCConfig/workflows/CI/badge.svg [platforms]: https://swiftpackageindex.com/mattmassicotte/XCConfig [platforms badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmattmassicotte%2FXCConfig%2Fbadge%3Ftype%3Dplatforms

Package Metadata

Repository: mattmassicotte/xcconfig

Default branch: main

README: README.md