This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reset CoreData if on old model (needs a better migration policy)
- Loading branch information
1 parent
23c2544
commit 1dab1f7
Showing
7 changed files
with
181 additions
and
4 deletions.
There are no files selected for viewing
Binary file modified
BIN
+4.86 KB
(100%)
...xcodeproj/project.xcworkspace/xcuserdata/ethan.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
24 changes: 24 additions & 0 deletions
24
Shared/OpenSesame.xcdatamodeld/Shared 1.1.xcdatamodel/contents
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="19197" systemVersion="21A5304g" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier=""> | ||
<entity name="Account" representedClassName="Account" syncable="YES" codeGenerationType="class"> | ||
<attribute name="dateAdded" optional="YES" attributeType="Date" usesScalarValueType="NO"/> | ||
<attribute name="domain" attributeType="String" defaultValueString=""/> | ||
<attribute name="isPinned" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/> | ||
<attribute name="lastModified" optional="YES" attributeType="Date" usesScalarValueType="NO"/> | ||
<attribute name="notes" optional="YES" attributeType="String"/> | ||
<attribute name="otpAuth" optional="YES" attributeType="String"/> | ||
<attribute name="password" optional="YES" attributeType="Binary" defaultValueString="" allowsCloudEncryption="YES"/> | ||
<attribute name="passwordLength" attributeType="Integer 16" defaultValueString="0" usesScalarValueType="YES"/> | ||
<attribute name="url" attributeType="String" defaultValueString=""/> | ||
<attribute name="username" attributeType="String" defaultValueString=""/> | ||
<relationship name="vault" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Vault" inverseName="accounts" inverseEntity="Vault"/> | ||
</entity> | ||
<entity name="Vault" representedClassName="Vault" syncable="YES" codeGenerationType="class"> | ||
<attribute name="name" attributeType="String" defaultValueString=""/> | ||
<relationship name="accounts" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="Account" inverseName="vault" inverseEntity="Account"/> | ||
</entity> | ||
<elements> | ||
<element name="Account" positionX="-54" positionY="9" width="128" height="194"/> | ||
<element name="Vault" positionX="-63" positionY="-18" width="128" height="59"/> | ||
</elements> | ||
</model> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters