Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 6eb9f76

Browse files
fix(ios): FirebaseCrashlytics release mode and delegate handling improvements #1714 - resolve merge conflict (will revert)
1 parent 02474da commit 6eb9f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/scripts/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ const pattern3 = /\\n\\s*\\/\\/Crashlytics 3 BEGIN[\\s\\S]*\\/\\/Crashlytics 3 E
455455
const string1 = \`
456456
//Crashlytics 1 BEGIN
457457
#else
458-
#import <FirebaseCrashlytics/FirebaseCrashlytics.h>
458+
#import <FirebaseCrashlytics/FirebaseCrashlytics.h>;
459459
#endif
460460
//Crashlytics 1 END
461461
\`;

0 commit comments

Comments
 (0)