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
82560ae3
Commit
82560ae3
authored
Apr 04, 2017
by
Danielle Tomlinson
Committed by
GitHub
Apr 04, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6614 from louisdh/spec-fixes
[Spec] Fix for updated build settings
parents
5d471d6e
8a9e77c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
target_installer_spec.rb
...ler/xcode/pods_project_generator/target_installer_spec.rb
+1
-1
No files found.
cocoapods-integration-specs
@
dc09c7b6
Subproject commit d
19dc55372c85e95e21ead19a9d34b5895673088
Subproject commit d
c09c7b6bcc96646fa2f724230ba44fcd2b4c9a3
spec/unit/installer/xcode/pods_project_generator/target_installer_spec.rb
View file @
82560ae3
...
...
@@ -54,7 +54,7 @@ module Pod
@pod_target
.
stubs
(
:uses_swift?
).
returns
(
true
)
@installer
.
send
(
:add_target
)
@installer
.
send
(
:native_target
).
resolved_build_setting
(
'SWIFT_OPTIMIZATION_LEVEL'
).
should
==
{
'Release'
=>
nil
,
'Release'
=>
'-Owholemodule'
,
'Debug'
=>
'-Onone'
,
'Test'
=>
nil
,
'AppStore'
=>
nil
,
...
...
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