mirror of
https://github.com/wahyd4/libr-ios.git
synced 2026-08-09 05:06:46 +10:00
add core data model
This commit is contained in:
@@ -345,6 +345,7 @@
|
||||
452DC1151B6287E600847691 /* librx */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
45E72B701BEC40D100DF8E53 /* coredata */,
|
||||
456A68291BE3AE2B001B3096 /* librx.entitlements */,
|
||||
45517B171BCCFAEC004C6D10 /* constants */,
|
||||
453BAB4B1B8B575600BA7DF7 /* bridge */,
|
||||
@@ -543,6 +544,13 @@
|
||||
name = cells;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
45E72B701BEC40D100DF8E53 /* coredata */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
name = coredata;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
45EA2FC51BCA7A19004E6960 /* UMSocial_Sdk_4.2.5 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
||||
@@ -1,4 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="7549" systemVersion="14E46" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
|
||||
<elements/>
|
||||
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="9053" systemVersion="14F27" minimumToolsVersion="Automatic">
|
||||
<entity name="Post" syncable="YES">
|
||||
<attribute name="content" optional="YES" attributeType="String" syncable="YES"/>
|
||||
<attribute name="createdAt" optional="YES" attributeType="String" syncable="YES"/>
|
||||
<attribute name="goodFormat" optional="YES" attributeType="Boolean" syncable="YES"/>
|
||||
<attribute name="id" optional="YES" attributeType="Integer 64" defaultValueString="0" syncable="YES"/>
|
||||
<attribute name="likeCount" optional="YES" attributeType="Integer 64" defaultValueString="0" syncable="YES"/>
|
||||
<attribute name="share_avatar" optional="YES" attributeType="String" syncable="YES"/>
|
||||
<attribute name="share_id" optional="YES" attributeType="Integer 64" defaultValueString="0" syncable="YES"/>
|
||||
<attribute name="share_name" optional="YES" attributeType="String" syncable="YES"/>
|
||||
<attribute name="summary" optional="YES" attributeType="String" syncable="YES"/>
|
||||
<attribute name="thumbnail" optional="YES" attributeType="String" syncable="YES"/>
|
||||
<attribute name="title" optional="YES" attributeType="String" syncable="YES"/>
|
||||
<attribute name="type" optional="YES" attributeType="String" syncable="YES"/>
|
||||
<attribute name="url" optional="YES" attributeType="String" syncable="YES"/>
|
||||
</entity>
|
||||
<elements>
|
||||
<element name="Post" positionX="-63" positionY="-18" width="128" height="240"/>
|
||||
</elements>
|
||||
</model>
|
||||
Reference in New Issue
Block a user