Adds History Graph for channels
This commit is contained in:
7
Podfile
7
Podfile
@@ -13,13 +13,20 @@ target 'pocloud' do
|
||||
pod 'RealmSwift'
|
||||
pod 'PromiseKit/Alamofire'
|
||||
pod 'Kingfisher'
|
||||
pod 'SwiftChart'
|
||||
|
||||
end
|
||||
|
||||
post_install do |installer|
|
||||
installer.pods_project.targets.each do |target|
|
||||
target.build_configurations.each do |config|
|
||||
config.build_settings.delete('CODE_SIGNING_ALLOWED')
|
||||
config.build_settings.delete('CODE_SIGNING_REQUIRED')
|
||||
config.build_settings['CLANG_WARN_DOCUMENTATION_COMMENTS'] = 'NO'
|
||||
end
|
||||
end
|
||||
installer.pods_project.build_configurations.each do |config|
|
||||
config.build_settings.delete('CODE_SIGNING_ALLOWED')
|
||||
config.build_settings.delete('CODE_SIGNING_REQUIRED')
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user