<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="19461" systemVersion="20G80" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
    <entity name="LogRecord" representedClassName="LogRecord" syncable="YES">
        <attribute name="date" attributeType="Date" usesScalarValueType="NO"/>
        <attribute name="label" attributeType="String" defaultValueString=""/>
        <attribute name="payload" attributeType="String" defaultValueString=""/>
        <attribute name="tag" attributeType="String" defaultValueString=""/>
        <attribute name="uuid" attributeType="String" defaultValueString=""/>
    </entity>
    <entity name="Settings" representedClassName="Settings" syncable="YES">
        <attribute name="autostartEnabled" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
        <attribute name="id" attributeType="String"/>
        <attribute name="isCrashReportsEnabled" optional="YES" attributeType="Boolean" usesScalarValueType="YES"/>
        <attribute name="killSwitchEnabled" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
        <attribute name="lastConnectionState" optional="YES" attributeType="String"/>
        <attribute name="lastUsedServer" attributeType="String" defaultValueString=""/>
        <attribute name="port" attributeType="Integer 16" defaultValueString="1194" usesScalarValueType="YES"/>
        <attribute name="preferredServer" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/>
        <attribute name="proto" attributeType="String" defaultValueString="TCP"/>
        <attribute name="scramble" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/>
        <attribute name="vpnType" optional="YES" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/>
    </entity>
    <entity name="TransactionRecord" representedClassName="TransactionRecord" syncable="YES">
        <attribute name="date" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
        <attribute name="originalTransactionId" optional="YES" attributeType="String"/>
        <attribute name="productId" optional="YES" attributeType="String"/>
        <attribute name="username" optional="YES" attributeType="String"/>
    </entity>
    <elements>
        <element name="LogRecord" positionX="-63" positionY="-18" width="128" height="118"/>
        <element name="Settings" positionX="-54" positionY="-9" width="128" height="194"/>
        <element name="TransactionRecord" positionX="-54" positionY="63" width="128" height="89"/>
    </elements>
</model>