forked from crow-misia/libwebrtc-bin
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to 129.0.6668.58 version (#123)
- apply upstream `borning_ssl_missing_string_header.patch` Co-authored-by: evdokimovs <[email protected]> Co-authored-by: Zenichi Amano <[email protected]>
- Loading branch information
1 parent
5812a65
commit 5d175a3
Showing
8 changed files
with
53 additions
and
38 deletions.
There are no files selected for viewing
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
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,14 +1,14 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = "instrumentisto-libwebrtc-bin" | ||
spec.version = "128.0.6613.137" | ||
spec.version = "129.0.6668.58" | ||
spec.summary = "Pre-compiled `libwebrtc` library for Darwin used by Medea Flutter-WebRTC." | ||
|
||
spec.homepage = "https://github.com/instrumentisto/libwebrtc-bin" | ||
spec.license = { :type => 'BSD', :file => 'WebRTC.xcframework/LICENSE.md' } | ||
spec.author = { 'Instrumentisto Team' => '[email protected]' } | ||
spec.ios.deployment_target = '10.0' | ||
|
||
spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/128.0.6613.137/libwebrtc-ios.zip" } | ||
spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/129.0.6668.58/libwebrtc-ios.zip" } | ||
spec.vendored_frameworks = "WebRTC.xcframework" | ||
|
||
spec.pod_target_xcconfig = { | ||
|
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,10 @@ | ||
--- a/src/third_party/boringssl/src/pki/string_util.h | ||
+++ b/src/third_party/boringssl/src/pki/string_util.h | ||
@@ -6,6 +6,7 @@ | ||
#define BSSL_PKI_STRING_UTIL_H_ | ||
|
||
#include <cstdint> | ||
+#include <string> | ||
#include <string_view> | ||
#include <vector> | ||
|
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