Browse Source
* Move ControlCatalog.MacCatalyst/tvOS to their own folders * Exclude tvOS/MacCatalyst from CI buildspull/19739/head
committed by
GitHub
10 changed files with 43 additions and 28 deletions
@ -1,19 +1,22 @@ |
|||
<Project Sdk="Microsoft.NET.Sdk"> |
|||
|
|||
<PropertyGroup> |
|||
<OutputType>Exe</OutputType> |
|||
<ProvisioningType>manual</ProvisioningType> |
|||
<TargetFramework>$(AvsCurrentMacCatalystTargetFramework)</TargetFramework> |
|||
<!-- Used to support Desktop Mode Idiom, min supported version is 13.1, which supports iPad scaling. --> |
|||
<SupportedOSPlatformVersion>14.0</SupportedOSPlatformVersion> |
|||
<UseInterpreter>true</UseInterpreter> |
|||
</PropertyGroup> |
|||
|
|||
<ItemGroup> |
|||
<ProjectReference Include="..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj" /> |
|||
<ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" /> |
|||
<None Include="Info.Catalyst.plist"> |
|||
<LogicalName>Info.plist</LogicalName> |
|||
</None> |
|||
<ProjectReference Include="../../src/iOS/Avalonia.iOS/Avalonia.iOS.csproj" /> |
|||
<ProjectReference Include="../ControlCatalog/ControlCatalog.csproj" /> |
|||
</ItemGroup> |
|||
<PropertyGroup> |
|||
<UseInterpreter>true</UseInterpreter> |
|||
</PropertyGroup> |
|||
|
|||
<ItemGroup> |
|||
<Compile Include="../ControlCatalog.iOS/*.cs" /> |
|||
<InterfaceDefinition Include="../ControlCatalog.iOS/Resources/*.xib" /> |
|||
</ItemGroup> |
|||
|
|||
</Project> |
|||
@ -0,0 +1,5 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|||
<plist version="1.0"> |
|||
<dict/> |
|||
</plist> |
|||
@ -1,18 +1,15 @@ |
|||
<Project Sdk="Microsoft.NET.Sdk"> |
|||
|
|||
<PropertyGroup> |
|||
<OutputType>Exe</OutputType> |
|||
<ProvisioningType>manual</ProvisioningType> |
|||
<TargetFramework>$(AvsCurrentIOSTargetFramework)</TargetFramework> |
|||
<SupportedOSPlatformVersion>$(AvsMinSupportedIOSVersion)</SupportedOSPlatformVersion> |
|||
</PropertyGroup> |
|||
|
|||
<ItemGroup> |
|||
<ProjectReference Include="..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj" /> |
|||
<ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" /> |
|||
<None Include="Info.iOS.plist"> |
|||
<LogicalName>Info.plist</LogicalName> |
|||
</None> |
|||
<ProjectReference Include="../../src/iOS/Avalonia.iOS/Avalonia.iOS.csproj" /> |
|||
<ProjectReference Include="../ControlCatalog/ControlCatalog.csproj" /> |
|||
</ItemGroup> |
|||
<PropertyGroup> |
|||
<UseInterpreter>true</UseInterpreter> |
|||
</PropertyGroup> |
|||
</Project> |
|||
|
|||
</Project> |
|||
|
|||
@ -0,0 +1,5 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|||
<plist version="1.0"> |
|||
<dict/> |
|||
</plist> |
|||
Loading…
Reference in new issue