Skip to content

Commit 0644001

Browse files
authored
Potential fix for #9 (#10)
1 parent ffcd680 commit 0644001

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/ios.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ RCT_EXPORT_MODULE()
2626
`,
2727
}, {
2828
name: ({ name }) => `${platform}/${name}.xcodeproj/project.pbxproj`,
29-
content: ({ name }) => `
30-
// !$*UTF8*$!
29+
content: ({ name }) => `// !$*UTF8*$!
3130
{
3231
archiveVersion = 1;
3332
classes = {

0 commit comments

Comments
 (0)