MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
502 stars 76 forks source link

Should change all references of "SwiftUI Previews" to "Xcode Previews" #2554

Open brentleyjones opened 10 months ago

brentleyjones commented 10 months ago

"Xcode Previews" is their official name, and they now support more than just SwiftUI.

brentleyjones commented 3 months ago

We have partially done this in #2797. Remaining work would be in variable names and the rules_xcodeproj_swiftui config (which would be a breaking change, so not sure how to go about doing that one).