Skip to content

Commit

Permalink
Update Tuist/Xcodegen acknowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
mttcrsp committed Dec 30, 2023
1 parent ae6f14c commit c86c3db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions App/Resources/acknowledgements.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@
"url": "https://github.com/nicklockwood/SwiftFormat"
},
{
"name": "Tuist",
"url": "https://github.com/tuist/tuist"
"name": "xcbeautify",
"url": "https://github.com/tuist/xcbeautify"
},
{
"name": "XcodeGen",
"url": "https://github.com/yonaskolb/XcodeGen"
},
{
"name": "xcparse",
"url": "https://github.com/ChargePoint/xcparse"
}
]
]
2 changes: 1 addition & 1 deletion App/UITests/MoreControllerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class MoreControllerTests: XCTestCase {
app.cells["acknowledgements"].tap()
wait { app.cells.count > 0 }

app.staticTexts["Tuist"].tap()
app.staticTexts["XcodeGen"].tap()
XCTAssert(safari.wait(for: .runningForeground, timeout: 10))
}
}
Expand Down

0 comments on commit c86c3db

Please sign in to comment.