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

Commit

Permalink
fix(ios): FirebaseCrashlytics release mode and delegate handling impr…
Browse files Browse the repository at this point in the history
…ovements #1714 - resolve merge conflict (will revert)
  • Loading branch information
EddyVerbruggen committed Nov 2, 2020
1 parent 02474da commit 6eb9f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/scripts/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const pattern3 = /\\n\\s*\\/\\/Crashlytics 3 BEGIN[\\s\\S]*\\/\\/Crashlytics 3 E
const string1 = \`
//Crashlytics 1 BEGIN
#else
#import <FirebaseCrashlytics/FirebaseCrashlytics.h>
#import <FirebaseCrashlytics/FirebaseCrashlytics.h>;
#endif
//Crashlytics 1 END
\`;
Expand Down

0 comments on commit 6eb9f76

Please sign in to comment.