Skip to content

Commit

Permalink
Avoid flag override by adding $(inherited) to `OTHER_SWIFT_FLAGS[co…
Browse files Browse the repository at this point in the history
…nfig=Release]`. (#48)
  • Loading branch information
ainopara authored and andersio committed Apr 6, 2018
1 parent 0ee010d commit 30f84d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactiveObjCBridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Pod::Spec.new do |s|
s.dependency 'ReactiveObjC', '~> 3.1'
s.dependency 'ReactiveSwift', '~> 3.1'

s.pod_target_xcconfig = { "OTHER_SWIFT_FLAGS[config=Release]" => "-suppress-warnings" }
s.pod_target_xcconfig = { "OTHER_SWIFT_FLAGS[config=Release]" => "$(inherited) -suppress-warnings" }
end

0 comments on commit 30f84d2

Please sign in to comment.