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