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
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:
+1
-1
@@ -6,7 +6,7 @@ use_frameworks!
|
|||||||
# workaround to avoid Xcode caching of Pods that requires
|
# workaround to avoid Xcode caching of Pods that requires
|
||||||
# Product -> Clean Build Folder after new Cordova plugins installed
|
# Product -> Clean Build Folder after new Cordova plugins installed
|
||||||
# Requires CocoaPods 1.6 or newer
|
# 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
|
def capacitor_pods
|
||||||
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
|
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
|
||||||
|
|||||||
Reference in New Issue
Block a user