[AltStoreCore] Adds StoreApp.category + StoreCategory enum

This commit is contained in:
Riley Testut
2023-12-07 18:04:48 -06:00
parent f9ab215560
commit 2681cc3a8e
4 changed files with 84 additions and 3 deletions

View File

@@ -239,6 +239,7 @@
</entity>
<entity name="StoreApp" representedClassName="StoreApp" syncable="YES">
<attribute name="bundleIdentifier" attributeType="String"/>
<attribute name="category" optional="YES" attributeType="String"/>
<attribute name="developerName" attributeType="String"/>
<attribute name="downloadURL" attributeType="URI"/>
<attribute name="iconURL" attributeType="URI"/>