Skip to content

Commit

Permalink
feat(components/tool/app): Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oegea committed Jun 11, 2024
1 parent 64660ba commit 9d7be37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/tool/app/bin/domain/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 9d7be37

Please sign in to comment.