We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473e028 commit b6908bbCopy full SHA for b6908bb
Core/Package.swift
@@ -388,6 +388,7 @@ var isProIncluded: Bool {
388
let rootURL = fileURL
389
.deletingLastPathComponent()
390
391
+ .deletingLastPathComponent()
392
let confURL = rootURL.appendingPathComponent("PLUS")
393
return FileManager.default.fileExists(atPath: confURL.path)
394
}
0 commit comments