Skip to content

Commit

Permalink
update Dev Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
stelselim committed Jan 10, 2025
1 parent ee79b5f commit bd850cb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-build-custom-dev-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
export-method: development
configuration: Debug
certificate-password: ${{ secrets.IOS_DUMMY_P12_PASSWORD }}
scheme: nativeTemplate
scheme: Dev
2 changes: 1 addition & 1 deletion ios/Config/config.release.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#include "Pods/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate.release.xcconfig"
#include "config.xcconfig"
#include "config.xcconfig"
8 changes: 4 additions & 4 deletions ios/Config/config.xcconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
RUNTIME_URL = http:\/\/localhost:8080
PRODUCT_NAME = nativeTemplate

BUNDLE_DISPLAY_NAME = NativeTemplate
BUNDLE_IDENTIFIER = com.mendix.native.template

PRODUCT_BUNDLE_IDENTIFIER = com.mendix.native.template
PRODUCT_BUNDLE_IDENTIFIER = $(BUNDLE_IDENTIFIER)

RUNTIME_URL = http:\/\/localhost:8080
PRODUCT_NAME = nativeTemplate
8 changes: 5 additions & 3 deletions ios/Dev/Config/config.xcconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
PRODUCT_BUNDLE_IDENTIFIER = com.mendix.native.template$(BUNDLE_IDENTIFIER_APPEND)

MAIN_STORY_BOARD = LaunchApp
BUNDLE_DISPLAY_NAME = Dev - NativeTemplate
BUNDLE_IDENTIFIER_APPEND = .developerapp
BUNDLE_IDENTIFIER = com.mendix.native.template

PRODUCT_BUNDLE_IDENTIFIER = $(BUNDLE_IDENTIFIER)$(BUNDLE_IDENTIFIER_APPEND)

MAIN_STORY_BOARD = LaunchApp

RUNTIME_URL = http:\/\/localhost:8080
PRODUCT_NAME = NativeTemplateDev

0 comments on commit bd850cb

Please sign in to comment.