Skip to content

Commit 259557d

Browse files
committed
test new config
1 parent 98d15d6 commit 259557d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

ios/Config/config.debug.xcconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
#include "Pods/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate.debug.xcconfig"
22
#include "config.xcconfig"
3+
4+
PRODUCT_BUNDLE_IDENTIFIER = $(BUNDLE_IDENTIFIER)
5+
6+
BUNDLE_DISPLAY_NAME = NativeTemplate
7+
BUNDLE_IDENTIFIER = com.mendix.native.template

ios/Config/config.release.xcconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
#include "Pods/Target Support Files/Pods-nativeTemplate/Pods-nativeTemplate.release.xcconfig"
22
#include "config.xcconfig"
3+
4+
PRODUCT_BUNDLE_IDENTIFIER = $(BUNDLE_IDENTIFIER)
5+
6+
BUNDLE_DISPLAY_NAME = NativeTemplate
7+
BUNDLE_IDENTIFIER = com.mendix.native.template

ios/Config/config.xcconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
1-
PRODUCT_BUNDLE_IDENTIFIER = $(BUNDLE_IDENTIFIER)
2-
3-
BUNDLE_DISPLAY_NAME = NativeTemplate
4-
BUNDLE_IDENTIFIER = com.mendix.native.template
5-
61
RUNTIME_URL = http:\/\/localhost:8080
7-
82
PRODUCT_NAME = nativeTemplate

0 commit comments

Comments
 (0)