From 963700e3d6fa551f468d2589b399fc27a17566f6 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Sat, 6 Feb 2021 19:40:35 +0100 Subject: [PATCH] provide project description for debugging --- Framework/PCProject.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Framework/PCProject.m b/Framework/PCProject.m index 41635be..78917bc 100644 --- a/Framework/PCProject.m +++ b/Framework/PCProject.m @@ -60,6 +60,11 @@ NSString @implementation PCProject +- (NSString *)description +{ + return [NSString stringWithFormat: @"%@: %@ (%@)", [self className], projectName, projectPath]; +} + // ============================================================================ // ==== Init and free // ============================================================================