Skip to content

Commit

Permalink
Xcode 4.5.1 automatically does some product renaming
Browse files Browse the repository at this point in the history
Fixes mistakes by earlier versions, presumably.
  • Loading branch information
Roy Ratcliffe committed Oct 9, 2012
1 parent f120e46 commit d4da16e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ActiveResourceKit.xcodeproj/project.pbxproj
Expand Up @@ -345,7 +345,7 @@
isa = PBXGroup;
children = (
78326FCC140FE38B00ECCE7D /* ActiveModelKit.framework */,
78326FCE140FE38B00ECCE7D /* ActiveModelKitTests.octest */,
78326FCE140FE38B00ECCE7D /* ActiveModelKitFrameworkTests.octest */,
78BF7F5614164D2000DB0DEA /* libActiveModelKit.a */,
78BF7F5814164D2000DB0DEA /* ActiveModelKitLibraryTests.octest */,
);
Expand Down Expand Up @@ -707,10 +707,9 @@
remoteRef = 78326FCB140FE38B00ECCE7D /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
78326FCE140FE38B00ECCE7D /* ActiveModelKitTests.octest */ = {
78326FCE140FE38B00ECCE7D /* ActiveModelKitFrameworkTests.octest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
name = ActiveModelKitTests.octest;
path = ActiveModelKitFrameworkTests.octest;
remoteRef = 78326FCD140FE38B00ECCE7D /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
Expand Down

0 comments on commit d4da16e

Please sign in to comment.