Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor build workflows for Android and iOS demos #3213

Merged
merged 3 commits into from
Mar 11, 2025
Merged

Conversation

cpholguera
Copy link
Collaborator

@cpholguera cpholguera commented Mar 11, 2025

  • Fix broken output formatting in matrix extraction.
  • Streamline file copying logic for Android demo builds.
  • Add copying of: filepaths.xml, network_security_config.xml, backup_rules.xml, data_extraction_rules.xml

Thanks @javier-ruiz-b for the fixes

@cpholguera cpholguera merged commit 64c1b07 into master Mar 11, 2025
7 checks passed
@cpholguera cpholguera deleted the fix-demos-matrix branch March 11, 2025 21:55
Comment on lines +155 to +159
for file in MastgTest.kt AndroidManifest.xml filepaths.xml network_security_config.xml backup_rules.xml data_extraction_rules.xml; do
cp -f "$demo/$file" "MASTestApp-Android/app/src/main/${file%/*}/$file" 2>/dev/null \
&& echo "Copied $file for $demo" \
|| echo "No $file found for $demo"
done
Copy link
Collaborator Author

@cpholguera cpholguera Mar 11, 2025

Choose a reason for hiding this comment

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

My bad. Fixed in #3214

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