2019-05-20 21:24:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
|
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="14490.99" systemVersion="18D109" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
|
|
|
|
<entity name="App" representedClassName="App" syncable="YES">
|
|
|
|
|
<attribute name="developerName" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="iconName" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="identifier" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="localizedDescription" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="name" attributeType="String" syncable="YES"/>
|
|
|
|
|
<attribute name="screenshotNames" attributeType="Transformable" syncable="YES"/>
|
2019-05-20 21:26:01 +02:00
|
|
|
<relationship name="installedApp" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="InstalledApp" inverseName="app" inverseEntity="InstalledApp" syncable="YES"/>
|
2019-05-20 21:24:53 +02:00
|
|
|
<uniquenessConstraints>
|
|
|
|
|
<uniquenessConstraint>
|
|
|
|
|
<constraint value="identifier"/>
|
|
|
|
|
</uniquenessConstraint>
|
|
|
|
|
</uniquenessConstraints>
|
|
|
|
|
</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"/>
|
|
|
|
|
<attribute name="isBeta" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES" syncable="YES"/>
|
|
|
|
|
<attribute name="signedDate" attributeType="Date" usesScalarValueType="NO" syncable="YES"/>
|
|
|
|
|
<relationship name="app" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="App" inverseName="installedApp" inverseEntity="App" syncable="YES"/>
|
|
|
|
|
</entity>
|
2019-05-20 21:24:53 +02:00
|
|
|
<elements>
|
2019-05-20 21:26:01 +02:00
|
|
|
<element name="App" positionX="-63" positionY="-18" width="128" height="150"/>
|
|
|
|
|
<element name="InstalledApp" positionX="-63" positionY="0" width="128" height="120"/>
|
2019-05-20 21:24:53 +02:00
|
|
|
</elements>
|
|
|
|
|
</model>
|