From a7cbdddaf37e582f0b58f4df490c8c378165f9f7 Mon Sep 17 00:00:00 2001 From: Diego Sanchez Date: Mon, 8 Aug 2016 14:06:55 +0100 Subject: [PATCH] Updates Podfile --- ChattoApp/Podfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ChattoApp/Podfile b/ChattoApp/Podfile index d692f51..bed1b86 100644 --- a/ChattoApp/Podfile +++ b/ChattoApp/Podfile @@ -10,11 +10,6 @@ end post_install do |installer_representation| installer_representation.pods_project.targets.each do |target| target.build_configurations.each do |config| - if target.name == 'ChattoAdditions'&& config.name == 'Release' - # workaround for https://bugs.swift.org/browse/SR-2223 - config.build_settings['SWIFT_OPTIMIZATION_LEVEL'] = '-Owholemodule' - end - # Set Swift 2.3 version (Xcode 8) config.build_settings['SWIFT_VERSION'] = '2.3' end