aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/install-bundle/Storyboard.storyboard1
-rw-r--r--examples/install-bundle/install-bundle.qbs2
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/install-bundle/Storyboard.storyboard b/examples/install-bundle/Storyboard.storyboard
index 41510ae29..06aef2bcf 100644
--- a/examples/install-bundle/Storyboard.storyboard
+++ b/examples/install-bundle/Storyboard.storyboard
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="8152.3" systemVersion="14E46" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
- <deployment version="0.0" identifier="macosx"/>
<development version="5100" identifier="xcode"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8152.3"/>
</dependencies>
diff --git a/examples/install-bundle/install-bundle.qbs b/examples/install-bundle/install-bundle.qbs
index 3151f5517..7ec4e8f78 100644
--- a/examples/install-bundle/install-bundle.qbs
+++ b/examples/install-bundle/install-bundle.qbs
@@ -19,6 +19,8 @@ Project {
"Storyboard.storyboard"
]
+ cpp.minimumMacosVersion: "10.10"
+
Group {
fileTagsFilter: isBundle ? ["bundle.content"] : ["application"]
qbs.install: true