From 59c0630338288b99c05d2f1a789560872dc3c612 Mon Sep 17 00:00:00 2001 From: Artem Bakanov Date: Thu, 26 Sep 2024 13:21:27 +0100 Subject: [PATCH] Test plan added --- Guardian.xcodeproj/project.pbxproj | 6 +++-- GuardianTestPlan.xctestplan | 28 +++++++++++++++++++++++ GuardianTests/GuardianTestPlan.xctestplan | 28 +++++++++++++++++++++++ 3 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 GuardianTestPlan.xctestplan create mode 100644 GuardianTests/GuardianTestPlan.xctestplan diff --git a/Guardian.xcodeproj/project.pbxproj b/Guardian.xcodeproj/project.pbxproj index 2aacf3b..37a50da 100644 --- a/Guardian.xcodeproj/project.pbxproj +++ b/Guardian.xcodeproj/project.pbxproj @@ -100,6 +100,7 @@ ED9C56842C87437C00FCB048 /* A0RSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9C56832C87437C00FCB048 /* A0RSA.swift */; }; ED9C56862C874A7C00FCB048 /* A0SHA.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9C56852C874A7C00FCB048 /* A0SHA.swift */; }; EDABB9212BA1CB8700623911 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = EDABB91E2BA0CB6C00623911 /* PrivacyInfo.xcprivacy */; }; + EDF15CBC2CA5893200170C76 /* GuardianTestPlan.xctestplan in Resources */ = {isa = PBXBuildFile; fileRef = EDF15CBB2CA5893200170C76 /* GuardianTestPlan.xctestplan */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -254,7 +255,7 @@ ED9C56832C87437C00FCB048 /* A0RSA.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = A0RSA.swift; sourceTree = ""; }; ED9C56852C874A7C00FCB048 /* A0SHA.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = A0SHA.swift; sourceTree = ""; }; EDABB91E2BA0CB6C00623911 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; - EDE454672CA568AC00C3077A /* GuardianTestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = GuardianTestPlan.xctestplan; path = ../../GuardianTestPlan.xctestplan; sourceTree = ""; }; + EDF15CBB2CA5893200170C76 /* GuardianTestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = GuardianTestPlan.xctestplan; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -481,6 +482,7 @@ 5F2037DB1D5E1E3E0005D2E2 /* GuardianTests */ = { isa = PBXGroup; children = ( + EDF15CBB2CA5893200170C76 /* GuardianTestPlan.xctestplan */, 5F07A5A1210F9A0700819FA2 /* API */, 5F07A59E210F988500819FA2 /* Enrollment */, 5FF42BA621091EF20082459F /* Networking */, @@ -495,7 +497,6 @@ 233F75281D93076600B8C15C /* NotificationSpec.swift */, 5F1DB45C1DA4750F00264437 /* AuthenticationSpec.swift */, 2331BFEC1DD52ED50047F1D4 /* JWTSpec.swift */, - EDE454672CA568AC00C3077A /* GuardianTestPlan.xctestplan */, ); path = GuardianTests; sourceTree = ""; @@ -703,6 +704,7 @@ 5F1604E421066A4F00B0F25B /* guardian-test.private.pem in Resources */, 5F1604E821066A4F00B0F25B /* README.md in Resources */, 5F1604E521066A4F00B0F25B /* guardian-test.public.pem in Resources */, + EDF15CBC2CA5893200170C76 /* GuardianTestPlan.xctestplan in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/GuardianTestPlan.xctestplan b/GuardianTestPlan.xctestplan new file mode 100644 index 0000000..e011dec --- /dev/null +++ b/GuardianTestPlan.xctestplan @@ -0,0 +1,28 @@ +{ + "configurations" : [ + { + "id" : "533CEC8A-49A3-4C62-84B6-9AE028C6DE18", + "name" : "Configuration 1", + "options" : { + + } + } + ], + "defaultOptions" : { + "targetForVariableExpansion" : { + "containerPath" : "container:Guardian.xcodeproj", + "identifier" : "5F2037CC1D5E1E3E0005D2E2", + "name" : "Guardian" + } + }, + "testTargets" : [ + { + "target" : { + "containerPath" : "container:Guardian.xcodeproj", + "identifier" : "5F2037D61D5E1E3E0005D2E2", + "name" : "GuardianTests" + } + } + ], + "version" : 1 +} diff --git a/GuardianTests/GuardianTestPlan.xctestplan b/GuardianTests/GuardianTestPlan.xctestplan new file mode 100644 index 0000000..e011dec --- /dev/null +++ b/GuardianTests/GuardianTestPlan.xctestplan @@ -0,0 +1,28 @@ +{ + "configurations" : [ + { + "id" : "533CEC8A-49A3-4C62-84B6-9AE028C6DE18", + "name" : "Configuration 1", + "options" : { + + } + } + ], + "defaultOptions" : { + "targetForVariableExpansion" : { + "containerPath" : "container:Guardian.xcodeproj", + "identifier" : "5F2037CC1D5E1E3E0005D2E2", + "name" : "Guardian" + } + }, + "testTargets" : [ + { + "target" : { + "containerPath" : "container:Guardian.xcodeproj", + "identifier" : "5F2037D61D5E1E3E0005D2E2", + "name" : "GuardianTests" + } + } + ], + "version" : 1 +}