-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Xcode13-UserNotifications-beta2
- Loading branch information
Showing
40 changed files
with
225 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/AppDelegate.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
using Foundation; | ||
using UIKit; | ||
|
||
namespace MacCatalystApp1 { | ||
[Register ("AppDelegate")] | ||
|
2 changes: 0 additions & 2 deletions
2
dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/Main.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
using UIKit; | ||
|
||
using MacCatalystApp1; | ||
|
||
// This is the main entry point of the application. | ||
|
2 changes: 0 additions & 2 deletions
2
dotnet/Templates/Microsoft.MacCatalyst.Templates/maccatalyst/SceneDelegate.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
using Foundation; | ||
using UIKit; | ||
|
||
namespace MacCatalystApp1 { | ||
[Register ("SceneDelegate")] | ||
|
2 changes: 0 additions & 2 deletions
2
dotnet/Templates/Microsoft.iOS.Templates/ios-controller/Controller1.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
using Foundation; | ||
using UIKit; | ||
|
||
namespace iOSApp1 { | ||
[Register ("Controller1")] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
using Foundation; | ||
using UIKit; | ||
|
||
namespace iOSApp1 { | ||
[Register ("AppDelegate")] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
using UIKit; | ||
|
||
using iOSApp1; | ||
|
||
// This is the main entry point of the application. | ||
|
2 changes: 0 additions & 2 deletions
2
dotnet/Templates/Microsoft.iOS.Templates/ios/SceneDelegate.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
using Foundation; | ||
using UIKit; | ||
|
||
namespace iOSApp1 { | ||
[Register ("SceneDelegate")] | ||
|
2 changes: 0 additions & 2 deletions
2
dotnet/Templates/Microsoft.macOS.Templates/macos/AppDelegate.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
using AppKit; | ||
using Foundation; | ||
|
||
namespace macOSApp1 { | ||
[Register ("AppDelegate")] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
using AppKit; | ||
|
||
using macOSApp1; | ||
|
||
// This is the main entry point of the application. | ||
|
1 change: 0 additions & 1 deletion
1
dotnet/Templates/Microsoft.macOS.Templates/macos/ViewController.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
using System; | ||
|
||
using AppKit; | ||
using Foundation; | ||
|
1 change: 0 additions & 1 deletion
1
dotnet/Templates/Microsoft.macOS.Templates/macos/ViewController.designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
dotnet/Templates/Microsoft.tvOS.Templates/tvos/AppDelegate.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
using Foundation; | ||
using UIKit; | ||
|
||
namespace tvOSApp1 { | ||
[Register ("AppDelegate")] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
using UIKit; | ||
|
||
using tvOSApp1; | ||
|
||
// This is the main entry point of the application. | ||
|
2 changes: 0 additions & 2 deletions
2
dotnet/Templates/Microsoft.tvOS.Templates/tvos/ViewController.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
using System; | ||
using UIKit; | ||
|
||
namespace tvOSApp1 { | ||
public partial class ViewController : UIViewController { | ||
|
1 change: 0 additions & 1 deletion
1
dotnet/Templates/Microsoft.tvOS.Templates/tvos/ViewController.designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
dotnet/targets/Microsoft.MacCatalyst.Sdk.ImplicitNamespaceImports.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file contains implicit namespace imports | ||
*** WARNING *** | ||
This file is imported by AutoImport.props, and will be imported by all | ||
projects using Microsoft.NET.Sdk. All Item includes in this file *MUST* | ||
be hidden behind a TargetPlatformIdentifier based condition. | ||
This file can also not define any properties. However, due to the | ||
order MSBuild evaluates properties, it's possible to use properties | ||
defined in our .targets files in conditions in ItemGroups in this | ||
file. | ||
*** WARNING *** | ||
--> | ||
|
||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!-- There's a master switch, DisableImplicitNamespaceImports, which, if set, will prevent all implicit namespace imports - this is done automatically, we don't have to check DisableImplicitNamespaceImports here --> | ||
<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'MacCatalyst' And '$(DisableImplicitNamespaceImports_MacCatalyst)' != 'true'"> | ||
<Import Include="CoreGraphics" /> | ||
<Import Include="Foundation" /> | ||
<Import Include="UIKit" /> | ||
</ItemGroup> | ||
</Project> |
27 changes: 27 additions & 0 deletions
27
dotnet/targets/Microsoft.iOS.Sdk.ImplicitNamespaceImports.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file contains implicit namespace imports | ||
*** WARNING *** | ||
This file is imported by AutoImport.props, and will be imported by all | ||
projects using Microsoft.NET.Sdk. All Item includes in this file *MUST* | ||
be hidden behind a TargetPlatformIdentifier based condition. | ||
This file can also not define any properties. However, due to the | ||
order MSBuild evaluates properties, it's possible to use properties | ||
defined in our .targets files in conditions in ItemGroups in this | ||
file. | ||
*** WARNING *** | ||
--> | ||
|
||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!-- There's a master switch, DisableImplicitNamespaceImports, which, if set, will prevent all implicit namespace imports - this is done automatically, we don't have to check DisableImplicitNamespaceImports here --> | ||
<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'iOS' And '$(DisableImplicitNamespaceImports_iOS)' != 'true'"> | ||
<Import Include="CoreGraphics" /> | ||
<Import Include="Foundation" /> | ||
<Import Include="UIKit" /> | ||
</ItemGroup> | ||
</Project> |
27 changes: 27 additions & 0 deletions
27
dotnet/targets/Microsoft.macOS.Sdk.ImplicitNamespaceImports.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file contains implicit namespace imports | ||
*** WARNING *** | ||
This file is imported by AutoImport.props, and will be imported by all | ||
projects using Microsoft.NET.Sdk. All Item includes in this file *MUST* | ||
be hidden behind a TargetPlatformIdentifier based condition. | ||
This file can also not define any properties. However, due to the | ||
order MSBuild evaluates properties, it's possible to use properties | ||
defined in our .targets files in conditions in ItemGroups in this | ||
file. | ||
*** WARNING *** | ||
--> | ||
|
||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!-- There's a master switch, DisableImplicitNamespaceImports, which, if set, will prevent all implicit namespace imports - this is done automatically, we don't have to check DisableImplicitNamespaceImports here --> | ||
<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'macOS' And '$(DisableImplicitNamespaceImports_macOS)' != 'true'"> | ||
<Import Include="AppKit" /> | ||
<Import Include="CoreGraphics" /> | ||
<Import Include="Foundation" /> | ||
</ItemGroup> | ||
</Project> |
27 changes: 27 additions & 0 deletions
27
dotnet/targets/Microsoft.tvOS.Sdk.ImplicitNamespaceImports.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file contains implicit namespace imports | ||
*** WARNING *** | ||
This file is imported by AutoImport.props, and will be imported by all | ||
projects using Microsoft.NET.Sdk. All Item includes in this file *MUST* | ||
be hidden behind a TargetPlatformIdentifier based condition. | ||
This file can also not define any properties. However, due to the | ||
order MSBuild evaluates properties, it's possible to use properties | ||
defined in our .targets files in conditions in ItemGroups in this | ||
file. | ||
*** WARNING *** | ||
--> | ||
|
||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!-- There's a master switch, DisableImplicitNamespaceImports, which, if set, will prevent all implicit namespace imports - this is done automatically, we don't have to check DisableImplicitNamespaceImports here --> | ||
<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'tvOS' And '$(DisableImplicitNamespaceImports_tvOS)' != 'true'"> | ||
<Import Include="CoreGraphics" /> | ||
<Import Include="Foundation" /> | ||
<Import Include="UIKit" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Touch.Unit
updated
from 07067b to a246ed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.