|
23 | 23 | 97AB88CC2BE9899200AB314B /* CreateAuthorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AB88CB2BE9899200AB314B /* CreateAuthorView.swift */; }; |
24 | 24 | 97AB88CE2BE989B500AB314B /* AuthorsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AB88CD2BE989B400AB314B /* AuthorsView.swift */; }; |
25 | 25 | 97AB88D02BE98EED00AB314B /* BooksView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AB88CF2BE98EED00AB314B /* BooksView.swift */; }; |
| 26 | + 97B60BD92BE9E569007DB2D8 /* CreateBookView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97B60BD82BE9E569007DB2D8 /* CreateBookView.swift */; }; |
26 | 27 | /* End PBXBuildFile section */ |
27 | 28 |
|
28 | 29 | /* Begin PBXFileReference section */ |
|
43 | 44 | 97AB88CB2BE9899200AB314B /* CreateAuthorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateAuthorView.swift; sourceTree = "<group>"; }; |
44 | 45 | 97AB88CD2BE989B400AB314B /* AuthorsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthorsView.swift; sourceTree = "<group>"; }; |
45 | 46 | 97AB88CF2BE98EED00AB314B /* BooksView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BooksView.swift; sourceTree = "<group>"; }; |
| 47 | + 97B60BD82BE9E569007DB2D8 /* CreateBookView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateBookView.swift; sourceTree = "<group>"; }; |
46 | 48 | /* End PBXFileReference section */ |
47 | 49 |
|
48 | 50 | /* Begin PBXFrameworksBuildPhase section */ |
|
111 | 113 | children = ( |
112 | 114 | 97AB889D2BE97CC600AB314B /* ContentView.swift */, |
113 | 115 | 97AB88CB2BE9899200AB314B /* CreateAuthorView.swift */, |
| 116 | + 97B60BD82BE9E569007DB2D8 /* CreateBookView.swift */, |
114 | 117 | 97AB88CD2BE989B400AB314B /* AuthorsView.swift */, |
115 | 118 | 97AB88CF2BE98EED00AB314B /* BooksView.swift */, |
116 | 119 | ); |
|
233 | 236 | 97AB88CA2BE987F000AB314B /* BooksManager.swift in Sources */, |
234 | 237 | 97AB88AC2BE97D5800AB314B /* AppState.swift in Sources */, |
235 | 238 | 97AB88C42BE983D100AB314B /* BookEntity.swift in Sources */, |
| 239 | + 97B60BD92BE9E569007DB2D8 /* CreateBookView.swift in Sources */, |
236 | 240 | 97AB88C62BE984A100AB314B /* ContainerBuilder.swift in Sources */, |
237 | 241 | 97AB889E2BE97CC600AB314B /* ContentView.swift in Sources */, |
238 | 242 | 97AB88CC2BE9899200AB314B /* CreateAuthorView.swift in Sources */, |
|
0 commit comments