713ec69a20
[ADDED] Settings for remembering and storing the master password. [ADDED] KeyChain used to store master password & hash. [IMPROVED] Remember whether help is hidden. [FIXED] Making passwords stored. [ADDED] Generated password counter. Edit stored passwords. [IMPROVED] UI prettier and better documented. [ADDED] Warnings when changing a site's password.
23 lines
2.0 KiB
XML
23 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<model name="" userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="872" systemVersion="11C74" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
|
|
<entity name="OPElementEntity" representedClassName="OPElementEntity" isAbstract="YES" syncable="YES">
|
|
<attribute name="contentType" optional="YES" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
|
|
<attribute name="contentUTI" attributeType="String" defaultValueString="public.plain-text" syncable="YES"/>
|
|
<attribute name="lastUsed" attributeType="Date" syncable="YES"/>
|
|
<attribute name="name" attributeType="String" indexed="YES" syncable="YES"/>
|
|
<attribute name="type" attributeType="Integer 16" defaultValueString="257" syncable="YES"/>
|
|
<attribute name="uses" attributeType="Integer 16" defaultValueString="0" syncable="YES"/>
|
|
</entity>
|
|
<entity name="OPElementGeneratedEntity" representedClassName="OPElementGeneratedEntity" parentEntity="OPElementEntity" syncable="YES">
|
|
<attribute name="counter" optional="YES" attributeType="Integer 16" defaultValueString="1" syncable="YES"/>
|
|
</entity>
|
|
<entity name="OPElementStoredEntity" representedClassName="OPElementStoredEntity" parentEntity="OPElementEntity" syncable="YES">
|
|
<attribute name="contentObject" optional="YES" attributeType="Transformable" storedInTruthFile="YES" syncable="YES"/>
|
|
</entity>
|
|
<fetchRequest name="OPSearchElement" entity="OPElementEntity" predicateString="name BEGINSWITH "$query""/>
|
|
<elements>
|
|
<element name="OPElementEntity" positionX="160" positionY="192" width="128" height="135"/>
|
|
<element name="OPElementGeneratedEntity" positionX="160" positionY="192" width="128" height="60"/>
|
|
<element name="OPElementStoredEntity" positionX="160" positionY="192" width="128" height="60"/>
|
|
</elements>
|
|
</model> |