Skip to content
Snippets Groups Projects
Commit 35d38456 authored by Oliver Wiese's avatar Oliver Wiese
Browse files

clean code

parent 21e80018
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ def pods ...@@ -10,7 +10,6 @@ def pods
# VENTokenField is modified # VENTokenField is modified
pod 'VENTokenField', '~> 2.0' pod 'VENTokenField', '~> 2.0'
pod 'mailcore2-ios', :git => 'https://github.com/MailCore/mailcore2.git', :branch => 'master' 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 'BZipCompression'
pod 'KeychainAccess' pod 'KeychainAccess'
pod 'Onboard', '2.3.1' pod 'Onboard', '2.3.1'
...@@ -39,14 +38,4 @@ post_install do | installer | ...@@ -39,14 +38,4 @@ post_install do | installer |
require 'fileutils' require 'fileutils'
FileUtils.cp_r('Pods/Target Support Files/Pods-enzevalos_iphone/Pods-enzevalos_iphone-acknowledgements.plist', 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) '../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 end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment