diff --git a/src/Uno.UWPSyncGenerator/Program.cs b/src/Uno.UWPSyncGenerator/Program.cs index a66fdbe1e818..d93af10c98ad 100644 --- a/src/Uno.UWPSyncGenerator/Program.cs +++ b/src/Uno.UWPSyncGenerator/Program.cs @@ -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