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
18660868
Commit
18660868
authored
Dec 19, 2017
by
Dimitris Koutsogiorgas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore `development_pod_targets` public method in installer
parent
dfaa7cb1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
CHANGELOG.md
CHANGELOG.md
+3
-2
installer.rb
lib/cocoapods/installer.rb
+13
-0
No files found.
CHANGELOG.md
View file @
18660868
...
@@ -12,8 +12,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -12,8 +12,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
##### Bug Fixes
##### Bug Fixes
*
None.
*
Restore
`development_pod_targets`
public method in installer
[
Dimitris Koutsogiorgas
](
https://github.com/dnkoutso
)
[
#7292
](
https://github.com/CocoaPods/CocoaPods/pull/7292
)
## 1.4.0.rc.1 (2017-12-16)
## 1.4.0.rc.1 (2017-12-16)
...
...
lib/cocoapods/installer.rb
View file @
18660868
...
@@ -644,6 +644,19 @@ module Pod
...
@@ -644,6 +644,19 @@ module Pod
#-------------------------------------------------------------------------#
#-------------------------------------------------------------------------#
public
# @return [Array<PodTarget>] The targets of the development pods generated by
# the installation process. This can be used as a convenience method for external scripts.
#
def
development_pod_targets
pod_targets
.
select
do
|
pod_target
|
sandbox
.
development_pods
.
keys
.
include?
(
pod_target
.
pod_name
)
end
end
#-------------------------------------------------------------------------#
private
private
# @!group Private helpers
# @!group Private helpers
...
...
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