diff --git a/Reviews.xcodeproj/project.pbxproj b/Reviews.xcodeproj/project.pbxproj index 4feecf0..822b22a 100644 --- a/Reviews.xcodeproj/project.pbxproj +++ b/Reviews.xcodeproj/project.pbxproj @@ -46,7 +46,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 02900C492BA530E6008D2E8D /* Libraries.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Libraries.xctestplan; sourceTree = ""; }; + 02900C4B2BA5347A008D2E8D /* Libraries.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Libraries.xctestplan; sourceTree = ""; }; 02DC7F8F2BA51793000EEEBE /* ReviewsFeed.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ReviewsFeed.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 02DC7F912BA51793000EEEBE /* ReviewsFeed.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReviewsFeed.h; sourceTree = ""; }; 02DC7FB12BA52084000EEEBE /* Libraries */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Libraries; sourceTree = ""; }; @@ -82,12 +82,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 02900C4A2BA53162008D2E8D /* Test Plans */ = { + 02900C4C2BA5347A008D2E8D /* Test Plans */ = { isa = PBXGroup; children = ( - 02900C492BA530E6008D2E8D /* Libraries.xctestplan */, + 02900C4B2BA5347A008D2E8D /* Libraries.xctestplan */, ); - name = "Test Plans"; + path = "Test Plans"; sourceTree = ""; }; 02DC7F722BA4F8F0000EEEBE /* Resources */ = { @@ -166,7 +166,7 @@ 02DC7FB12BA52084000EEEBE /* Libraries */, 02DC7FAB2BA51848000EEEBE /* Frameworks */, 345AD11A24C6EDD9004E2EE1 /* App */, - 02900C4A2BA53162008D2E8D /* Test Plans */, + 02900C4C2BA5347A008D2E8D /* Test Plans */, 345AD11924C6EDD9004E2EE1 /* Products */, ); sourceTree = ""; diff --git a/Libraries.xctestplan b/Test Plans/Libraries.xctestplan similarity index 100% rename from Libraries.xctestplan rename to Test Plans/Libraries.xctestplan