mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-05 05:18:54 +01:00
fix: CI build issue
This commit is contained in:
parent
120fc83b16
commit
777d4e9bc0
8
Podfile
8
Podfile
@ -56,3 +56,11 @@ plugin 'cocoapods-keys', {
|
|||||||
"notification_endpoint_debug"
|
"notification_endpoint_debug"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install do |installer|
|
||||||
|
installer.pods_project.targets.each do |target|
|
||||||
|
target.build_configurations.each do |config|
|
||||||
|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user