From 619e6c4c4e3f61c26bae9700b46ddf4d8b5c844e Mon Sep 17 00:00:00 2001 From: zztkm Date: Fri, 5 Jul 2024 10:58:10 +0900 Subject: [PATCH 1/3] =?UTF-8?q?CocoaPods=20=E3=81=AE=20master=20repo=20?= =?UTF-8?q?=E3=82=92=20CDN=20=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Podfile | 2 +- Podfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 6e163c0d..e4f0725d 100644 --- a/Podfile +++ b/Podfile @@ -1,5 +1,5 @@ +source 'https://cdn.cocoapods.org/' source 'https://github.com/shiguredo/sora-ios-sdk-specs.git' -source 'https://github.com/CocoaPods/Specs.git' platform :ios, '13.0' diff --git a/Podfile.dev b/Podfile.dev index dc5cacd6..0ee38ed1 100644 --- a/Podfile.dev +++ b/Podfile.dev @@ -1,5 +1,5 @@ +source 'https://cdn.cocoapods.org/' source 'https://github.com/shiguredo/sora-ios-sdk-specs.git' -source 'https://github.com/CocoaPods/Specs.git' platform :ios, '13.0' From 44207e42d0384842f87b3a8f8ca6a1f5f9d60b1b Mon Sep 17 00:00:00 2001 From: zztkm Date: Fri, 5 Jul 2024 11:19:38 +0900 Subject: [PATCH 2/3] =?UTF-8?q?CHANGELOG=20=E3=81=AB=20Podfile=20=E3=81=AE?= =?UTF-8?q?=E3=82=BD=E3=83=BC=E3=82=B9=E3=83=AA=E3=83=9D=E3=82=B8=E3=83=88?= =?UTF-8?q?=E3=83=AA=E5=A4=89=E6=9B=B4=E3=81=AB=E3=81=A4=E3=81=84=E3=81=A6?= =?UTF-8?q?=E8=A8=98=E8=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b0878f86..f85c42cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,9 @@ - [UPDATE] WebRTC m125.6422.2.5 に上げる - @miosakuma +- [UPDATE] Podfile, Podfile.dev のソースリポジトリを変更する + - `https://github.com/CocoaPods/Specs.git` から `https://cdn.cocoapods.org/` に変更される + - @zztkm ## 2024.2.0 From 919e4f4f3e4c609873af13c640c19dd535db595c Mon Sep 17 00:00:00 2001 From: zztkm Date: Fri, 5 Jul 2024 12:25:01 +0900 Subject: [PATCH 3/3] =?UTF-8?q?CHANGELOG=20=E3=82=92=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CocoaPods のソースリポジトリを GitHub から CDN に変更した背景がわかりやすいように修正 --- CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f85c42cb..c6b11646 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,8 +13,9 @@ - [UPDATE] WebRTC m125.6422.2.5 に上げる - @miosakuma -- [UPDATE] Podfile, Podfile.dev のソースリポジトリを変更する - - `https://github.com/CocoaPods/Specs.git` から `https://cdn.cocoapods.org/` に変更される +- [UPDATE] CocoaPods のソースリポジトリを GitHub から CDN に変更する + - CocoaPods 1.8 からソースリポジトリのデフォルトが `https://cdn.cocoapods.org/` になった + - https://blog.cocoapods.org/CocoaPods-1.8.0-beta/ - @zztkm ## 2024.2.0