Sets Swift version to 3 in ChattoApp Podfile (#222)
* switched Swift version to 3 in ChattoApp podfile * removed description
This commit is contained in:
parent
4ec15a8812
commit
bb600dbf22
|
|
@ -10,8 +10,7 @@ end
|
|||
post_install do |installer_representation|
|
||||
installer_representation.pods_project.targets.each do |target|
|
||||
target.build_configurations.each do |config|
|
||||
# Set Swift 2.3 version (Xcode 8)
|
||||
config.build_settings['SWIFT_VERSION'] = '2.3'
|
||||
config.build_settings['SWIFT_VERSION'] = ‘3’
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue