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

[SwiftPM] Fix target with invalid name #142

Merged
merged 3 commits into from
Nov 10, 2023
Merged

[SwiftPM] Fix target with invalid name #142

merged 3 commits into from
Nov 10, 2023

Conversation

ncooke3
Copy link
Member

@ncooke3 ncooke3 commented Nov 10, 2023

Underscore in target name should instead be a dash.

Fixes #140

CHANGELOG.md Outdated Show resolved Hide resolved
@ncooke3
Copy link
Member Author

ncooke3 commented Nov 10, 2023

In terms of a regression test, I could add a check within the Package.swift that checks that all target names have the correct character set. This could be added to our other Package.swifts like the Firebase one.

This issue doesn't happen often though, so I'm unsure if it's worth it. WDYT?

@ncooke3 ncooke3 requested a review from paulb777 November 10, 2023 18:35
@ncooke3 ncooke3 merged commit bc27fad into main Nov 10, 2023
12 of 13 checks passed
@ncooke3 ncooke3 deleted the nc-140 branch November 10, 2023 18:38
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.

issue with Third_party-IsAppEncrypted dependencies name
3 participants