-
- Downloads
clean code
... | @@ -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 |
Please register or sign in to comment