Commit dab2e9f9 authored by Marius Rackwitz's avatar Marius Rackwitz

Merge pull request #3989 from CocoaPods/mr-framework-support-ux

[Copy] Framework support is out of beta
parents bea0e1e6 5d810129
...@@ -421,9 +421,8 @@ module Pod ...@@ -421,9 +421,8 @@ module Pod
swift_pods = pod_targets.select(&:uses_swift?) swift_pods = pod_targets.select(&:uses_swift?)
unless swift_pods.empty? unless swift_pods.empty?
raise Informative, 'Pods written in Swift can only be integrated as frameworks; this ' \ raise Informative, 'Pods written in Swift can only be integrated as frameworks; ' \
'feature is still in beta. Add `use_frameworks!` to your Podfile or target to opt ' \ 'add `use_frameworks!` to your Podfile or target to opt into using it. ' \
'into using it. ' \
"The Swift #{swift_pods.size == 1 ? 'Pod being used is' : 'Pods being used are'}: " + "The Swift #{swift_pods.size == 1 ? 'Pod being used is' : 'Pods being used are'}: " +
swift_pods.map(&:name).to_sentence swift_pods.map(&:name).to_sentence
end end
......
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