diff --git a/Piper.xcodeproj/xcshareddata/xcschemes/Piper.xcscheme b/Piper.xcodeproj/xcshareddata/xcschemes/Piper.xcscheme new file mode 100644 index 0000000..a0d1f6a --- /dev/null +++ b/Piper.xcodeproj/xcshareddata/xcschemes/Piper.xcscheme @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Tests/Plans/AllTests.xctestplan b/Tests/Plans/AllTests.xctestplan new file mode 100644 index 0000000..112946f --- /dev/null +++ b/Tests/Plans/AllTests.xctestplan @@ -0,0 +1,31 @@ +{ + "configurations" : [ + { + "id" : "F4FAED8B-95BF-4DAC-B497-0F0650E4C788", + "name" : "Configuration 1", + "options" : { + + } + } + ], + "defaultOptions" : { + "testTimeoutsEnabled" : true + }, + "testTargets" : [ + { + "target" : { + "containerPath" : "container:Piper.xcodeproj", + "identifier" : "46D4BED32CB07C7A00FCFB84", + "name" : "UnitTests" + } + }, + { + "target" : { + "containerPath" : "container:Piper.xcodeproj", + "identifier" : "46D4BEE12CB07CB600FCFB84", + "name" : "UITests" + } + } + ], + "version" : 1 +} diff --git a/Tests/Plans/UITests.xctestplan b/Tests/Plans/UITests.xctestplan new file mode 100644 index 0000000..41be989 --- /dev/null +++ b/Tests/Plans/UITests.xctestplan @@ -0,0 +1,24 @@ +{ + "configurations" : [ + { + "id" : "12ED8D66-B73D-491B-9EE5-6BD0F56B443F", + "name" : "Configuration 1", + "options" : { + + } + } + ], + "defaultOptions" : { + "testTimeoutsEnabled" : true + }, + "testTargets" : [ + { + "target" : { + "containerPath" : "container:Piper.xcodeproj", + "identifier" : "46D4BEE12CB07CB600FCFB84", + "name" : "UITests" + } + } + ], + "version" : 1 +} diff --git a/Tests/Plans/UnitTests.xctestplan b/Tests/Plans/UnitTests.xctestplan new file mode 100644 index 0000000..61b4179 --- /dev/null +++ b/Tests/Plans/UnitTests.xctestplan @@ -0,0 +1,24 @@ +{ + "configurations" : [ + { + "id" : "F760EDE2-26F9-4002-966D-BB3D60BA2764", + "name" : "Configuration 1", + "options" : { + + } + } + ], + "defaultOptions" : { + "testTimeoutsEnabled" : true + }, + "testTargets" : [ + { + "target" : { + "containerPath" : "container:Piper.xcodeproj", + "identifier" : "46D4BED32CB07C7A00FCFB84", + "name" : "UnitTests" + } + } + ], + "version" : 1 +}