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

public entities, optional import of base class module, and various Swift 1.2 fixes #280

Merged
merged 12 commits into from
Apr 29, 2015

Conversation

dave256
Copy link
Contributor

@dave256 dave256 commented Apr 28, 2015

@justin, I merged the current feature/swift12 branch with my fixes so this pull request should have just the changes I made and be "mergeable" into the feature/swift12 branch. let me know if you have any issues with it.

fritza and others added 10 commits December 7, 2014 17:02
if Swift custom base class is defined within a module (DDRCoreDataKit) in the example, then the flag
--base-class-import DDRCoreDataKit

will put
import DDRCoreDataKit after import CoreData in the machine generated Swift file
I think this is needed in case a custom subclass is defined within a separate Swift framework/module
there may be more, but these are the changes I found when having a fetch request specified in the model
dave256 added 2 commits April 28, 2015 13:54
minor cleanup of generated code from:
public
override
to:
public override
@atomicbird
Copy link
Collaborator

Thanks @dave256

atomicbird added a commit that referenced this pull request Apr 29, 2015
public entities, optional import of base class module, and various Swift 1.2 fixes
@atomicbird atomicbird merged commit c7417f6 into rentzsch:master Apr 29, 2015
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.

3 participants