Skip to content

Commit

Permalink
Update AppCenter pods to version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Jan 23, 2024
1 parent 5cb26e3 commit a76d56c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions DemoApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ target 'DemoApp' do
# use_frameworks!

# Pods for DemoApp
pod 'AppCenter/Crashes', '~> 4.4.3'
pod 'AppCenter/Analytics', '~> 4.4.3'
pod 'AppCenterReactNativeShared', '~> 4.4.5'
pod 'AppCenter/Crashes', '~> 5.0.0'
pod 'AppCenter/Analytics', '~> 5.0.0'
pod 'AppCenterReactNativeShared', '~> 5.0.1'

platform :ios, '9.0'
platform :ios, '11.0'

# This commented line is to avoid react-native link adding an optional dependency that is way too heavy.
# pod 'RNGestureHandler', :path => '../node_modules/react-native-gesture-handler'
Expand Down
26 changes: 13 additions & 13 deletions DemoApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PODS:
- AppCenter/Analytics (4.4.3):
- AppCenter/Analytics (5.0.4):
- AppCenter/Core
- AppCenter/Core (4.4.3)
- AppCenter/Crashes (4.4.3):
- AppCenter/Core (5.0.4)
- AppCenter/Crashes (5.0.4):
- AppCenter/Core
- AppCenterReactNativeShared (4.4.5):
- AppCenter/Core (= 4.4.3)
- AppCenterReactNativeShared (5.0.1):
- AppCenter/Core (= 5.0.4)

DEPENDENCIES:
- AppCenter/Analytics (~> 4.4.3)
- AppCenter/Crashes (~> 4.4.3)
- AppCenterReactNativeShared (~> 4.4.5)
- AppCenter/Analytics (~> 5.0.0)
- AppCenter/Crashes (~> 5.0.0)
- AppCenterReactNativeShared (~> 5.0.1)

SPEC REPOS:
https://msmobilecenter.visualstudio.com/SDK/_git/AppCenterSDK-Specs-Private:
trunk:
- AppCenter
- AppCenterReactNativeShared

SPEC CHECKSUMS:
AppCenter: abf4ddb72b71b6dcb6e27306ff7ce7184f2a388a
AppCenterReactNativeShared: 08c72ed1b67b0814a788592cc7899a446df39037
AppCenter: 85c92db0759d2792a65eb61d6842d2e86611a49a
AppCenterReactNativeShared: 22aea9046e80c449137f4e574ae1f229616e2358

PODFILE CHECKSUM: 360ea53491acbfdbaa9bc3d12476059ebf3eb565
PODFILE CHECKSUM: 425548c8eaf8ea6ce80b023c66816a47325c7c17

COCOAPODS: 1.11.0
COCOAPODS: 1.13.0

0 comments on commit a76d56c

Please sign in to comment.