-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from 100mslive/1.12.0Release
1.12.0 Release
- Loading branch information
Showing
15 changed files
with
327 additions
and
239 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
268 changes: 141 additions & 127 deletions
268
Example/HMSSDKExample/Meeting/Peers List/Base.lproj/PeersList.storyboard
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-1.02 MB
Example/HMSSDKExample/SupportingFiles/Images.xcassets/VB1.imageset/VB1.jpg
Binary file not shown.
21 changes: 21 additions & 0 deletions
21
Example/HMSSDKExample/SupportingFiles/Images.xcassets/VBLandscape.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "VBLandscape.jpg", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+435 KB
...SDKExample/SupportingFiles/Images.xcassets/VBLandscape.imageset/VBLandscape.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
...mages.xcassets/VB1.imageset/Contents.json → ...cassets/VBPortrait.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+454 KB
...MSSDKExample/SupportingFiles/Images.xcassets/VBPortrait.imageset/VBPortrait.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.11.0' | ||
s.version = '1.12.0' | ||
s.summary = 'HMS Videoconferencing iOS SDK' | ||
|
||
s.description = <<-DESC | ||
|
@@ -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.11.0/HMSSDK.xcframework.zip', | ||
:sha256 => '9942a1c85d5d2d05307693049b7769137cd03945b2a046577e07d508705a84e8' | ||
s.source = { :http => 'https://github.com/100mslive/100ms-ios-sdk/releases/download/1.12.0/HMSSDK.xcframework.zip', | ||
:sha256 => 'ad64662e9f2ba7e702d98619445ca2460adcc74451acd3050dbe6b5a2f32e558' | ||
} | ||
s.ios.deployment_target = '12.0' | ||
s.vendored_frameworks = 'HMSSDK.xcframework' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters