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
2a4f4193
Commit
2a4f4193
authored
Mar 19, 2015
by
AliSoftware
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed `(null)` references
parent
dda9810f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
user_project_integrator.rb
lib/cocoapods/installer/user_project_integrator.rb
+2
-0
target_integrator.rb
...ds/installer/user_project_integrator/target_integrator.rb
+0
-3
No files found.
lib/cocoapods/installer/user_project_integrator.rb
View file @
2a4f4193
...
@@ -118,6 +118,8 @@ module Pod
...
@@ -118,6 +118,8 @@ module Pod
# TODO: Remove the file_refs in Pods/Resources if they are not linked
# TODO: Remove the file_refs in Pods/Resources if they are not linked
# to any native_target anymore (which can happen after a target deintegration)
# to any native_target anymore (which can happen after a target deintegration)
# TODO: Remove the Pods/Resources group if empty
end
end
# Warns the user if the podfile is empty.
# Warns the user if the podfile is empty.
...
...
lib/cocoapods/installer/user_project_integrator/target_integrator.rb
View file @
2a4f4193
...
@@ -213,9 +213,6 @@ module Pod
...
@@ -213,9 +213,6 @@ module Pod
user_target
.
resources_build_phase
.
remove_file_reference
(
file_ref
)
user_target
.
resources_build_phase
.
remove_file_reference
(
file_ref
)
end
end
end
end
# Remove the group and its children
resources_group
.
remove_children_recursively
resources_group
.
remove_from_project
true
true
end
end
...
...
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