Silly question: in Xcode I lost the option to set version and build number for extensions in the app (eg: widgets). I thought this was because they'd be synced automatically, but if I try to build the app I get a warning that their CFBundleVersions don’t match. Do I really have to go into the widget's Build Settings each time and find the line in there to modify now?
@christianselig best I can tell, yes. I managed to resolve the warning for one extension target by fiddling around in project.pbxproj, but that didn't fix it for everything: https://social.shadowfacts.net/notice/AZhpJaoSvdj7t5Zmds
Ghee Buttersnaps (@[email protected])

I managed to resolve one of the warnings by manually editing the pbxproj and removing all the outdated CURRENT_PROJECT_VERSION's for the extensions. But that didn't fix it for the other extension, ...