Skip to content

TechTeamer/ios-xc-webrtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCWebRTC

Platform Apple Silicon compatible CocoaPods compatible SPM compatible Catalyst compatible Carthage incompatible

Release

1.0.6

Build date: 2024-09-19 23:05
Chrome version: M128

1.0.5

Build date: 2024-03-18 12:23
Chrome version: M122

1.0.4

Build date: 2023-11-22 14:14
Chrome version: M119

1.0.3

Build date: 2023-02-17 14:39
Chrome version: M109

1.0.2

Build date: 2022-11-09 17:13
Chrome version: M103(Bitcode disabled)

1.0.1

Build date: 2022-06-23 13:49
Chrome version: M103

1.0.0

Build date: 2020-12-07 18:54
Commit: '0d863f72a8c747c1b41f2798e5201e1abcdaec2b'

Installation

Swift Package Manager

In your Xcode project go to: File -> Swift Packages -> Add Package Dependency
https://github.com/TechTeamer/ios-xc-webrtc.git

Cocoapods

Just copy into your podfile, looks like this.

------------------------ Podfile ------------------------

source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/TechTeamer/ios-xc-webrtc.git'

use_frameworks!
target 'YourApp' do
pod 'XCWebRTC'
end


run:
pod repo update
pod install

Description

This is a new generation xcframework is built for Apple machines including iOS/iPadOS/macOS & Silicon processors. WITHOUT bitcode!

You can find the release commits here: https://webrtc.googlesource.com/src

You can find the official source here: https://chromium.googlesource.com/chromium/tools/depot_tools/+/refs/heads/master

Sorry for the Release structure, but the GIT-LFS inside the Xcode 12.2 is NOT supported yet. 🙁