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`