Skip to content

Commit

Permalink
feat: Add Microsoft.Windows.AppLifecycle to Sync generator
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Dec 20, 2024
1 parent 49d6707 commit 96ac958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Uno.UWPSyncGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ static async Task Main(string[] args)
await new SyncGenerator().Build("Uno", "Windows.Networking.Connectivity.WwanContract");
await new SyncGenerator().Build("Uno", "Windows.ApplicationModel.Calls.CallsPhoneContract");
await new SyncGenerator().Build("Uno", "Windows.Services.Store.StoreContract");
await new SyncGenerator().Build("Uno", "Microsoft.Windows.AppLifecycle");

// When adding support for a new WinRT contract here, ensure to add it to the list of supported contracts in ApiInformation.shared.cs

Expand Down

0 comments on commit 96ac958

Please sign in to comment.