From aa699007f741ee219a5744c601466f46047cc2ba Mon Sep 17 00:00:00 2001 From: Yuri Karamian Date: Thu, 9 Jul 2026 17:08:14 +0200 Subject: [PATCH] Revert "Exclude gen/ from Cargo package to fix iOS build fingerprint error" This reverts commit 047a8b3c3d751c568625fcb61926ce206c589734. --- src-tauri/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c6886fa..1ccbc75 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -6,7 +6,6 @@ authors = ["HelixNotes"] license = "AGPL-3.0-or-later" edition = "2021" rust-version = "1.77.2" -exclude = ["gen/"] [lib] name = "app_lib"