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
6888437f
Commit
6888437f
authored
Sep 24, 2015
by
Orta
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4212 from JamieREvans/patch-1
Added `source` and valuable flags to Podfile template
parents
2c3185a1
1ae4e3ca
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGELOG.md
CHANGELOG.md
+3
-0
init.rb
lib/cocoapods/command/init.rb
+3
-1
No files found.
CHANGELOG.md
View file @
6888437f
...
@@ -20,6 +20,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -20,6 +20,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Boris Bügling
](
https://github.com/neonichu
)
[
Boris Bügling
](
https://github.com/neonichu
)
[
#4219
](
https://github.com/CocoaPods/CocoaPods/issues/4219
)
[
#4219
](
https://github.com/CocoaPods/CocoaPods/issues/4219
)
*
Podfile generated by
`pod init`
now specifies iOS 8.0 as the default platform
and includes
`use_frameworks!`
for Swift projects.
[
Jamie Evans
](
https://github.com/JamieREvans
)
## 0.39.0.beta.4 (2015-09-02)
## 0.39.0.beta.4 (2015-09-02)
...
...
lib/cocoapods/command/init.rb
View file @
6888437f
...
@@ -57,7 +57,9 @@ module Pod
...
@@ -57,7 +57,9 @@ module Pod
podfile
<<
"xcodeproj '
#{
@project_path
}
'
\n\n
"
if
@project_path
podfile
<<
"xcodeproj '
#{
@project_path
}
'
\n\n
"
if
@project_path
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, '8.0'
# Uncomment this line if you're using Swift
# use_frameworks!
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