mirror of
https://github.com/VernissageApp/Vernissage.git
synced 2025-01-20 21:30:49 +01:00
27 lines
2.0 KiB
XML
27 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="21513" systemVersion="22C65" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
|
<entity name="AccountData" representedClassName="AccountData" syncable="YES">
|
|
<attribute name="accessToken" optional="YES" attributeType="String"/>
|
|
<attribute name="acct" attributeType="String"/>
|
|
<attribute name="avatar" optional="YES" attributeType="URI"/>
|
|
<attribute name="avatarData" optional="YES" attributeType="Binary"/>
|
|
<attribute name="clientId" attributeType="String"/>
|
|
<attribute name="clientSecret" attributeType="String"/>
|
|
<attribute name="clientVapidKey" attributeType="String"/>
|
|
<attribute name="createdAt" attributeType="String"/>
|
|
<attribute name="displayName" optional="YES" attributeType="String"/>
|
|
<attribute name="followersCount" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES"/>
|
|
<attribute name="followingCount" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES"/>
|
|
<attribute name="header" optional="YES" attributeType="URI"/>
|
|
<attribute name="id" attributeType="String"/>
|
|
<attribute name="locked" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
|
|
<attribute name="note" optional="YES" attributeType="String"/>
|
|
<attribute name="serverUrl" attributeType="URI"/>
|
|
<attribute name="statusesCount" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES"/>
|
|
<attribute name="url" optional="YES" attributeType="URI"/>
|
|
<attribute name="username" attributeType="String"/>
|
|
</entity>
|
|
<entity name="ApplicationSettings" representedClassName="ApplicationSettings" syncable="YES">
|
|
<attribute name="currentAccount" optional="YES" attributeType="String"/>
|
|
</entity>
|
|
</model> |