Skip to content

Commit df0ba48

Browse files
committed
fix: updated PRODUCT_BUNDLE_IDENTIFIER to the correct one.
1 parent b8cd996 commit df0ba48

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

example/ios/ReactNativeSdkExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
"-ObjC",
439439
"-lc++",
440440
);
441-
PRODUCT_BUNDLE_IDENTIFIER = iterable.reactnativesdk.example;
441+
PRODUCT_BUNDLE_IDENTIFIER = com.iterable.reactnativesdk.example;
442442
PRODUCT_NAME = ReactNativeSdkExample;
443443
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
444444
SWIFT_OBJC_BRIDGING_HEADER = "ReactNativeSdkExample-Bridging-Header.h";
@@ -469,7 +469,7 @@
469469
"-ObjC",
470470
"-lc++",
471471
);
472-
PRODUCT_BUNDLE_IDENTIFIER = iterable.reactnativesdk.example;
472+
PRODUCT_BUNDLE_IDENTIFIER = com.iterable.reactnativesdk.example;
473473
PRODUCT_NAME = ReactNativeSdkExample;
474474
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
475475
SWIFT_OBJC_BRIDGING_HEADER = "ReactNativeSdkExample-Bridging-Header.h";
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict/>
4+
<dict>
5+
<key>aps-environment</key>
6+
<string>development</string>
7+
</dict>
58
</plist>

0 commit comments

Comments
 (0)