diff --git a/QGCCommon.pri b/QGCCommon.pri index 3877cb62a910538ad05b68f515f7662c1d98e91c..1c2bdb696fd46816429773c74d14373dcf72f1d8 100644 --- a/QGCCommon.pri +++ b/QGCCommon.pri @@ -74,9 +74,8 @@ linux { CONFIG += iOSBuild MobileBuild app_bundle DEFINES += __ios__ QMAKE_IOS_DEPLOYMENT_TARGET = 8.0 - QMAKE_IOS_TARGETED_DEVICE_FAMILY = 2 #- iPad only for now + QMAKE_IOS_TARGETED_DEVICE_FAMILY = 1,2 # Universal QMAKE_LFLAGS += -Wl,-no_pie - warning("iOS build is experimental and not yet fully functional") } else { error("Unsupported build platform, only Linux, Windows, Android and Mac (Mac OS and iOS) are supported") }