Commit 092e8cb5 authored by Ian Ynda-Hummel's avatar Ian Ynda-Hummel

Rename the template files to follow "Podfile.type"

parent 2e7b9245
...@@ -231,22 +231,22 @@ module Pod ...@@ -231,22 +231,22 @@ module Pod
# Returns the path of the default Podfile pods. # 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] # @return [Pathname]
# #
def default_podfile_path def default_podfile_path
@default_podfile_path ||= templates_dir + "default.podfile" @default_podfile_path ||= templates_dir + "Podfile.default"
end end
# Returns the path of the default Podfile test pods. # 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] # @return [Pathname]
# #
def default_test_podfile_path def default_test_podfile_path
@default_test_podfile_path ||= templates_dir + "test.podfile" @default_test_podfile_path ||= templates_dir + "Podfile.test"
end end
# @return [Pathname] The file to use a cache of the statistics provider. # @return [Pathname] The file to use a cache of the statistics provider.
......
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