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

Sync #1

Merged
merged 115 commits into from
Sep 29, 2016
Merged

Sync #1

merged 115 commits into from
Sep 29, 2016

Conversation

hardikdevios
Copy link
Owner

No description provided.

atomicbird and others added 30 commits April 28, 2015 20:57
… superentity with a custom class, to handle Swift rules for including "override" in method declarations.
…l not be inserted for class methods of top-level entities unless the new template var "overrideBaseClass" is used.
Xcode omits the optional attribute in its XML model output if
it is set to not-optional, but `NSPropertyDescription.optional`
defaults to YES.
To be on the safe side I decided to treat all Booleans the same.
Currenlty only optional was affected, because it's the only
attribute which default is YES.

That should fix issue #286
Support for additionalHeaderFileName on Feature/swift12
Add quotes around calls to `Dir.pwd` so that tests run if the path contains spaces.
Adds support for ordered relationships.
Fix swift template for ordered relationships.
…d of TMPDIR. TMPDIR is not well-defined, but DERIVED_FILE_DIR is during an Xcode build. Also, make sure paths are quoted.
justin and others added 29 commits March 25, 2016 10:36
I noticed this change while reviewing the changes in my generated files for mogenerator 1.30.
Add space between property type and name.
[FIX] Only use `@import` if supported (which Objective-C++ does not). [issue 325](#325) ([Samuel Bichsel](https://github.com/melbic))
Because NSEntityDescription#entityForName:inManagedObjectContext: is
nullable
If, during CoreDataGeneratedAccessors, a relationship property is null,
fall back to a newly instantiated NSOrderedSet.
[CHANGE] Add `nullable` to `+ entityInManagedObjectContext:` to pass `-Wnullable-to-nonnull-conversion`. ([Ibrahim Sha'ath](#337))
[CHANGE] In the machine implementation of the collection properties (`insertObject:inFOOAtIndex:`, `removeObjectFromFOOAtIndex:`, `insertFOO:atIndexes:`, `removeFOOtIndexes:`, `replaceObjectInFOOAtIndex:withObject:`, `replaceFOOAtIndexes:withFOO:`) supply `+[NSMutableOrderedSet orderedSetWithOrderedSet:]` with an empty set instead of nil to to naively pass `-Wnullable-to-nonnull-conversion`. ([Ibrahim Sha'ath](#338))
A defined attribute can be nullable, so the getter and setter of the primitive should consider nullable
@hardikdevios hardikdevios merged commit 050ab4f into hardikdevios:master Sep 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet