Commit 22283e2d authored by Samuel E. Giddins's avatar Samuel E. Giddins

Merge pull request #2475 from AshFurrow/master

Fixes #2473.
parents 5d85cdd2 6c70bb0b
......@@ -11,6 +11,11 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[Kyle Fuller](https://github.com/kylef)
[#2147](https://github.com/CocoaPods/CocoaPods/issues/2147)
* Fixes an issue where `pod init` would not add `source 'master'` to newly
created Podfiles.
[Ash Furrow](https://github.com/AshFurrow)
[#2473](https://github.com/CocoaPods/CocoaPods/issues/2473)
## 0.34.0.rc1
......
......@@ -58,6 +58,8 @@ module Pod
podfile << <<-PLATFORM.strip_heredoc
# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"
source 'master'
PLATFORM
project.targets.each do |target|
......
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