We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd8781c + 10f6991 commit 9c58d28Copy full SHA for 9c58d28
.github/workflows/build.yml
@@ -32,7 +32,6 @@ jobs:
32
${{ runner.os }}-pods-
33
- name: Install Dependences
34
run: |
35
- rm Podfile && mv Podfile.dev Podfile
36
pod repo update
37
pod install
38
if nm ./Pods/WebRTC/WebRTC.xcframework/ios-arm64/WebRTC.framework/WebRTC | grep _kVTVideoEncoderSpecification_RequiredLowLatency >/dev/null 2>&1; then
CHANGES.md
@@ -34,6 +34,9 @@
- @zztkm
- [UPDATE] SwiftLint の管理を CocoaPods から Swift Package Manager に移行する
+- [UPDATE] 開発用の依存管理を Swift Package Manager に移行したので Podfile.dev を削除する
+ - GitHub Actions でも Podfile.dev を利用していたので、利用しないように変更
39
+ - @zztkm
40
41
## 2025.1.1
42
Podfile.dev
0 commit comments