alt-romes / alt-romes/haskell-swift
If newly created project includes Tests, hxs init fails.
- Linguagem predominante
- Haskell
- Estrelas
- 10
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
When `hxs init` is run in a newly-created Xcode project which includes Tests, the ruby script that updates the `.pbxproj` fails.
To fix this, the methodology should be
* Create a new Xcode project with tests included
* Make a commit with the initialised project
* Apply the changes described in the blogpost (https://alt-romes.github.io/posts/2023-11-10-creating-a-macos-app-with-haskell-and-swift.html)
* Inspect the `git diff`
* Create another Xcode project without tests and commit the Xcode stuff
* Then run `hxs init`
* Investigate what differs from the diff produced by `hxs init` on a new project without tests and the manual change on a project with tests.
* Fix the ruby script that edits the pbxproj to account for what is needed when the project includes tests
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.