Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Modified Podfile to fix the SWIFT_VERSION for Charts target in the po…

…d project
  • Loading branch information
mahmoud-adam85 authored and Tim Palade committed May 11, 2018
1 parent e8f1d6a commit 4eb6b8e718e7a6daf63e19ebedcd67634733780f
Showing with 3 additions and 0 deletions.
  1. +3 −0 Podfile
@@ -41,6 +41,9 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
if target.name == 'Charts' then
config.build_settings['SWIFT_VERSION'] = '4.0'
end
end
end
end

0 comments on commit 4eb6b8e

Please sign in to comment.