wordpress-mobile / wordpress-mobile/WordPress-iOS
Streamline and update `Rakefile`
Open
@mokagio is already working on this.
Since Jun 9, 2022.
[Type] Tech Debt
Tooling
- Dominant language
- Swift
- Stars
- 3.9k
- Forks
- 1.2k
- Avg merge
- 23h 51m
- Merged PRs (30d)
- 58
Description
While working on #18845 and #18850, I noticed a few things that could be improved in the Rakefile:
- DRY how we load
Podfile.lock - We have tasks such as
testandcleanthat are redundant given our use of Fastlane. We should either remove them or make them run the appropriate Faslane lane under the hood.
- Same goes for this custom
xcodebuildcall. Fastlane can do this for us with extra parameter and safety checks.
Also note that xcodebuild call will likely fail, because "iPhone 6s" is no longer one of the Simulator that ship with Xcode out of the box:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.