From 1e9ba1120b13805264a414fb6afd845c59aab059 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Wed, 10 Apr 2024 01:31:16 +0800 Subject: [PATCH] Move HarmonyKit test plan file Signed-off-by: Claudio Cambra --- Harmony.xcodeproj/project.pbxproj | 2 +- {HarmonyKitTests => HarmonyKit}/HarmonyKit.xctestplan | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {HarmonyKitTests => HarmonyKit}/HarmonyKit.xctestplan (100%) diff --git a/Harmony.xcodeproj/project.pbxproj b/Harmony.xcodeproj/project.pbxproj index df9a5dd..6478303 100644 --- a/Harmony.xcodeproj/project.pbxproj +++ b/Harmony.xcodeproj/project.pbxproj @@ -347,6 +347,7 @@ 537632DB2B8673F00026BFAB /* FLAC */, 535053762B5AB22F00D7EAF2 /* Extensions */, 535053472B5955F900D7EAF2 /* HarmonyKit.docc */, + 5335FA0C2BC55ED000AC4596 /* HarmonyKit.xctestplan */, 5350534B2B5955F900D7EAF2 /* HarmonyKit.h */, ); path = HarmonyKit; @@ -355,7 +356,6 @@ 535053382B5955C900D7EAF2 /* HarmonyKitTests */ = { isa = PBXGroup; children = ( - 5335FA0C2BC55ED000AC4596 /* HarmonyKit.xctestplan */, 535053562B59565400D7EAF2 /* Backend */, 535053592B59565400D7EAF2 /* Common */, 5350538E2B5BD28E00D7EAF2 /* Files */, diff --git a/HarmonyKitTests/HarmonyKit.xctestplan b/HarmonyKit/HarmonyKit.xctestplan similarity index 100% rename from HarmonyKitTests/HarmonyKit.xctestplan rename to HarmonyKit/HarmonyKit.xctestplan