I am rather new to Swift and iOS programming. Currently I'm working on an app that should work with iOS 11.0 and up. As per this post, selecting "Deployment Target -> iOS Deployment Target 11.0" in XCode will do the trick, I can also see that it changes IPHONEOS_DEPLOYMENT_TARGET to 11.0. So far so good.
Now, on this Apple Developer page, it says
App updates must be built with the iOS 13 SDK starting June 30, 2020.
So my (most probably simple) question is: how can I make sure that this is the case for my app? Where in XCode (or alternatively AppCode) can I see/set what iOS SDK I'm building with? I'm using the latest (as per 15.07.2020) version of XCode. Thanks in advance!