|
|
|
@ -2,10 +2,13 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<TargetFramework>$(AvsCurrentIOSTargetFramework)</TargetFramework> |
|
|
|
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion> |
|
|
|
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion> |
|
|
|
<ProvisioningType>manual</ProvisioningType> |
|
|
|
<Nullable>enable</Nullable> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
<CodesignKey>Apple Development: maxkatz6@outlook.com (DN2P3PH6J5)</CodesignKey> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\SafeAreaDemo\SafeAreaDemo.csproj" /> |
|
|
|
|