Bug 1744504 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Quick note that this change is also needed for projects that use SwiftUI - otherwise SwiftUI Previews break.

This is actually an interesting case because with SwiftUI Previews (the mode where you have your code and a rendered UI side-by-side) results in many many frequent compiles or at least index builds. Since anything on the build path slows things down, I think we should consider for our iOS projects to remove the invocation to sdk_generator.sh from the build system and instead only call it manualy when telemetry changes are being worked on.

Back to Bug 1744504 Comment 3