Adds Xcode Workspace
required by carthage, carthage wants a single point of entry (workspace) to exports multiple shared scheme in separate projects
This commit is contained in:
parent
fef8a20482
commit
a200fa413c
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:Chatto/Chatto.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:ChattoAdditions/ChattoAdditions.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
Loading…
Reference in New Issue