|
61 | 61 | B5C6FCD420A373BB00A4F8E4 /* OrderMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5C6FCD320A373BA00A4F8E4 /* OrderMapper.swift */; }; |
62 | 62 | B5C6FCD620A3768900A4F8E4 /* order.json in Resources */ = {isa = PBXBuildFile; fileRef = B5C6FCD520A3768900A4F8E4 /* order.json */; }; |
63 | 63 | CE20179320E3EFA7005B4C18 /* broken-orders.json in Resources */ = {isa = PBXBuildFile; fileRef = CE20179220E3EFA7005B4C18 /* broken-orders.json */; }; |
| 64 | + CE21B3E72106811000A259D5 /* new-order-note.json in Resources */ = {isa = PBXBuildFile; fileRef = CE21B3E62106811000A259D5 /* new-order-note.json */; }; |
| 65 | + CE583A0E2109154500D73C1C /* OrderNoteMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE583A0D2109154500D73C1C /* OrderNoteMapper.swift */; }; |
64 | 66 | /* End PBXBuildFile section */ |
65 | 67 |
|
66 | 68 | /* Begin PBXContainerItemProxy section */ |
|
133 | 135 | BD9439D9B8F2C1ED2EADAA51 /* Pods-NetworkingTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NetworkingTests.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-NetworkingTests/Pods-NetworkingTests.debug.xcconfig"; sourceTree = "<group>"; }; |
134 | 136 | C8F9A8CC6F90A8C9B5EF2EE2 /* Pods-Networking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Networking.release.xcconfig"; path = "../Pods/Target Support Files/Pods-Networking/Pods-Networking.release.xcconfig"; sourceTree = "<group>"; }; |
135 | 137 | CE20179220E3EFA7005B4C18 /* broken-orders.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "broken-orders.json"; sourceTree = "<group>"; }; |
| 138 | + CE21B3E62106811000A259D5 /* new-order-note.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "new-order-note.json"; sourceTree = "<group>"; }; |
| 139 | + CE583A0D2109154500D73C1C /* OrderNoteMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OrderNoteMapper.swift; sourceTree = "<group>"; }; |
136 | 140 | F3F25DC15EC1D7C631169CB5 /* Pods_Networking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Networking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
137 | 141 | F6CEE1CA2AD376C0C28AE9F6 /* Pods-NetworkingTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NetworkingTests.release.xcconfig"; path = "../Pods/Target Support Files/Pods-NetworkingTests/Pods-NetworkingTests.release.xcconfig"; sourceTree = "<group>"; }; |
138 | 142 | /* End PBXFileReference section */ |
|
314 | 318 | B559EBA820A0B5B100836CD4 /* Responses */ = { |
315 | 319 | isa = PBXGroup; |
316 | 320 | children = ( |
| 321 | + CE21B3E62106811000A259D5 /* new-order-note.json */, |
317 | 322 | B505F6D420BEE4E600BB1B69 /* me.json */, |
318 | 323 | B559EBA920A0B5CD00836CD4 /* orders-load-all.json */, |
319 | 324 | B5C6FCD520A3768900A4F8E4 /* order.json */, |
|
335 | 340 | B567AF2A20A0FA4200AB6C62 /* OrderListMapper.swift */, |
336 | 341 | B56C1EB520EA757B00D749F9 /* SiteListMapper.swift */, |
337 | 342 | 74C8F06720EEB7BC00B6EDC9 /* OrderNotesMapper.swift */, |
| 343 | + CE583A0D2109154500D73C1C /* OrderNoteMapper.swift */, |
338 | 344 | ); |
339 | 345 | path = Mapper; |
340 | 346 | sourceTree = "<group>"; |
|
482 | 488 | files = ( |
483 | 489 | 74C8F06620EEB76400B6EDC9 /* order-notes.json in Resources */, |
484 | 490 | 74C8F06C20EEBD5D00B6EDC9 /* broken-order.json in Resources */, |
| 491 | + CE21B3E72106811000A259D5 /* new-order-note.json in Resources */, |
485 | 492 | B505F6D520BEE4E700BB1B69 /* me.json in Resources */, |
486 | 493 | B5C6FCD620A3768900A4F8E4 /* order.json in Resources */, |
487 | 494 | B559EBAA20A0B5CD00836CD4 /* orders-load-all.json in Resources */, |
|
575 | 582 | B518662220A097C200037A38 /* Network.swift in Sources */, |
576 | 583 | B518662420A099BF00037A38 /* AlamofireNetwork.swift in Sources */, |
577 | 584 | B557DA1820979D51005962F4 /* Credentials.swift in Sources */, |
| 585 | + CE583A0E2109154500D73C1C /* OrderNoteMapper.swift in Sources */, |
578 | 586 | B5C6FCCF20A3592900A4F8E4 /* OrderItem.swift in Sources */, |
579 | 587 | B505F6EC20BEFDC200BB1B69 /* Loader.swift in Sources */, |
580 | 588 | B5BB1D1220A255EC00112D92 /* OrderStatus.swift in Sources */, |
|
0 commit comments