|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 033A6C5F18695CD2001CF9FA /* JSONAPIResource.m in Sources */ = {isa = PBXBuildFile; fileRef = 033A6C5E18695CD2001CF9FA /* JSONAPIResource.m */; };
|
11 |
| - 0386643D186A0DAD00985CEC /* JSONAPIResourceLinker.m in Sources */ = {isa = PBXBuildFile; fileRef = 0386643C186A0DAD00985CEC /* JSONAPIResourceLinker.m */; }; |
12 | 11 | 0386644E186A8DA000985CEC /* JSONAPIResourceModeler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0386644D186A8DA000985CEC /* JSONAPIResourceModeler.m */; };
|
13 | 12 | 03866451186A909200985CEC /* PeopleResource.m in Sources */ = {isa = PBXBuildFile; fileRef = 03866450186A909200985CEC /* PeopleResource.m */; };
|
14 | 13 | 03866454186A94B700985CEC /* CommentResource.m in Sources */ = {isa = PBXBuildFile; fileRef = 03866453186A94B700985CEC /* CommentResource.m */; };
|
|
33 | 32 | 03A9ED58196DEF9B00E61E2E /* JSONAPIResourceFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 03A9ED57196DEF9B00E61E2E /* JSONAPIResourceFormatter.m */; };
|
34 | 33 | 03FBD8DA1AB879FD00789DF3 /* main_example.json in Resources */ = {isa = PBXBuildFile; fileRef = 03FBD8D91AB879FD00789DF3 /* main_example.json */; };
|
35 | 34 | 03FBD8DC1AB87EE000789DF3 /* main_example.json in Resources */ = {isa = PBXBuildFile; fileRef = 03FBD8D91AB879FD00789DF3 /* main_example.json */; };
|
| 35 | + 03FBD8DF1AB8DF8E00789DF3 /* JSONAPIErrorResource.m in Sources */ = {isa = PBXBuildFile; fileRef = 03FBD8DE1AB8DF8E00789DF3 /* JSONAPIErrorResource.m */; }; |
| 36 | + 03FBD8E21AB8E46E00789DF3 /* error_example.json in Resources */ = {isa = PBXBuildFile; fileRef = 03FBD8E11AB8E46E00789DF3 /* error_example.json */; }; |
| 37 | + 03FBD8E31AB8E46E00789DF3 /* error_example.json in Resources */ = {isa = PBXBuildFile; fileRef = 03FBD8E11AB8E46E00789DF3 /* error_example.json */; }; |
36 | 38 | /* End PBXBuildFile section */
|
37 | 39 |
|
38 | 40 | /* Begin PBXContainerItemProxy section */
|
|
48 | 50 | /* Begin PBXFileReference section */
|
49 | 51 | 033A6C5D18695CD2001CF9FA /* JSONAPIResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONAPIResource.h; sourceTree = "<group>"; };
|
50 | 52 | 033A6C5E18695CD2001CF9FA /* JSONAPIResource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONAPIResource.m; sourceTree = "<group>"; };
|
51 |
| - 0386643B186A0DAD00985CEC /* JSONAPIResourceLinker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONAPIResourceLinker.h; sourceTree = "<group>"; }; |
52 |
| - 0386643C186A0DAD00985CEC /* JSONAPIResourceLinker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONAPIResourceLinker.m; sourceTree = "<group>"; }; |
53 | 53 | 0386644C186A8DA000985CEC /* JSONAPIResourceModeler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONAPIResourceModeler.h; sourceTree = "<group>"; };
|
54 | 54 | 0386644D186A8DA000985CEC /* JSONAPIResourceModeler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONAPIResourceModeler.m; sourceTree = "<group>"; };
|
55 | 55 | 0386644F186A909200985CEC /* PeopleResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PeopleResource.h; sourceTree = "<group>"; };
|
|
84 | 84 | 03A9ED56196DEF9B00E61E2E /* JSONAPIResourceFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONAPIResourceFormatter.h; sourceTree = "<group>"; };
|
85 | 85 | 03A9ED57196DEF9B00E61E2E /* JSONAPIResourceFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONAPIResourceFormatter.m; sourceTree = "<group>"; };
|
86 | 86 | 03FBD8D91AB879FD00789DF3 /* main_example.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = main_example.json; sourceTree = "<group>"; };
|
| 87 | + 03FBD8DD1AB8DF8E00789DF3 /* JSONAPIErrorResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONAPIErrorResource.h; sourceTree = "<group>"; }; |
| 88 | + 03FBD8DE1AB8DF8E00789DF3 /* JSONAPIErrorResource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONAPIErrorResource.m; sourceTree = "<group>"; }; |
| 89 | + 03FBD8E11AB8E46E00789DF3 /* error_example.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = error_example.json; sourceTree = "<group>"; }; |
87 | 90 | /* End PBXFileReference section */
|
88 | 91 |
|
89 | 92 | /* Begin PBXFrameworksBuildPhase section */
|
|
210 | 213 | 033A6C5E18695CD2001CF9FA /* JSONAPIResource.m */,
|
211 | 214 | 03A9ED56196DEF9B00E61E2E /* JSONAPIResourceFormatter.h */,
|
212 | 215 | 03A9ED57196DEF9B00E61E2E /* JSONAPIResourceFormatter.m */,
|
213 |
| - 0386643B186A0DAD00985CEC /* JSONAPIResourceLinker.h */, |
214 |
| - 0386643C186A0DAD00985CEC /* JSONAPIResourceLinker.m */, |
215 | 216 | 0386644C186A8DA000985CEC /* JSONAPIResourceModeler.h */,
|
216 | 217 | 0386644D186A8DA000985CEC /* JSONAPIResourceModeler.m */,
|
| 218 | + 03FBD8DD1AB8DF8E00789DF3 /* JSONAPIErrorResource.h */, |
| 219 | + 03FBD8DE1AB8DF8E00789DF3 /* JSONAPIErrorResource.m */, |
217 | 220 | );
|
218 | 221 | name = Classes;
|
219 | 222 | path = ../Classes;
|
|
223 | 226 | isa = PBXGroup;
|
224 | 227 | children = (
|
225 | 228 | 03FBD8D91AB879FD00789DF3 /* main_example.json */,
|
| 229 | + 03FBD8E11AB8E46E00789DF3 /* error_example.json */, |
226 | 230 | );
|
227 | 231 | name = Assets;
|
228 | 232 | sourceTree = "<group>";
|
|
307 | 311 | 03866459186CCE6600985CEC /* CHANGELOG.md in Resources */,
|
308 | 312 | 03A055C51868E038004807F0 /* InfoPlist.strings in Resources */,
|
309 | 313 | 03FBD8DC1AB87EE000789DF3 /* main_example.json in Resources */,
|
| 314 | + 03FBD8E21AB8E46E00789DF3 /* error_example.json in Resources */, |
310 | 315 | 03A055CE1868E038004807F0 /* Main.storyboard in Resources */,
|
311 | 316 | 03A055F81868E08A004807F0 /* JSONAPI.podspec in Resources */,
|
312 | 317 | );
|
|
316 | 321 | isa = PBXResourcesBuildPhase;
|
317 | 322 | buildActionMask = 2147483647;
|
318 | 323 | files = (
|
| 324 | + 03FBD8E31AB8E46E00789DF3 /* error_example.json in Resources */, |
319 | 325 | 03A055E41868E038004807F0 /* InfoPlist.strings in Resources */,
|
320 | 326 | 03FBD8DA1AB879FD00789DF3 /* main_example.json in Resources */,
|
321 | 327 | );
|
|
331 | 337 | 03866451186A909200985CEC /* PeopleResource.m in Sources */,
|
332 | 338 | 03866457186A94C200985CEC /* PostResource.m in Sources */,
|
333 | 339 | 03A055D11868E038004807F0 /* ViewController.m in Sources */,
|
334 |
| - 0386643D186A0DAD00985CEC /* JSONAPIResourceLinker.m in Sources */, |
335 | 340 | 03A055F71868E08A004807F0 /* JSONAPI.m in Sources */,
|
336 | 341 | 033A6C5F18695CD2001CF9FA /* JSONAPIResource.m in Sources */,
|
337 | 342 | 03866454186A94B700985CEC /* CommentResource.m in Sources */,
|
338 | 343 | 03A9ED58196DEF9B00E61E2E /* JSONAPIResourceFormatter.m in Sources */,
|
339 | 344 | 03A055CB1868E038004807F0 /* AppDelegate.m in Sources */,
|
340 | 345 | 0386644E186A8DA000985CEC /* JSONAPIResourceModeler.m in Sources */,
|
341 | 346 | 03A055C71868E038004807F0 /* main.m in Sources */,
|
| 347 | + 03FBD8DF1AB8DF8E00789DF3 /* JSONAPIErrorResource.m in Sources */, |
342 | 348 | );
|
343 | 349 | runOnlyForDeploymentPostprocessing = 0;
|
344 | 350 | };
|
|
0 commit comments