Commit 82560ae3 authored by Danielle Tomlinson's avatar Danielle Tomlinson Committed by GitHub

Merge pull request #6614 from louisdh/spec-fixes

[Spec] Fix for updated build settings
parents 5d471d6e 8a9e77c5
Subproject commit d19dc55372c85e95e21ead19a9d34b5895673088
Subproject commit dc09c7b6bcc96646fa2f724230ba44fcd2b4c9a3
......@@ -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,
......
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