Skip to content

Commit 5c22915

Browse files
committed
Merge branch 'add-unmanaged-read-only-model-protocol' into 3.0-preview
2 parents e310b2b + 539b57d commit 5c22915

42 files changed

Lines changed: 143 additions & 71 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Examples/Relationships/RelationshipsExample/RelationshipsExample/CoreDataStack.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// MIT License
66
//
7-
// Copyright © 2023 Andrew Roan
7+
// Copyright © 2024 Andrew Roan
88

99
import CoreData
1010
import Foundation

Examples/Relationships/RelationshipsExample/RelationshipsExample/Document.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// MIT License
66
//
7-
// Copyright © 2023 Andrew Roan
7+
// Copyright © 2024 Andrew Roan
88

99
import CoreData
1010
import CoreDataRepository

Examples/Relationships/RelationshipsExample/RelationshipsExample/FileCabinet+Drawer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// MIT License
66
//
7-
// Copyright © 2023 Andrew Roan
7+
// Copyright © 2024 Andrew Roan
88

99
import CoreData
1010
import CoreDataRepository

Examples/Relationships/RelationshipsExample/RelationshipsExample/FileCabinet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// MIT License
66
//
7-
// Copyright © 2023 Andrew Roan
7+
// Copyright © 2024 Andrew Roan
88

99
import CoreData
1010
import CoreDataRepository

Examples/Relationships/RelationshipsExample/RelationshipsExample/FileCabinetDetailView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// MIT License
66
//
7-
// Copyright © 2023 Andrew Roan
7+
// Copyright © 2024 Andrew Roan
88

99
import CoreData
1010
import CoreDataRepository

Examples/Relationships/RelationshipsExample/RelationshipsExample/FileCabinetsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// MIT License
66
//
7-
// Copyright © 2023 Andrew Roan
7+
// Copyright © 2024 Andrew Roan
88

99
import CoreData
1010
import CoreDataRepository

Examples/Relationships/RelationshipsExample/RelationshipsExample/RelationshipsExampleApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// MIT License
66
//
7-
// Copyright © 2023 Andrew Roan
7+
// Copyright © 2024 Andrew Roan
88

99
import CoreDataRepository
1010
import SwiftUI

Sources/CoreDataRepository/CoreDataBatchError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// MIT License
66
//
7-
// Copyright © 2023 Andrew Roan
7+
// Copyright © 2024 Andrew Roan
88

99
import Foundation
1010

Sources/CoreDataRepository/CoreDataError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// MIT License
66
//
7-
// Copyright © 2023 Andrew Roan
7+
// Copyright © 2024 Andrew Roan
88

99
import CoreData
1010
import Foundation

Sources/CoreDataRepository/CoreDataRepository+Aggregate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// MIT License
66
//
7-
// Copyright © 2023 Andrew Roan
7+
// Copyright © 2024 Andrew Roan
88

99
import CoreData
1010
import Foundation

0 commit comments

Comments
 (0)