Skip to content

Commit

Permalink
test(react-native): fix iOS app id in rn071 test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jul 18, 2023
1 parent 4579f9e commit c5ed0c9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
"-lc++",
"$(inherited)",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = "com.bugsnag.fixtures.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/reactnative.app/reactnative";
};
Expand All @@ -605,7 +605,7 @@
"-lc++",
"$(inherited)",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = "com.bugsnag.fixtures.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/reactnative.app/reactnative";
};
Expand All @@ -631,7 +631,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = "com.bugsnag.fixtures.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = reactnative;
"SWIFT_OBJC_BRIDGING_HEADER[arch=*]" = "../../ios-module/Scenarios/Scenario.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -659,7 +659,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = "com.bugsnag.fixtures.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = reactnative;
"SWIFT_OBJC_BRIDGING_HEADER[arch=*]" = "../../ios-module/Scenarios/Scenario.h";
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit c5ed0c9

Please sign in to comment.