File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <ApplicationId >com.companyname.todo</ApplicationId >
55
6- <TargetFrameworks >net8.0-android</TargetFrameworks >
6+ <TargetFrameworks >net8.0-android;net9.0-android </TargetFrameworks >
77 <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks >
8- <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('osx'))" >$(TargetFrameworks);net8.0-ios;net8.0-maccatalyst</TargetFrameworks >
8+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('osx'))" >$(TargetFrameworks);net8.0-ios;net8.0-maccatalyst;net9.0-ios;net9.0-maccatalyst </TargetFrameworks >
99
1010 <OutputType >Exe</OutputType >
1111 <RootNamespace >MAUITodo</RootNamespace >
3131
3232 <MauiVersion >8.0.90</MauiVersion >
3333
34- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >11 .0</SupportedOSPlatformVersion >
35- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >13.1 </SupportedOSPlatformVersion >
34+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >15 .0</SupportedOSPlatformVersion >
35+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >15.0 </SupportedOSPlatformVersion >
3636 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
3737 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.19041.0</SupportedOSPlatformVersion >
3838 <TargetPlatformMinVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" >10.0.19041.0</TargetPlatformMinVersion >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >com.apple.security.app-sandbox </key >
6+ <true />
7+ <key >com.apple.security.network.client </key >
8+ <true />
9+ </dict >
10+ </plist >
Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5- <key >NSAppTransportSecurity </key >
6- <dict >
7- <key >NSExceptionDomains </key >
8- <dict >
9- <key >localhost </key >
10- <dict >
11- <key >NSExceptionAllowsInsecureHTTPLoads </key >
12- <true />
13- </dict >
14- </dict >
15- </dict >
165 <key >UIDeviceFamily </key >
176 <array >
187 <integer >1 </integer >
3726 </array >
3827 <key >XSAppIconAssets </key >
3928 <string >Assets.xcassets/appicon.appiconset </string >
29+ <key >UIUserInterfaceStyle </key >
30+ <string >Light </string >
4031</dict >
4132</plist >
You can’t perform that action at this time.
0 commit comments