From bb600dbf2211b5fe70f5c023dc159cc6b49c2f80 Mon Sep 17 00:00:00 2001 From: Alexsander Khitev Date: Thu, 22 Sep 2016 23:22:19 +0400 Subject: [PATCH] Sets Swift version to 3 in ChattoApp Podfile (#222) * switched Swift version to 3 in ChattoApp podfile * removed description --- ChattoApp/Podfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ChattoApp/Podfile b/ChattoApp/Podfile index bed1b86..9b41313 100644 --- a/ChattoApp/Podfile +++ b/ChattoApp/Podfile @@ -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