2021-01-27 07:50:13 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2021-01-28 09:10:30 +01:00
|
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="17511" systemVersion="20D5029f" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
2021-01-27 07:50:13 +01:00
|
|
|
<entity name="HomeTimelineIndex" representedClassName=".HomeTimelineIndex" syncable="YES">
|
|
|
|
<attribute name="createdAt" attributeType="Date" usesScalarValueType="NO"/>
|
|
|
|
<attribute name="domain" attributeType="String"/>
|
|
|
|
<attribute name="identifier" attributeType="String"/>
|
|
|
|
<attribute name="userIdentifier" attributeType="String"/>
|
2021-01-28 09:10:30 +01:00
|
|
|
<relationship name="toots" maxCount="1" deletionRule="Nullify" destinationEntity="Toot" inverseName="homeTimelineIndex" inverseEntity="Toot"/>
|
2021-01-27 07:50:13 +01:00
|
|
|
</entity>
|
|
|
|
<entity name="MastodonUser" representedClassName=".MastodonUser" syncable="YES">
|
|
|
|
<attribute name="acct" attributeType="String"/>
|
|
|
|
<attribute name="avatar" optional="YES" attributeType="String"/>
|
2021-01-29 09:47:32 +01:00
|
|
|
<attribute name="avatarStatic" optional="YES" attributeType="String"/>
|
2021-01-27 07:50:13 +01:00
|
|
|
<attribute name="createdAt" attributeType="Date" usesScalarValueType="NO"/>
|
2021-01-28 09:10:30 +01:00
|
|
|
<attribute name="displayName" optional="YES" attributeType="String"/>
|
2021-01-27 07:50:13 +01:00
|
|
|
<attribute name="domain" attributeType="String"/>
|
|
|
|
<attribute name="id" attributeType="String"/>
|
|
|
|
<attribute name="identifier" attributeType="String"/>
|
|
|
|
<attribute name="updatedAt" attributeType="Date" usesScalarValueType="NO"/>
|
|
|
|
<attribute name="username" attributeType="String"/>
|
2021-01-28 09:10:30 +01:00
|
|
|
<relationship name="toots" toMany="YES" deletionRule="Nullify" destinationEntity="Toot" inverseName="author" inverseEntity="Toot"/>
|
2021-01-27 07:50:13 +01:00
|
|
|
</entity>
|
2021-01-28 09:10:30 +01:00
|
|
|
<entity name="Toot" representedClassName=".Toot" syncable="YES">
|
2021-01-27 07:50:13 +01:00
|
|
|
<attribute name="content" attributeType="String"/>
|
|
|
|
<attribute name="createdAt" attributeType="Date" usesScalarValueType="NO"/>
|
2021-01-28 09:10:30 +01:00
|
|
|
<attribute name="deletedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
2021-01-27 07:50:13 +01:00
|
|
|
<attribute name="domain" attributeType="String"/>
|
|
|
|
<attribute name="id" attributeType="String"/>
|
|
|
|
<attribute name="identifier" attributeType="String"/>
|
|
|
|
<attribute name="updatedAt" attributeType="Date" usesScalarValueType="NO"/>
|
|
|
|
<relationship name="author" maxCount="1" deletionRule="Nullify" destinationEntity="MastodonUser" inverseName="toots" inverseEntity="MastodonUser"/>
|
|
|
|
<relationship name="homeTimelineIndex" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="HomeTimelineIndex" inverseName="toots" inverseEntity="HomeTimelineIndex"/>
|
|
|
|
</entity>
|
|
|
|
<elements>
|
2021-01-28 09:10:30 +01:00
|
|
|
<element name="HomeTimelineIndex" positionX="0" positionY="0" width="128" height="104"/>
|
2021-01-29 09:47:32 +01:00
|
|
|
<element name="MastodonUser" positionX="0" positionY="0" width="128" height="194"/>
|
2021-01-28 09:10:30 +01:00
|
|
|
<element name="Toot" positionX="0" positionY="0" width="128" height="164"/>
|
2021-01-27 07:50:13 +01:00
|
|
|
</elements>
|
|
|
|
</model>
|