yonaskolb / yonaskolb/XcodeGen
Missing (?) supportedDestinations deploymentTarget
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
First time trying to use supportedDestinations. This configuration in project.yml
targets:
AppName:
type: application
platform: auto
supportedDestinations: [macOS, iOS]
deploymentTarget:
macOS: 15.0
iOS: 18.0
dependencies:
...
Does not set any deployment targets in the generated pbxproj file. When I open the generated project in Xcode (testing with Xcode 26) the deployment target for both macOS and iOS are set to 26, not the desired values.
Am I doing something wrong? Is this a limitation of supportedDestinations? I've tried it both with and without setting platform: auto. No difference.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the shown project.yml configuration, then inspect how supportedDestinations and deploymentTarget are translated into the generated pbxproj. Verify the generated project settings for macOS and iOS, and consider the issue done when they use 15.0 and 18.0 instead of Xcode 26 defaults.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100