2019-05-20 21:24:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2019-08-20 19:06:03 -05:00
|
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="14492.1" systemVersion="18F203" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
2019-06-05 18:05:21 -07:00
|
|
|
<entity name="Account" representedClassName="Account" syncable="YES">
|
|
|
|
|
<attribute name="appleID" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="firstName" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="identifier" attributeType="String" syncable="YES"/>
|
2019-06-06 14:46:23 -07:00
|
|
|
<attribute name="isActiveAccount" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/>
|
2019-06-05 18:05:21 -07:00
|
|
|
<attribute name="lastName" attributeType="String" syncable="YES"/>
|
|
|
|
|
<relationship name="teams" toMany="YES" deletionRule="Cascade" destinationEntity="Team" inverseName="account" inverseEntity="Team" syncable="YES"/>
|
|
|
|
|
<uniquenessConstraints>
|
|
|
|
|
<uniquenessConstraint>
|
|
|
|
|
<constraint value="identifier"/>
|
|
|
|
|
</uniquenessConstraint>
|
|
|
|
|
</uniquenessConstraints>
|
|
|
|
|
</entity>
|
2019-07-24 12:23:54 -07:00
|
|
|
<entity name="AppPermission" representedClassName="AppPermission" syncable="YES">
|
|
|
|
|
<attribute name="type" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="usageDescription" attributeType="String" syncable="YES"/>
|
2019-07-31 14:07:00 -07:00
|
|
|
<relationship name="app" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="StoreApp" inverseName="permissions" inverseEntity="StoreApp" syncable="YES"/>
|
2019-07-24 12:23:54 -07:00
|
|
|
</entity>
|
2019-05-20 21:26:01 +02:00
|
|
|
<entity name="InstalledApp" representedClassName="InstalledApp" syncable="YES">
|
|
|
|
|
<attribute name="bundleIdentifier" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="expirationDate" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
2019-07-28 15:08:13 -07:00
|
|
|
<attribute name="name" attributeType="String" syncable="YES"/>
|
2019-06-21 11:20:03 -07:00
|
|
|
<attribute name="refreshedDate" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
2019-07-28 15:08:13 -07:00
|
|
|
<attribute name="resignedBundleIdentifier" attributeType="String" syncable="YES"/>
|
2019-05-20 22:24:16 +02:00
|
|
|
<attribute name="version" attributeType="String" syncable="YES"/>
|
2019-07-31 14:07:00 -07:00
|
|
|
<relationship name="storeApp" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="StoreApp" inverseName="installedApp" inverseEntity="StoreApp" syncable="YES"/>
|
2019-06-17 14:49:23 -07:00
|
|
|
<uniquenessConstraints>
|
|
|
|
|
<uniquenessConstraint>
|
|
|
|
|
<constraint value="bundleIdentifier"/>
|
|
|
|
|
</uniquenessConstraint>
|
|
|
|
|
</uniquenessConstraints>
|
2019-05-20 21:26:01 +02:00
|
|
|
</entity>
|
2019-07-31 13:35:12 -07:00
|
|
|
<entity name="RefreshAttempt" representedClassName="RefreshAttempt" syncable="YES">
|
|
|
|
|
<attribute name="date" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
|
|
|
<attribute name="errorDescription" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="identifier" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="isSuccess" attributeType="Boolean" defaultValueString="YES" usesScalarValueType="YES" syncable="YES"/>
|
|
|
|
|
<uniquenessConstraints>
|
|
|
|
|
<uniquenessConstraint>
|
|
|
|
|
<constraint value="identifier"/>
|
|
|
|
|
</uniquenessConstraint>
|
|
|
|
|
</uniquenessConstraints>
|
|
|
|
|
</entity>
|
2019-07-30 17:00:04 -07:00
|
|
|
<entity name="Source" representedClassName="Source" syncable="YES">
|
|
|
|
|
<attribute name="identifier" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="name" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="sourceURL" attributeType="URI" syncable="YES"/>
|
2019-07-31 14:07:00 -07:00
|
|
|
<relationship name="apps" toMany="YES" deletionRule="Nullify" ordered="YES" destinationEntity="StoreApp" inverseName="source" inverseEntity="StoreApp" syncable="YES"/>
|
2019-07-30 17:00:04 -07:00
|
|
|
<uniquenessConstraints>
|
|
|
|
|
<uniquenessConstraint>
|
|
|
|
|
<constraint value="identifier"/>
|
|
|
|
|
</uniquenessConstraint>
|
|
|
|
|
</uniquenessConstraints>
|
|
|
|
|
</entity>
|
2019-07-31 14:07:00 -07:00
|
|
|
<entity name="StoreApp" representedClassName="StoreApp" syncable="YES">
|
|
|
|
|
<attribute name="bundleIdentifier" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="developerName" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="downloadURL" attributeType="URI" syncable="YES"/>
|
2019-08-20 19:06:03 -05:00
|
|
|
<attribute name="iconURL" attributeType="URI" syncable="YES"/>
|
2019-07-31 14:07:00 -07:00
|
|
|
<attribute name="localizedDescription" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="name" attributeType="String" syncable="YES"/>
|
2019-08-20 19:06:03 -05:00
|
|
|
<attribute name="screenshotURLs" attributeType="Transformable" syncable="YES"/>
|
2019-07-31 14:07:00 -07:00
|
|
|
<attribute name="size" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
|
|
|
|
|
<attribute name="sortIndex" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
|
|
|
|
|
<attribute name="subtitle" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="tintColor" optional="YES" attributeType="Transformable" syncable="YES"/>
|
|
|
|
|
<attribute name="version" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="versionDate" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
|
|
|
<attribute name="versionDescription" optional="YES" attributeType="String" syncable="YES"/>
|
|
|
|
|
<relationship name="installedApp" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="InstalledApp" inverseName="storeApp" inverseEntity="InstalledApp" syncable="YES"/>
|
|
|
|
|
<relationship name="permissions" toMany="YES" deletionRule="Cascade" ordered="YES" destinationEntity="AppPermission" inverseName="app" inverseEntity="AppPermission" syncable="YES"/>
|
|
|
|
|
<relationship name="source" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Source" inverseName="apps" inverseEntity="Source" syncable="YES"/>
|
|
|
|
|
<uniquenessConstraints>
|
|
|
|
|
<uniquenessConstraint>
|
|
|
|
|
<constraint value="bundleIdentifier"/>
|
|
|
|
|
</uniquenessConstraint>
|
|
|
|
|
</uniquenessConstraints>
|
|
|
|
|
</entity>
|
2019-06-05 18:05:21 -07:00
|
|
|
<entity name="Team" representedClassName="Team" syncable="YES">
|
|
|
|
|
<attribute name="identifier" attributeType="String" syncable="YES"/>
|
2019-06-06 14:46:23 -07:00
|
|
|
<attribute name="isActiveTeam" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/>
|
2019-06-05 18:05:21 -07:00
|
|
|
<attribute name="name" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="type" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES" syncable="YES"/>
|
|
|
|
|
<relationship name="account" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Account" inverseName="teams" inverseEntity="Account" syncable="YES"/>
|
|
|
|
|
<uniquenessConstraints>
|
|
|
|
|
<uniquenessConstraint>
|
|
|
|
|
<constraint value="identifier"/>
|
|
|
|
|
</uniquenessConstraint>
|
|
|
|
|
</uniquenessConstraints>
|
|
|
|
|
</entity>
|
2019-05-20 21:24:53 +02:00
|
|
|
<elements>
|
2019-06-06 14:46:23 -07:00
|
|
|
<element name="Account" positionX="-36" positionY="90" width="128" height="135"/>
|
2019-07-24 12:23:54 -07:00
|
|
|
<element name="AppPermission" positionX="-45" positionY="90" width="128" height="90"/>
|
2019-07-28 15:08:13 -07:00
|
|
|
<element name="InstalledApp" positionX="-63" positionY="0" width="128" height="150"/>
|
2019-08-20 19:06:03 -05:00
|
|
|
<element name="RefreshAttempt" positionX="-45" positionY="117" width="128" height="105"/>
|
2019-07-30 17:00:04 -07:00
|
|
|
<element name="Source" positionX="-45" positionY="99" width="128" height="105"/>
|
2019-08-20 19:06:03 -05:00
|
|
|
<element name="StoreApp" positionX="-63" positionY="-18" width="128" height="300"/>
|
2019-07-31 13:35:12 -07:00
|
|
|
<element name="Team" positionX="-45" positionY="81" width="128" height="120"/>
|
2019-05-20 21:24:53 +02:00
|
|
|
</elements>
|
|
|
|
|
</model>
|