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

Remove the 'Resources' prefix from BundleResource #23978

Merged
merged 5 commits into from
Aug 5, 2024
Merged

Commits on Aug 5, 2024

  1. Remove the 'Resources' prefix from BundleResource

    Fixes #23554
    
    Prior to Maui 8.0.70, there was a bug that only removed the "Resources/" prefix, and not the correct "Platforms/iOS/Resource": #16734
    
    This PR #23269 fixes the original issue, but now exposed the case where BundleResource were included in the root Resources folder instead of the Platforms/iOS/ folder.
    mattleibow committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b0f4561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62c8156 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0877aa9 View commit details
    Browse the repository at this point in the history
  4. Add a test

    mattleibow committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7b6651f View commit details
    Browse the repository at this point in the history
  5. string

    mattleibow committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    969c117 View commit details
    Browse the repository at this point in the history