diff --git a/Libraries.xctestplan b/Libraries.xctestplan
new file mode 100644
index 0000000..67792eb
--- /dev/null
+++ b/Libraries.xctestplan
@@ -0,0 +1,24 @@
+{
+ "configurations" : [
+ {
+ "id" : "BF43DE96-4FFB-475F-B056-3EE94ACD1F54",
+ "name" : "Test Scheme Action",
+ "options" : {
+
+ }
+ }
+ ],
+ "defaultOptions" : {
+ "codeCoverage" : false
+ },
+ "testTargets" : [
+ {
+ "target" : {
+ "containerPath" : "container:Libraries",
+ "identifier" : "ReviewsFoundationTest",
+ "name" : "ReviewsFoundationTest"
+ }
+ }
+ ],
+ "version" : 1
+}
diff --git a/Libraries/.swiftpm/xcode/xcshareddata/xcschemes/ReviewsFoundationTest.xcscheme b/Libraries/.swiftpm/xcode/xcshareddata/xcschemes/ReviewsFoundationTest.xcscheme
new file mode 100644
index 0000000..212da11
--- /dev/null
+++ b/Libraries/.swiftpm/xcode/xcshareddata/xcschemes/ReviewsFoundationTest.xcscheme
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Libraries/.swiftpm/xcode/xcshareddata/xcschemes/ReviewsKit.xcscheme b/Libraries/.swiftpm/xcode/xcshareddata/xcschemes/ReviewsKit.xcscheme
new file mode 100644
index 0000000..6b81aea
--- /dev/null
+++ b/Libraries/.swiftpm/xcode/xcshareddata/xcschemes/ReviewsKit.xcscheme
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Reviews.xcodeproj/project.pbxproj b/Reviews.xcodeproj/project.pbxproj
index 854ad91..4feecf0 100644
--- a/Reviews.xcodeproj/project.pbxproj
+++ b/Reviews.xcodeproj/project.pbxproj
@@ -46,6 +46,7 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
+ 02900C492BA530E6008D2E8D /* 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 = ""; };
@@ -81,6 +82,14 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
+ 02900C4A2BA53162008D2E8D /* Test Plans */ = {
+ isa = PBXGroup;
+ children = (
+ 02900C492BA530E6008D2E8D /* Libraries.xctestplan */,
+ );
+ name = "Test Plans";
+ sourceTree = "";
+ };
02DC7F722BA4F8F0000EEEBE /* Resources */ = {
isa = PBXGroup;
children = (
@@ -157,6 +166,7 @@
02DC7FB12BA52084000EEEBE /* Libraries */,
02DC7FAB2BA51848000EEEBE /* Frameworks */,
345AD11A24C6EDD9004E2EE1 /* App */,
+ 02900C4A2BA53162008D2E8D /* Test Plans */,
345AD11924C6EDD9004E2EE1 /* Products */,
);
sourceTree = "";