Skip to content

Commit 1313b0d

Browse files
committed
fixup! fix(apple): fix app autodetection in bridgeless mode
1 parent 64a19a0 commit 1313b0d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

example/ios/ExampleTests/DevSupportTests.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ @implementation DevSupportTests
99

1010
- (void)testDevSupportIsLinked
1111
{
12-
XCTAssertNotNil(ReactTestAppDidInitializeNotification);
13-
XCTAssertNotNil(ReactTestAppWillInitializeReactNativeNotification);
14-
XCTAssertNotNil(ReactTestAppDidInitializeReactNativeNotification);
15-
XCTAssertNotNil(ReactTestAppSceneDidOpenURLNotification);
12+
XCTAssertNotNil(ReactAppDidInitializeNotification);
13+
XCTAssertNotNil(ReactAppWillInitializeReactNativeNotification);
14+
XCTAssertNotNil(ReactAppDidInitializeReactNativeNotification);
15+
XCTAssertNotNil(ReactAppSceneDidOpenURLNotification);
1616
}
1717

1818
@end

0 commit comments

Comments
 (0)