mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-25 13:43:27 +00:00
17 lines
1.3 KiB
XML
17 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="6252" systemVersion="14A388a" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
|
|
<entity name="Hosts" representedClassName="Hosts" syncable="YES">
|
|
<attribute name="address" optional="YES" attributeType="String" syncable="YES"/>
|
|
<attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
|
|
</entity>
|
|
<entity name="Settings" representedClassName="Settings" syncable="YES">
|
|
<attribute name="bitrate" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/>
|
|
<attribute name="framerate" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/>
|
|
<attribute name="height" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/>
|
|
<attribute name="width" optional="YES" attributeType="Integer 32" defaultValueString="0" syncable="YES"/>
|
|
</entity>
|
|
<elements>
|
|
<element name="Hosts" positionX="-63" positionY="-18" width="128" height="75"/>
|
|
<element name="Settings" positionX="142" positionY="-36" width="128" height="103"/>
|
|
</elements>
|
|
</model> |