Skip to content

Commit

Permalink
Hello iOS WebRTC Framework
Browse files Browse the repository at this point in the history
added AppRTCMobile build target

working on the swift-pm build of webrtc

removed av1 source (for now)

updated corertc build, fixing an issue with not exposed RTCAudioSession setConfiguration symbols

webrtc xcframework

dynamic and static fws

opt in for non-native vp8, vp9, av1

nsinteger and rtcvideoframe

Added static FW, disabled protobuf, legacy GL components
  • Loading branch information
ronnyf committed Jan 20, 2024
1 parent 0f741da commit 640dd5c
Show file tree
Hide file tree
Showing 1,435 changed files with 123,706 additions and 11,391 deletions.
83 changes: 14 additions & 69 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,74 +1,19 @@
*.DS_Store
*.Makefile
*.host.mk
*.ncb
*.ninja
*.props
*.pyc
*.rules
*.scons
*.sdf
*.sln
*.suo
*.target.mk
*.targets
*.user
*.vcproj
*.vcxproj
*.vcxproj.filters
*.vpj
*.vpw
*.vpwhistu
*.vtg
*.xcodeproj
*.xcworkspace
*_proto.xml
*_proto_cpp.xml
*~
.*.sw?
.cache
.cipd
.clangd
.classpath
.cproject
.gdb_history
.gdbinit
.landmines
.metadata
.project
.pydevproject
.settings
.sw?
/Makefile
/base
/build
/buildtools
/ios
/mojo
/out
/testing
/third_party
#/third_party
/tools
/tools_webrtc/android/profiling/flamegraph
/tools_webrtc/android/profiling/simpleperf
/tools_webrtc/audio_quality/linux/pesq
/tools_webrtc/audio_quality/linux/PolqaOem64
/tools_webrtc/audio_quality/mac/pesq
/tools_webrtc/audio_quality/win/*.exe
/tools_webrtc/audio_quality/win/*.dll
/tools_webrtc/video_quality_toolchain/linux/ffmpeg
/tools_webrtc/video_quality_toolchain/linux/zxing
/tools_webrtc/video_quality_toolchain/mac/ffmpeg
/tools_webrtc/video_quality_toolchain/mac/zxing
/tools_webrtc/video_quality_toolchain/win/*.dll
/tools_webrtc/video_quality_toolchain/win/*.exe
/rtc_tools/testing/*.zip
/rtc_tools/testing/*.gz
/rtc_tools/testing/golang/*/*.gz
/rtc_tools/testing/golang/*/*.zip
/rtc_tools/testing/webrtc_apprtc_browsertest/*
/rtc_tools/testing/browsertest/*
/x86-generic_out/
/xcodebuild
/tools_webrtc
/rtc_tools/testing
/.vscode
!webrtc/*
xcuserdata/
examples
!examples/objc
!examples/objcnativeapi
.landmines
/resources
/build_overrides
/g3doc
/base
/build
.build
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit 640dd5c

Please sign in to comment.