From 3b8b403b9a22d032fc1077679295cb9346b54cdd Mon Sep 17 00:00:00 2001 From: Michael van der Loo Date: Sat, 6 Jun 2020 16:51:27 -0400 Subject: [PATCH] Added relationships and attributes, modified copyright header for .swift files --- tidbits/AppDelegate.swift | 2 +- tidbits/CardView.swift | 2 +- tidbits/ContentView.swift | 2 +- tidbits/SceneDelegate.swift | 2 +- .../tidbits.xcdatamodel/contents | 22 ++++++++++++------- tidbitsTests/tidbitsTests.swift | 2 +- tidbitsUITests/tidbitsUITests.swift | 2 +- 7 files changed, 20 insertions(+), 14 deletions(-) diff --git a/tidbits/AppDelegate.swift b/tidbits/AppDelegate.swift index a5e7308..4947f47 100644 --- a/tidbits/AppDelegate.swift +++ b/tidbits/AppDelegate.swift @@ -3,7 +3,7 @@ // tidbits // // Created by Chris Vanderloo on 6/5/20. -// Copyright © 2020 Chris Vanderloo. All rights reserved. +// Copyright © 2020 Chris Vanderloo and Michael Vanderloo. All rights reserved. // import UIKit diff --git a/tidbits/CardView.swift b/tidbits/CardView.swift index 9dc7fd0..1dcd1c8 100644 --- a/tidbits/CardView.swift +++ b/tidbits/CardView.swift @@ -3,7 +3,7 @@ // tidbits // // Created by Chris Vanderloo on 6/6/20. -// Copyright © 2020 Chris Vanderloo. All rights reserved. +// Copyright © 2020 Chris Vanderloo and Michael Vanderloo. All rights reserved. // import Foundation diff --git a/tidbits/ContentView.swift b/tidbits/ContentView.swift index d26f220..f3bbce4 100644 --- a/tidbits/ContentView.swift +++ b/tidbits/ContentView.swift @@ -3,7 +3,7 @@ // tidbits // // Created by Chris Vanderloo on 6/5/20. -// Copyright © 2020 Chris Vanderloo. All rights reserved. +// Copyright © 2020 Chris Vanderloo and Michael Vanderloo. All rights reserved. // import SwiftUI diff --git a/tidbits/SceneDelegate.swift b/tidbits/SceneDelegate.swift index aa7baa6..80a2983 100644 --- a/tidbits/SceneDelegate.swift +++ b/tidbits/SceneDelegate.swift @@ -3,7 +3,7 @@ // tidbits // // Created by Chris Vanderloo on 6/5/20. -// Copyright © 2020 Chris Vanderloo. All rights reserved. +// Copyright © 2020 Chris Vanderloo and Michael Vanderloo. All rights reserved. // import UIKit diff --git a/tidbits/tidbits.xcdatamodeld/tidbits.xcdatamodel/contents b/tidbits/tidbits.xcdatamodeld/tidbits.xcdatamodel/contents index e561301..3100624 100644 --- a/tidbits/tidbits.xcdatamodeld/tidbits.xcdatamodel/contents +++ b/tidbits/tidbits.xcdatamodeld/tidbits.xcdatamodel/contents @@ -1,18 +1,24 @@ - + - + + - + + - - + + + + + + - - - + + + \ No newline at end of file diff --git a/tidbitsTests/tidbitsTests.swift b/tidbitsTests/tidbitsTests.swift index 69be39e..2ab58e3 100644 --- a/tidbitsTests/tidbitsTests.swift +++ b/tidbitsTests/tidbitsTests.swift @@ -3,7 +3,7 @@ // tidbitsTests // // Created by Chris Vanderloo on 6/5/20. -// Copyright © 2020 Chris Vanderloo. All rights reserved. +// Copyright © 2020 Chris Vanderloo and Michael Vanderloo. All rights reserved. // import XCTest diff --git a/tidbitsUITests/tidbitsUITests.swift b/tidbitsUITests/tidbitsUITests.swift index 664fd57..f78402f 100644 --- a/tidbitsUITests/tidbitsUITests.swift +++ b/tidbitsUITests/tidbitsUITests.swift @@ -3,7 +3,7 @@ // tidbitsUITests // // Created by Chris Vanderloo on 6/5/20. -// Copyright © 2020 Chris Vanderloo. All rights reserved. +// Copyright © 2020 Chris Vanderloo and Michael Vanderloo. All rights reserved. // import XCTest -- 2.51.2