Skip to content

Commit eb26bd5

Browse files
Azure Pipelines: Add new version of package checksum
1 parent 89a82a4 commit eb26bd5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

FCSDKiOS/4.2.7-beta2/FCSDKiOS.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'FCSDKiOS'
3+
s.version = '4.2.7-beta2'
4+
s.summary = 'FCSDKiOS XCFramework'
5+
s.homepage = 'https://github.com/cbajapan/swift-fcsdk-ios'
6+
7+
s.author = { 'Name' => 'Communication Business Avenue, Inc.' }
8+
s.license = { :type => 'Commercial', :text => 'Copyright Communication Business Avenue, Inc. Use of this software is subject to the terms and conditions located at https://github.com/cbajapan/swift-fcsdk-ios/blob/main/License.txt'}
9+
10+
s.source = { :http => 'https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.7-beta2.xcframework.zip' }
11+
12+
s.platforms = { :ios => "11.0" }
13+
14+
s.vendored_frameworks = 'FCSDKiOS.xcframework'
15+
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
"FCSDKiOS",
2121
"WebRTC"
2222
]),
23-
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.7-beta1.xcframework.zip", checksum: "80e30841e22a7d4bfdfe6cb96dd5c2dafb248ffe268381009e7a9df2785d1500"),
23+
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.7-beta2.xcframework.zip", checksum: "8f505be36adb0754284a9fc91cb2267fcb55a90c6892092a88e2b2802dcf4e61"),
2424
.binaryTarget(name: "WebRTC", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/WebRTC-m117.xcframework.zip", checksum: "7950151686d41d8fc33e69a9ad5bd47cad24d20691b4167e9fa4d8d156a8fca6")
2525
]
2626
)

0 commit comments

Comments
 (0)