diff --git a/Sources/Features/Resources/Crash+CoreDataProperties.swift b/Sources/Features/Resources/Crash+CoreDataProperties.swift index d0155e37..407e9fc0 100644 --- a/Sources/Features/Resources/Crash+CoreDataProperties.swift +++ b/Sources/Features/Resources/Crash+CoreDataProperties.swift @@ -7,10 +7,15 @@ extension Crash { return NSFetchRequest(entityName: "Crash") } + @objc(attachmentPaths) @NSManaged public var attachmentPaths: [String]? + @objc(dateAdded) @NSManaged public var dateAdded: Date? + @objc(hashProperty) @NSManaged public var hashProperty: String? + @objc(reportData) @NSManaged public var reportData: Data? + @objc(retryCount) @NSManaged public var retryCount: Int64 } diff --git a/Sources/Features/Resources/Model.xcdatamodeld/Model.xcdatamodel/contents b/Sources/Features/Resources/Model.xcdatamodeld/Model.xcdatamodel/contents index e06fa8ed..16e299cc 100644 --- a/Sources/Features/Resources/Model.xcdatamodeld/Model.xcdatamodel/contents +++ b/Sources/Features/Resources/Model.xcdatamodeld/Model.xcdatamodel/contents @@ -1,10 +1,10 @@ - + - - - - + + + + \ No newline at end of file