Open eriklimakc opened 1 month ago
@agneszitte @kazo0 Should we remove MacOS and Windows from the Platforms folder, launchSettings.json (only Windows), and from <TargetFrameworks>
, since this app is Android and iOS only?
@agneszitte @kazo0 Should we remove MacOS and Windows from the Platforms folder, launchSettings.json (only Windows), and from
<TargetFrameworks>
, since this app is Android and iOS only?
@eriklimakc I think we can keep only the platforms that are needed here. What do you think @kazo0 ? Also as the class is supposed to work on Catalyst as well, shouldn't it be possible to keep MacOS ? I have not checked all the details yet, but I would like your first thoughts on it @eriklimakc please
@eriklimakc I think we can keep only the platforms that are needed here. What do you think @kazo0 ? Also as the class is supposed to work on Catalyst as well, shouldn't it be possible to keep MacOS ? I have not checked all the details yet, but I would like your first thoughts on it @eriklimakc please
@agneszitte Oh yes, I didn't realise that __IOS__
would also include mac. So yes, I think only Windows should be removed then. Right @kazo0?
@eriklimakc I think we can keep only the platforms that are needed here. What do you think @kazo0 ? Also as the class is supposed to work on Catalyst as well, shouldn't it be possible to keep MacOS ? I have not checked all the details yet, but I would like your first thoughts on it @eriklimakc please
@agneszitte Oh yes, I didn't realise that
__IOS__
would also include mac. So yes, I think only Windows should be removed then. Right @kazo0?
@eriklimakc no __IOS__
on this one normally does not include macos/catalyst
cf. https://platform.uno/docs/articles/platform-specific-csharp.html#if-conditionals
@eriklimakc no
__IOS__
on this one normally does not include macos/catalyst cf. https://platform.uno/docs/articles/platform-specific-csharp.html#if-conditionals
@agneszitte That is funny, because when I change that dropdown to MacCatalyst it continues showing the code as enabled:
While if I choose Windows the code shows as not enabled/ignored:
cc @kazo0
This PR will need to be rebased with latest and updated to latest 5.5 stable version Related new issue: https://github.com/unoplatform/Uno.Samples/issues/848
Can someone test iOS, please?
@agneszitte @kazo0
Issue: https://github.com/unoplatform/Uno.Samples/issues/828
Update Sdk to 5.4.5 Some files are using tab and others space for indentation. Changes for all to use space.