aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/bundle/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/bundle/bundle.js')
-rw-r--r--share/qbs/modules/bundle/bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/bundle/bundle.js b/share/qbs/modules/bundle/bundle.js
index 32307aa9e..71210b833 100644
--- a/share/qbs/modules/bundle/bundle.js
+++ b/share/qbs/modules/bundle/bundle.js
@@ -135,7 +135,7 @@ var XcodeBuildSpecsReader = (function () {
if (typesObject["BasedOn"]) {
// We'll only do the auto shallow substitution for wrapper package types...
// this ensures that in-app purchase content bundles are non-shallow on both
- // OS X and iOS, for example (which matches Xcode behavior)
+ // macOS and iOS, for example (which matches Xcode behavior)
var isWrapper = false;
if (typesObject["ProductReference"]) {
var fileType = typesObject["ProductReference"]["FileType"];