From 9d7be375499e65c94c62788b94081bf05e4ea5d7 Mon Sep 17 00:00:00 2001 From: Oriol Egea Date: Tue, 11 Jun 2024 16:15:17 +0200 Subject: [PATCH] feat(components/tool/app): Release new version --- components/tool/app/bin/domain/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/tool/app/bin/domain/utils.js b/components/tool/app/bin/domain/utils.js index ff7c51b45..f18a84ee9 100644 --- a/components/tool/app/bin/domain/utils.js +++ b/components/tool/app/bin/domain/utils.js @@ -17,7 +17,6 @@ const hasPackageJson = () => { const hasCapacitorConfig = () => { return fileExists(`${getCurrentDirectory()}/${PROJECT_CONFIG_FILE}`) } - const hasIosUrlScheme = scheme => { // Asumiendo que 'scheme' es el protocolo custom que buscas, como 'myapp' const iosPlistPath = `${getCurrentDirectory()}/ios/App/App/Info.plist`