|
54 | 54 | <fetchIndexElement property="blogs" type="Binary" order="ascending"/> |
55 | 55 | </fetchIndex> |
56 | 56 | </entity> |
57 | | - <entity name="AccountSettings" representedClassName=".ManagedAccountSettings" syncable="YES"> |
| 57 | + <entity name="AccountSettings" representedClassName="ManagedAccountSettings" syncable="YES"> |
58 | 58 | <attribute name="aboutMe" attributeType="String" syncable="YES"/> |
59 | 59 | <attribute name="blockEmailNotifications" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/> |
60 | 60 | <attribute name="displayName" attributeType="String" syncable="YES"/> |
|
198 | 198 | </fetchIndex> |
199 | 199 | <userInfo/> |
200 | 200 | </entity> |
201 | | - <entity name="BlogAuthor" representedClassName=".BlogAuthor" syncable="YES"> |
| 201 | + <entity name="BlogAuthor" representedClassName="BlogAuthor" syncable="YES"> |
202 | 202 | <attribute name="avatarURL" optional="YES" attributeType="String" syncable="YES"/> |
203 | 203 | <attribute name="deletedFromBlog" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/> |
204 | 204 | <attribute name="displayName" optional="YES" attributeType="String" syncable="YES"/> |
|
209 | 209 | <attribute name="username" optional="YES" attributeType="String" syncable="YES"/> |
210 | 210 | <relationship name="blog" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Blog" inverseName="authors" inverseEntity="Blog" syncable="YES"/> |
211 | 211 | </entity> |
212 | | - <entity name="BloggingPrompt" representedClassName=".BloggingPrompt" syncable="YES"> |
| 212 | + <entity name="BloggingPrompt" representedClassName="BloggingPrompt" syncable="YES"> |
213 | 213 | <attribute name="additionalPostTags" optional="YES" attributeType="Transformable" valueTransformerName="NSSecureUnarchiveFromData" customClassName="[String]" syncable="YES"/> |
214 | 214 | <attribute name="answerCount" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/> |
215 | 215 | <attribute name="answered" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/> |
|
220 | 220 | <attribute name="siteID" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/> |
221 | 221 | <attribute name="text" attributeType="String" defaultValueString="" syncable="YES"/> |
222 | 222 | </entity> |
223 | | - <entity name="BloggingPromptSettings" representedClassName=".BloggingPromptSettings" syncable="YES"> |
| 223 | + <entity name="BloggingPromptSettings" representedClassName="BloggingPromptSettings" syncable="YES"> |
224 | 224 | <attribute name="isPotentialBloggingSite" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/> |
225 | 225 | <attribute name="promptCardEnabled" attributeType="Boolean" defaultValueString="YES" usesScalarValueType="YES" syncable="YES"/> |
226 | 226 | <attribute name="promptRemindersEnabled" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/> |
227 | 227 | <attribute name="reminderTime" attributeType="String" defaultValueString="" syncable="YES"/> |
228 | 228 | <attribute name="siteID" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/> |
229 | 229 | <relationship name="reminderDays" maxCount="1" deletionRule="Cascade" destinationEntity="BloggingPromptSettingsReminderDays" inverseName="settings" inverseEntity="BloggingPromptSettingsReminderDays" syncable="YES"/> |
230 | 230 | </entity> |
231 | | - <entity name="BloggingPromptSettingsReminderDays" representedClassName=".BloggingPromptSettingsReminderDays" syncable="YES"> |
| 231 | + <entity name="BloggingPromptSettingsReminderDays" representedClassName="BloggingPromptSettingsReminderDays" syncable="YES"> |
232 | 232 | <attribute name="friday" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/> |
233 | 233 | <attribute name="monday" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/> |
234 | 234 | <attribute name="saturday" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/> |
|
238 | 238 | <attribute name="wednesday" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/> |
239 | 239 | <relationship name="settings" maxCount="1" deletionRule="Cascade" destinationEntity="BloggingPromptSettings" inverseName="reminderDays" inverseEntity="BloggingPromptSettings" syncable="YES"/> |
240 | 240 | </entity> |
241 | | - <entity name="BlogSettings" representedClassName=".BlogSettings" syncable="YES"> |
| 241 | + <entity name="BlogSettings" representedClassName="BlogSettings" syncable="YES"> |
242 | 242 | <attribute name="ampEnabled" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/> |
243 | 243 | <attribute name="ampSupported" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/> |
244 | 244 | <attribute name="commentsAllowed" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/> |
|
337 | 337 | </fetchIndex> |
338 | 338 | <userInfo/> |
339 | 339 | </entity> |
340 | | - <entity name="DiffAbstractValue" representedClassName=".DiffAbstractValue" isAbstract="YES" syncable="YES"> |
| 340 | + <entity name="DiffAbstractValue" representedClassName="DiffAbstractValue" isAbstract="YES" syncable="YES"> |
341 | 341 | <attribute name="diffOperation" optional="YES" attributeType="String" syncable="YES"/> |
342 | 342 | <attribute name="diffType" optional="YES" attributeType="String" syncable="YES"/> |
343 | 343 | <attribute name="index" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/> |
344 | 344 | <attribute name="value" optional="YES" attributeType="String" syncable="YES"/> |
345 | 345 | </entity> |
346 | | - <entity name="DiffContentValue" representedClassName=".DiffContentValue" parentEntity="DiffAbstractValue" syncable="YES"> |
| 346 | + <entity name="DiffContentValue" representedClassName="DiffContentValue" parentEntity="DiffAbstractValue" syncable="YES"> |
347 | 347 | <relationship name="revisionDiff" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="RevisionDiff" inverseName="contentDiffs" inverseEntity="RevisionDiff" syncable="YES"/> |
348 | 348 | </entity> |
349 | | - <entity name="DiffTitleValue" representedClassName=".DiffTitleValue" parentEntity="DiffAbstractValue" syncable="YES"> |
| 349 | + <entity name="DiffTitleValue" representedClassName="DiffTitleValue" parentEntity="DiffAbstractValue" syncable="YES"> |
350 | 350 | <relationship name="revisionDiff" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="RevisionDiff" inverseName="titleDiffs" inverseEntity="RevisionDiff" syncable="YES"/> |
351 | 351 | </entity> |
352 | | - <entity name="Domain" representedClassName=".ManagedDomain" syncable="YES"> |
| 352 | + <entity name="Domain" representedClassName="ManagedDomain" syncable="YES"> |
353 | 353 | <attribute name="autoRenewalDate" optional="YES" attributeType="String" syncable="YES"/> |
354 | 354 | <attribute name="autoRenewing" optional="YES" attributeType="Boolean" usesScalarValueType="YES" syncable="YES"/> |
355 | 355 | <attribute name="domainName" optional="YES" attributeType="String" syncable="YES"/> |
|
497 | 497 | <attribute name="title" optional="YES" attributeType="String" syncable="YES"/> |
498 | 498 | <relationship name="categories" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="PageTemplateCategory" inverseName="layouts" inverseEntity="PageTemplateCategory" syncable="YES"/> |
499 | 499 | </entity> |
500 | | - <entity name="Person" representedClassName=".ManagedPerson" syncable="YES"> |
| 500 | + <entity name="Person" representedClassName="ManagedPerson" syncable="YES"> |
501 | 501 | <attribute name="avatarURL" optional="YES" attributeType="String" syncable="YES"/> |
502 | 502 | <attribute name="creationDate" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/> |
503 | 503 | <attribute name="displayName" attributeType="String" syncable="YES"/> |
|
511 | 511 | <attribute name="userID" attributeType="Integer 64" usesScalarValueType="NO" syncable="YES"/> |
512 | 512 | <attribute name="username" attributeType="String" syncable="YES"/> |
513 | 513 | </entity> |
514 | | - <entity name="Plan" representedClassName=".Plan" syncable="YES"> |
| 514 | + <entity name="Plan" representedClassName="Plan" syncable="YES"> |
515 | 515 | <attribute name="features" attributeType="String" syncable="YES"/> |
516 | 516 | <attribute name="groups" attributeType="String" syncable="YES"/> |
517 | 517 | <attribute name="icon" attributeType="String" syncable="YES"/> |
|
525 | 525 | <attribute name="supportPriority" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/> |
526 | 526 | <attribute name="tagline" attributeType="String" syncable="YES"/> |
527 | 527 | </entity> |
528 | | - <entity name="PlanFeature" representedClassName=".PlanFeature" syncable="YES"> |
| 528 | + <entity name="PlanFeature" representedClassName="PlanFeature" syncable="YES"> |
529 | 529 | <attribute name="slug" attributeType="String" syncable="YES"/> |
530 | 530 | <attribute name="summary" attributeType="String" syncable="YES"/> |
531 | 531 | <attribute name="title" attributeType="String" syncable="YES"/> |
532 | 532 | </entity> |
533 | | - <entity name="PlanGroup" representedClassName=".PlanGroup" syncable="YES"> |
| 533 | + <entity name="PlanGroup" representedClassName="PlanGroup" syncable="YES"> |
534 | 534 | <attribute name="name" attributeType="String" syncable="YES"/> |
535 | 535 | <attribute name="order" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/> |
536 | 536 | <attribute name="slug" attributeType="String" syncable="YES"/> |
|
570 | 570 | <attribute name="name" optional="YES" attributeType="String" syncable="YES"/> |
571 | 571 | <relationship name="blog" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Blog" inverseName="postTypes" inverseEntity="Blog" syncable="YES"/> |
572 | 572 | </entity> |
573 | | - <entity name="PublicizeConnection" representedClassName=".PublicizeConnection" syncable="YES"> |
| 573 | + <entity name="PublicizeConnection" representedClassName="PublicizeConnection" syncable="YES"> |
574 | 574 | <attribute name="connectionID" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/> |
575 | 575 | <attribute name="dateExpires" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/> |
576 | 576 | <attribute name="dateIssued" optional="YES" attributeType="Date" usesScalarValueType="NO" syncable="YES"/> |
|
598 | 598 | <attribute name="toBePublicizedCount" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/> |
599 | 599 | <relationship name="blog" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Blog" inverseName="publicizeInfo" inverseEntity="Blog"/> |
600 | 600 | </entity> |
601 | | - <entity name="PublicizeService" representedClassName=".PublicizeService" syncable="YES"> |
| 601 | + <entity name="PublicizeService" representedClassName="PublicizeService" syncable="YES"> |
602 | 602 | <attribute name="connectURL" optional="YES" attributeType="String" syncable="YES"/> |
603 | 603 | <attribute name="detail" optional="YES" attributeType="String" syncable="YES"/> |
604 | 604 | <attribute name="externalUsersOnly" optional="YES" attributeType="Boolean" usesScalarValueType="NO" syncable="YES"/> |
|
629 | 629 | <fetchIndexElement property="path" type="Binary" order="ascending"/> |
630 | 630 | </fetchIndex> |
631 | 631 | </entity> |
632 | | - <entity name="ReaderCard" representedClassName=".ReaderCard" syncable="YES"> |
| 632 | + <entity name="ReaderCard" representedClassName="ReaderCard" syncable="YES"> |
633 | 633 | <attribute name="sortRank" attributeType="Double" defaultValueString="0.0" usesScalarValueType="NO" syncable="YES"/> |
634 | 634 | <relationship name="post" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="ReaderPost" inverseName="card" inverseEntity="ReaderPost" syncable="YES"/> |
635 | 635 | <relationship name="sites" optional="YES" toMany="YES" deletionRule="Nullify" ordered="YES" destinationEntity="ReaderSiteTopic" inverseName="cards" inverseEntity="ReaderSiteTopic" syncable="YES"/> |
|
766 | 766 | <attribute name="organizationID" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/> |
767 | 767 | <attribute name="slug" optional="YES" attributeType="String" syncable="YES"/> |
768 | 768 | </entity> |
769 | | - <entity name="Revision" representedClassName=".Revision" syncable="YES"> |
| 769 | + <entity name="Revision" representedClassName="Revision" syncable="YES"> |
770 | 770 | <attribute name="postAuthorId" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/> |
771 | 771 | <attribute name="postContent" optional="YES" attributeType="String" syncable="YES"/> |
772 | 772 | <attribute name="postDateGmt" optional="YES" attributeType="String" syncable="YES"/> |
|
778 | 778 | <attribute name="siteId" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/> |
779 | 779 | <relationship name="diff" optional="YES" maxCount="1" deletionRule="Cascade" destinationEntity="RevisionDiff" inverseName="revision" inverseEntity="RevisionDiff" syncable="YES"/> |
780 | 780 | </entity> |
781 | | - <entity name="RevisionDiff" representedClassName=".RevisionDiff" syncable="YES"> |
| 781 | + <entity name="RevisionDiff" representedClassName="RevisionDiff" syncable="YES"> |
782 | 782 | <attribute name="fromRevisionId" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/> |
783 | 783 | <attribute name="toRevisionId" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/> |
784 | 784 | <attribute name="totalAdditions" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/> |
|
787 | 787 | <relationship name="revision" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Revision" inverseName="diff" inverseEntity="Revision" syncable="YES"/> |
788 | 788 | <relationship name="titleDiffs" optional="YES" toMany="YES" deletionRule="Cascade" destinationEntity="DiffTitleValue" inverseName="revisionDiff" inverseEntity="DiffTitleValue" syncable="YES"/> |
789 | 789 | </entity> |
790 | | - <entity name="Role" representedClassName=".Role" syncable="YES"> |
| 790 | + <entity name="Role" representedClassName="Role" syncable="YES"> |
791 | 791 | <attribute name="name" attributeType="String" syncable="YES"/> |
792 | 792 | <attribute name="order" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="NO" syncable="YES"/> |
793 | 793 | <attribute name="slug" attributeType="String" syncable="YES"/> |
|
0 commit comments