|
1 |
| -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Xamarin.Legacy.Sdk/0.2.0-alpha4"> |
2 | 2 | <PropertyGroup>
|
3 |
| - <TargetFramework>net6.0-ios10</TargetFramework> |
| 3 | + <TargetFrameworks>xamarin.ios10;net6.0-ios</TargetFrameworks> |
| 4 | + <NoNFloatUsing Condition="'$(TargetFramework)' == 'xamarin.ios10'">true</NoNFloatUsing> |
4 | 5 | <IsBindingProject>true</IsBindingProject>
|
5 |
| - <SupportedOSPlatformVersion>8.0</SupportedOSPlatformVersion> |
| 6 | + <SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion> |
6 | 7 |
|
7 | 8 | <!-- Assembly & NuGet Info -->
|
8 | 9 | <Title>Toast for Xamarin.iOS</Title>
|
9 | 10 | <Description>Xamarin iOS binding library of Toast - toast notifications to the UIView.</Description>
|
10 | 11 | <Company>Softeq Development Corporation</Company>
|
11 | 12 | <Copyright>Copyright © 2024 Softeq Development Corporation</Copyright>
|
12 |
| - <Version>4.0.0.3</Version> |
| 13 | + <Version>4.0.0.4</Version> |
13 | 14 | <Authors>Softeq Development Corp.</Authors>
|
14 | 15 | <Owners>Softeq Development Corp.</Owners>
|
15 | 16 | <PackageProjectUrl>https://github.com/Softeq/Toast-xamarin-ios</PackageProjectUrl>
|
|
24 | 25 | <None Include="../README.md" Visible="False" Pack="true" PackagePath="" />
|
25 | 26 | </ItemGroup>
|
26 | 27 |
|
| 28 | + <ItemGroup Condition="'$(TargetFramework)' == 'xamarin.ios10'"> |
| 29 | + <Compile Remove="ApiDefinition.cs" /> |
| 30 | + <Compile Remove="StructsAndEnums.cs" /> |
| 31 | + </ItemGroup> |
| 32 | + <ItemGroup> |
| 33 | + <ObjcBindingCoreSource Include="StructsAndEnums.cs" Condition=" '$(EnableDefaultCompileItems)' == 'true'" /> |
| 34 | + </ItemGroup> |
27 | 35 | <ItemGroup>
|
28 |
| - <ObjcBindingApiDefinition Include="ApiDefinition.cs" /> |
29 |
| - <ObjcBindingCoreSource Include="StructsAndEnums.cs" /> |
| 36 | + <ObjcBindingApiDefinition Include="ApiDefinition.cs" Condition=" '$(EnableDefaultCompileItems)' == 'true'" /> |
30 | 37 | </ItemGroup>
|
31 | 38 |
|
32 | 39 | <ItemGroup>
|
|
0 commit comments