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
e15c9401
Commit
e15c9401
authored
Feb 19, 2015
by
Kyle Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[pod ipc] Fixes issue where ipc commands would fail
Closes #3134
parent
d356a363
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
CHANGELOG.md
CHANGELOG.md
+5
-0
inter_process_communication.rb
lib/cocoapods/command/inter_process_communication.rb
+2
-0
No files found.
CHANGELOG.md
View file @
e15c9401
...
@@ -70,6 +70,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -70,6 +70,11 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Adriano Bonat
](
https://github.com/tanob
)
[
Adriano Bonat
](
https://github.com/tanob
)
[
#3117
](
https://github.com/CocoaPods/CocoaPods/issues/3117
)
[
#3117
](
https://github.com/CocoaPods/CocoaPods/issues/3117
)
*
Fixes an issue where
`pod ipc list`
and
`pod ipc podfile`
was returning an
error.
[
Kyle Fuller
](
https://github.com/kylef
)
[
#3134
](
https://github.com/CocoaPods/CocoaPods/issues/3134
)
## 0.36.0.beta.2
## 0.36.0.beta.2
...
...
lib/cocoapods/command/inter_process_communication.rb
View file @
e15c9401
...
@@ -54,6 +54,7 @@ module Pod
...
@@ -54,6 +54,7 @@ module Pod
end
end
def
run
def
run
require
'yaml'
podfile
=
Pod
::
Podfile
.
from_file
(
@path
)
podfile
=
Pod
::
Podfile
.
from_file
(
@path
)
output_pipe
.
puts
podfile
.
to_yaml
output_pipe
.
puts
podfile
.
to_yaml
end
end
...
@@ -77,6 +78,7 @@ module Pod
...
@@ -77,6 +78,7 @@ module Pod
DESC
DESC
def
run
def
run
require
'yaml'
sets
=
SourcesManager
.
aggregate
.
all_sets
sets
=
SourcesManager
.
aggregate
.
all_sets
result
=
{}
result
=
{}
sets
.
each
do
|
set
|
sets
.
each
do
|
set
|
...
...
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