XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

A Swift command line tool for generating your Xcode project

Results 246 XcodeGen issues
Sort by recently updated
recently updated
newest added

## Background - In my current work project, we have around 55 targets being generated using Xcodegen. Out of which 24 targets are targets with no dependency on any other...

To track diffs related to extension kit extensions, we need to add a new fixture project which runs with Xcode 14 for extension Kit extension. Because GitHub Actions don't support...

I am trying to add App Intents to our app (**not** in an App Intents Extension, so it is not related to ). I am working with Xcode 14 beta...

moved from https://github.com/yonaskolb/XcodeGen/pull/682 ## Implementation status - [x] Write Project to a yaml file - [x] Generate Project from XcodeProj - roughly done - some project settings are not treated...

From this issue https://github.com/yonaskolb/XcodeGen/issues/937, we need some way to hide/show `Scheme`. By recent addition to `tuist's xcodeproj` https://github.com/tuist/XcodeProj/pull/565, we are now able to create `XCSchemeManagement`. to handle this, I am...

Hello all, I was looking for a way to be able to source a local `.env` file from within the `project.yml` so that it doesn't need to be done on...

Hi, Whenever I delete + regenerate a project it seems to default to a random scheme/simulator target. Is there a way to set a "default" simulator and/or scheme? I've been...

Is there a way to set no group for a local package? At the moment there's the `group` option for local packages and [`localPackagesGroup`](https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#local-package), but neither can be set to...

One of steps to configure project with additional options regarding memory management. Trying to partly resolve #325

I am trying to get [config files](https://github.com/yonaskolb/XcodeGen/blob/master/Docs/ProjectSpec.md#config-files) to work. I want to use `EXCLUDED_SOURCE_FILE_NAMES` as mentioned in [this issue](https://github.com/yonaskolb/XcodeGen/issues/1152). For some reason, no matter what I do, it doesn't work....