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
092e8cb5
Commit
092e8cb5
authored
Aug 05, 2013
by
Ian Ynda-Hummel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename the template files to follow "Podfile.type"
parent
2e7b9245
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
config.rb
lib/cocoapods/config.rb
+4
-4
No files found.
lib/cocoapods/config.rb
View file @
092e8cb5
...
...
@@ -231,22 +231,22 @@ module Pod
# Returns the path of the default Podfile pods.
#
# @note The file is expected to be named
default.podfile
# @note The file is expected to be named
Podfile.default
#
# @return [Pathname]
#
def
default_podfile_path
@default_podfile_path
||=
templates_dir
+
"
default.podfile
"
@default_podfile_path
||=
templates_dir
+
"
Podfile.default
"
end
# Returns the path of the default Podfile test pods.
#
# @note The file is expected to be named
test.podfile
# @note The file is expected to be named
Podfile.test
#
# @return [Pathname]
#
def
default_test_podfile_path
@default_test_podfile_path
||=
templates_dir
+
"
test.podfile
"
@default_test_podfile_path
||=
templates_dir
+
"
Podfile.test
"
end
# @return [Pathname] The file to use a cache of the statistics provider.
...
...
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