twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.75k stars 306 forks source link

Fix: Previews crashing #111

Closed nashysolutions closed 3 years ago

nashysolutions commented 3 years ago

Fixes #62

When this code is pulled onto other machines the team id and certificates do not match up. This was upsettings a dylib signing event that previews needed in order to render.

Further, some preview views were missing .environmentObject modifiers.

twostraws commented 3 years ago

This is fantastic – thank you very much!