Skip to content

feat: include option to force cordova inclusion - #8576

Open
markemer wants to merge 3 commits into
nextfrom
RMET-5379
Open

feat: include option to force cordova inclusion#8576
markemer wants to merge 3 commits into
nextfrom
RMET-5379

Conversation

@markemer

@markemer markemer commented Aug 18, 2026

Copy link
Copy Markdown
Member

Description

Change Type

  • Fix
  • Feature
  • Refactor
  • Breaking Change
  • Documentation
  • Other (CI, chores, etc.)

Rationale / Problems Fixed

Tests or Reproductions

Screenshots / Media

Platforms Affected

  • Android
  • iOS
  • Web

Notes / Comments

Signed-off-by: Mark Anderson <mark.anderson@outsystems.com>
@markemer
markemer marked this pull request as ready for review August 18, 2026 18:41
@OS-pedrogustavobilro OS-pedrogustavobilro self-assigned this Aug 20, 2026
Comment thread cli/src/ios/update.ts
Comment on lines 48 to 49
if (enableCordova) {
logger.info('Found Cordova Plugins: Including iOS Cordova Support');

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: should this log message be tweaked since now cordova support may exist even if there are no Cordova Plugins?

Comment thread cli/src/android/update.ts
Comment on lines 44 to 45
if (enableCordova) {
logger.info('Found Cordova Plugins: Including Android Cordova Support');

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Equivalent (minor) comment: should this log message be tweaked since now cordova support may exist even if there are no Cordova Plugins?

Comment thread cli/src/android/update.ts
);
}

const enableCordova = cordovaPlugins.length > 0;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@markemer Missing a check for config.app.forceCordova here I think?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. How'd that one sneak by?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants