From af04e7d952df88878f3b8b4fd049c566ef96a4b6 Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Thu, 24 Oct 2024 12:43:35 -0300 Subject: [PATCH] Updated the Cocoapods examples to use the latest 3.3.2 sdk --- CHANGELOG.md | 4 + .../xcschemes/CocoapodsApp.xcscheme | 78 +++++++++++++++++++ Examples/Integration/CocoapodsApp/Podfile | 2 +- .../Integration/CocoapodsApp/Podfile.lock | 30 +++---- .../Integration/CocoapodsFramework/Podfile | 2 +- .../CocoapodsFramework/Podfile.lock | 30 +++---- 6 files changed, 114 insertions(+), 32 deletions(-) create mode 100644 Examples/Integration/CocoapodsApp/CocoapodsApp.xcodeproj/xcshareddata/xcschemes/CocoapodsApp.xcscheme diff --git a/CHANGELOG.md b/CHANGELOG.md index a5435ac7..8a88ddab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Release Notes +### Unreleased + +- Updated Cocoapods examples to use the latest SDK version, 3.3.2. + ### 3.3.2 - Fixes a compilation issue introduced in Xcode 16 Beta 5. diff --git a/Examples/Integration/CocoapodsApp/CocoapodsApp.xcodeproj/xcshareddata/xcschemes/CocoapodsApp.xcscheme b/Examples/Integration/CocoapodsApp/CocoapodsApp.xcodeproj/xcshareddata/xcschemes/CocoapodsApp.xcscheme new file mode 100644 index 00000000..0001c296 --- /dev/null +++ b/Examples/Integration/CocoapodsApp/CocoapodsApp.xcodeproj/xcshareddata/xcschemes/CocoapodsApp.xcscheme @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Examples/Integration/CocoapodsApp/Podfile b/Examples/Integration/CocoapodsApp/Podfile index abc53d7a..cefbe08b 100644 --- a/Examples/Integration/CocoapodsApp/Podfile +++ b/Examples/Integration/CocoapodsApp/Podfile @@ -2,5 +2,5 @@ platform :ios, '14.0' use_frameworks! target 'CocoapodsApp' do - pod 'RollbarNotifier', '~> 3.1.0' + pod 'RollbarNotifier', '~> 3.3.2' end diff --git a/Examples/Integration/CocoapodsApp/Podfile.lock b/Examples/Integration/CocoapodsApp/Podfile.lock index da095216..186142be 100644 --- a/Examples/Integration/CocoapodsApp/Podfile.lock +++ b/Examples/Integration/CocoapodsApp/Podfile.lock @@ -1,15 +1,15 @@ PODS: - - RollbarCommon (3.1.0) - - RollbarCrash (3.1.0) - - RollbarNotifier (3.1.0): - - RollbarCommon (~> 3.1.0) - - RollbarCrash (~> 3.1.0) - - RollbarReport (~> 3.1.0) - - RollbarReport (3.1.0): - - RollbarCrash (~> 3.1.0) + - RollbarCommon (3.3.2) + - RollbarCrash (3.3.2) + - RollbarNotifier (3.3.2): + - RollbarCommon (~> 3.3.2) + - RollbarCrash (~> 3.3.2) + - RollbarReport (~> 3.3.2) + - RollbarReport (3.3.2): + - RollbarCrash (~> 3.3.2) DEPENDENCIES: - - RollbarNotifier (~> 3.1.0) + - RollbarNotifier (~> 3.3.2) SPEC REPOS: trunk: @@ -19,11 +19,11 @@ SPEC REPOS: - RollbarReport SPEC CHECKSUMS: - RollbarCommon: 125fb7e9fa63ea79ef33ee0f0e50456bb9f9cdf5 - RollbarCrash: d831f9c067bbe2147080a700c0a7ebc346d31db3 - RollbarNotifier: 3213f4466b7f239c06d67e2c4963177e694df91b - RollbarReport: 55693c386a511cd37272fb2bfc8a6c1b333cd749 + RollbarCommon: ebcc821a01d12aa29b66b204da041b95e99dfcce + RollbarCrash: 1069c64976ae36b42c45187c977115d07a6f6667 + RollbarNotifier: e4c4d5c945489af69e063bf6b1aba4990136a7f6 + RollbarReport: 6008c84d712bffb3cea026d04c284ce568ec7c27 -PODFILE CHECKSUM: 5bf17b88c31394fd8e7ce6804c149a42c077e1a8 +PODFILE CHECKSUM: d3d7827ecef6fee3336ada7cb21253c0d8a7a0b5 -COCOAPODS: 1.12.1 +COCOAPODS: 1.15.2 diff --git a/Examples/Integration/CocoapodsFramework/Podfile b/Examples/Integration/CocoapodsFramework/Podfile index ff985a87..8ba62e71 100644 --- a/Examples/Integration/CocoapodsFramework/Podfile +++ b/Examples/Integration/CocoapodsFramework/Podfile @@ -2,5 +2,5 @@ platform :ios, '14.0' use_frameworks! target 'CocoapodsFramework' do - pod 'RollbarNotifier', '~> 3.1.0' + pod 'RollbarNotifier', '~> 3.3.2' end diff --git a/Examples/Integration/CocoapodsFramework/Podfile.lock b/Examples/Integration/CocoapodsFramework/Podfile.lock index 334ca820..0d5ff027 100644 --- a/Examples/Integration/CocoapodsFramework/Podfile.lock +++ b/Examples/Integration/CocoapodsFramework/Podfile.lock @@ -1,15 +1,15 @@ PODS: - - RollbarCommon (3.1.0) - - RollbarCrash (3.1.0) - - RollbarNotifier (3.1.0): - - RollbarCommon (~> 3.1.0) - - RollbarCrash (~> 3.1.0) - - RollbarReport (~> 3.1.0) - - RollbarReport (3.1.0): - - RollbarCrash (~> 3.1.0) + - RollbarCommon (3.3.2) + - RollbarCrash (3.3.2) + - RollbarNotifier (3.3.2): + - RollbarCommon (~> 3.3.2) + - RollbarCrash (~> 3.3.2) + - RollbarReport (~> 3.3.2) + - RollbarReport (3.3.2): + - RollbarCrash (~> 3.3.2) DEPENDENCIES: - - RollbarNotifier (~> 3.1.0) + - RollbarNotifier (~> 3.3.2) SPEC REPOS: trunk: @@ -19,11 +19,11 @@ SPEC REPOS: - RollbarReport SPEC CHECKSUMS: - RollbarCommon: 125fb7e9fa63ea79ef33ee0f0e50456bb9f9cdf5 - RollbarCrash: d831f9c067bbe2147080a700c0a7ebc346d31db3 - RollbarNotifier: 3213f4466b7f239c06d67e2c4963177e694df91b - RollbarReport: 55693c386a511cd37272fb2bfc8a6c1b333cd749 + RollbarCommon: ebcc821a01d12aa29b66b204da041b95e99dfcce + RollbarCrash: 1069c64976ae36b42c45187c977115d07a6f6667 + RollbarNotifier: e4c4d5c945489af69e063bf6b1aba4990136a7f6 + RollbarReport: 6008c84d712bffb3cea026d04c284ce568ec7c27 -PODFILE CHECKSUM: 94655f4f87e1ff194ba9a4cc27c389b9a098a8a5 +PODFILE CHECKSUM: 7d733706898117d1f54dc3581d72138e1765dcfc -COCOAPODS: 1.12.1 +COCOAPODS: 1.15.2