Mercurial > public > simoleon
diff Simoleon/Simoleon.xcdatamodeld/Simoleon.xcdatamodel/contents @ 156:84137052813d
Refactor code
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sat, 28 Aug 2021 11:15:25 +0100 |
parents | dbd3fe16efaa |
children | 82bd84c5973c |
line wrap: on
line diff
--- a/Simoleon/Simoleon.xcdatamodeld/Simoleon.xcdatamodel/contents Wed Aug 25 11:00:21 2021 +0100 +++ b/Simoleon/Simoleon.xcdatamodeld/Simoleon.xcdatamodel/contents Sat Aug 28 11:15:25 2021 +0100 @@ -1,13 +1,14 @@ <?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=""> +<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="18154" systemVersion="20G95" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier=""> <entity name="DefaultCurrency" representedClassName="DefaultCurrency" syncable="YES"> - <attribute name="pair" optional="YES" attributeType="String"/> + <attribute name="firstSymbol" optional="YES" attributeType="String"/> + <attribute name="secondSymbol" optional="YES" attributeType="String"/> </entity> <entity name="Favorite" representedClassName="Favorite" syncable="YES"> <attribute name="currencyPair" optional="YES" attributeType="String"/> </entity> <elements> - <element name="DefaultCurrency" positionX="0" positionY="0" width="128" height="44"/> + <element name="DefaultCurrency" positionX="0" positionY="0" width="128" height="59"/> <element name="Favorite" positionX="0" positionY="0" width="128" height="44"/> </elements> </model> \ No newline at end of file