alt-romes / alt-romes/haskell-swift
If newly created project includes Tests, hxs init fails.
- 主要语言
- Haskell
- 星标
- 10
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。