Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
enzevalos_iphone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
enzevalos
enzevalos_iphone
Commits
b650c47b
Commit
b650c47b
authored
7 years ago
by
Oliver Wiese
Browse files
Options
Downloads
Patches
Plain Diff
change datamodel
parent
685c726d
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!5
Update pgp
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
enzevalos_iphone/enzevalos_iphone.xcdatamodeld/enzevalos_iphone.xcdatamodel/contents
+0
-22
0 additions, 22 deletions
...iphone.xcdatamodeld/enzevalos_iphone.xcdatamodel/contents
with
0 additions
and
22 deletions
enzevalos_iphone/enzevalos_iphone.xcdatamodeld/enzevalos_iphone.xcdatamodel/contents
+
0
−
22
View file @
b650c47b
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model
type=
"com.apple.IDECoreDataModeler.DataModel"
documentVersion=
"1.0"
lastSavedToolsVersion=
"12141"
systemVersion=
"16F73"
minimumToolsVersion=
"Automatic"
sourceLanguage=
"Swift"
userDefinedModelVersionIdentifier=
""
>
<entity
name=
"Account"
representedClassName=
"Account"
syncable=
"YES"
codeGenerationType=
"class"
>
<attribute
name=
"accountname"
attributeType=
"String"
syncable=
"YES"
/>
<attribute
name=
"dispalyname"
attributeType=
"String"
syncable=
"YES"
/>
<attribute
name=
"pw"
attributeType=
"String"
syncable=
"YES"
/>
<relationship
name=
"address"
maxCount=
"1"
deletionRule=
"Nullify"
destinationEntity=
"Mail_Address"
syncable=
"YES"
/>
<relationship
name=
"imap"
maxCount=
"1"
deletionRule=
"Nullify"
destinationEntity=
"Server"
syncable=
"YES"
/>
<relationship
name=
"secretkeys"
optional=
"YES"
maxCount=
"1"
deletionRule=
"Nullify"
destinationEntity=
"SecretKey"
syncable=
"YES"
/>
<relationship
name=
"smtp"
maxCount=
"1"
deletionRule=
"Nullify"
destinationEntity=
"Server"
syncable=
"YES"
/>
</entity>
<entity
name=
"EnzevalosContact"
representedClassName=
"EnzevalosContact"
syncable=
"YES"
>
<attribute
name=
"cnidentifier"
optional=
"YES"
attributeType=
"String"
syncable=
"YES"
/>
<attribute
name=
"displayname"
attributeType=
"String"
syncable=
"YES"
/>
...
...
@@ -67,16 +58,6 @@
<attribute
name=
"keyID"
optional=
"YES"
attributeType=
"String"
syncable=
"YES"
/>
<attribute
name=
"obsolete"
optional=
"YES"
attributeType=
"Boolean"
usesScalarValueType=
"YES"
syncable=
"YES"
/>
</entity>
<entity
name=
"Server"
representedClassName=
"Server"
syncable=
"YES"
codeGenerationType=
"class"
>
<attribute
name=
"authType"
optional=
"YES"
attributeType=
"Integer 16"
defaultValueString=
"0"
usesScalarValueType=
"YES"
syncable=
"YES"
/>
<attribute
name=
"connectionType"
optional=
"YES"
attributeType=
"Integer 16"
defaultValueString=
"0"
usesScalarValueType=
"YES"
syncable=
"YES"
/>
<attribute
name=
"hostname"
optional=
"YES"
attributeType=
"String"
syncable=
"YES"
/>
<attribute
name=
"port"
optional=
"YES"
attributeType=
"Integer 16"
defaultValueString=
"0"
usesScalarValueType=
"YES"
syncable=
"YES"
/>
</entity>
<entity
name=
"State"
representedClassName=
"State"
syncable=
"YES"
>
<attribute
name=
"currentContacts"
attributeType=
"Integer 64"
defaultValueString=
"0"
usesScalarValueType=
"YES"
syncable=
"YES"
/>
<attribute
name=
"currentMails"
attributeType=
"Integer 64"
defaultValueString=
"0"
usesScalarValueType=
"YES"
syncable=
"YES"
/>
</entity>
<fetchRequest
name=
"getFolder"
entity=
"Folder"
predicateString=
"name == "$folder""
/>
<fetchRequest
name=
"getMailAddress"
entity=
"Mail_Address"
predicateString=
"address == "$adr""
/>
<elements>
...
...
@@ -86,8 +67,5 @@
<element
name=
"PersistentKey"
positionX=
"-315"
positionY=
"-36"
width=
"128"
height=
"180"
/>
<element
name=
"PersistentMail"
positionX=
"-416"
positionY=
"-189"
width=
"128"
height=
"315"
/>
<element
name=
"SecretKey"
positionX=
"-306"
positionY=
"-27"
width=
"128"
height=
"75"
/>
<element
name=
"State"
positionX=
"-315"
positionY=
"-54"
width=
"128"
height=
"75"
/>
<element
name=
"Account"
positionX=
"-306"
positionY=
"-54"
width=
"128"
height=
"150"
/>
<element
name=
"Server"
positionX=
"-297"
positionY=
"-45"
width=
"128"
height=
"105"
/>
</elements>
</model>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment