view LazyBear/LazyBear.xcdatamodeld/LazyBear.xcdatamodel/contents @ 200:6055ff3d400c

Update project settings
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Fri, 26 Feb 2021 20:00:29 +0000
parents 9533f6a60531
children 46dfb60e0874
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="newsLanguage" optional="YES" attributeType="String"/>
        <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="89"/>
    </elements>
</model>