aboutsummaryrefslogtreecommitdiff
path: root/LibreTasks/DataModel.xcdatamodeld/DataModel.xcdatamodel
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-01-04 14:26:57 -0600
committerChristian Cleberg <hello@cleberg.net>2024-01-04 14:26:57 -0600
commitcf13000e6fb6af629d7659dd3e99ccb9496e6462 (patch)
treeb7333053afe1878d223d35d9d1fff2cd37d8cf77 /LibreTasks/DataModel.xcdatamodeld/DataModel.xcdatamodel
parent72028eb2a2f3c55fbf4f7f8f421f5414f8745ea8 (diff)
downloadlibre-tasks-cf13000e6fb6af629d7659dd3e99ccb9496e6462.tar.gz
libre-tasks-cf13000e6fb6af629d7659dd3e99ccb9496e6462.tar.bz2
libre-tasks-cf13000e6fb6af629d7659dd3e99ccb9496e6462.zip
feat: improve new task form and swipe actions
Diffstat (limited to 'LibreTasks/DataModel.xcdatamodeld/DataModel.xcdatamodel')
-rw-r--r--LibreTasks/DataModel.xcdatamodeld/DataModel.xcdatamodel/contents12
1 files changed, 12 insertions, 0 deletions
diff --git a/LibreTasks/DataModel.xcdatamodeld/DataModel.xcdatamodel/contents b/LibreTasks/DataModel.xcdatamodeld/DataModel.xcdatamodel/contents
new file mode 100644
index 0000000..5287d8e
--- /dev/null
+++ b/LibreTasks/DataModel.xcdatamodeld/DataModel.xcdatamodel/contents
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="22522" systemVersion="23C71" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithSwiftData="YES" userDefinedModelVersionIdentifier="">
+ <entity name="Tasks" representedClassName="Tasks" syncable="YES" codeGenerationType="class">
+ <attribute name="id" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
+ <attribute name="taskDate" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
+ <attribute name="taskItem" optional="YES" attributeType="String"/>
+ <attribute name="taskPriority" optional="YES" attributeType="String"/>
+ <attribute name="taskRecurrence" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
+ <attribute name="taskRecurrenceInt" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
+ <attribute name="taskRecurrencePeriod" optional="YES" attributeType="String"/>
+ </entity>
+</model> \ No newline at end of file