mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-05-19 05:03:17 +08:00
Turns out that quoting the PODS_ROOT definition in the xcconfig file breaks building after all...
This commit is contained in:
@@ -1 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Workspace version="1.0"><FileRef location="group:Pods/Pods.xcodeproj"></FileRef><FileRef location="group:AFNetworking iOS Example.xcodeproj"></FileRef></Workspace>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:AFNetworking iOS Example.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Pods/Pods.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
|
||||
Reference in New Issue
Block a user