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
31faf5ca
Commit
31faf5ca
authored
Mar 13, 2015
by
Olivier Halligon
Committed by
AliSoftware
Apr 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[xcassets] Typo in method name
parent
10ca8e78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
target_integrator.rb
...ds/installer/user_project_integrator/target_integrator.rb
+4
-2
No files found.
lib/cocoapods/installer/user_project_integrator/target_integrator.rb
View file @
31faf5ca
...
...
@@ -162,6 +162,8 @@ module Pod
end
end
end
# TODO: Remove/Deintegrate pods resources no longer in a target (remove from target,
# or even from projet if no more target linked to)
# TODO: Remove code in FileReferencesInstaller#add_resource that adds resources to the Pods.xcodeproj
# TODO: Remove Pods-resources.sh (completely or partially?)
...
...
@@ -169,14 +171,14 @@ module Pod
dirty
end
def
remove_pod_resources
def
remove_pod
s
_resources
pods_group
=
user_project
[
'Pods'
]
return
false
unless
pods_group
resources_group
=
pods_group
[
'Resources'
]
return
false
unless
resources_group
# TODO: Remove each resource from the "Copy Bundle Resources" phases too
resources_group
.
remove_children_recursively
resources_group
.
remove_from_project
# TODO: Is it properly removed from the "Copy Bundle Resources" phase too?
end
# Find or create a 'Embed Pods Frameworks' Copy Files Build Phase
...
...
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