Sets Swift version to 3 in ChattoApp Podfile (#222)

* switched Swift version to 3 in ChattoApp podfile

* removed description
This commit is contained in:
Alexsander Khitev 2016-09-22 23:22:19 +04:00 committed by Diego Sánchez
parent 4ec15a8812
commit bb600dbf22
1 changed files with 1 additions and 2 deletions

View File

@ -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