Skip to content

Commit

Permalink
Add comments to baseSearchPath
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaLikesCheez committed Mar 30, 2023
1 parent c535db3 commit bc9524b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/GenIR/OutputPostprocessor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ struct OutputPostprocessor {
}
}

/// Returns the base URL to start searching inside an xcarchive
/// - Parameter path: the original path, should be an xcarchive
/// - Returns: the path to start a dependency search from
static func baseSearchPath(startingAt path: URL) -> URL {
let productsPath = path.appendingPathComponent("Products")
let applicationsPath = productsPath.appendingPathComponent("Applications")
Expand Down

0 comments on commit bc9524b

Please sign in to comment.