net-a-porter-mobile / XCTest-Gherkin

Gherkin syntax for XCTestCase
Apache License 2.0
254 stars 64 forks source link

Swift Package Manager Support added #171

Closed t-unit closed 4 years ago

t-unit commented 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.

deanWombourne commented 4 years ago

Fixes #109

PierreEc commented 3 years ago

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