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

Fix generation mangling when model entity has current module selected for name #384

Closed
wants to merge 3 commits into from

Conversation

johnclayton
Copy link

Summary of Changes

Remove the leading period from representedClassName when parsing NSEntityDescription as it signifies the user has selected the current module for scope. If this is left in the generated class names get mangled, but it is important for core data to have this information when going back and forth between a swift module and an ObjC module, such as happens when your model is in a swift framework.

Addresses

#339

@johnclayton
Copy link
Author

This behavior has been incorporated into master in other ways.

@johnclayton johnclayton closed this Dec 3, 2020
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