mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2024-11-10 14:51:04 +03:00
Merge pull request #804 from innocarpe/patch-1
Fix typo on Carthage from Usage.md
This commit is contained in:
commit
b26b1597c8
@ -122,7 +122,7 @@ By default these all have to be listed if you want to link and use them:
|
||||
```yml
|
||||
targets:
|
||||
App:
|
||||
frameworks:
|
||||
dependencies:
|
||||
- carthage: ReactiveCocoa
|
||||
- carthage: ReactiveMapKit
|
||||
```
|
||||
@ -134,7 +134,7 @@ options:
|
||||
findCarthageFrameworks: true
|
||||
targets:
|
||||
App:
|
||||
frameworks:
|
||||
dependencies:
|
||||
- carthage: ReactiveCocoa # will find ReactiveMapKit as well
|
||||
- carthage: OtherCarthageDependency
|
||||
findFrameworks: false # disables the global option
|
||||
|
Loading…
Reference in New Issue
Block a user