|
4 | 4 | <TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks> |
5 | 5 | <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks> |
6 | 6 | <!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET --> |
7 | | - <!-- <TargetFrameworks>$(TargetFrameworks);net6.0-tizen</TargetFrameworks> --> |
| 7 | + <!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> --> |
| 8 | + |
| 9 | + <!-- Note for MacCatalyst: |
| 10 | + The default runtime is maccatalyst-x64, except in Release config, in which case the default is maccatalyst-x64;maccatalyst-arm64. |
| 11 | + When specifying both architectures, use the plural <RuntimeIdentifiers> instead of the singular <RuntimeIdentifier>. |
| 12 | + The Mac App Store will NOT accept apps with ONLY maccatalyst-arm64 indicated; |
| 13 | + either BOTH runtimes must be indicated or ONLY macatalyst-x64. --> |
| 14 | + <!-- For example: <RuntimeIdentifiers>maccatalyst-x64;maccatalyst-arm64</RuntimeIdentifiers> --> |
| 15 | + |
8 | 16 | <OutputType>Exe</OutputType> |
9 | 17 | <RootNamespace>DataFormMAUI</RootNamespace> |
10 | 18 | <UseMaui>true</UseMaui> |
|
15 | 23 | <ApplicationTitle>DataFormMAUI</ApplicationTitle> |
16 | 24 |
|
17 | 25 | <!-- App Identifier --> |
18 | | - <ApplicationId>com.companyname.DataFormMAUI</ApplicationId> |
19 | | - <ApplicationIdGuid>2beba2f6-f865-4786-ab24-e272690fa61d</ApplicationIdGuid> |
| 26 | + <ApplicationId>com.companyname.dataformmaui</ApplicationId> |
20 | 27 |
|
21 | 28 | <!-- Versions --> |
22 | 29 | <ApplicationDisplayVersion>1.0</ApplicationDisplayVersion> |
23 | 30 | <ApplicationVersion>1</ApplicationVersion> |
24 | 31 |
|
25 | | - <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion> |
26 | | - <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion> |
| 32 | + <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion> |
| 33 | + <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion> |
27 | 34 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion> |
28 | 35 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion> |
29 | 36 | <TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion> |
|
39 | 46 |
|
40 | 47 | <!-- Images --> |
41 | 48 | <MauiImage Include="Resources\Images\*" /> |
42 | | - <MauiImage Update="Resources\Images\dotnet_bot.svg" BaseSize="168,208" /> |
43 | 49 |
|
44 | 50 | <!-- Custom Fonts --> |
45 | 51 | <MauiFont Include="Resources\Fonts\*" /> |
|
49 | 55 | </ItemGroup> |
50 | 56 |
|
51 | 57 | <ItemGroup> |
52 | | - <None Remove="Resources\Fonts\InputLayoutIcons.ttf" /> |
53 | | - <None Remove="Resources\Images\Add.png" /> |
54 | | - <None Remove="Resources\Images\people_circle0.png" /> |
55 | | - <None Remove="Resources\Images\people_circle1.png" /> |
56 | | - <None Remove="Resources\Images\people_circle10.png" /> |
57 | | - <None Remove="Resources\Images\people_circle11.png" /> |
58 | | - <None Remove="Resources\Images\people_circle12.png" /> |
59 | | - <None Remove="Resources\Images\people_circle13.png" /> |
60 | | - <None Remove="Resources\Images\people_circle14.png" /> |
61 | | - <None Remove="Resources\Images\people_circle15.png" /> |
62 | | - <None Remove="Resources\Images\people_circle16.png" /> |
63 | | - <None Remove="Resources\Images\people_circle17.png" /> |
64 | | - <None Remove="Resources\Images\people_circle18.png" /> |
65 | | - <None Remove="Resources\Images\people_circle19.png" /> |
66 | | - <None Remove="Resources\Images\people_circle2.png" /> |
67 | | - <None Remove="Resources\Images\people_circle20.png" /> |
68 | | - <None Remove="Resources\Images\people_circle21.png" /> |
69 | | - <None Remove="Resources\Images\people_circle22.png" /> |
70 | | - <None Remove="Resources\Images\people_circle23.png" /> |
71 | | - <None Remove="Resources\Images\people_circle24.png" /> |
72 | | - <None Remove="Resources\Images\people_circle25.png" /> |
73 | | - <None Remove="Resources\Images\people_circle26.png" /> |
74 | | - <None Remove="Resources\Images\people_circle27.png" /> |
75 | | - <None Remove="Resources\Images\people_circle3.png" /> |
76 | | - <None Remove="Resources\Images\people_circle4.png" /> |
77 | | - <None Remove="Resources\Images\people_circle5.png" /> |
78 | | - <None Remove="Resources\Images\people_circle6.png" /> |
79 | | - <None Remove="Resources\Images\people_circle7.png" /> |
80 | | - <None Remove="Resources\Images\people_circle8.png" /> |
81 | | - <None Remove="Resources\Images\people_circle9.png" /> |
82 | | - </ItemGroup> |
83 | | - |
84 | | - <ItemGroup> |
85 | | - <PackageReference Include="sqlite-net-pcl" Version="1.9.141-beta" /> |
86 | | - <PackageReference Include="Syncfusion.Maui.DataForm" Version="23.2.7" /> |
87 | | - <PackageReference Include="Syncfusion.Maui.ListView" Version="23.2.7" /> |
88 | | - </ItemGroup> |
89 | | - |
90 | | - <ItemGroup> |
91 | | - <MauiXaml Update="Views\EditPage.xaml"> |
92 | | - <Generator>MSBuild:Compile</Generator> |
93 | | - </MauiXaml> |
| 58 | + <PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" /> |
| 59 | + <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" /> |
| 60 | + <PackageReference Include="sqlite-net-pcl" Version="1.9.141-beta" /> |
| 61 | + <PackageReference Include="Syncfusion.Maui.DataForm" Version="24.1.41" /> |
| 62 | + <PackageReference Include="Syncfusion.Maui.ListView" Version="24.1.41" /> |
94 | 63 | </ItemGroup> |
95 | 64 |
|
96 | 65 | </Project> |
0 commit comments