Skip to content
Snippets Groups Projects
Commit 7f54eacb authored by cramakri's avatar cramakri
Browse files

Updated project files

SVN: 26957
parent a5cada23
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,8 @@
3687CF5815DD4FE4009E3019 /* readme.md in Resources */ = {isa = PBXBuildFile; fileRef = 3687CF5715DD4FE4009E3019 /* readme.md */; };
36F108C6160A103E00D7B142 /* CISDOBLiveConnectionTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F108C4160A04CA00D7B142 /* CISDOBLiveConnectionTest.m */; };
36F71E4C1619829300C87277 /* persistent-data-model.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 36F71E4A1619829300C87277 /* persistent-data-model.xcdatamodeld */; };
36F71E4F1619834600C87277 /* CIDOBIpadEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F71E4E1619834600C87277 /* CIDOBIpadEntity.m */; };
36F71E4F1619834600C87277 /* CISDOBIpadEntity.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F71E4E1619834600C87277 /* CISDOBIpadEntity.m */; };
36F71E64161AD77B00C87277 /* CISDOBIpadEntityTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F71E63161AD77B00C87277 /* CISDOBIpadEntityTest.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
......@@ -87,8 +88,10 @@
36F108C3160A04CA00D7B142 /* CISDOBLiveConnectionTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CISDOBLiveConnectionTest.h; sourceTree = "<group>"; };
36F108C4160A04CA00D7B142 /* CISDOBLiveConnectionTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = CISDOBLiveConnectionTest.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
36F71E4B1619829300C87277 /* persistent-data-model.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "persistent-data-model.xcdatamodel"; sourceTree = "<group>"; };
36F71E4D1619834600C87277 /* CIDOBIpadEntity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CIDOBIpadEntity.h; sourceTree = "<group>"; };
36F71E4E1619834600C87277 /* CIDOBIpadEntity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CIDOBIpadEntity.m; sourceTree = "<group>"; };
36F71E4D1619834600C87277 /* CISDOBIpadEntity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CISDOBIpadEntity.h; sourceTree = "<group>"; };
36F71E4E1619834600C87277 /* CISDOBIpadEntity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CISDOBIpadEntity.m; sourceTree = "<group>"; };
36F71E62161AD77B00C87277 /* CISDOBIpadEntityTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CISDOBIpadEntityTest.h; sourceTree = "<group>"; };
36F71E63161AD77B00C87277 /* CISDOBIpadEntityTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CISDOBIpadEntityTest.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
......@@ -227,8 +230,8 @@
3680B1321611B5CE008BA207 /* CISDOBIpadService.h */,
3680B1331611B5CE008BA207 /* CISDOBIpadService.m */,
36F71E4A1619829300C87277 /* persistent-data-model.xcdatamodeld */,
36F71E4D1619834600C87277 /* CIDOBIpadEntity.h */,
36F71E4E1619834600C87277 /* CIDOBIpadEntity.m */,
36F71E4D1619834600C87277 /* CISDOBIpadEntity.h */,
36F71E4E1619834600C87277 /* CISDOBIpadEntity.m */,
);
path = Classes;
sourceTree = "<group>";
......@@ -242,6 +245,8 @@
36F108C4160A04CA00D7B142 /* CISDOBLiveConnectionTest.m */,
3680B1381612E832008BA207 /* CISDOBIpadServiceTest.h */,
3680B1391612E832008BA207 /* CISDOBIpadServiceTest.m */,
36F71E62161AD77B00C87277 /* CISDOBIpadEntityTest.h */,
36F71E63161AD77B00C87277 /* CISDOBIpadEntityTest.m */,
);
path = Tests;
sourceTree = "<group>";
......@@ -401,7 +406,7 @@
3680B1341611B5CE008BA207 /* CISDOBIpadService.m in Sources */,
3680B13716120319008BA207 /* CISDOBAsyncCall.m in Sources */,
36F71E4C1619829300C87277 /* persistent-data-model.xcdatamodeld in Sources */,
36F71E4F1619834600C87277 /* CIDOBIpadEntity.m in Sources */,
36F71E4F1619834600C87277 /* CISDOBIpadEntity.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
......@@ -414,6 +419,7 @@
3649C8E315ED13540019AC55 /* CISDOBJsonRpcCallTest.m in Sources */,
3680B13A1612E832008BA207 /* CISDOBIpadServiceTest.m in Sources */,
3680B13D1612E8B6008BA207 /* CISDOBAsyncTest.m in Sources */,
36F71E64161AD77B00C87277 /* CISDOBIpadEntityTest.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment