Change naming scheme too match GitHub XCodes
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 4.8k
- Forks
- 182
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
Currently the versions installed follow the naming scheme:
"/Applications/Xcode-15.0.1.app"
but on GitHub the Naming Scheme is:
"/Applications/Xcode**_**15.0.1.app"
See:
https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
Could we change the scheme to match that?
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
Start by locating the code that determines the installed Xcode application path, then compare its current naming with the Xcode naming scheme in the linked GitHub Actions runner-images README. Done means newly installed versions use the underscore form, such as /Applications/Xcode_15.0.1.app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100