Skip to content

Commit

Permalink
1.16.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
gzerad committed Nov 13, 2024
1 parent bd6dc05 commit 79716a0
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 54 deletions.
78 changes: 39 additions & 39 deletions Example/HMSSDKExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Example/HMSSDKExample/SupportingFiles/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
<true/>
<key>NSCameraUsageDescription</key>
<string>100ms needs access to Camera to enable high quality video conferencing.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>100ms needs access to Local Network to enable high quality video conferencing.</string>
<key>NSMicrophoneUsageDescription</key>
<string>100ms needs access to Microphone to enable high quality video conferencing.</string>
<key>UIBackgroundModes</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '13.0'

target 'HMSSDKExample' do
use_frameworks!
pod 'HMSSDK', '1.16.5'
pod 'HMSSDK', '1.16.6'
pod 'HMSHLSPlayerSDK', '0.0.2'
pod 'HMSNoiseCancellationModels', '1.0.0'
pod 'SwiftyBeaver', '1.9.5'
Expand Down
14 changes: 7 additions & 7 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ PODS:
- HMSHLSPlayerSDK (0.0.2):
- HMSAnalyticsSDK (= 0.0.2)
- HMSNoiseCancellationModels (1.0.0)
- HMSSDK (1.16.4):
- HMSSDK (1.16.5):
- HMSAnalyticsSDK (= 0.0.2)
- HMSWebRTC (= 1.0.6171)
- HMSWebRTC (1.0.6171)
- HMSWebRTC (= 1.0.6172)
- HMSWebRTC (1.0.6172)
- SwiftyBeaver (1.9.5)
- SwiftyGif (5.4.4)
- Zip (2.1.2)
Expand All @@ -18,7 +18,7 @@ DEPENDENCIES:
- HMSBroadcastExtensionSDK (= 1.0.0)
- HMSHLSPlayerSDK (= 0.0.2)
- HMSNoiseCancellationModels (= 1.0.0)
- HMSSDK (= 1.16.4)
- HMSSDK (= 1.16.5)
- SwiftyBeaver (= 1.9.5)
- SwiftyGif
- Zip (= 2.1.2)
Expand All @@ -42,12 +42,12 @@ SPEC CHECKSUMS:
HMSBroadcastExtensionSDK: 0757d80497fddec3952858eb14892fb274f9f3c3
HMSHLSPlayerSDK: 6a54ad4d12f3dc2270d1ecd24019d71282a4f6a3
HMSNoiseCancellationModels: a3bda1405a16015632f4bcabd46ce48f35103b02
HMSSDK: 7413992215e2ebb562868f75fa48f7e1f7589ae8
HMSWebRTC: f6f4f02a665fda6d9d8a5b223272045c3d9486fb
HMSSDK: 7c7a94498f66051e6de6f1f9d07e9ffa07299d17
HMSWebRTC: 4d656cc5d19732ae667d6bc1f6f5511f196ef0eb
SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
Zip: b3fef584b147b6e582b2256a9815c897d60ddc67

PODFILE CHECKSUM: 10af3db6f3edc7b922267971f4b2d50f9ab1207e
PODFILE CHECKSUM: 991b25b858f9f256d6ef049c57e12d4e92036088

COCOAPODS: 1.15.2
6 changes: 3 additions & 3 deletions HMSSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HMSSDK'
s.version = '1.16.5'
s.version = '1.16.6'
s.summary = 'HMS Videoconferencing iOS SDK'

s.description = <<-DESC
Expand All @@ -10,8 +10,8 @@ TODO: Add long description of the pod here.
s.homepage = 'https://github.com/100mslive/100ms-ios-sdk/'
s.license = { :type => 'MIT'}
s.author = { 'Dmitry Fedoseyev' => '[email protected]', 'Yogesh Singh' => '[email protected]', 'Pawan Dixit' => '[email protected]'}
s.source = { :http => 'https://github.com/100mslive/100ms-ios-sdk/releases/download/1.16.5/HMSSDK.xcframework.zip',
:sha256 => 'b880c717e91c819b4d0505b62108c1f7a18ab044b089d2d81f80f12bafb5a3c8'
s.source = { :http => 'https://github.com/100mslive/100ms-ios-sdk/releases/download/1.16.6/HMSSDK.xcframework.zip',
:sha256 => '1f47bd387b78e52a5ed752fccfb679590104b683eb8105094edf0c2d49b5324a'
}
s.ios.deployment_target = '12.0'
s.vendored_frameworks = 'HMSSDK.xcframework'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "HMSSDK",
url: "https://github.com/100mslive/100ms-ios-sdk/releases/download/1.16.5/HMSSDK.xcframework.zip",
checksum: "b880c717e91c819b4d0505b62108c1f7a18ab044b089d2d81f80f12bafb5a3c8"
url: "https://github.com/100mslive/100ms-ios-sdk/releases/download/1.16.6/HMSSDK.xcframework.zip",
checksum: "1f47bd387b78e52a5ed752fccfb679590104b683eb8105094edf0c2d49b5324a"
),
.binaryTarget(
name: "WebRTC",
Expand Down

0 comments on commit 79716a0

Please sign in to comment.