[PR] chore!: Bump NodeJS versions in CI & update deps [cordova-ios]

2024-08-18 Thread via GitHub
dpogue opened a new pull request, #1466: URL: https://github.com/apache/cordova-ios/pull/1466 ### Platforms affected iOS ### Motivation and Context Node 16 is EOL and Node 22 will be LTS in October. ### Description * Dropped Node 16 from CI testing

[PR] fix(Podfile): Avoid creating an empty Podfile on plugin install [cordova-ios]

2024-08-18 Thread via GitHub
dpogue opened a new pull request, #1467: URL: https://github.com/apache/cordova-ios/pull/1467 ### Platforms affected iOS ### Motivation and Context Closes GH-1365. ### Description Calling `new Podfile(...)` will create an empty Podfile in the project

Re: [PR] chore!: Bump NodeJS versions in CI & update deps [cordova-ios]

2024-08-18 Thread via GitHub
codecov-commenter commented on PR #1466: URL: https://github.com/apache/cordova-ios/pull/1466#issuecomment-2295186013 ## [Codecov](https://app.codecov.io/gh/apache/cordova-ios/pull/1466?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+c

Re: [PR] fix(Podfile): Avoid creating an empty Podfile on plugin install [cordova-ios]

2024-08-18 Thread via GitHub
codecov-commenter commented on PR #1467: URL: https://github.com/apache/cordova-ios/pull/1467#issuecomment-2295188729 ## [Codecov](https://app.codecov.io/gh/apache/cordova-ios/pull/1467?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+c

Re: [I] gradlew: 'sh' is not recognized as an internal or external command, [cordova-android]

2024-08-18 Thread via GitHub
ajTronic commented on issue #1027: URL: https://github.com/apache/cordova-android/issues/1027#issuecomment-2295326773 Same here. ![image](https://github.com/user-attachments/assets/70ef2f02-8226-4f5c-86a7-0482d6d3b9f5) -- This is an automated message from the Apache Git Service.

Re: [PR] chore!: Bump NodeJS versions in CI & update deps [cordova-ios]

2024-08-18 Thread via GitHub
dpogue merged PR #1466: URL: https://github.com/apache/cordova-ios/pull/1466 -- 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...@cordova.

[I] After upgrading to 7.0.0, the contents of config.xml cannot be read [cordova-ios]

2024-08-18 Thread via GitHub
abcss133 opened a new issue, #1468: URL: https://github.com/apache/cordova-ios/issues/1468 # Bug Report ## Problem I upgraded my project from cordova-ios@6.3.0 to @7.0.0 and built the project However, when I run it on an iOS device, the contents of config.xml can no longer be re

Re: [I] After upgrading to 7.0.0, the contents of config.xml cannot be read [cordova-ios]

2024-08-18 Thread via GitHub
dpogue commented on issue #1468: URL: https://github.com/apache/cordova-ios/issues/1468#issuecomment-2295572858 I don't think `UseSwiftLanguageVersion` is a supported preference in cordova-ios. Maybe a plugin or a hook was handling it? The proper preference name to configure the Swift

Re: [I] After upgrading to 7.0.0, the contents of config.xml cannot be read [cordova-ios]

2024-08-18 Thread via GitHub
abcss133 commented on issue #1468: URL: https://github.com/apache/cordova-ios/issues/1468#issuecomment-2295684219 Mr.dpogue Thank you for your reply. I changed the setting name from UseSwiftLanguageVersion to SwiftVersion and the setting was reflected. By the way, I set the foll

Re: [I] After upgrading to 7.0.0, the contents of config.xml cannot be read [cordova-ios]

2024-08-18 Thread via GitHub
dpogue commented on issue #1468: URL: https://github.com/apache/cordova-ios/issues/1468#issuecomment-2295687175 `custom-config-file` has never been supported, but Cordova does support a `config-file` option. I recommend reading the [`config.xml` documentation](https://cordova.apache.org/doc

Re: [I] After upgrading to 7.0.0, the contents of config.xml cannot be read [cordova-ios]

2024-08-18 Thread via GitHub
dpogue closed issue #1468: After upgrading to 7.0.0, the contents of config.xml cannot be read URL: https://github.com/apache/cordova-ios/issues/1468 -- 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

Re: [I] After upgrading to 7.0.0, the contents of config.xml cannot be read [cordova-ios]

2024-08-18 Thread via GitHub
abcss133 commented on issue #1468: URL: https://github.com/apache/cordova-ios/issues/1468#issuecomment-2295697239 Thank you for your reply. We will check that you are using the correct elements and attribute values. -- This is an automated message from the Apache Git Service. To respond

[I] getDefaultSimulatorTarget() should reject if no simulators are available [cordova-ios]

2024-08-18 Thread via GitHub
dpogue opened a new issue, #1469: URL: https://github.com/apache/cordova-ios/issues/1469 # Feature Request ## Motivation Behind Feature If there are no iOS simulators available, Cordova doesn't handle it properly and tries to read the name of an undefined value. ## F

Re: [I] Allow to configure a default simulator instead of always using --target on `cordova run` [cordova-ios]

2024-08-18 Thread via GitHub
dpogue commented on issue #1381: URL: https://github.com/apache/cordova-ios/issues/1381#issuecomment-2295716897 I like the idea of a `CORDOVA_DEFAULT_IOS_TARGET` environment variable with the behaviour that Norman suggested :+1: To clarify, would this only apply for simulator targets?

Re: [I] Cordova was listed on the list of requirements for third-party SDKs announced by Apple today. [cordova-ios]

2024-08-18 Thread via GitHub
dpogue closed issue #1391: Cordova was listed on the list of requirements for third-party SDKs announced by Apple today. URL: https://github.com/apache/cordova-ios/issues/1391 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] Cordova was listed on the list of requirements for third-party SDKs announced by Apple today. [cordova-ios]

2024-08-18 Thread via GitHub
dpogue commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2295722240 This was implemented as part of Cordova iOS 7.1.0, so I'm going to mark this issue as closed. Details about how to provide privacy declarations for your app via config.xml are des