|
51 | 51 | 685481EB1AE4161900D3A633 /* JSONAPIPropertyDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 685481EA1AE4161900D3A633 /* JSONAPIPropertyDescriptor.m */; };
|
52 | 52 | 685481EF1AE419CB00D3A633 /* JSONAPIResourceDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 685481EE1AE419CB00D3A633 /* JSONAPIResourceDescriptor.m */; };
|
53 | 53 | 68A469941AE47E0000E7BBC8 /* NSDateFormatter+JSONAPIDateFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68A469931AE47E0000E7BBC8 /* NSDateFormatter+JSONAPIDateFormatter.m */; };
|
| 54 | + 7817CDAE1C39A51100D864E6 /* empty_relationship_example.json in Resources */ = {isa = PBXBuildFile; fileRef = 7817CDAD1C39A51100D864E6 /* empty_relationship_example.json */; }; |
| 55 | + 7817CDAF1C39A85000D864E6 /* empty_relationship_example.json in Resources */ = {isa = PBXBuildFile; fileRef = 7817CDAD1C39A51100D864E6 /* empty_relationship_example.json */; }; |
54 | 56 | 781CF6CA1C1ECC260052D755 /* generic_relationships_example.json in Resources */ = {isa = PBXBuildFile; fileRef = 781CF6C91C1ECC260052D755 /* generic_relationships_example.json */; };
|
55 | 57 | 781CF6CB1C1ECC710052D755 /* generic_relationships_example.json in Resources */ = {isa = PBXBuildFile; fileRef = 781CF6C91C1ECC260052D755 /* generic_relationships_example.json */; };
|
56 | 58 | 78A5C1CA1C1E1336008C8632 /* NewsFeedPostResource.m in Sources */ = {isa = PBXBuildFile; fileRef = 78A5C1C91C1E1336008C8632 /* NewsFeedPostResource.m */; };
|
|
116 | 118 | 68A469921AE47E0000E7BBC8 /* NSDateFormatter+JSONAPIDateFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDateFormatter+JSONAPIDateFormatter.h"; sourceTree = "<group>"; };
|
117 | 119 | 68A469931AE47E0000E7BBC8 /* NSDateFormatter+JSONAPIDateFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDateFormatter+JSONAPIDateFormatter.m"; sourceTree = "<group>"; };
|
118 | 120 | 68DF9E951B06B4C500FA6429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
| 121 | + 7817CDAD1C39A51100D864E6 /* empty_relationship_example.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = empty_relationship_example.json; sourceTree = "<group>"; }; |
119 | 122 | 781CF6C91C1ECC260052D755 /* generic_relationships_example.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = generic_relationships_example.json; sourceTree = "<group>"; };
|
120 | 123 | 78A5C1C81C1E1336008C8632 /* NewsFeedPostResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsFeedPostResource.h; sourceTree = "<group>"; };
|
121 | 124 | 78A5C1C91C1E1336008C8632 /* NewsFeedPostResource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsFeedPostResource.m; sourceTree = "<group>"; };
|
|
281 | 284 | 03FBD8D81AB879E800789DF3 /* Assets */ = {
|
282 | 285 | isa = PBXGroup;
|
283 | 286 | children = (
|
| 287 | + 7817CDAD1C39A51100D864E6 /* empty_relationship_example.json */, |
284 | 288 | 781CF6C91C1ECC260052D755 /* generic_relationships_example.json */,
|
285 | 289 | 03FBD8D91AB879FD00789DF3 /* main_example.json */,
|
286 | 290 | 03FBD8E11AB8E46E00789DF3 /* error_example.json */,
|
|
368 | 372 | isa = PBXResourcesBuildPhase;
|
369 | 373 | buildActionMask = 2147483647;
|
370 | 374 | files = (
|
| 375 | + 7817CDAF1C39A85000D864E6 /* empty_relationship_example.json in Resources */, |
371 | 376 | 781CF6CB1C1ECC710052D755 /* generic_relationships_example.json in Resources */,
|
372 | 377 | 03A055D31868E038004807F0 /* Images.xcassets in Resources */,
|
373 | 378 | 03866459186CCE6600985CEC /* CHANGELOG.md in Resources */,
|
|
386 | 391 | 03FBD8E31AB8E46E00789DF3 /* error_example.json in Resources */,
|
387 | 392 | 03A055E41868E038004807F0 /* InfoPlist.strings in Resources */,
|
388 | 393 | 781CF6CA1C1ECC260052D755 /* generic_relationships_example.json in Resources */,
|
| 394 | + 7817CDAE1C39A51100D864E6 /* empty_relationship_example.json in Resources */, |
389 | 395 | 03FBD8DA1AB879FD00789DF3 /* main_example.json in Resources */,
|
390 | 396 | );
|
391 | 397 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments