0
votes

In Xcode 6.1 the minimum iOS version i can install is iOS 7.0.3. In Xcode 6.1 deployments target i can put iOS 6.1, 7.0, 7.1 and so on. Since i made my app for iOS 7.0.3 as well as all above ios's, can i put a deployment target of iOS 7.0 to support the iOS 7.0.3?

2
You can deploy to any version less than or equal to your intended support (7.0.3).Dan Watkins

2 Answers

0
votes

Yes you can do that.

Deployment target specify the minimum supported iOS version. If you put iOS 7.0 it will support all iOS version's above 7.0 including 7.0.

0
votes

Yes you can do. Deployment Target refers to the minimum ios version to be supported for the app. So if you use deployment target as 7.0, it will work for all the versions from 7.0 to latest