millicast / millicast-native-sdk

SDK to build native clients using the Millicast platform.
Other
17 stars 5 forks source link

[iOS] Add XCFramework Support #2

Closed yoojinsca closed 2 years ago

yoojinsca commented 2 years ago

Add XCFramework support.

In 2019, Apple introduced XCFrameworks - a way to distribute binary libraries for multiple platforms and architectures in a single bundle.

murillo128 commented 2 years ago

@goddino PTAL

goddino commented 2 years ago

Yes, we're working on including XCFramework support.

dbaldassi commented 2 years ago

The XCFramework is now available : https://github.com/millicast/millicast-native-sdk/releases/tag/v1.1.2

yoojinsca commented 2 years ago

nice one! thanks!