qt5base-lts/mkspecs/features/uikit
Jake Petroules dc0bb57f86 Fix an issue causing asset catalogs to be miscompiled with iOS simulator
This works around the inability to build iOS apps for a "generic"
simulator by explicitly setting the Xcode build setting
ENABLE_ONLY_ACTIVE_RESOURCES to NO in order to ensure that all variants
of assets in an asset catalog are built when targeting iOS simulator
devices. Otherwise, we will simply build for whatever the first
simulator in the list happens to be. If the application is then deployed
to a different simulator, some of the assets needed for that device
variant may be missing.

This "helps" QTCREATORBUG-19447 but is not a workaround since this fix
is necessary for command line builds anyways, even though it's unlikely
to crop up in practice there, since one would have to manually deploy
the built application bundle to the simulator using simctl rather than
going through Xcode (which would rebuild for the appropriate device).

Change-Id: Ia41c48dcc715fe79a2c50db66a0ca7a1fea159c2
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2017-12-14 19:00:43 +00:00
..
bitcode.prf Fix Bitcode handling for both makefile and Xcode generators 2017-03-03 20:25:52 +00:00
default_post.prf Fix handling of deprecated QMAKE_IOS_TARGETED_DEVICE_FAMILY 2017-06-29 02:00:05 +00:00
default_pre.prf Merge remote-tracking branch 'origin/5.8' into dev 2016-11-02 09:24:11 +01:00
device_destinations.sh Move ios_devices.pl into uikit folder 2016-08-30 18:14:32 +00:00
devices.pl mkspecs: Replace LGPL21 with LGPL license header 2017-03-03 07:26:43 +00:00
exclusive_builds_post.prf Refactor iOS builds to facilitate tvOS port 2016-05-05 02:08:51 +00:00
qt_parts.prf Refactor iOS builds to facilitate tvOS port 2016-05-05 02:08:51 +00:00
qt.prf Add support for Apple watchOS 2016-08-19 21:05:55 +00:00
resolve_config.prf Merge remote-tracking branch 'origin/5.7' into 5.8 2016-11-01 06:02:55 +01:00
sdk.prf Merge remote-tracking branch 'origin/5.8' into dev 2016-11-02 09:24:11 +01:00
testcase_targets.prf Refactor iOS builds to facilitate tvOS port 2016-05-05 02:08:51 +00:00
testcase.prf Refactor iOS builds to facilitate tvOS port 2016-05-05 02:08:51 +00:00
xcodebuild.mk Fix an issue causing asset catalogs to be miscompiled with iOS simulator 2017-12-14 19:00:43 +00:00
xcodebuild.prf Introduce QMAKE_CD to enable us to cd from one Windows drive to another 2016-11-14 16:03:39 +00:00