crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit 67f73cc7030b556a5f809e4ac4738d1bb3c33f10
parent b3ab69d38db124e8eb2927d02a03316216fbe7b1
Author: Michael Camilleri <[email protected]>
Date:   Thu,  2 Jul 2026 18:04:47 +0900

Remove dead attributes

Diffstat:
MCrossmate/Models/CrossmateModel.xcdatamodeld/CrossmateModel.xcdatamodel/contents | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/Crossmate/Models/CrossmateModel.xcdatamodeld/CrossmateModel.xcdatamodel/contents b/Crossmate/Models/CrossmateModel.xcdatamodeld/CrossmateModel.xcdatamodel/contents @@ -90,11 +90,7 @@ </fetchIndex> </entity> <entity name="CellEntity" representedClassName="CellEntity" syncable="YES" codeGenerationType="class"> - <attribute name="ckRecordName" optional="YES" attributeType="String"/> - <attribute name="ckSystemFields" optional="YES" attributeType="Binary"/> <attribute name="col" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/> - <attribute name="databaseScope" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/> - <attribute name="lastSyncedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/> <attribute name="letter" attributeType="String" defaultValueString=""/> <attribute name="letterAuthorID" optional="YES" attributeType="String"/> <attribute name="markCode" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/>