Closed t-unit closed 4 years ago
This makes this library available via Swift Package Manager, resolving https://github.com/net-a-porter-mobile/XCTest-Gherkin/issues/109
Since resources (a.k.a. gherkin-languages.json) are only available starting with Swift 5.3 this is a minimum requirement for integration.
gherkin-languages.json
Fixes #109
I still have the problem. The console print this message: "Failed to read localisation file gherkin-languages.json, check that it is in bundle".
The problem come from the path of the bundle. I fix it in this PR: #190
This makes this library available via Swift Package Manager, resolving https://github.com/net-a-porter-mobile/XCTest-Gherkin/issues/109
Since resources (a.k.a.
gherkin-languages.json
) are only available starting with Swift 5.3 this is a minimum requirement for integration.