Skip to content

Commit 9885417

Browse files
committed
Using Renaming ID rather than a mapping model
1 parent a8fba55 commit 9885417

File tree

1 file changed

+2
-2
lines changed
  • CoreDataMigration-Example/CoreData/Model/CoreDataMigration_Example.xcdatamodeld/CoreDataMigration_Example 2.xcdatamodel

1 file changed

+2
-2
lines changed

CoreDataMigration-Example/CoreData/Model/CoreDataMigration_Example.xcdatamodeld/CoreDataMigration_Example 2.xcdatamodel/contents

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="13233.4" systemVersion="16G29" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
2+
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="14460.32" systemVersion="18C54" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
33
<entity name="Post" representedClassName="Post" syncable="YES" codeGenerationType="class">
44
<attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
5-
<attribute name="hexColor" optional="YES" attributeType="String" syncable="YES"/>
5+
<attribute name="hexColor" optional="YES" attributeType="String" elementID="color" syncable="YES"/>
66
<attribute name="postID" optional="YES" attributeType="String" syncable="YES"/>
77
</entity>
88
<elements>

0 commit comments

Comments
 (0)