mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-21 10:54:31 +08:00
Added test coverage for parsing orders XML. fixes #255
This commit is contained in:
@@ -127,6 +127,7 @@
|
||||
256FDE55112DB0B90077F340 /* RKObjectMapperSpecModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 256FDE54112DB0B90077F340 /* RKObjectMapperSpecModel.m */; };
|
||||
25769F0C1409C5A0003FCDBC /* RKChild.m in Sources */ = {isa = PBXBuildFile; fileRef = 25769F091409C5A0003FCDBC /* RKChild.m */; };
|
||||
25769F0D1409C5A0003FCDBC /* RKParent.m in Sources */ = {isa = PBXBuildFile; fileRef = 25769F0B1409C5A0003FCDBC /* RKParent.m */; };
|
||||
25769F191409CC9C003FCDBC /* orders.xml in Resources */ = {isa = PBXBuildFile; fileRef = 25769F181409CC9C003FCDBC /* orders.xml */; };
|
||||
257D2D7013759D70008E9649 /* RKObjectMappingResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 257D2D6E13759D6F008E9649 /* RKObjectMappingResult.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
257D2D7113759D70008E9649 /* RKObjectMappingResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 257D2D6F13759D6F008E9649 /* RKObjectMappingResult.m */; };
|
||||
257FB677139559A4003A628E /* RKManagedObjectMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 257FB675139559A4003A628E /* RKManagedObjectMapping.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
@@ -535,6 +536,7 @@
|
||||
25769F091409C5A0003FCDBC /* RKChild.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RKChild.m; sourceTree = "<group>"; };
|
||||
25769F0A1409C5A0003FCDBC /* RKParent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RKParent.h; sourceTree = "<group>"; };
|
||||
25769F0B1409C5A0003FCDBC /* RKParent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RKParent.m; sourceTree = "<group>"; };
|
||||
25769F181409CC9C003FCDBC /* orders.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = orders.xml; sourceTree = "<group>"; };
|
||||
257D2D6E13759D6F008E9649 /* RKObjectMappingResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RKObjectMappingResult.h; sourceTree = "<group>"; };
|
||||
257D2D6F13759D6F008E9649 /* RKObjectMappingResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RKObjectMappingResult.m; sourceTree = "<group>"; };
|
||||
257FB675139559A4003A628E /* RKManagedObjectMapping.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RKManagedObjectMapping.h; sourceTree = "<group>"; };
|
||||
@@ -1345,6 +1347,7 @@
|
||||
25915ACF13A2E82200EA63B0 /* tab_data.xml */,
|
||||
25B72A5713FBEDEE009A340D /* container_attributes.xml */,
|
||||
25B72A5913FBF13B009A340D /* attributes_without_text_content.xml */,
|
||||
25769F181409CC9C003FCDBC /* orders.xml */,
|
||||
);
|
||||
path = XML;
|
||||
sourceTree = "<group>";
|
||||
@@ -2012,6 +2015,7 @@
|
||||
250F060C13E3B2F900FAAFBF /* friends.json in Resources */,
|
||||
25B72A5813FBEDEE009A340D /* container_attributes.xml in Resources */,
|
||||
25B72A5A13FBF13B009A340D /* attributes_without_text_content.xml in Resources */,
|
||||
25769F191409CC9C003FCDBC /* orders.xml in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user