We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3688690 commit cae50d1Copy full SHA for cae50d1
1 file changed
Podfile
@@ -18,14 +18,3 @@ target 'LayoutFrameworkBenchmark' do
18
19
pod 'Reveal-SDK'
20
end
21
-
22
23
-post_install do |installer|
24
- installer.pods_project.targets.each do |target|
25
- if ['LayoutKit'].include? target.name
26
- target.build_configurations.each do |config|
27
- config.build_settings['SWIFT_VERSION'] = '4.1'
28
- end
29
30
31
-end
0 commit comments