[AltStoreCore] Makes PledgeTier.name optional to match Patreon API

This commit is contained in:
Riley Testut
2024-01-08 14:32:22 -06:00
committed by Magesh K
parent 69a01a3262
commit b72b46b864
2 changed files with 3 additions and 3 deletions

View File

@@ -196,7 +196,7 @@
<entity name="PledgeTier" representedClassName="PledgeTier" syncable="YES">
<attribute name="amount" attributeType="Decimal" defaultValueString="0.0"/>
<attribute name="identifier" attributeType="String"/>
<attribute name="name" attributeType="String"/>
<attribute name="name" optional="YES" attributeType="String"/>
<relationship name="pledge" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Pledge" inverseName="tiers" inverseEntity="Pledge"/>
<uniquenessConstraints>
<uniquenessConstraint>