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
4aab21d5
Commit
4aab21d5
authored
Aug 25, 2014
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Docs] Grammar tuning of the Sandbox documentation
parent
e1462361
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
sandbox.rb
lib/cocoapods/sandbox.rb
+8
-8
No files found.
lib/cocoapods/sandbox.rb
View file @
4aab21d5
...
@@ -124,8 +124,8 @@ module Pod
...
@@ -124,8 +124,8 @@ module Pod
root
+
'Pods.xcodeproj'
root
+
'Pods.xcodeproj'
end
end
# Returns the path for the directory where t
o store t
he support files of
# Returns the path for the directory where the support files of
# a target.
# a target
are stored
.
#
#
# @param [String] name
# @param [String] name
# The name of the target.
# The name of the target.
...
@@ -169,22 +169,22 @@ module Pod
...
@@ -169,22 +169,22 @@ module Pod
root
+
'Headers'
root
+
'Headers'
end
end
# @return [Pathname] The directory where t
o store t
he downloaded sources of
# @return [Pathname] The directory where the downloaded sources of
# the Pods.
# the Pods
are stored
.
#
#
def
sources_root
def
sources_root
root
+
'Sources'
root
+
'Sources'
end
end
# @return [Pathname] the path for the directory where t
o store t
he
# @return [Pathname] the path for the directory where the
# specifications.
# specifications
are stored
.
#
#
def
specifications_root
def
specifications_root
root
+
'Local Podspecs'
root
+
'Local Podspecs'
end
end
# @return [Pathname] The directory where t
o store t
he files generated by
# @return [Pathname] The directory where the files generated by
# CocoaPods to support the umbrella targets.
# CocoaPods to support the umbrella targets
are stored
.
#
#
def
target_support_files_root
def
target_support_files_root
root
+
'Target Support Files'
root
+
'Target Support Files'
...
...
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