Skip to content

Commit b21602c

Browse files
maickifrostney
authored andcommitted
Fix creating valid workspace file (#52)
1 parent ef173f6 commit b21602c

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
@@ -59,8 +59,7 @@ RCT_EXPORT_MODULE()
5959
`,
6060
}, {
6161
name: ({ name }) => `${platform}/${name}.xcworkspace/contents.xcworkspacedata`,
62-
content: ({ name }) => `// !$*UTF8*$!
63-
<?xml version="1.0" encoding="UTF-8"?>
62+
content: ({ name }) => `<?xml version="1.0" encoding="UTF-8"?>
6463
<Workspace
6564
version = "1.0">
6665
<FileRef

0 commit comments

Comments
 (0)