comparison LazyBear/LazyBear.xcdatamodeld/LazyBear.xcdatamodel/contents @ 463:783b567800d9

Starts new version
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sat, 17 Jul 2021 09:33:26 +0100
parents 4ec307505b3a
children 6953d83060a4
comparison
equal deleted inserted replaced
462:daeac7c7c586 463:783b567800d9
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="18154" systemVersion="20F71" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier=""> 2 <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="1" systemVersion="11A491" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="true" userDefinedModelVersionIdentifier="">
3 <entity name="Entity" representedClassName="Entity" syncable="YES" codeGenerationType="class"> 3 <entity name="Item" representedClassName="Item" syncable="YES" codeGenerationType="class">
4 <attribute name="attribute" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/> 4 <attribute name="timestamp" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
5 </entity>
6 <entity name="WatchlistCompany" representedClassName="WatchlistCompany" syncable="YES">
7 <attribute name="name" optional="YES" attributeType="String"/>
8 <attribute name="symbol" optional="YES" attributeType="String"/>
9 <attribute name="watchlistName" optional="YES" attributeType="String"/>
10 </entity> 5 </entity>
11 <elements> 6 <elements>
12 <element name="Entity" positionX="-63" positionY="-18" width="128" height="44"/> 7 <element name="Item" positionX="-63" positionY="-18" width="128" height="44"/>
13 <element name="WatchlistCompany" positionX="-63" positionY="-9" width="128" height="74"/>
14 </elements> 8 </elements>
15 </model> 9 </model>