This commit is contained in:
2023-06-06 21:38:32 +02:00
parent 83d63038c5
commit a617758459
6 changed files with 142 additions and 6 deletions

View File

@@ -26,9 +26,6 @@ end
post_install do |installer|
assertDeploymentTarget(installer)
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle"