mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-25 10:08:31 +02:00
11 lines
853 B
XML
11 lines
853 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="11198.3" systemVersion="15F34" minimumToolsVersion="Xcode 4.3" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
|
<entity name="Organism" representedClassName="LegacyDemo.OrganismV1" syncable="YES">
|
|
<attribute name="dna" optional="YES" attributeType="Integer 64" usesScalarValueType="NO" syncable="YES"/>
|
|
<attribute name="hasHead" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
<attribute name="hasTail" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/>
|
|
</entity>
|
|
<elements>
|
|
<element name="Organism" positionX="-36" positionY="9" width="128" height="90"/>
|
|
</elements>
|
|
</model> |