From 35d384565871a1b1e31d616318ae679d7a1f86ee Mon Sep 17 00:00:00 2001 From: Oliver Wiese <oliver.wiese@fu-berlin.de> Date: Thu, 12 Mar 2020 17:40:28 +0100 Subject: [PATCH] clean code --- Podfile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Podfile b/Podfile index e99f1c2..a8ed968 100644 --- a/Podfile +++ b/Podfile @@ -10,7 +10,6 @@ def pods # VENTokenField is modified pod 'VENTokenField', '~> 2.0' pod 'mailcore2-ios', :git => 'https://github.com/MailCore/mailcore2.git', :branch => 'master' - #pod 'OpenSSL-Universal', :git => 'https://github.com/krzyzanowskim/OpenSSL.git', :branch => :master pod 'BZipCompression' pod 'KeychainAccess' pod 'Onboard', '2.3.1' @@ -39,14 +38,4 @@ post_install do | installer | require 'fileutils' FileUtils.cp_r('Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-acknowledgements.plist', '../enzevalos_iphone/enzevalos_iphone/Settings.bundle/Acknowledgements.plist', :remove_destination => true) -# installer.pods_project.targets.each do |target| -# if ['QAKit'].include? target.name -# target.build_configurations.each do |config| -# config.build_settings['SWIFT_VERSION'] = '3.2' -# end -# end - # target.build_configurations.each do |config| - # config.build_settings['SWIFT_VERSION'] = '3.2' - # end -# end end -- GitLab