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
f2201b0f
Commit
f2201b0f
authored
Jun 22, 2015
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Refactor] Rename Analyzer#check_platform_specifications to verify_platforms_specified!
parent
abc7126d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
analyzer.rb
lib/cocoapods/installer/analyzer.rb
+2
-2
No files found.
lib/cocoapods/installer/analyzer.rb
View file @
f2201b0f
...
...
@@ -60,7 +60,7 @@ module Pod
if
config
.
integrate_targets?
@result
.
target_inspections
=
inspect_targets_to_integrate
else
check_platform_specifications
verify_platforms_specified!
end
@result
.
podfile_state
=
generate_podfile_state
@locked_dependencies
=
generate_version_locking_dependencies
...
...
@@ -629,7 +629,7 @@ module Pod
#
# @return [void]
#
def
check_platform_specifications
def
verify_platforms_specified!
unless
config
.
integrate_targets?
podfile
.
target_definition_list
.
each
do
|
target_definition
|
unless
target_definition
.
platform
...
...
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