|
12 | 12 | 6C22959B27FD698000381DA2 /* EditCardViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C22959A27FD698000381DA2 /* EditCardViewController.swift */; }; |
13 | 13 | 6CF3C10927FC2907003B4803 /* TaskCardViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF3C10727FC2907003B4803 /* TaskCardViewCell.swift */; }; |
14 | 14 | 6CF3C10A27FC2907003B4803 /* TaskCardViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6CF3C10827FC2907003B4803 /* TaskCardViewCell.xib */; }; |
| 15 | + 6CF532BE2803C807006AE77C /* ActionBoardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF532BD2803C807006AE77C /* ActionBoardView.swift */; }; |
15 | 16 | 6F41D5A327FAE04A00EA3FA8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F41D5A227FAE04A00EA3FA8 /* AppDelegate.swift */; }; |
16 | 17 | 6F41D5A527FAE04A00EA3FA8 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F41D5A427FAE04A00EA3FA8 /* SceneDelegate.swift */; }; |
17 | 18 | 6F41D5A727FAE04A00EA3FA8 /* MyTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F41D5A627FAE04A00EA3FA8 /* MyTaskViewController.swift */; }; |
|
34 | 35 | 6C22959A27FD698000381DA2 /* EditCardViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditCardViewController.swift; sourceTree = "<group>"; }; |
35 | 36 | 6CF3C10727FC2907003B4803 /* TaskCardViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaskCardViewCell.swift; sourceTree = "<group>"; }; |
36 | 37 | 6CF3C10827FC2907003B4803 /* TaskCardViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TaskCardViewCell.xib; sourceTree = "<group>"; }; |
| 38 | + 6CF532BD2803C807006AE77C /* ActionBoardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionBoardView.swift; sourceTree = "<group>"; }; |
37 | 39 | 6F41D59F27FAE04A00EA3FA8 /* TodoList.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TodoList.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
38 | 40 | 6F41D5A227FAE04A00EA3FA8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
39 | 41 | 6F41D5A427FAE04A00EA3FA8 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
|
110 | 112 | 6F77E26B27FED3670036B6E1 /* View */ = { |
111 | 113 | isa = PBXGroup; |
112 | 114 | children = ( |
| 115 | + 6CF532BD2803C807006AE77C /* ActionBoardView.swift */, |
113 | 116 | 6FC4ABD427FE7B0F00231F9E /* TaskBoardView.swift */, |
114 | 117 | 6F41D5BA27FBD6F700EA3FA8 /* TaskCardListView.swift */, |
115 | 118 | 6CF3C10727FC2907003B4803 /* TaskCardViewCell.swift */, |
|
216 | 219 | 6F41D5C127FC085C00EA3FA8 /* TaskCardListViewController.swift in Sources */, |
217 | 220 | 6F41D5A727FAE04A00EA3FA8 /* MyTaskViewController.swift in Sources */, |
218 | 221 | 6C22959727FD64C800381DA2 /* EditCardView.swift in Sources */, |
| 222 | + 6CF532BE2803C807006AE77C /* ActionBoardView.swift in Sources */, |
219 | 223 | 6F77E26127FECCED0036B6E1 /* NameSpace.swift in Sources */, |
220 | 224 | 6F41D5BB27FBD6F700EA3FA8 /* TaskCardListView.swift in Sources */, |
221 | 225 | 6F41D5A327FAE04A00EA3FA8 /* AppDelegate.swift in Sources */, |
|
0 commit comments