From ba4b9e968fc180db5198fc81de9a644b27890f95 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Sun, 20 Sep 2015 03:42:54 -0700 Subject: Fix bundle creation to depend on the application executable. This is important for code signing. In future, other artifacts should add a file tag indicating they should become part of a bundle, rather than the bundle module trying to specify everything it could depend on. Change-Id: Iacc65c1ff5ed06e135ec8eed9de11a8bbfc829ec Reviewed-by: Christian Kandeler --- share/qbs/modules/bundle/BundleModule.qbs | 1 + 1 file changed, 1 insertion(+) (limited to 'share/qbs/modules/bundle/BundleModule.qbs') diff --git a/share/qbs/modules/bundle/BundleModule.qbs b/share/qbs/modules/bundle/BundleModule.qbs index 414a55222..d60d6903d 100644 --- a/share/qbs/modules/bundle/BundleModule.qbs +++ b/share/qbs/modules/bundle/BundleModule.qbs @@ -401,6 +401,7 @@ Module { multiplex: true inputs: ["infoplist", "pkginfo", "hpp", "icns", "resourcerules", "xcent", + "application", "compiled_ibdoc", "compiled_assetcatalog", "xcode.provisioningprofile"] -- cgit v1.2.3