Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codesign simulator framework #61

Merged
merged 1 commit into from
Jan 17, 2023
Merged

Codesign simulator framework #61

merged 1 commit into from
Jan 17, 2023

Conversation

GhenadieVP
Copy link
Contributor

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

Copy link

@CyonAlexRDX CyonAlexRDX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@stasel
Copy link
Owner

stasel commented Jan 17, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot run test in Xcode with SPM setup
3 participants