Skip to content

Commit 4f72abe

Browse files
committed
test(ios): ios e2e test app should have com.invertase.testing bundle
this lines it up with the GoogleServices-Info.plist values
1 parent 6b62131 commit 4f72abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ios/testing.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
"$(inherited)",
410410
"-L$(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/$(PLATFORM_NAME)",
411411
);
412-
PRODUCT_BUNDLE_IDENTIFIER = io.invertase.testing;
412+
PRODUCT_BUNDLE_IDENTIFIER = com.invertase.testing;
413413
PRODUCT_NAME = testing;
414414
PROVISIONING_PROFILE_SPECIFIER = "";
415415
WARNING_CFLAGS = "-Wno-nullability-completeness";
@@ -449,7 +449,7 @@
449449
"$(inherited)",
450450
"-L$(DEVELOPER_DIR)/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/$(PLATFORM_NAME)",
451451
);
452-
PRODUCT_BUNDLE_IDENTIFIER = io.invertase.testing;
452+
PRODUCT_BUNDLE_IDENTIFIER = com.invertase.testing;
453453
PRODUCT_NAME = testing;
454454
PROVISIONING_PROFILE_SPECIFIER = "";
455455
WARNING_CFLAGS = "-Wno-nullability-completeness";

0 commit comments

Comments
 (0)