10000 [macOS] Fix crash with H264 HW Encoder. · rborgese/flutter-webrtc@6739db4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6739db4

Browse files
committed
[macOS] Fix crash with H264 HW Encoder.
1 parent 7fdf836 commit 6739db4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

macos/WebRTC.framework/Headers/WebRTC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 The WebRTC project authors. All Rights Reserved.
2+
* Copyright 2020 The WebRTC project authors. All Rights Reserved.
33
*
44
* Use of this source code is governed by a BSD-style license
55
* that can be found in the LICENSE file in the root of the source

macos/WebRTC.framework/Resources/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>18G1012</string>
6+
<string>18G2022</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -25,13 +25,13 @@
2525
<key>DTCompiler</key>
2626
<string>com.apple.compilers.llvm.clang.1_0</string>
2727
<key>DTSDKBuild</key>
28-
<string>10.14</string>
28+
<string>10.15</string>
2929
<key>DTSDKName</key>
30-
<string>macosx10.14</string>
30+
<string>macosx10.15</string>
3131
<key>DTXcode</key>
32-
<string>1030</string>
32+
<string>1121</string>
3333
<key>DTXcodeBuild</key>
34-
<string>10G8</string>
34+
<string>11B500</string>
3535
<key>NSPrincipalClass</key>
3636
<string></string>
3737
</dict>

macos/WebRTC.framework/WebRTC

-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0