|
26 | 26 | C284F0A620F63CBB009AF6E9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C284F09C20F63CBB009AF6E9 /* Assets.xcassets */; };
|
27 | 27 | C284F0A720F63CBB009AF6E9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C284F09E20F63CBB009AF6E9 /* LaunchScreen.storyboard */; };
|
28 | 28 | C284F0A820F63CBB009AF6E9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C284F0A020F63CBB009AF6E9 /* Main.storyboard */; };
|
| 29 | + C297683F2112F9DD006ED0B7 /* Decodable+Safe.swift in Sources */ = {isa = PBXBuildFile; fileRef = C297683E2112F9DD006ED0B7 /* Decodable+Safe.swift */; }; |
29 | 30 | C29D5E2820F63BD60053D2AB /* NetworkingInOperations_ExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C29D5E2720F63BD60053D2AB /* NetworkingInOperations_ExampleTests.swift */; };
|
30 | 31 | /* End PBXBuildFile section */
|
31 | 32 |
|
|
60 | 61 | C284F09C20F63CBB009AF6E9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
61 | 62 | C284F09F20F63CBB009AF6E9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
62 | 63 | C284F0A120F63CBB009AF6E9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
| 64 | + C297683E2112F9DD006ED0B7 /* Decodable+Safe.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Decodable+Safe.swift"; sourceTree = "<group>"; }; |
63 | 65 | C29D5E0D20F63BD50053D2AB /* NetworkingInOperations-Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "NetworkingInOperations-Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
64 | 66 | C29D5E2320F63BD60053D2AB /* NetworkingInOperations-ExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "NetworkingInOperations-ExampleTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
65 | 67 | C29D5E2720F63BD60053D2AB /* NetworkingInOperations_ExampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkingInOperations_ExampleTests.swift; sourceTree = "<group>"; };
|
|
128 | 130 | 3DFEAD2C210DE5B80076C30A /* Extensions */ = {
|
129 | 131 | isa = PBXGroup;
|
130 | 132 | children = (
|
| 133 | + C297683D2112F9C7006ED0B7 /* Decodable */, |
131 | 134 | 3DFEAD2D210DE5B80076C30A /* NSObject */,
|
132 | 135 | );
|
133 | 136 | path = Extensions;
|
|
257 | 260 | path = Storyboards;
|
258 | 261 | sourceTree = "<group>";
|
259 | 262 | };
|
| 263 | + C297683D2112F9C7006ED0B7 /* Decodable */ = { |
| 264 | + isa = PBXGroup; |
| 265 | + children = ( |
| 266 | + C297683E2112F9DD006ED0B7 /* Decodable+Safe.swift */, |
| 267 | + ); |
| 268 | + path = Decodable; |
| 269 | + sourceTree = "<group>"; |
| 270 | + }; |
260 | 271 | C29D5E0420F63BD40053D2AB = {
|
261 | 272 | isa = PBXGroup;
|
262 | 273 | children = (
|
|
406 | 417 | 3DFEAD37210E1DA10076C30A /* AvatarRetrievalOperation.swift in Sources */,
|
407 | 418 | C21F1CB320F902E100D4138F /* URLRequest+HTTPBody.swift in Sources */,
|
408 | 419 | 3DFEAD1F210DE0310076C30A /* QuestionsDataManager.swift in Sources */,
|
| 420 | + C297683F2112F9DD006ED0B7 /* Decodable+Safe.swift in Sources */, |
409 | 421 | 3DFEAD26210DE14A0076C30A /* QuestionsURLRequestFactory.swift in Sources */,
|
410 | 422 | 3DFEAD21210DE0860076C30A /* Question.swift in Sources */,
|
411 | 423 | C21F1CB520F902E100D4138F /* URLRequestFactory.swift in Sources */,
|
|
0 commit comments