test/fixtures/Article.xcdatamodeld/Article.xcdatamodel/contents in ruby-xcdm-0.0.9 vs test/fixtures/Article.xcdatamodeld/Article.xcdatamodel/contents in ruby-xcdm-0.0.10

- old
+ new

@@ -1,15 +1,15 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <model name="" userDefinedModelVersionIdentifier="0.0.1" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="2061" systemVersion="12D78" minimumToolsVersion="Xcode 4.3" macOSVersion="Automatic" iOSVersion="Automatic"> - <entity name="Article" representedClassName="Article" syncable="YES"> + <entity codeGenerationType="class" name="Article" representedClassName="Article" syncable="YES"> <attribute name="body" optional="NO" attributeType="String" syncable="YES"/> <attribute name="length" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/> <attribute name="published" optional="YES" attributeType="Boolean" defaultValueString="NO" syncable="YES"/> <attribute name="publishedAt" optional="YES" attributeType="Date" defaultValueString="NO" syncable="YES"/> <attribute name="title" optional="NO" attributeType="String" syncable="YES"/> <relationship name="author" optional="YES" minCount="1" maxCount="1" deletionRule="Nullify" destinationEntity="Author" inverseName="articles" inverseEntity="Author" syncable="YES"/> </entity> - <entity name="Author" representedClassName="Author" syncable="YES"> + <entity codeGenerationType="class" name="Author" representedClassName="Author" syncable="YES"> <attribute name="fee" optional="YES" attributeType="Float" defaultValueString="0.0" syncable="YES"/> <attribute name="name" optional="NO" attributeType="String" syncable="YES"/> <relationship name="articles" optional="YES" minCount="1" maxCount="-1" deletionRule="Nullify" destinationEntity="Article" inverseName="author" inverseEntity="Article" syncable="YES"/> </entity> </model>