From b3619cd7859ea98bd9284cbac1dccb815438a95d Mon Sep 17 00:00:00 2001 From: Selim Ustel Date: Fri, 10 Jan 2025 13:14:22 +0300 Subject: [PATCH] update configs --- ios/Dev/Config/config.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Dev/Config/config.xcconfig b/ios/Dev/Config/config.xcconfig index 7c938af2..ca6875bb 100644 --- a/ios/Dev/Config/config.xcconfig +++ b/ios/Dev/Config/config.xcconfig @@ -1,8 +1,8 @@ BUNDLE_DISPLAY_NAME = Dev - NativeTemplate BUNDLE_IDENTIFIER_APPEND = .developerapp -BUNDLE_IDENTIFIER = com.mendix.native.template +BUNDLE_IDENTIFIER_DEV = com.mendix.native.template -PRODUCT_BUNDLE_IDENTIFIER = $(BUNDLE_IDENTIFIER)$(BUNDLE_IDENTIFIER_APPEND) +PRODUCT_BUNDLE_IDENTIFIER = $(BUNDLE_IDENTIFIER_DEV)$(BUNDLE_IDENTIFIER_APPEND) MAIN_STORY_BOARD = LaunchApp