aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/bundle/BundleModule.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-10-06 11:21:35 -0700
committerJake Petroules <jake.petroules@qt.io>2016-10-07 20:09:21 +0000
commit6a5250c89662ff7b289c23b30a7bece9410de130 (patch)
tree4bec39e89e89f3e14c9da55b26e982f7dd7e4e26 /share/qbs/modules/bundle/BundleModule.qbs
parentefd0607b818d7c35ed668a8d7c0b0b7b2da7558d (diff)
Remove ResourceRules handling
These have been obsoleted by Apple, and breaks iOS builds in Xcode 8. https://developer.apple.com/library/mac/technotes/tn2206/_index.html Change-Id: I46a86ae80641d760c8f061b7f76769f8ff99d3db Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/qbs/modules/bundle/BundleModule.qbs')
-rw-r--r--share/qbs/modules/bundle/BundleModule.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/bundle/BundleModule.qbs b/share/qbs/modules/bundle/BundleModule.qbs
index 53d69e704..abd9af1ef 100644
--- a/share/qbs/modules/bundle/BundleModule.qbs
+++ b/share/qbs/modules/bundle/BundleModule.qbs
@@ -487,7 +487,7 @@ Module {
condition: qbs.targetOS.contains("darwin")
multiplex: true
inputs: ["aggregate_infoplist", "pkginfo", "hpp",
- "icns", "resourcerules", "xcent",
+ "icns", "xcent",
"compiled_ibdoc", "compiled_assetcatalog",
"xcode.provisioningprofile.main"]