Skip to content

Commit 9c58d28

Browse files
authored
Merge pull request #233 from shiguredo/feature/remove-podfile-dev
開発用の依存管理を Swift Package Manager に移行したので Podfile.dev を削除する
2 parents cd8781c + 10f6991 commit 9c58d28

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
${{ runner.os }}-pods-
3333
- name: Install Dependences
3434
run: |
35-
rm Podfile && mv Podfile.dev Podfile
3635
pod repo update
3736
pod install
3837
if nm ./Pods/WebRTC/WebRTC.xcframework/ios-arm64/WebRTC.framework/WebRTC | grep _kVTVideoEncoderSpecification_RequiredLowLatency >/dev/null 2>&1; then

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
- @zztkm
3535
- [UPDATE] SwiftLint の管理を CocoaPods から Swift Package Manager に移行する
3636
- @zztkm
37+
- [UPDATE] 開発用の依存管理を Swift Package Manager に移行したので Podfile.dev を削除する
38+
- GitHub Actions でも Podfile.dev を利用していたので、利用しないように変更
39+
- @zztkm
3740

3841
## 2025.1.1
3942

Podfile.dev

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)