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

Split SingleProject targets #23269

Merged
merged 2 commits into from
Jun 26, 2024
Merged

Split SingleProject targets #23269

merged 2 commits into from
Jun 26, 2024

Conversation

jfversluis
Copy link
Member

@jfversluis jfversluis commented Jun 26, 2024

Description of Change

We had several bugs that originate from setting the IPhoneResourcePrefix property too late. This change should fix that.

This PR splits the SingleProject targets into 2 parts, the "processing" part stays in place, no changes are needed there. The setting the properties part is moves to its own file (Microsoft.Maui.Controls.SingleProject.Before.targets) and added to the netstandard2.0/Microsoft.Maui.Controls.Build.Tasks.Before.targets file so that the timing lines up.

This way we set IPhoneResourcePrefix and possibly other related properties before the underlaying SDKs do their magic.

Issues Fixed

Fixes #7692
Fixes #8612
Fixes #9122
Fixes #16734
Possibly #16755
Fixes #22359
Related to #21350

And just restores the general functionality of being able to place BundleResource files under Platform/iOS/Resources and Android, macOS and Windows equivalents.

I don't think this is a breaking change, people with the workaround should not notice anything. They can remove the workaround(s) now of course, but even with those in place everything should still work the same as it will just override properties but with the same values. This just makes it work out of the box (again).

@jfversluis jfversluis added the area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer label Jun 26, 2024
@jfversluis jfversluis requested a review from a team as a code owner June 26, 2024 09:20
@jfversluis jfversluis self-assigned this Jun 26, 2024
@jfversluis jfversluis merged commit 14a080e into main Jun 26, 2024
47 checks passed
@jfversluis jfversluis deleted the fix-16734 branch June 26, 2024 12:45
mattleibow added a commit that referenced this pull request Jul 1, 2024
* Simplify Development.md (#23142)

* Simplify Development.md

* Update .github/DEVELOPMENT.md

Co-authored-by: Eilon Lipton <[email protected]>

* Update .github/DEVELOPMENT.md

Co-authored-by: Eilon Lipton <[email protected]>

* Update .github/DEVELOPMENT.md

Co-authored-by: Eilon Lipton <[email protected]>

* Update .github/DEVELOPMENT.md

Co-authored-by: Eilon Lipton <[email protected]>

* Update DEVELOPMENT.md

* - modify and move advanced tips to different file

* Update DEVELOPMENT.md

* Update .github/DEVELOPMENT.md

Co-authored-by: Gerald Versluis <[email protected]>

* Update docs/DevelopmentTips.md

Co-authored-by: Gerald Versluis <[email protected]>

* Update docs/DevelopmentTips.md

Co-authored-by: Gerald Versluis <[email protected]>

* - updates based on review

---------

Co-authored-by: Eilon Lipton <[email protected]>
Co-authored-by: Gerald Versluis <[email protected]>

* Wire RefreshView up to our xplat layout workflow (#23169) (#23218)

* Use better layout/measure path with refreshview

* - fix naming

* - set RefreshView content to maui compatible container

* - add test

* - fix null operator

* Update Issue23029.xaml.cs

* - fix content panel so it removes previous content

* - add additional check

* Remove adding to FutureAccessList as the app is running with runFullTrust capability (#23047)

* Call base.OnResume if Existing NavigationFragment Early (#23187)

* VSCode no longer uses MAUI to launch (#23222)

* [Android] Fix flyout behaviour switching exception (#22453)

* Fix flyout behaviour switching exception

* Tests added

* Flyout test page added

* Flyoutpage test fixes

* Flyout toggle test added

* Remove duplicate ] characters

* Flyout test pages added

* Check for platforms

* Fix title

* - fix tests

---------

Co-authored-by: Gerald Versluis <[email protected]>
Co-authored-by: Shane Neuville <[email protected]>

* Renamed the project because macOS uses .app (#23223)

* Renamed the project because macOS uses .app

* And the folder

* merge first

* ns

* Move tests to new location (#23251)

* Split SingleProject targets (#23269)

* Split SingleProject targets

* Update Microsoft.Maui.Controls.SingleProject.Before.targets

* Update bug-report.yml with 8.0.61 (#23273)

* Null terminate Page on TabbedRenderer (#23290)

Co-authored-by: Shane Neuville <[email protected]>

* [Windows] Improve performance in accessibility extensions (#22698)

* AccessibilityExtensions: Add missing braces

* AccessibilityExtensions: Enable nullability and improve performance

* Update shipped & unshipped API

---------

Co-authored-by: Javier Suárez <[email protected]>

* [Android] Avoid double event subscribes in gesture manager (#23242)

* [Android] Avoid double event subscribes in gesture manager

* Fix typo in test text

* Bump Microsoft.Web.WebView2 from 1.0.2151.40 to 1.0.2592.51 (#23209)

* [tests] test a lot more things in `MemoryTests.cs` (#23324)

* [tests] test a lot more things in `MemoryTests.cs`

This expands the tests to cover more controls and areas.

* Add test cases for more controls:

  * `Ellipse`
  * `Grid`
  * `Path`
  * `Line`
  * `Path`
  * `RadioButton`
  * `Rectangle`
  * `RoundRectangle`

* Expand tests for a couple controls:

    * `Border` has a `StrokeShape`
    * Any `TemplatedView` gets a `ControlTemplate`

* Re-enable `ListView` for Android

This should work now after merging:

* dotnet/android#8900
* #23120

* Add a complicated test case for `BindableLayout`

Similar to the case at:

* #23199

* Skip `ListView` on API 23

* Bump Appium version to 2.11 (#23337)

* Bump Appium version to 2.11

* Update CarouselViewUITests.UpdateCurrentItem.cs

* Update appium-install.ps1

* Update CarouselViewUITests.UpdateCurrentItem.cs

* Simplify `NavigationRootManager.Connect` on the Windows platform. (#23345)

* Simplify `NavigationRootManager.Connect` on the Windows platform.

* Use ternary operator syntax

* Removed extra tabs

* Moved `_disconnected = false;` to `if (_disconnected)`

* Bump Appium Drivers (#23349)

* Fix Merge

---------

Co-authored-by: Eilon Lipton <[email protected]>
Co-authored-by: Gerald Versluis <[email protected]>
Co-authored-by: MartyIX <[email protected]>
Co-authored-by: Matthew Leibowitz <[email protected]>
Co-authored-by: Thomas Muller <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Javier Suárez <[email protected]>
Co-authored-by: Jonathan Dick <[email protected]>
Co-authored-by: Jonathan Peppers <[email protected]>
Co-authored-by: Takym (たかやま) <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-single-project Splash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizer
Projects
Status: Done
2 participants