diff --git a/SniffMeet/SniffMeet.xcdatamodeld/SniffMeet.xcdatamodel/contents b/SniffMeet/SniffMeet.xcdatamodeld/SniffMeet.xcdatamodel/contents index c078854..f067af0 100644 --- a/SniffMeet/SniffMeet.xcdatamodeld/SniffMeet.xcdatamodel/contents +++ b/SniffMeet/SniffMeet.xcdatamodeld/SniffMeet.xcdatamodel/contents @@ -1,11 +1,11 @@ - + - + diff --git a/SniffMeet/SniffMeet.xcodeproj/project.pbxproj b/SniffMeet/SniffMeet.xcodeproj/project.pbxproj index d0839ec..3849c22 100644 --- a/SniffMeet/SniffMeet.xcodeproj/project.pbxproj +++ b/SniffMeet/SniffMeet.xcodeproj/project.pbxproj @@ -9,7 +9,8 @@ /* Begin PBXBuildFile section */ 32D5D2102CDB67F0000A7628 /* DatabaseManageable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D5D20F2CDB67D1000A7628 /* DatabaseManageable.swift */; }; 32D5D2132CDB6A67000A7628 /* SniffMeet.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 32D5D2112CDB6A67000A7628 /* SniffMeet.xcdatamodeld */; }; - 32D5D2552CDB6F48000A7628 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D5D2542CDB6F48000A7628 /* User.swift */; }; + 32D5D2572CDB70BE000A7628 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D5D2562CDB70B9000A7628 /* User.swift */; }; + 32D5D2592CDB730A000A7628 /* Dog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D5D2582CDB7308000A7628 /* Dog.swift */; }; FD3A033F2CD8CF460047B7ED /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FD3A03392CD8CF460047B7ED /* Assets.xcassets */; }; FD3A03412CD8CF460047B7ED /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FD3A033C2CD8CF460047B7ED /* LaunchScreen.storyboard */; }; FD3A03422CD8CF460047B7ED /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD3A03382CD8CF460047B7ED /* AppDelegate.swift */; }; @@ -19,7 +20,8 @@ /* Begin PBXFileReference section */ 32D5D20F2CDB67D1000A7628 /* DatabaseManageable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatabaseManageable.swift; sourceTree = ""; }; 32D5D2122CDB6A67000A7628 /* SniffMeet.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = SniffMeet.xcdatamodel; sourceTree = ""; }; - 32D5D2542CDB6F48000A7628 /* User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = User.swift; path = /User.swift; sourceTree = ""; }; + 32D5D2562CDB70B9000A7628 /* User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = ""; }; + 32D5D2582CDB7308000A7628 /* Dog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Dog.swift; sourceTree = ""; }; FD3A03202CD8CDE50047B7ED /* SniffMeet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SniffMeet.app; sourceTree = BUILT_PRODUCTS_DIR; }; FD3A03382CD8CF460047B7ED /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; FD3A03392CD8CF460047B7ED /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; @@ -488,7 +490,8 @@ FDA491652CDA7BDF00A36FB0 /* Entity */ = { isa = PBXGroup; children = ( - 32D5D2542CDB6F48000A7628 /* User.swift */, + 32D5D2582CDB7308000A7628 /* Dog.swift */, + 32D5D2562CDB70B9000A7628 /* User.swift */, ); path = Entity; sourceTree = ""; @@ -885,8 +888,9 @@ files = ( FD3A03422CD8CF460047B7ED /* AppDelegate.swift in Sources */, 32D5D2102CDB67F0000A7628 /* DatabaseManageable.swift in Sources */, + 32D5D2592CDB730A000A7628 /* Dog.swift in Sources */, 32D5D2132CDB6A67000A7628 /* SniffMeet.xcdatamodeld in Sources */, - 32D5D2552CDB6F48000A7628 /* User.swift in Sources */, + 32D5D2572CDB70BE000A7628 /* User.swift in Sources */, FD3A03432CD8CF460047B7ED /* SceneDelegate.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0;