Skip to content

Commit

Permalink
Changed fix for issue rentzsch#74 to only warn, and not exclude ‘type…
Browse files Browse the repository at this point in the history
…’ attributes

- Removed noninheritedAttributesSansType method
- Changed noninheritedAttributes method to warn upon ‘type’ attribute
  • Loading branch information
seanm committed Aug 26, 2015
1 parent bdb775c commit 2ef879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/machine.h.motemplate
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ extern const struct <$managedObjectClassName$>UserInfo {<$foreach UserInfo userI
<$endforeach do$>

@interface _<$managedObjectClassName$> (CoreDataGeneratedPrimitiveAccessors)
<$foreach Attribute noninheritedAttributesSansType do$>
<$foreach Attribute noninheritedAttributes do$>
<$if Attribute.hasDefinedAttributeType$>
- (<$Attribute.objectAttributeType$>)primitive<$Attribute.name.initialCapitalString$>;
- (void)setPrimitive<$Attribute.name.initialCapitalString$>:(<$Attribute.objectAttributeType$>)value;
Expand Down

0 comments on commit 2ef879a

Please sign in to comment.