Fix path to an example project spec (#1096)

The previous linked file (`project.yml`) doesn't exist anymore in RxUserDefaults. Instead, `Examples/CocoaPodExample.yml` is an example spec in RxUserDefaults.
This commit is contained in:
David
2021-06-27 14:23:48 +02:00
committed by GitHub
parent 81bd52be4b
commit ce051293de
+1 -1
View File
@@ -2,7 +2,7 @@
These are a bunch of real world examples of XcodeGen project specs. Feel free to add your own via PR.
- [num42/RxUserDefaults](https://github.com/num42/RxUserDefaults/blob/master/project.yml)
- [num42/RxUserDefaults](https://github.com/num42/RxUserDefaults/blob/master/Examples/CocoaPodsExample.yml)
- [toshi0383/Bitrise-iOS](https://github.com/toshi0383/Bitrise-iOS/blob/master/project.yml)
- [johndpope/swift-models](https://github.com/johndpope/swift-models/tree/stable/Inference)
- [atelier-socle/AppRepositoryTemplate](https://github.com/atelier-socle/AppRepositoryTemplate/blob/master/project.yml)