Skip to content

Commit

Permalink
[#7] don't include unit tests in project target
Browse files Browse the repository at this point in the history
  • Loading branch information
vickeryj committed Jan 28, 2009
1 parent b18e4a9 commit 2684137
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions objective_resource.xcodeproj/project.pbxproj
Expand Up @@ -28,7 +28,6 @@
2314FF760F2F8094003B13AB /* ViewPersonController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2314FF750F2F8094003B13AB /* ViewPersonController.m */; };
2314FF770F2F8094003B13AB /* ViewPersonController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2314FF750F2F8094003B13AB /* ViewPersonController.m */; };
2322CD650F2F968000EDF562 /* PersonTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 2322CD640F2F968000EDF562 /* PersonTest.m */; };
2322CD660F2F968000EDF562 /* PersonTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 2322CD640F2F968000EDF562 /* PersonTest.m */; };
2377C4F50F019E67006E155F /* NSHTTPURLResponse+Error.m in Sources */ = {isa = PBXBuildFile; fileRef = 2377C4F40F019E67006E155F /* NSHTTPURLResponse+Error.m */; };
2377C4F60F019E67006E155F /* NSHTTPURLResponse+Error.m in Sources */ = {isa = PBXBuildFile; fileRef = 2377C4F40F019E67006E155F /* NSHTTPURLResponse+Error.m */; };
23829E0C0EA393700070F0BF /* EditDogViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 23829E0B0EA393700070F0BF /* EditDogViewController.m */; };
Expand Down Expand Up @@ -662,7 +661,6 @@
2314FF700F2F8089003B13AB /* PeopleViewController.m in Sources */,
2314FF710F2F8089003B13AB /* Person.m in Sources */,
2314FF760F2F8094003B13AB /* ViewPersonController.m in Sources */,
2322CD660F2F968000EDF562 /* PersonTest.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 2684137

Please sign in to comment.