Skip to content

Commit

Permalink
add missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stelselim committed Jan 7, 2025
1 parent ec24089 commit 6651d05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ios/Dev/Config/config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6651d05

Please sign in to comment.