Updates Podfile

This commit is contained in:
Diego Sanchez 2016-08-08 14:06:55 +01:00
parent 311831d4af
commit a7cbdddaf3
1 changed files with 0 additions and 5 deletions

View File

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