iOS: Remove check for unknown Xcode versions

We assume new Xcode versions and toolchains won't break anything, just
like for toolchains on other platforms.

Change-Id: Idb723dbcdbc82e85db1c55b19cd5fe863ca90933
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
This commit is contained in:
Tor Arne Vestbø 2013-10-14 13:52:49 +02:00 committed by The Qt Project
parent 401510dbbe
commit 535e356749
1 changed files with 0 additions and 3 deletions

View File

@ -4,6 +4,3 @@ load(default_pre)
# Check for supported Xcode versions
lessThan(QMAKE_XCODE_VERSION, "4.3"): \
error("This mkspec requires Xcode 4.3 or later")
!contains(QMAKE_XCODE_VERSION, ^(4\\.[3456]|5\\.[0])$): \
warning("The version of Xcode installed on this system ($$QMAKE_XCODE_VERSION)" \
"has not been tested fully - custom compiler settings may be necessary")