Skip to content

Commit 9ec1798

Browse files
authored
Update Transformer class to NSSecureUnarchiveFromData for attachmentPaths (#150)
1 parent 8cbcc38 commit 9ec1798

File tree

1 file changed

+1
-1
lines changed
  • Sources/Features/Resources/Model.xcdatamodeld/Model.xcdatamodel

1 file changed

+1
-1
lines changed

Sources/Features/Resources/Model.xcdatamodeld/Model.xcdatamodel/contents

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="23507" systemVersion="24B83" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
33
<entity name="Crash" representedClassName="Crash" syncable="YES">
4-
<attribute name="attachmentPaths" optional="YES" attributeType="Transformable" valueTransformerName=""/>
4+
<attribute name="attachmentPaths" optional="YES" attributeType="Transformable" valueTransformerName="NSSecureUnarchiveFromData"/>
55
<attribute name="dateAdded" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
66
<attribute name="hashProperty" optional="YES" attributeType="String"/>
77
<attribute name="reportData" optional="YES" attributeType="Binary"/>

0 commit comments

Comments
 (0)