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

swift: fix warning about executableTarget #531

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Conversation

jonreid
Copy link
Contributor

@jonreid jonreid commented Mar 18, 2024

READ ME BEFORE SUBMITTING A PR

Please do not submit a PR with your solution to the Gilded Rose Kata. This repo is intended to be used as a starting point for the kata.

  • I acknowledge that this PR is not a solution to the Gilded Rose Kata, but an improvement to the template.

Please provide your PR description below this line

Fixes warning due to changes in Swift. The warning says:

'GildedRoseApp' was identified as an executable target given the presence of a 'main.swift' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'

@codecop codecop merged commit ed01c66 into emilybache:main Mar 18, 2024
1 check passed
@codecop
Copy link
Collaborator

codecop commented Mar 18, 2024

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants