File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 54
54
92A0DF7D1F4DE3A4002051BC /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 92A0DF491F4DE3A0002051BC /* GoogleService-Info.plist */; };
55
55
9E0B01A11DDC5DA7002B0359 /* SF-UI-Text-Light.otf in Resources */ = {isa = PBXBuildFile; fileRef = 9E0B01A01DDC5DA7002B0359 /* SF-UI-Text-Light.otf */; };
56
56
9E3AB6D01D87DB2B008846B4 /* libReact-Native-Webview-Bridge.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9E3AB6C61D87DA2B008846B4 /* libReact-Native-Webview-Bridge.a */; };
57
- 9E54D6001F17A5DB009F0C16 /* libTestFairy.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9E54D5FD1F17A5DB009F0C16 /* libTestFairy.a */; };
58
57
9E54D6011F17A5DB009F0C16 /* upload-dsym.sh in Resources */ = {isa = PBXBuildFile; fileRef = 9E54D5FF1F17A5DB009F0C16 /* upload-dsym.sh */; };
59
58
9E7C64731E03FDDE004C7042 /* libRCTCamera.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 20B7D1151D3F74CD00B70F14 /* libRCTCamera.a */; };
60
59
9ED2F45E1D9D535A00B36508 /* SF-UI-Text-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 9ED2F45D1D9D52DD00B36508 /* SF-UI-Text-Regular.otf */; };
683
682
BA68A2377A20496EA737000D /* libz.tbd in Frameworks */,
684
683
3E15DFEC1F6F4D7CAE088F49 /* libTcpSockets.a in Frameworks */,
685
684
E0AD9E8F495A4907B65104BF /* libRCTImageResizer.a in Frameworks */,
686
- 9E54D6001F17A5DB009F0C16 /* libTestFairy.a in Frameworks */,
687
685
5F8585D411844E5981B94F40 /* libRNInstabug.a in Frameworks */,
688
686
8E55E6877F950B81C8D711C5 /* libPods-StatusIm.a in Frameworks */,
689
687
925C1F491F7B73B20063DFA0 /* FirebaseInstanceID.framework in Frameworks */,
Original file line number Diff line number Diff line change 15
15
#import " RCTBundleURLProvider.h"
16
16
#import " RCTRootView.h"
17
17
#import " SplashScreen.h"
18
- #import " TestFairy.h"
18
+ // #import "TestFairy.h"
19
19
#import " RNFIRMessaging.h"
20
20
21
21
@import Instabug;
@@ -36,7 +36,7 @@ @implementation AppDelegate
36
36
fflush (stderr);
37
37
38
38
/* Only custom part */
39
- TFLog (log );
39
+ // TFLog(log);
40
40
41
41
int aslLevel;
42
42
switch (level) {
@@ -95,10 +95,10 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
95
95
self.window .rootViewController = rootViewController;
96
96
[self .window makeKeyAndVisible ];
97
97
[SplashScreen show ];
98
- NSString *testfairyEnabled = [ReactNativeConfig envFor: @" TESTFAIRY_ENABLED" ];
98
+ /* NSString *testfairyEnabled = [ReactNativeConfig envFor:@"TESTFAIRY_ENABLED"];
99
99
if([testfairyEnabled isEqualToString:@"1"]){
100
100
[TestFairy begin:@"969f6c921cb435cea1d41d1ea3f5b247d6026d55"];
101
- }
101
+ }*/
102
102
[Instabug startWithToken: @" 5534212f4a44f477c9ab270ab5cd2062" invocationEvent: IBGInvocationEventShake];
103
103
104
104
[FIRApp configure ];
You can’t perform that action at this time.
0 commit comments