Merge pull request #89 from dotnet/fix-ios-catalyst-manifiest
Fix iOS and Mac Catalyst manifiest mistakes
This commit is contained in:
Коммит
04611f1b7b
|
@ -1,5 +1,6 @@
|
|||
using Foundation;
|
||||
using Microsoft.Maui;
|
||||
using Microsoft.Maui.Hosting;
|
||||
|
||||
namespace GraphicsControls.Sample
|
||||
{
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.15</string>
|
||||
<key>UIDeviceFamily</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
using Foundation;
|
||||
using Microsoft.Maui;
|
||||
using Microsoft.Maui.Hosting;
|
||||
|
||||
namespace GraphicsControls.Sample
|
||||
{
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
<dict>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>10.3.4</string>
|
||||
<key>UIDeviceFamily</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<RootNamespace>Microsoft.Maui.Graphics.Controls</RootNamespace>
|
||||
<AssemblyName>Microsoft.Maui.Graphics.Controls</AssemblyName>
|
||||
<LangVersion>8.0</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<Nullable>enable</Nullable>
|
||||
<UseMaui>true</UseMaui>
|
||||
<SingleProject>true</SingleProject>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -19,7 +19,6 @@ namespace Microsoft.Maui.Graphics.Controls
|
|||
|
||||
public static PropertyMapper<ISlider> PropertyMapper = new PropertyMapper<ISlider>(ViewHandler.Mapper)
|
||||
{
|
||||
[nameof(ISlider.Value)] = ViewHandler.MapInvalidate,
|
||||
[nameof(ISlider.Value)] = ViewHandler.MapInvalidate,
|
||||
[nameof(ISlider.ThumbColor)] = ViewHandler.MapInvalidate,
|
||||
[nameof(ISlider.MaximumTrackColor)] = ViewHandler.MapInvalidate,
|
||||
|
|
Загрузка…
Ссылка в новой задаче