Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/netguru/xcconfigs

Collection of common Xcode configuration files. :hammer_and_wrench:
https://github.com/netguru/xcconfigs

ios macos tvos watchos xcconfig

Last synced: 4 days ago
JSON representation

Collection of common Xcode configuration files. :hammer_and_wrench:

Awesome Lists containing this project

README

        

# xcconfigs

![](https://img.shields.io/badge/xcode-13.0-green.svg)
[![](https://img.shields.io/github/release/netguru/xcconfigs.svg)](https://github.com/netguru/xcconfigs/releases)
[![](https://img.shields.io/github/license/netguru/xcconfigs.svg)](LICENSE.md)

This is a collection of common Xcode build configuration files.

## Requirements

The latest stable version of `xcconfigs` is compatible with **Xcode 13.0**.

## Documentation

Documentation, tutorials and how-to's are available in [Documentation](Documentation) folder.

## Installation

### Carthage

The preferred way of installing `xcconfigs` is using [Carthage](https://github.com/Carthage/Carthage):

```none
github "netguru/xcconfigs" {version}
```

### Submodule

You may also install `xcconfigs` as a git submodule:

```bash
git submodule add https://github.com/netguru/xcconfigs.git {path}
git submodule update --init --recursive
```

## Roadmap

#### Version 0.x

The main focus of these releases will be fixing issues encountered when integrating `xcconfigs` and making sure they stay up-to-date with recommended settings as new Xcode versions are released.

## About

This project was made with ♡ by [Netguru](https://netguru.com).

### License

This project is licensed under **MIT License**. See [LICENSE.md](LICENSE.md) for more info.