Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
f319365d
Commit
f319365d
authored
Oct 25, 2011
by
Nolan Waite
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Maybe someone wants duplicates in a workspace
parent
9fa7a8ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
workspace.rb
lib/cocoapods/xcode/workspace.rb
+1
-1
No files found.
lib/cocoapods/xcode/workspace.rb
View file @
f319365d
...
@@ -37,7 +37,7 @@ module Pod
...
@@ -37,7 +37,7 @@ module Pod
TEMPLATE
=
%q[<?xml version="1.0" encoding="UTF-8"?><Workspace version="1.0"></Workspace>]
TEMPLATE
=
%q[<?xml version="1.0" encoding="UTF-8"?><Workspace version="1.0"></Workspace>]
def
to_s
def
to_s
doc
=
NSXMLDocument
.
alloc
.
initWithXMLString
(
TEMPLATE
,
options
:
0
,
error
:nil
)
doc
=
NSXMLDocument
.
alloc
.
initWithXMLString
(
TEMPLATE
,
options
:
0
,
error
:nil
)
@projpaths
.
uniq
.
each
do
|
projpath
|
@projpaths
.
each
do
|
projpath
|
el
=
NSXMLNode
.
elementWithName
(
"FileRef"
)
el
=
NSXMLNode
.
elementWithName
(
"FileRef"
)
el
.
addAttribute
(
NSXMLNode
.
attributeWithName
(
"location"
,
stringValue
:"group:
#{
projpath
}
"
))
el
.
addAttribute
(
NSXMLNode
.
attributeWithName
(
"location"
,
stringValue
:"group:
#{
projpath
}
"
))
doc
.
rootElement
.
addChild
(
el
)
doc
.
rootElement
.
addChild
(
el
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment