Skip to content

Commit

Permalink
Azure Pipelines: Add new version of package checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
cba-githubdeploy committed Mar 22, 2023
1 parent 07a6bd4 commit 2fd6257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
"FCSDKiOS",
"CBARealTime"
]),
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.0.xcframework.zip", checksum: "80c8a3014f4033a32c435f538e01341e7511b7c5d9a6cc917a7d396bb29cf0a5"),
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.0.xcframework.zip", checksum: "755ddbfb9393c6be1566f5714effaf26e75ff7bea47baf48ebd7cca95ebbcd48"),
.binaryTarget(name: "CBARealTime", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/CBARealTime-m110-1.0.0.xcframework.zip", checksum: "a2f4cee24ce4389aa00feb86edd8dc8c67a43aedf1f8b4ceb5998c94f16a5e3d")
]
)

0 comments on commit 2fd6257

Please sign in to comment.