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
e08bb07d
Commit
e08bb07d
authored
Jul 29, 2016
by
Rob Hudson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update spec
parent
b85e4f72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
init_spec.rb
spec/functional/command/init_spec.rb
+3
-3
No files found.
spec/functional/command/init_spec.rb
View file @
e08bb07d
...
@@ -98,11 +98,11 @@ module Pod
...
@@ -98,11 +98,11 @@ module Pod
run_command
(
'init'
)
run_command
(
'init'
)
expected_podfile
=
<<-
RUBY
.
strip_heredoc
expected_podfile
=
<<-
RUBY
.
strip_heredoc
# Uncomment th
is
line to define a global platform for your project
# Uncomment th
e next
line to define a global platform for your project
# platform :ios, '9.0'
# platform :ios, '9.0'
target 'App' do
target 'App' do
# Uncomment th
is
line if you're using Swift or would like to use dynamic frameworks
# Uncomment th
e next
line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# use_frameworks!
# Pods for App
# Pods for App
...
@@ -120,7 +120,7 @@ module Pod
...
@@ -120,7 +120,7 @@ module Pod
end
end
target 'Swifty App' do
target 'Swifty App' do
# Comment th
is
line if you're not using Swift and don't want to use dynamic frameworks
# Comment th
e next
line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
use_frameworks!
# Pods for Swifty App
# Pods for Swifty App
...
...
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