Skip to content

Commit

Permalink
Merge pull request #6 from toshi0383/readme
Browse files Browse the repository at this point in the history
Improve documentation
  • Loading branch information
toshi0383 authored Apr 29, 2017
2 parents 2d12895 + 9d2fc00 commit 9dc40dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ Refactor target's buildSettings into xcconfigs with one shot🚀

# Usage

```
```bash
$ xcconfig-extractor /path/to/Your.xcodeproj Configurations
```

This will create xcconfig files under `Configuration` dir. Configurations are removed from `buildSettings` section of pbxproj.

Currently you have to add xcconfigs to your project manually.
Make sure you setup each configurations correctly on Xcode.

![xcode's general tab](images/xcode-configuration-sample.png)

# Available Options
```
```bash
Options:
--no-trim-duplicates [default: false] - Don't extract duplicated lines to common xcconfig files, simply map each buildSettings to one file.
--no-edit-pbxproj [default: false] - Do not modify pbxproj.
Expand Down
Binary file added images/xcode-configuration-sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9dc40dd

Please sign in to comment.