Skip to content

Commit

Permalink
Update DemoApp for 4.4.5 SDK release
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPristensky committed Jul 25, 2022
1 parent c77ebe7 commit f76853b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions DemoApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ target 'DemoApp' do
# use_frameworks!

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

platform :ios, '9.0'

Expand Down
22 changes: 11 additions & 11 deletions DemoApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PODS:
- AppCenter/Analytics (4.4.2):
- AppCenter/Analytics (4.4.3):
- AppCenter/Core
- AppCenter/Core (4.4.2)
- AppCenter/Crashes (4.4.2):
- AppCenter/Core (4.4.3)
- AppCenter/Crashes (4.4.3):
- AppCenter/Core
- AppCenterReactNativeShared (4.4.4):
- AppCenter/Core (= 4.4.2)
- AppCenterReactNativeShared (4.4.5):
- AppCenter/Core (= 4.4.3)

DEPENDENCIES:
- AppCenter/Analytics (~> 4.4.2)
- AppCenter/Crashes (~> 4.4.2)
- AppCenterReactNativeShared (~> 4.4.4)
- AppCenter/Analytics (~> 4.4.3)
- AppCenter/Crashes (~> 4.4.3)
- AppCenterReactNativeShared (~> 4.4.5)

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

SPEC CHECKSUMS:
AppCenter: 6a6cf592f1459256cefe3c79ea47c68e63f591da
AppCenterReactNativeShared: 7ae811fd9221dca88ba7eb1576dbd6a35e504515
AppCenter: abf4ddb72b71b6dcb6e27306ff7ce7184f2a388a
AppCenterReactNativeShared: 08c72ed1b67b0814a788592cc7899a446df39037

PODFILE CHECKSUM: fe456cc43b11da1daead55a3e38cda07b35f01c6
PODFILE CHECKSUM: 360ea53491acbfdbaa9bc3d12476059ebf3eb565

COCOAPODS: 1.11.0
6 changes: 3 additions & 3 deletions DemoApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@react-native-community/async-storage": "1.6.2",
"appcenter": "^4.4.4",
"appcenter-analytics": "^4.4.4",
"appcenter-crashes": "^4.4.4",
"appcenter": "^4.4.5",
"appcenter-analytics": "^4.4.5",
"appcenter-crashes": "^4.4.5",
"metro": "0.54.1",
"react": "16.8.3",
"react-native": "0.59.9",
Expand Down
2 changes: 1 addition & 1 deletion TestApp/ios/TestApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>msal{RN_IOS_INT}</string>
<string>msal88599399-d89e-499a-abe5-92a673dab571</string>
</array>
</dict>
</array>
Expand Down

0 comments on commit f76853b

Please sign in to comment.