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

[Cocoa]pods do not necessarily contain swift files/artifacts #1937

Open
wagoodman opened this issue Jul 13, 2023 · 0 comments
Open

[Cocoa]pods do not necessarily contain swift files/artifacts #1937

wagoodman opened this issue Jul 13, 2023 · 0 comments
Labels
bug Something isn't working good-first-issue Good for newcomers

Comments

@wagoodman
Copy link
Contributor

wagoodman commented Jul 13, 2023

Today the cocoapod cataloger always denotes the language for contained packages as Swift

Language: pkg.Swift,
which is not accurate since Cocoa applications only require a language that runs on the objective-c runtime (e.g. objective-c, swift, RubyMotion). For this reason we should either remove the hard coded language specifier or try and detect which language is contained within the package.

We should additionally rename the switft package to objectivec or similar (up to suggestions here).

@wagoodman wagoodman added bug Something isn't working good-first-issue Good for newcomers labels Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good-first-issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant