aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cocoa-touch-application/cocoa-touch-application.qbs
diff options
context:
space:
mode:
authorAndrey Filipenkov <decapitator@ukr.net>2020-12-13 19:11:02 +0300
committerAndrey Filipenkov <decapitator@ukr.net>2020-12-14 21:48:13 +0000
commit3f6d0cdd4d2e415509760b0f7f85065586e59f57 (patch)
tree514a94bd9024e176d38790315310408873e505dd /examples/cocoa-touch-application/cocoa-touch-application.qbs
parent8eccfeb7812db88147ad949ff802f3d8d00e55a4 (diff)
Cocoa Touch Application: change bundle identifier's prefix to io.qbs
Change-Id: Ia716bc3c530a8d863814d8961279137514b533a0 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to 'examples/cocoa-touch-application/cocoa-touch-application.qbs')
-rw-r--r--examples/cocoa-touch-application/cocoa-touch-application.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/cocoa-touch-application/cocoa-touch-application.qbs b/examples/cocoa-touch-application/cocoa-touch-application.qbs
index 573b4c659..25e6d7029 100644
--- a/examples/cocoa-touch-application/cocoa-touch-application.qbs
+++ b/examples/cocoa-touch-application/cocoa-touch-application.qbs
@@ -58,6 +58,8 @@ CppApplication {
name: "Cocoa Touch Application"
install: true
+ bundle.identifierPrefix: "io.qbs"
+
cpp.useObjcPrecompiledHeader: true
cpp.minimumIosVersion: "9.0"
cpp.automaticReferenceCounting: true