mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
0328fa03e7
* Allow messages applications to skip the compile sources phase By default, simple iOS sticker packs created in Xcode do not include a compile sources phase. This change will allow messages applications with an empty list of sources to skip that phase entirely. * Add support for launchAutomaticallySubstyle in run schemes This is especially important for simple iOS sticker packs that require this run scheme setting to be set to 2 in order to run the scheme properly.
11 lines
747 B
Markdown
11 lines
747 B
Markdown
# Examples
|
|
|
|
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)
|
|
- [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)
|
|
- [atelier-socle/FrameworkRepositoryTemplate](https://github.com/atelier-socle/FrameworkRepositoryTemplate/blob/master/project.yml)
|
|
- [scelis/XcodeGen-TestStickers](https://github.com/scelis/XcodeGen-TestStickers/blob/master/project.yml)
|