We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef173f6 commit b21602cCopy full SHA for b21602c
templates/ios.js
@@ -59,8 +59,7 @@ RCT_EXPORT_MODULE()
59
`,
60
}, {
61
name: ({ name }) => `${platform}/${name}.xcworkspace/contents.xcworkspacedata`,
62
- content: ({ name }) => `// !$*UTF8*$!
63
-<?xml version="1.0" encoding="UTF-8"?>
+ content: ({ name }) => `<?xml version="1.0" encoding="UTF-8"?>
64
<Workspace
65
version = "1.0">
66
<FileRef
0 commit comments