Re: [I] No such file or directory // Entitlements-Debug.plist - while trying to add ios@8.0.0-beta.1 [cordova-ios]

2025-04-05 Thread via GitHub
mmrosekgi closed issue #1529: No such file or directory // Entitlements-Debug.plist - while trying to add ios@8.0.0-beta.1 URL: https://github.com/apache/cordova-ios/issues/1529 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] fix: configure gradle java.home [cordova-android]

2025-04-05 Thread via GitHub
GitToTheHub commented on PR #1795: URL: https://github.com/apache/cordova-android/pull/1795#issuecomment-2764629881 Hi, ### `JAVA_HOME` not applied in `config.properties` I did set `JAVA_HOME`: `/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home` (macOS)

Re: [PR] Feat/bump npm packages [cordova-android]

2025-04-05 Thread via GitHub
codecov-commenter commented on PR #1788: URL: https://github.com/apache/cordova-android/pull/1788#issuecomment-2732767244 ## [Codecov](https://app.codecov.io/gh/apache/cordova-android/pull/1788?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campa

Re: [PR] fix(android): Error propagation when no Camera application is available [cordova-plugin-camera]

2025-04-05 Thread via GitHub
breautek merged PR #926: URL: https://github.com/apache/cordova-plugin-camera/pull/926 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr..

Re: [I] Can't open an external link when running on iOS 18 (e.g. with '_system' as target) [cordova-plugin-inappbrowser]

2025-04-05 Thread via GitHub
blancaster94 commented on issue #1080: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1080#issuecomment-2754926300 Hi, I fixed this on our enterprise app. Obj-c openUrl function syntax was changed. Just fork the repo, and update the Obj-c code that's showing the warning.

Re: [I] Mobile-spec on windows doesn't create project when there are spaces in the path [cordova-mobile-spec]

2025-04-05 Thread via GitHub
erisu closed issue #156: Mobile-spec on windows doesn't create project when there are spaces in the path URL: https://github.com/apache/cordova-mobile-spec/issues/156 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] getPicture return nothing [cordova-plugin-camera]

2025-04-05 Thread via GitHub
breautek closed issue #925: getPicture return nothing URL: https://github.com/apache/cordova-plugin-camera/issues/925 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [I] createmobilespec.js should fail if subcommand fails [cordova-mobile-spec]

2025-04-05 Thread via GitHub
erisu closed issue #187: createmobilespec.js should fail if subcommand fails URL: https://github.com/apache/cordova-mobile-spec/issues/187 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] fix: configure gradle java.home [cordova-android]

2025-04-05 Thread via GitHub
erisu merged PR #1795: URL: https://github.com/apache/cordova-android/pull/1795 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordo

[PR] Plugin Guide: Notes for --link option [cordova-docs]

2025-04-05 Thread via GitHub
GitToTheHub opened a new pull request, #1416: URL: https://github.com/apache/cordova-docs/pull/1416 Added notice, that the linking only works, when the plugin is added after a platform was added and that the linking will be lost if a platform is re-added ### Platforms affected

[PR] Android guide: How to get java home path on mac [cordova-docs]

2025-04-05 Thread via GitHub
GitToTheHub opened a new pull request, #1415: URL: https://github.com/apache/cordova-docs/pull/1415 - Add a shell command how to get the current java home path - Add ANDROID_HOME section to separate the guide from the JAVA_HOME guide - Add "Reload Terminal" section ### Pl