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

Improve Swift classes prefix #35

Merged
merged 2 commits into from
Jul 11, 2024
Merged

Improve Swift classes prefix #35

merged 2 commits into from
Jul 11, 2024

Conversation

Anigif
Copy link
Member

@Anigif Anigif commented Jul 11, 2024

Change prefix of classes when accessed from Swift as it was automatically set to the name of the module - and having stuff like LibraryTeam was a bit odd - SmsCoreTeam is much better.

I tried a lot of different things in order to achieve this, for instance using the -module-name arg, but that didn't work. Setting base name of framework didn't help either - this was the only thing I found to work.

Copy link

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@Anigif Anigif merged commit ba6b678 into main Jul 11, 2024
2 checks passed
@Anigif Anigif deleted the feature/ios-lib branch July 11, 2024 22:17
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.

1 participant