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

Commit 5f852e0

Browse files
author
Dirk Eismann
committed
fix(ios): replace @import with #import (taken from PR 1714)
1 parent 3da75a6 commit 5f852e0

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)