()
| 10 | ).join(""); |
| 11 | } |
| 12 | function getDistPath() { |
| 13 | const appName = sanitizeName(basename(getProjectRootPath())); |
| 14 | return `${env.buildPath ?? "platforms"}/visionos/${appName}/app`; |
| 15 | } |
| 16 | |
| 17 | const visionOSPlatform: INativeScriptPlatform = { |
| 18 | getDistPath, |
nothing calls this directly
no test coverage detected