File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Branch-TestBed/Branch-TestBed.xcodeproj Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ - (void)processResponse:(BNCServerResponse*)response error:(NSError*)error {
9898 } else {
9999 BNCLogDebug ([NSString stringWithFormat: @" Update conversion value was successful. Conversion Value - %@ " , conversionValue]);
100100 }
101- return ;
102101 }];
103102 }
104103
@@ -109,9 +108,7 @@ - (void)processResponse:(BNCServerResponse*)response error:(NSError*)error {
109108 } else {
110109 BNCLogDebug ([NSString stringWithFormat: @" Update conversion value was successful. Conversion Value - %@ " , conversionValue]);
111110 }
112- return ;
113111 }];
114- return ;
115112 } else {
116113 [[BNCSKAdNetwork sharedInstance ] updateConversionValue: conversionValue.integerValue];
117114 }
Original file line number Diff line number Diff line change 3030 "resolvedPath" : "..\/Simulate-FirstRun.xcappdata"
3131 },
3232 "skippedTests" : [
33- "BNCAppleAdClientTests",
34- "BNCAppleSearchAdsTests"
33+ "BNCServerInterfaceTests"
3534 ],
3635 "target" : {
3736 "containerPath" : "container:Branch-TestBed.xcodeproj",
You can’t perform that action at this time.
0 commit comments