Re: [PR] blog: cordova-ios@7.1.0 release announcement [cordova-docs]

2024-04-02 Thread via GitHub
dpogue commented on code in PR #1349: URL: https://github.com/apache/cordova-docs/pull/1349#discussion_r1548978990 ## www/_posts/2024-04-03-cordova-ios-7.1.0.md: ## @@ -0,0 +1,104 @@ +--- +layout: post +author: +name: Bryan Ellis +title: "Cordova iOS 7.1.0 Released!" +categ

Re: [PR] blog: cordova-ios@7.1.0 release announcement [cordova-docs]

2024-04-02 Thread via GitHub
NiklasMerz commented on code in PR #1349: URL: https://github.com/apache/cordova-docs/pull/1349#discussion_r1548977991 ## www/_posts/2024-04-03-cordova-ios-7.1.0.md: ## @@ -0,0 +1,104 @@ +--- +layout: post +author: +name: Bryan Ellis +title: "Cordova iOS 7.1.0 Released!" +c

[PR] blog: cordova-ios@7.1.0 release announcement [cordova-docs]

2024-04-02 Thread via GitHub
erisu opened a new pull request, #1349: URL: https://github.com/apache/cordova-docs/pull/1349 Release Announcement for Cordova-iOS 7.1.0 -- 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 specif

Re: [PR] dep!: drop fs-extra for internal node:fs & bump node engine >=16.20.2 [cordova-js]

2024-04-02 Thread via GitHub
codecov-commenter commented on PR #266: URL: https://github.com/apache/cordova-js/pull/266#issuecomment-2033514868 ## [Codecov](https://app.codecov.io/gh/apache/cordova-js/pull/266?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+commen

[PR] dep!: drop fs-extra for internal node:fs & bump node engine >=16.20.2 [cordova-js]

2024-04-02 Thread via GitHub
erisu opened a new pull request, #266: URL: https://github.com/apache/cordova-js/pull/266 ### Platforms affected n/a ### Motivation and Context Replace fs-extra for node internal fs package. ### Description - Remove fs-extra package -

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

2024-04-02 Thread via GitHub
Scooby27 commented on issue #1391: URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2033431633 I tested @FranGhe's example with config.xml with the nightly build and it was accepted by App Store Connect without warnings, thank you all! Will wait for the 7.1.0 release -

Re: [I] Add support for recording video [cordova-plugin-camera]

2024-04-02 Thread via GitHub
escully27 commented on issue #816: URL: https://github.com/apache/cordova-plugin-camera/issues/816#issuecomment-2033363051 This is actually possible with current cordova-plugin-camera Just have to change the following function in CDVCamera.m ``` + (instancetype) createFromPi

Re: [I] Docs: cordova run --emulator not working with Android SDK Command-line Tool 11.0 [cordova-docs]

2024-04-02 Thread via GitHub
kevinYCKim33 commented on issue #1346: URL: https://github.com/apache/cordova-docs/issues/1346#issuecomment-2032383840 Downgrading command line tools package from `latest` to version `10.0` worked for me. Here is my `.zshrc` file at the moment: ``` export JAVA_HOME=/Library