Fix many "class PGPxxxx is implemented in both xxx" warnings
This commit is contained in:
parent
7f6900b7cd
commit
abe1c46d83
2 changed files with 45 additions and 59 deletions
16
Podfile
16
Podfile
|
|
@ -36,12 +36,12 @@ post_install do |installer|
|
|||
end
|
||||
end
|
||||
|
||||
target 'pass' do
|
||||
pod 'ObjectivePGP', :git => 'https://github.com/mssun/ObjectivePGP.git'
|
||||
target 'passKit' do
|
||||
inherit! :search_paths
|
||||
end
|
||||
target 'passextension' do
|
||||
inherit! :search_paths
|
||||
end
|
||||
target 'passKit' do
|
||||
pod 'ObjectivePGP', :git => 'https://github.com/mssun/ObjectivePGP.git'
|
||||
target 'pass' do
|
||||
inherit! :search_paths
|
||||
end
|
||||
target 'passextension' do
|
||||
inherit! :search_paths
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue