Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install page references outdated Xcode version as latest #493

Closed
dempseyatgithub opened this issue Jan 25, 2024 · 0 comments · Fixed by #495
Closed

Install page references outdated Xcode version as latest #493

dempseyatgithub opened this issue Jan 25, 2024 · 0 comments · Fixed by #495
Assignees
Labels
bug Something isn't working

Comments

@dempseyatgithub
Copy link
Contributor

From feedback on the top navigation changes on the forums: https://forums.swift.org/t/navigation-improvements-to-swift-org/69586/6

The install page at https://www.swift.org/install/ has the text:

"Download Xcode 15.1 which contains the latest Swift release."

But Xcode 15.2 has been released.

It probably isn't necessary to refer to the exact version of Xcode on the page, since the link to the Mac App Store will note the current version.

Would probably make sense to reword to something like:
"Download the current version of Xcode which contains the latest Swift release."

@dempseyatgithub dempseyatgithub added the bug Something isn't working label Jan 25, 2024
dempseyatgithub added a commit to dempseyatgithub/swift-org-website that referenced this issue Jan 25, 2024
The Xcode version is read from the last entry of swift_releases.yml.
Multiple Xcode versions can ship with the same Swift version, so
the Xcode version displayed can be out of date.

The exact Xcode version is not very important to display on the page.
So, instead of creating and maintaining an Xcode version data file,
the text changes to say 'current version'.

Since the user will clicking through to the Mac App Store, they will
see the correct version number on the app page in the store.

This fixes swiftlang#493.
@dempseyatgithub dempseyatgithub self-assigned this Jan 25, 2024
dempseyatgithub added a commit that referenced this issue Jan 26, 2024
* Use 'current version' instead of specific Xcode version

The Xcode version is read from the last entry of swift_releases.yml.
Multiple Xcode versions can ship with the same Swift version, so
the Xcode version displayed can be out of date.

The exact Xcode version is not very important to display on the page.
So, instead of creating and maintaining an Xcode version data file,
the text changes to say 'current version'.

Since the user will clicking through to the Mac App Store, they will
see the correct version number on the app page in the store.

This fixes #493.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant