Skip to content

Commit 689e307

Browse files
Azure Pipelines: Add new version of package checksum
1 parent 681b002 commit 689e307

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
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.10-beta1'
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.10-beta1.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.9.xcframework.zip", checksum: "c878c336244278091f664e09c606688494d43ebb06afd4fda1b809f70fe0a12d"),
23+
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.10-beta1.xcframework.zip", checksum: "842f6614c1af2cd0427ddb868ff896721877225094dd62337fee23464fedc735"),
2424
.binaryTarget(name: "WebRTC", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/WebRTC-m122.xcframework.zip", checksum: "fdb0715a4d916f0cedf049d90954105cc18cad3c7189b6ef274cabb9a1bcb5d7")
2525
]
2626
)

0 commit comments

Comments
 (0)