Commit 2cbbbcc5 authored by Fabio Pelosin's avatar Fabio Pelosin

[TargetIntegrator] Remove unused method

parent fbe58121
...@@ -69,13 +69,6 @@ module Pod ...@@ -69,13 +69,6 @@ module Pod
@user_project ||= Xcodeproj::Project.open(target.user_project_path) @user_project ||= Xcodeproj::Project.open(target.user_project_path)
end end
# Read the pods project from the disk to ensure that it is up to date as
# other TargetIntegrators might have modified it.
#
def pods_project
@pods_project ||= Xcodeproj::Project.open(target.sandbox.project_path)
end
# @return [String] a string representation suitable for debugging. # @return [String] a string representation suitable for debugging.
# #
def inspect def inspect
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment