Oddbean new post about | logout
 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? 
 @096d2c53 in case it helps, I have a fastlane action set up to bump the version and build code (it's essentially a shell script)

https://gist.github.com/roostr/35b47a4a4da5a1f3d3894e4d32c7bb6b 
 @096d2c53 that warning is driving me crazy. 
 @096d2c53 highly recommend using a common xcconfig file for this