Mercurial > public > lazybear
view LazyBear/LazyBear.xcdatamodeld/LazyBear.xcdatamodel/contents @ 471:f6bb6fde1ff7 default tip
Move to mercurial
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 03 Jun 2025 15:05:50 +0100 |
parents | 6953d83060a4 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="18154" systemVersion="20F71" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier=""> <entity name="Company" representedClassName="Company" syncable="YES"> <attribute name="companyName" optional="YES" attributeType="String"/> <attribute name="symbol" optional="YES" attributeType="String"/> </entity> <entity name="Item" representedClassName="Item" syncable="YES" codeGenerationType="class"> <attribute name="timestamp" optional="YES" attributeType="Date" usesScalarValueType="NO"/> </entity> <elements> <element name="Item" positionX="-63" positionY="-18" width="128" height="44"/> <element name="Company" positionX="-63" positionY="-9" width="128" height="59"/> </elements> </model>