Ignore warnings from external Pods.
This commit is contained in:
parent
f3bec1e15d
commit
d7f9488c4f
2
Podfile
2
Podfile
|
@ -1,5 +1,7 @@
|
||||||
platform :ios, '14.0'
|
platform :ios, '14.0'
|
||||||
|
|
||||||
|
inhibit_all_warnings!
|
||||||
|
|
||||||
target 'Mastodon' do
|
target 'Mastodon' do
|
||||||
# Comment the next line if you don't want to use dynamic frameworks
|
# Comment the next line if you don't want to use dynamic frameworks
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
|
@ -44,6 +44,6 @@ SPEC CHECKSUMS:
|
||||||
"UITextField+Shake": 298ac5a0f239d731bdab999b19b628c956ca0ac3
|
"UITextField+Shake": 298ac5a0f239d731bdab999b19b628c956ca0ac3
|
||||||
XLPagerTabStrip: 61c57fd61f611ee5f01ff1495ad6fbee8bf496c5
|
XLPagerTabStrip: 61c57fd61f611ee5f01ff1495ad6fbee8bf496c5
|
||||||
|
|
||||||
PODFILE CHECKSUM: 1ac960a2c981ef98f7c24a3bba57bdabc1f66103
|
PODFILE CHECKSUM: 27a1c2d82bffc5e7fcf004f2dfe9a6cdd15618d1
|
||||||
|
|
||||||
COCOAPODS: 1.11.3
|
COCOAPODS: 1.11.3
|
||||||
|
|
Loading…
Reference in New Issue