fix(lib): Remove unrecognised UTF8 tag from xcworkspace file
This commit is contained in:
parent
7d04a4e1f6
commit
0d5a2dadb3
|
@ -1,4 +1,3 @@
|
||||||
// !$*UTF8*$!
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Workspace
|
<Workspace
|
||||||
version = "1.0">
|
version = "1.0">
|
||||||
|
@ -6,4 +5,4 @@
|
||||||
location = "group:RNCCameraroll.xcodeproj">
|
location = "group:RNCCameraroll.xcodeproj">
|
||||||
</FileRef>
|
</FileRef>
|
||||||
</Workspace>
|
</Workspace>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue