|
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 | + 781CF6CA1C1ECC260052D755 /* generic_relationships_example.json in Resources */ = {isa = PBXBuildFile; fileRef = 781CF6C91C1ECC260052D755 /* generic_relationships_example.json */; }; |
| 55 | + 781CF6CB1C1ECC710052D755 /* generic_relationships_example.json in Resources */ = {isa = PBXBuildFile; fileRef = 781CF6C91C1ECC260052D755 /* generic_relationships_example.json */; }; |
| 56 | + 78A5C1CA1C1E1336008C8632 /* NewsFeedPostResource.m in Sources */ = {isa = PBXBuildFile; fileRef = 78A5C1C91C1E1336008C8632 /* NewsFeedPostResource.m */; }; |
| 57 | + 78A5C1CD1C1E13A8008C8632 /* UserResource.m in Sources */ = {isa = PBXBuildFile; fileRef = 78A5C1CC1C1E13A8008C8632 /* UserResource.m */; }; |
| 58 | + 78A5C1D01C1E147B008C8632 /* SocialCommunityResource.m in Sources */ = {isa = PBXBuildFile; fileRef = 78A5C1CF1C1E147B008C8632 /* SocialCommunityResource.m */; }; |
| 59 | + 78A5C1D31C1E14D6008C8632 /* MediaResource.m in Sources */ = {isa = PBXBuildFile; fileRef = 78A5C1D21C1E14D6008C8632 /* MediaResource.m */; }; |
| 60 | + 78A5C1D61C1E154C008C8632 /* WebPageResource.m in Sources */ = {isa = PBXBuildFile; fileRef = 78A5C1D51C1E154C008C8632 /* WebPageResource.m */; }; |
54 | 61 | /* End PBXBuildFile section */
|
55 | 62 |
|
56 | 63 | /* Begin PBXContainerItemProxy section */
|
|
109 | 116 | 68A469921AE47E0000E7BBC8 /* NSDateFormatter+JSONAPIDateFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDateFormatter+JSONAPIDateFormatter.h"; sourceTree = "<group>"; };
|
110 | 117 | 68A469931AE47E0000E7BBC8 /* NSDateFormatter+JSONAPIDateFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDateFormatter+JSONAPIDateFormatter.m"; sourceTree = "<group>"; };
|
111 | 118 | 68DF9E951B06B4C500FA6429 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
| 119 | + 781CF6C91C1ECC260052D755 /* generic_relationships_example.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = generic_relationships_example.json; sourceTree = "<group>"; }; |
| 120 | + 78A5C1C81C1E1336008C8632 /* NewsFeedPostResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsFeedPostResource.h; sourceTree = "<group>"; }; |
| 121 | + 78A5C1C91C1E1336008C8632 /* NewsFeedPostResource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsFeedPostResource.m; sourceTree = "<group>"; }; |
| 122 | + 78A5C1CB1C1E13A8008C8632 /* UserResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserResource.h; sourceTree = "<group>"; }; |
| 123 | + 78A5C1CC1C1E13A8008C8632 /* UserResource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UserResource.m; sourceTree = "<group>"; }; |
| 124 | + 78A5C1CE1C1E147B008C8632 /* SocialCommunityResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SocialCommunityResource.h; sourceTree = "<group>"; }; |
| 125 | + 78A5C1CF1C1E147B008C8632 /* SocialCommunityResource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SocialCommunityResource.m; sourceTree = "<group>"; }; |
| 126 | + 78A5C1D11C1E14D6008C8632 /* MediaResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaResource.h; sourceTree = "<group>"; }; |
| 127 | + 78A5C1D21C1E14D6008C8632 /* MediaResource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MediaResource.m; sourceTree = "<group>"; }; |
| 128 | + 78A5C1D41C1E154C008C8632 /* WebPageResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebPageResource.h; sourceTree = "<group>"; }; |
| 129 | + 78A5C1D51C1E154C008C8632 /* WebPageResource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebPageResource.m; sourceTree = "<group>"; }; |
112 | 130 | /* End PBXFileReference section */
|
113 | 131 |
|
114 | 132 | /* Begin PBXFrameworksBuildPhase section */
|
|
144 | 162 | 03866450186A909200985CEC /* PeopleResource.m */,
|
145 | 163 | 03866452186A94B700985CEC /* CommentResource.h */,
|
146 | 164 | 03866453186A94B700985CEC /* CommentResource.m */,
|
| 165 | + 78A5C1C81C1E1336008C8632 /* NewsFeedPostResource.h */, |
| 166 | + 78A5C1C91C1E1336008C8632 /* NewsFeedPostResource.m */, |
| 167 | + 78A5C1CB1C1E13A8008C8632 /* UserResource.h */, |
| 168 | + 78A5C1CC1C1E13A8008C8632 /* UserResource.m */, |
| 169 | + 78A5C1CE1C1E147B008C8632 /* SocialCommunityResource.h */, |
| 170 | + 78A5C1CF1C1E147B008C8632 /* SocialCommunityResource.m */, |
| 171 | + 78A5C1D11C1E14D6008C8632 /* MediaResource.h */, |
| 172 | + 78A5C1D21C1E14D6008C8632 /* MediaResource.m */, |
| 173 | + 78A5C1D41C1E154C008C8632 /* WebPageResource.h */, |
| 174 | + 78A5C1D51C1E154C008C8632 /* WebPageResource.m */, |
147 | 175 | );
|
148 | 176 | name = ResourceModels;
|
149 | 177 | sourceTree = "<group>";
|
|
253 | 281 | 03FBD8D81AB879E800789DF3 /* Assets */ = {
|
254 | 282 | isa = PBXGroup;
|
255 | 283 | children = (
|
| 284 | + 781CF6C91C1ECC260052D755 /* generic_relationships_example.json */, |
256 | 285 | 03FBD8D91AB879FD00789DF3 /* main_example.json */,
|
257 | 286 | 03FBD8E11AB8E46E00789DF3 /* error_example.json */,
|
258 | 287 | );
|
|
339 | 368 | isa = PBXResourcesBuildPhase;
|
340 | 369 | buildActionMask = 2147483647;
|
341 | 370 | files = (
|
| 371 | + 781CF6CB1C1ECC710052D755 /* generic_relationships_example.json in Resources */, |
342 | 372 | 03A055D31868E038004807F0 /* Images.xcassets in Resources */,
|
343 | 373 | 03866459186CCE6600985CEC /* CHANGELOG.md in Resources */,
|
344 | 374 | 03A055C51868E038004807F0 /* InfoPlist.strings in Resources */,
|
|
355 | 385 | files = (
|
356 | 386 | 03FBD8E31AB8E46E00789DF3 /* error_example.json in Resources */,
|
357 | 387 | 03A055E41868E038004807F0 /* InfoPlist.strings in Resources */,
|
| 388 | + 781CF6CA1C1ECC260052D755 /* generic_relationships_example.json in Resources */, |
358 | 389 | 03FBD8DA1AB879FD00789DF3 /* main_example.json in Resources */,
|
359 | 390 | );
|
360 | 391 | runOnlyForDeploymentPostprocessing = 0;
|
|
382 | 413 | isa = PBXSourcesBuildPhase;
|
383 | 414 | buildActionMask = 2147483647;
|
384 | 415 | files = (
|
| 416 | + 78A5C1CD1C1E13A8008C8632 /* UserResource.m in Sources */, |
| 417 | + 78A5C1D61C1E154C008C8632 /* WebPageResource.m in Sources */, |
385 | 418 | 03866451186A909200985CEC /* PeopleResource.m in Sources */,
|
386 | 419 | 681B47761B08EA9800A99D76 /* JSONAPIResourceBase.m in Sources */,
|
| 420 | + 78A5C1CA1C1E1336008C8632 /* NewsFeedPostResource.m in Sources */, |
387 | 421 | 680E14F51B08146E004FF8CD /* JSONAPIResourceParser.m in Sources */,
|
388 | 422 | 03866457186A94C200985CEC /* ArticleResource.m in Sources */,
|
389 | 423 | 03A055D11868E038004807F0 /* ViewController.m in Sources */,
|
390 | 424 | 03A055F71868E08A004807F0 /* JSONAPI.m in Sources */,
|
| 425 | + 78A5C1D31C1E14D6008C8632 /* MediaResource.m in Sources */, |
391 | 426 | 68A469941AE47E0000E7BBC8 /* NSDateFormatter+JSONAPIDateFormatter.m in Sources */,
|
392 | 427 | 685481EB1AE4161900D3A633 /* JSONAPIPropertyDescriptor.m in Sources */,
|
393 | 428 | 03866454186A94B700985CEC /* CommentResource.m in Sources */,
|
394 | 429 | 03A055CB1868E038004807F0 /* AppDelegate.m in Sources */,
|
| 430 | + 78A5C1D01C1E147B008C8632 /* SocialCommunityResource.m in Sources */, |
395 | 431 | 685481EF1AE419CB00D3A633 /* JSONAPIResourceDescriptor.m in Sources */,
|
396 | 432 | 03A055C71868E038004807F0 /* main.m in Sources */,
|
397 | 433 | 03FBD8DF1AB8DF8E00789DF3 /* JSONAPIErrorResource.m in Sources */,
|
|
0 commit comments