Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
stelselim committed Jan 10, 2025
1 parent bd850cb commit b3619cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/Dev/Config/config.xcconfig
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b3619cd

Please sign in to comment.