txtodo

[DORMANT] a minimalist todo list app inspired by jeff huang
git clone git://git.figbert.com/txtodo.git
Log | Files | Refs | README

contents (1390B)


      1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      2 <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="17175" systemVersion="20A5323l" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier="">
      3     <entity name="Task" representedClassName="Task" syncable="YES">
      4         <attribute name="completed" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
      5         <attribute name="daily" attributeType="Boolean" defaultValueString="YES" usesScalarValueType="YES"/>
      6         <attribute name="date" attributeType="Date" defaultDateTimeInterval="599601600" usesScalarValueType="NO"/>
      7         <attribute name="hasBeenDelayed" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
      8         <attribute name="id" optional="YES" attributeType="UUID" usesScalarValueType="NO"/>
      9         <attribute name="name" attributeType="String" defaultValueString=""/>
     10         <attribute name="notes" optional="YES" attributeType="Transformable" valueTransformerName="NSSecureUnarchiveFromDataTransformerName"/>
     11         <attribute name="priority" attributeType="Integer 16" defaultValueString="1" usesScalarValueType="YES"/>
     12     </entity>
     13     <elements>
     14         <element name="Task" positionX="-63" positionY="-18" width="128" height="149"/>
     15     </elements>
     16 </model>