aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/ios-gcc.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-06-03 05:04:12 -0400
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-06-03 12:36:13 +0200
commit8018ff996a0ab8fa9f25e017441e2776ae667ffb (patch)
tree5cd671b6c7ef84f80956c0ed75d636d8a514745b /share/qbs/modules/cpp/ios-gcc.qbs
parentacf8e4f4fcf14d6edf6fbb79ae2cfae1ce475baa (diff)
Be less ambiguous about the naming and referencing of OS X.
Change-Id: I7a389cb744c451cee435196fd65a8987199d3ed5 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share/qbs/modules/cpp/ios-gcc.qbs')
-rw-r--r--share/qbs/modules/cpp/ios-gcc.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qbs/modules/cpp/ios-gcc.qbs b/share/qbs/modules/cpp/ios-gcc.qbs
index f67d967f9..4ea1abc54 100644
--- a/share/qbs/modules/cpp/ios-gcc.qbs
+++ b/share/qbs/modules/cpp/ios-gcc.qbs
@@ -3,7 +3,7 @@ import '../utils.js' as ModUtils
import 'darwin-tools.js' as Tools
DarwinGCC {
- condition: qbs.hostOS === 'mac' && qbs.targetOS === 'ios' && qbs.toolchain === 'gcc'
+ condition: qbs.hostOS === 'osx' && qbs.targetOS === 'ios' && qbs.toolchain === 'gcc'
property string signingIdentity
property string provisionFile
@@ -32,7 +32,7 @@ DarwinGCC {
],
CFBundleDisplayName: baseName,
CFBundlePackageType: "APPL",
- CFBundleSignature: "????", // legacy creator code in macOS Classic, can be ignored
+ CFBundleSignature: "????", // legacy creator code in Mac OS Classic, can be ignored
CFBundleDevelopmentRegion: "en", // default localization
UISupportedInterfaceOrientations: [
"UIInterfaceOrientationPortrait",