Mercurial > public > lazybear
view LazyBear/LazyBear.xcdatamodeld/LazyBear.xcdatamodel/contents @ 181:9533f6a60531
User can change theme color
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sun, 21 Feb 2021 19:41:09 +0100 |
parents | 9cc6d68ed147 |
children | 6055ff3d400c |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="17709" systemVersion="20D74" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier=""> <entity name="Company" representedClassName="Company" syncable="YES"> <attribute name="cik" optional="YES" attributeType="String"/> <attribute name="currency" optional="YES" attributeType="String"/> <attribute name="exchange" optional="YES" attributeType="String"/> <attribute name="exchangeName" optional="YES" attributeType="String"/> <attribute name="name" optional="YES" attributeType="String"/> <attribute name="region" optional="YES" attributeType="String"/> <attribute name="symbol" optional="YES" attributeType="String"/> </entity> <entity name="UserSettings" representedClassName="UserSettings" syncable="YES"> <attribute name="appIcon" optional="YES" attributeType="String"/> <attribute name="changedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/> <attribute name="theme" optional="YES" attributeType="String"/> </entity> <elements> <element name="Company" positionX="-63" positionY="-9" width="128" height="134"/> <element name="UserSettings" positionX="-63" positionY="45" width="128" height="74"/> </elements> </model>