Sha256: 9b4f5a2bb3fda0ca8b936de57c06367e491572527640aa1e4018973ae0508539

Contents?: true

Size: 1.65 KB

Versions: 4

Compression:

Stored size: 1.65 KB

Contents

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model name="" userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="1811" systemVersion="12C60" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
    <entity name="Customer" syncable="YES">
        <attribute name="active" optional="YES" attributeType="Boolean" syncable="YES"/>
        <attribute name="email" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="first_name" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="last_name" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="last_update" optional="YES" attributeType="Date" syncable="YES"/>
    </entity>
    <entity name="Film">
        <attribute name="description" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="last_update" optional="YES" attributeType="Date" syncable="YES"/>
        <attribute name="length" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
        <attribute name="rating" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="releaseYear" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
        <attribute name="title" optional="YES" attributeType="String" syncable="YES"/>
        <userInfo/>
    </entity>
    <elements>
        <element name="Film" positionX="261" positionY="189" width="128" height="135"/>
        <element name="Customer" positionX="160" positionY="192" width="128" height="120"/>
    </elements>
</model>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
helios-0.0.5 ./example/Sample.xcdatamodeld/Sample.xcdatamodel/contents
helios-0.0.4 ./example/Sample.xcdatamodeld/Sample.xcdatamodel/contents
helios-0.0.3 ./example/Sample.xcdatamodeld/Sample.xcdatamodel/contents
helios-0.0.2 ./example/Sample.xcdatamodeld/Sample.xcdatamodel/contents