Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/netguru/xcconfigs
- Owner: netguru
- License: mit
- Created: 2017-03-24T09:04:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T08:04:44.000Z (about 3 years ago)
- Last Synced: 2024-10-28T12:55:23.144Z (17 days ago)
- Topics: ios, macos, tvos, watchos, xcconfig
- Homepage:
- Size: 2.77 MB
- Stars: 14
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.