Skip to content

Commit

Permalink
Change to correct name for the iOS unit test bundle.
Browse files Browse the repository at this point in the history
Weird, tried yesterday to get Xcode to change the name of the iOS unit test bundle in the Products group but it flat out refused, even after restarting Xcode. And today the name is correct without me doing anything. Apparently a reboot of the computer was needed.
  • Loading branch information
kareman committed Jun 3, 2015
1 parent ce3ac71 commit f5730be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FootlessParser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

/* Begin PBXFileReference section */
BA4246B91B1E2F2B00D85BB6 /* FootlessParser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FootlessParser.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BA4246C31B1E2F2B00D85BB6 /* FootlessParserTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FootlessParserTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
BA4246C31B1E2F2B00D85BB6 /* FootlessParser-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "FootlessParser-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
BA4246D71B1E640F00D85BB6 /* Box.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Box.framework; path = Carthage/Build/iOS/Box.framework; sourceTree = "<group>"; };
BA4246D81B1E640F00D85BB6 /* Result.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Result.framework; path = Carthage/Build/iOS/Result.framework; sourceTree = "<group>"; };
BA4246D91B1E640F00D85BB6 /* Runes.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Runes.framework; path = Carthage/Build/iOS/Runes.framework; sourceTree = "<group>"; };
Expand Down Expand Up @@ -192,7 +192,7 @@
BAC6B21F1A61D92B005643D9 /* FootlessParser.framework */,
BAC6B22A1A61D92B005643D9 /* FootlessParser-MacTests.xctest */,
BA4246B91B1E2F2B00D85BB6 /* FootlessParser.framework */,
BA4246C31B1E2F2B00D85BB6 /* FootlessParserTests.xctest */,
BA4246C31B1E2F2B00D85BB6 /* FootlessParser-iOSTests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -328,7 +328,7 @@
);
name = "FootlessParser-iOSTests";
productName = FootlessParserTests;
productReference = BA4246C31B1E2F2B00D85BB6 /* FootlessParserTests.xctest */;
productReference = BA4246C31B1E2F2B00D85BB6 /* FootlessParser-iOSTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
BAC6B21E1A61D92B005643D9 /* FootlessParser-Mac */ = {
Expand Down

0 comments on commit f5730be

Please sign in to comment.