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
601e0d70
Unverified
Commit
601e0d70
authored
May 05, 2018
by
D. Koutsogiorgas
Committed by
GitHub
May 05, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7710 from dnkoutso/dummy_generation_message
Wrap dummy source generation with a message
parents
105298be
b8efc7bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
target_installer.rb
...nstaller/xcode/pods_project_generator/target_installer.rb
+6
-4
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
No files found.
lib/cocoapods/installer/xcode/pods_project_generator/target_installer.rb
View file @
601e0d70
...
@@ -235,10 +235,12 @@ module Pod
...
@@ -235,10 +235,12 @@ module Pod
#
#
def
create_dummy_source
(
native_target
)
def
create_dummy_source
(
native_target
)
path
=
target
.
dummy_source_path
path
=
target
.
dummy_source_path
generator
=
Generator
::
DummySource
.
new
(
target
.
label
)
UI
.
message
"- Generating dummy source at
#{
UI
.
path
(
path
)
}
"
do
update_changed_file
(
generator
,
path
)
generator
=
Generator
::
DummySource
.
new
(
target
.
label
)
file_reference
=
add_file_to_support_group
(
path
)
update_changed_file
(
generator
,
path
)
native_target
.
source_build_phase
.
add_file_reference
(
file_reference
)
file_reference
=
add_file_to_support_group
(
path
)
native_target
.
source_build_phase
.
add_file_reference
(
file_reference
)
end
end
end
private
private
...
...
cocoapods-integration-specs
@
f97b8dce
Subproject commit
2faa5dd550afc3158b119ebc1fe90eea5fa15825
Subproject commit
f97b8dce2ecb1f82b7b289189016778465bfd39e
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