From 4061d1c8783aed073d1bdb0700185f221d085cf0 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Thu, 25 May 2023 23:49:56 -0300 Subject: [PATCH] fix info_plist usage --- core/tauri-codegen/src/context.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tauri-codegen/src/context.rs b/core/tauri-codegen/src/context.rs index 2c0f94f22..0695099f0 100644 --- a/core/tauri-codegen/src/context.rs +++ b/core/tauri-codegen/src/context.rs @@ -373,10 +373,10 @@ pub fn context_codegen(data: ContextData) -> Result quote!(#root::Pattern::Brownfield(std::marker::PhantomData)),