fix: suppress CocoaPods master specs repo warning in iOS build
Build & Push Docker Images / test-frontend (push) Has been cancelled
Build & Push Docker Images / build-backend (push) Has been cancelled
Build & Push Docker Images / build-frontend (push) Has been cancelled
Build & Push Docker Images / test-backend (push) Has been cancelled

This commit is contained in:
Antoni Nuñez Romeu
2026-06-26 23:27:37 +02:00
parent 2c1b3cfca6
commit 1aad9761d1
+1 -1
View File
@@ -6,7 +6,7 @@ use_frameworks!
# workaround to avoid Xcode caching of Pods that requires
# Product -> Clean Build Folder after new Cordova plugins installed
# Requires CocoaPods 1.6 or newer
install! 'cocoapods', :disable_input_output_paths => true
install! 'cocoapods', :disable_input_output_paths => true, :warn_for_unused_master_specs_repo => false
def capacitor_pods
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'