Skip to content

Commit cae50d1

Browse files
committed
no need spicify swift version of LayoutKit
1 parent 3688690 commit cae50d1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Podfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,3 @@ target 'LayoutFrameworkBenchmark' do
1818

1919
pod 'Reveal-SDK'
2020
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-
end
30-
end
31-
end

0 commit comments

Comments
 (0)