Skip to content

Commit

Permalink
[#494] Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blyscuit authored Aug 15, 2023
1 parent 6fab661 commit f94af58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Swift/SetUpiOSProject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class SetUpIOSProject {
// Add AutoMockable.generated.swift file
fileManager.createFile(name: "AutoMockable.generated.swift", at: "\(projectNameNoSpace)Tests/Sources/Mocks/Sourcery")

// Add AutoMockable.generated.swift file
// Add R.generated.swift file.
fileManager.createFile(name: "R.generated.swift", at: "\(projectNameNoSpace)/Sources/Supports/Helpers/Rswift")
}

Expand Down

0 comments on commit f94af58

Please sign in to comment.