Different App Icon/ Splash / plist / manifest files for different build configurations. Possible??? #24622
-
Hi All, Can somebody please provide assistance for enabling different AppIcon/Splash screen for different build configurations: @jfversluis had a blog all about this including a sample repo: https://web.archive.org/web/20230327010313/https://blog.verslu.is/xamarin/different-app-icons-for-different-configurations-in-xamarin/ (old blog now returns 404) Inline with the old way of doing this in XF I was doing the following: <ItemGroup ...>
<None Include="InfoCustomOne.plist">
<LogicalName>Info.plist</LogicalName>
</None>
</ItemGroup>
<ItemGroup ...>
<None Include="InfoCustomTwo.plist">
<LogicalName>Info.plist</LogicalName>
</None>
</ItemGroup> The The problem is this doesnt seem to be working. For example when I modified the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Talking about iOS (Info.plist) it seems to me that there are a some errors in the solution provided by the linked article.
In the article I read:
This seems to imply that I can have some settings in Info.plist that will be applied to both Debug and Release configurations, while settings in .Debug and .Release files will be applied to their specific configuration only.
For debug configuration it should be:
and for release:
I hope someone found a way to have common settings in "Info.plist" and specific settings in separate configuration-related files. |
Beta Was this translation helpful? Give feedback.
https://medium.com/@filipe.torres112/multi-platform-configuration-multiple-info-plist-and-manifest-xml-files-in-net-maui-14ef61acbfbe