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
6c70bb0b
Commit
6c70bb0b
authored
Sep 15, 2014
by
Ash Furrow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #2473.
parent
5d85cdd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
CHANGELOG.md
CHANGELOG.md
+5
-0
init.rb
lib/cocoapods/command/init.rb
+2
-0
No files found.
CHANGELOG.md
View file @
6c70bb0b
...
@@ -11,6 +11,11 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -11,6 +11,11 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Kyle Fuller
](
https://github.com/kylef
)
[
Kyle Fuller
](
https://github.com/kylef
)
[
#2147
](
https://github.com/CocoaPods/CocoaPods/issues/2147
)
[
#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
## 0.34.0.rc1
...
...
lib/cocoapods/command/init.rb
View file @
6c70bb0b
...
@@ -58,6 +58,8 @@ module Pod
...
@@ -58,6 +58,8 @@ module Pod
podfile
<<
<<-
PLATFORM
.
strip_heredoc
podfile
<<
<<-
PLATFORM
.
strip_heredoc
# Uncomment this line to define a global platform for your project
# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"
# platform :ios, "6.0"
source 'master'
PLATFORM
PLATFORM
project
.
targets
.
each
do
|
target
|
project
.
targets
.
each
do
|
target
|
...
...
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