Skip to content

Commit

Permalink
Test plan added
Browse files Browse the repository at this point in the history
  • Loading branch information
Artelas committed Sep 26, 2024
1 parent 8360b07 commit 59c0630
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Guardian.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -254,7 +255,7 @@
ED9C56832C87437C00FCB048 /* A0RSA.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = A0RSA.swift; sourceTree = "<group>"; };
ED9C56852C874A7C00FCB048 /* A0SHA.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = A0SHA.swift; sourceTree = "<group>"; };
EDABB91E2BA0CB6C00623911 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
EDE454672CA568AC00C3077A /* GuardianTestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = GuardianTestPlan.xctestplan; path = ../../GuardianTestPlan.xctestplan; sourceTree = "<group>"; };
EDF15CBB2CA5893200170C76 /* GuardianTestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = GuardianTestPlan.xctestplan; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -481,6 +482,7 @@
5F2037DB1D5E1E3E0005D2E2 /* GuardianTests */ = {
isa = PBXGroup;
children = (
EDF15CBB2CA5893200170C76 /* GuardianTestPlan.xctestplan */,
5F07A5A1210F9A0700819FA2 /* API */,
5F07A59E210F988500819FA2 /* Enrollment */,
5FF42BA621091EF20082459F /* Networking */,
Expand All @@ -495,7 +497,6 @@
233F75281D93076600B8C15C /* NotificationSpec.swift */,
5F1DB45C1DA4750F00264437 /* AuthenticationSpec.swift */,
2331BFEC1DD52ED50047F1D4 /* JWTSpec.swift */,
EDE454672CA568AC00C3077A /* GuardianTestPlan.xctestplan */,
);
path = GuardianTests;
sourceTree = "<group>";
Expand Down Expand Up @@ -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;
};
Expand Down
28 changes: 28 additions & 0 deletions GuardianTestPlan.xctestplan
Original file line number Diff line number Diff line change
@@ -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
}
28 changes: 28 additions & 0 deletions GuardianTests/GuardianTestPlan.xctestplan
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 59c0630

Please sign in to comment.