Conversation
Eilon
left a comment
There was a problem hiding this comment.
This definitely aligns with what I was looking for in our discussion. Can you confirm that you tested locally on a Mac in debug/release and native/hybrid to make sure there's nothing unexpected about using Sandbox in debug?
Yes, I tested locally with two new maui-mobile and maui-blazor projects in debug and release configurations and there were no issues running the samples. |
mattleibow
left a comment
There was a problem hiding this comment.
Is it possible to remove all the conditions in the templates and make all the items in the plist? For the dev tools, we can just comment it out and a user can uncomment if they want it. I would like to reduce the things in the csproj file.
PureWeen
left a comment
There was a problem hiding this comment.
Currently this PR is targeting main (SR1) with a GA milestone.
Can you please update the Milestone to SR1 or update the targeted branch to net8.0.
4892271 to
cac477b
Compare
…entitlements in debug config as well for maui-blazor.
…elease entitlement plists for maui-blazor and maui-mobile templates for MacCatalyst. get-task-allow is commented out for debug for maui-mobile but is not for maui-blazor.
cac477b to
eadca80
Compare
Changed targeted branch to net8.0. |
mattleibow
left a comment
There was a problem hiding this comment.
I think this is almost ready, just need to remove the item in the csproj as it is already added.
|
/backport to release/8.0.1xx-rc2.1 |
|
Started backporting to release/8.0.1xx-rc2.1: https://github.com/dotnet/maui/actions/runs/6499507056 |
Description of Change
Make Entitlements in MacCatalyst Templates more consistent between debug and release configs.
See teams conversation for more context (MSFT only)