We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6620392 commit 3836fffCopy full SHA for 3836fff
Sources/PublicModules/PADPackageFileAnalyzer/SwiftPackageFileAnalyzer+Targets.swift
@@ -185,6 +185,10 @@ private extension SwiftPackageFileAnalyzer {
185
return "Removed resource \(resource.description)"
186
}
187
188
+ // TODO: Remove this again!
189
+ listOfChanges += ["[DEBUG] Old project base path \(oldProjectBasePath)"]
190
+ listOfChanges += ["[DEBUG] New project base path \(newProjectBasePath)"]
191
+
192
return listOfChanges
193
194
0 commit comments