Updates Podfile
This commit is contained in:
parent
311831d4af
commit
a7cbdddaf3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue