aisouard / libwebrtc

:package: Google's WebRTC implementation in a single static library.
https://axel.isouard.fr/libwebrtc
Apache License 2.0
641 stars 190 forks source link

Generate a Framework for macOS #25

Open aisouard opened 7 years ago

aisouard commented 7 years ago

Would be nice to have for our friends using Xcode.

agouaillard commented 7 years ago

the original code already does that by default, just look at what GN generates. otherwise, in CMake, you just need to add some properties to a shared lib

https://cmake.org/cmake/help/v3.5/prop_tgt/FRAMEWORK.html

On Mon, Feb 13, 2017 at 12:51 AM, Axel Isouard notifications@github.com wrote:

Move to 0.2

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aisouard/libwebrtc/issues/25#issuecomment-279231195, or mute the thread https://github.com/notifications/unsubscribe-auth/AAT1nufhZeCiU3YNHUyRNqcXkxFZCvPbks5rbzh3gaJpZM4L4jAL .

-- Alex. Gouaillard, PhD, PhD, MBA

President - CoSMo Software Consulting, Singapore

sg.linkedin.com/agouaillard

-

aisouard commented 7 years ago

Thanks @agouaillard, I'll look into it as soon as possible. Will find a way to generate the Info.plist file with the DMG layout.