listless

A simple list app for Apple platforms
Log | Files | Refs | README | LICENSE

contents (1015B)


      1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      2 <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="24512" systemVersion="24G419" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier="">
      3     <entity name="TaskItem" representedClassName="TaskItem" syncable="YES">
      4         <attribute name="completedOrder" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
      5         <attribute name="createdAt" attributeType="Date" optional="YES" usesScalarValueType="NO"/>
      6         <attribute name="id" attributeType="UUID" optional="YES" usesScalarValueType="NO"/>
      7         <attribute name="sortOrder" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES" indexed="YES"/>
      8         <attribute name="title" attributeType="String" defaultValueString=""/>
      9         <attribute name="updatedAt" attributeType="Date" optional="YES" usesScalarValueType="NO"/>
     10     </entity>
     11 </model>