view Simoleon/Simoleon.xcdatamodeld/Simoleon.xcdatamodel/contents @ 53:b0bce2c8e4a9

Refactor UK spelling to US
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 27 Jul 2021 09:44:51 +0100
parents d95582268b44
children dbd3fe16efaa
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="20G71" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier="">
    <entity name="DefaultCurrency" representedClassName="DefaultCurrency" syncable="YES">
        <attribute name="pair" optional="YES" attributeType="String"/>
    </entity>
    <entity name="Favorite" representedClassName="Favorite" syncable="YES">
        <attribute name="currencyPair" 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="DefaultCurrency" positionX="0" positionY="0" width="0" height="0"/>
        <element name="Favorite" positionX="0" positionY="0" width="0" height="0"/>
        <element name="Item" positionX="0" positionY="0" width="0" height="0"/>
    </elements>
</model>