google / google/GoogleSignIn-iOS
Migrate off of archived firebase/OCMock SPM dependency
- 主要语言
- Objective-C
- 星标
- 750
- 派生
- 282
- 平均合并
- 2 天 15 小时
- 30 天内合并 PR
- 9
描述
**Is your feature request related to a problem you're having? Please describe.**
The following dependency in the Package.swift has been archived for over a year by the firebase org:
```
.package(
name: "OCMock",
url: "https://github.com/firebase/ocmock.git",
.revision("7291762d3551c5c7e31c49cce40a0e391a52e889")),
```
**Describe the solution you'd like**
The firebase author forked this from the original repo which appears to fully support SPM now:
https://github.com/erikdoe/ocmock/blob/master/Package.swift
What work would be needed to make this dependency change in this Package to ease dependency resolution in projects that depend on GoogleSignIn?
贡献指南
调研方向
从 Package.swift 开始,将已归档的依赖项 firebase/ocmock 与原始的 erikdoe/ocmock Package.swift 进行比较。更新依赖项引用,并验证对于依赖 GoogleSignIn 的项目,依赖项解析仍然有效。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- objective-c
- 领域
- build-system
- Issue 类型
- 重构
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 58/100