File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,16 @@ public struct XcodeprojOptions {
38
38
}
39
39
}
40
40
41
+ // Determine the path of the .xcodeproj wrapper directory.
41
42
public func buildXcodeprojPath( outputDir: AbsolutePath , projectName: String ) -> AbsolutePath {
42
- // Determine the path of the .xcodeproj wrapper directory.
43
43
let xcodeprojName = " \( projectName) .xcodeproj "
44
44
return outputDir. appending ( RelativePath ( xcodeprojName) )
45
45
}
46
46
47
47
/// Generates an Xcode project and all needed support files. The .xcodeproj
48
- /// wrapper directory is created in the path specified by `outputDir`, basing
49
- /// the file name on the project name `projectName`. Returns the path of the
50
- /// generated project. All ancillary files will be generated inside of the
51
- /// .xcodeproj wrapper directory.
48
+ /// wrapper directory is created to the path specified by `xcodeprojPath`
49
+ /// Returns the path of the generated project. All ancillary files will
50
+ /// be generated inside of the .xcodeproj wrapper directory.
52
51
@discardableResult
53
52
public func generate(
54
53
projectName: String ,
You can’t perform that action at this time.
0 commit comments