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

Commit 02474da

Browse files
Upgrade Fabric/Crashlytics to new FirebaseCrashlytics #1699 (@import requires a setting in Xcode to be flipped on every release build)
1 parent 002cb58 commit 02474da

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;
458+
#import <FirebaseCrashlytics/FirebaseCrashlytics.h>
459459
#endif
460460
//Crashlytics 1 END
461461
\`;

0 commit comments

Comments
 (0)