stasel / WebRTC

Unofficial distribution of up to date WebRTC framework binaries for iOS and macOS
Other
356 stars 75 forks source link

Codesign simulator framework #61

Closed GhenadieVP closed 1 year ago

GhenadieVP commented 1 year ago

In my team we have the bulk of our application developed in a standalone Swift Package. As it stands, with WebRTC as a dependency, we cannot:

  1. Run Swift UI previews.
  2. Run unit tests on iOS simulator.

The main problem is that, the simulator framework is not signed, thus it cannot be used purely from a Swift Package. This PR proposes to sign the simulator framework to run locally.

Attempt to fix #56 #59

stasel commented 1 year ago

Great fix! Thank you so much for your contribution ❤️