File tree Expand file tree Collapse file tree 2 files changed +2
-37
lines changed
examples/webview_example/ios
native-tests/ios/NativeTestsTests Expand file tree Collapse file tree 2 files changed +2
-37
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ DEPENDENCIES:
8484 - yoga (from `../node_modules/react-native/ReactCommon/yoga`)
8585
8686SPEC REPOS:
87- https://github.com/cocoapods/specs.git :
87+ trunk :
8888 - boost-for-react-native
8989 - Branch
9090 - DoubleConversion
@@ -121,4 +121,4 @@ SPEC CHECKSUMS:
121121
122122PODFILE CHECKSUM: dc80f3ddb20f97698e6bb83eb449978b5fb673ec
123123
124- COCOAPODS: 1.7.5
124+ COCOAPODS: 1.8.4
Original file line number Diff line number Diff line change @@ -38,41 +38,6 @@ - (void)testInitSessionErrorConstant
3838 ASSERT_CONSTANT (@" INIT_SESSION_ERROR" , kRNBranchInitSessionError );
3939}
4040
41- - (void )testAddToCartEventConstant
42- {
43- ASSERT_CONSTANT (@" ADD_TO_CART_EVENT" , BNCAddToCartEvent);
44- }
45-
46- - (void )testAddToWishlistEventConstant
47- {
48- ASSERT_CONSTANT (@" ADD_TO_WISHLIST_EVENT" , BNCAddToWishlistEvent);
49- }
50-
51- - (void )testPurchasedEventConstant
52- {
53- ASSERT_CONSTANT (@" PURCHASED_EVENT" , BNCPurchasedEvent);
54- }
55-
56- - (void )testPurchaseInitiatedEventConstant
57- {
58- ASSERT_CONSTANT (@" PURCHASE_INITIATED_EVENT" , BNCPurchaseInitiatedEvent);
59- }
60-
61- - (void )testRegisterViewEventConstant
62- {
63- ASSERT_CONSTANT (@" REGISTER_VIEW_EVENT" , BNCRegisterViewEvent);
64- }
65-
66- - (void )testShareCompletedEventConstant
67- {
68- ASSERT_CONSTANT (@" SHARE_COMPLETED_EVENT" , BNCShareCompletedEvent);
69- }
70-
71- - (void )testShareInitiatedEventConstant
72- {
73- ASSERT_CONSTANT (@" SHARE_INITIATED_EVENT" , BNCShareInitiatedEvent);
74- }
75-
7641- (void )testStandardAddtoCartEventConstant
7742{
7843 ASSERT_CONSTANT (@" STANDARD_EVENT_ADD_TO_CART" , BranchStandardEventAddToCart);
You can’t perform that action at this time.
0 commit comments