mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-19 21:15:21 +00:00
COVIDSafe code from version 1.4 (#3)
This commit is contained in:
parent
56c93f2079
commit
b2e0c5b34c
33 changed files with 6865 additions and 481 deletions
16
CovidSafe/tracer.xcdatamodeld/ModelV2.xcdatamodel/contents
Normal file
16
CovidSafe/tracer.xcdatamodeld/ModelV2.xcdatamodel/contents
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="16119" systemVersion="19E266" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
|
||||
<entity name="Encounter" representedClassName="Encounter" syncable="YES">
|
||||
<attribute name="localBlob" optional="YES" attributeType="String"/>
|
||||
<attribute name="org" optional="YES" attributeType="String"/>
|
||||
<attribute name="remoteBlob" optional="YES" attributeType="String"/>
|
||||
<attribute name="timestamp" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
||||
<attribute name="v" optional="YES" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
|
||||
<fetchedProperty name="fetchedProperty" optional="YES">
|
||||
<fetchRequest name="fetchedPropertyFetchRequest" entity="Encounter"/>
|
||||
</fetchedProperty>
|
||||
</entity>
|
||||
<elements>
|
||||
<element name="Encounter" positionX="-63" positionY="-18" width="128" height="146"/>
|
||||
</elements>
|
||||
</model>
|
Loading…
Add table
Add a link
Reference in a new issue