From 6651d05a258872aee019256a824611275aa758be Mon Sep 17 00:00:00 2001 From: Selim Ustel Date: Tue, 7 Jan 2025 16:59:58 +0300 Subject: [PATCH] add missing variable --- ios/Dev/Config/config.xcconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ios/Dev/Config/config.xcconfig b/ios/Dev/Config/config.xcconfig index 06896a5a..cbbd53a5 100644 --- a/ios/Dev/Config/config.xcconfig +++ b/ios/Dev/Config/config.xcconfig @@ -2,6 +2,9 @@ MAIN_STORY_BOARD = LaunchApp BUNDLE_DISPLAY_NAME = Dev - NativeTemplate -PRODUCT_BUNDLE_IDENTIFIER = com.mendix.native.template.developerapp + +BUNDLE_IDENTIFIER = com.mendix.native.template +BUNDLE_IDENTIFIER_APPEND = .developerapp +PRODUCT_BUNDLE_IDENTIFIER = $(BUNDLE_IDENTIFIER)$(BUNDLE_IDENTIFIER_APPEND) PRODUCT_NAME = NativeTemplateDev