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 I ran into the same issue, so added an xcconfig file that just contains MARKETING_VERSION = 1.0.5 to sync it across all targets, then you just need to update it in one place
@finnvoorhees Okay I just did this and it's pretty spiffy hahah