We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9179e2e commit 294b8c0Copy full SHA for 294b8c0
README.md
@@ -61,7 +61,7 @@ cd ..
61
62
cp -R src/out/mac_x64/WebRTC.framework WebRTC.framework
63
64
-lipo -create -output WebRTC.framework/WebRTC src/out/macos_x64/WebRTC.framework/WebRTC src/out/macos_arm64/WebRTC.framework/WebRTC
+lipo -create -output WebRTC.framework/WebRTC src/out/mac_x64/WebRTC.framework/WebRTC src/out/mac_arm64/WebRTC.framework/WebRTC
65
```
66
The outputted `WebRTC.framework` can be imported into an Xcode Project and will support both Intel and Apple Silicon Macs
67
0 commit comments